2026-03-28 15:15:06 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-28 15:15:06 [scrapy.utils.log] INFO: Versions: lxml 5.2.2.0, libxml2 2.12.6, cssselect 1.2.0, parsel 1.9.1, w3lib 2.1.2, Twisted 24.3.0, Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0], pyOpenSSL 24.1.0 (OpenSSL 3.2.1 30 Jan 2024), cryptography 42.0.7, Platform Linux-5.15.0-1098-azure-x86_64-with-glibc2.36
2026-03-28 15:15:06 [adesa.be] INFO: Starting spider adesa.be
2026-03-28 15:15:06 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-28 15:15:06 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-28 15:15:06 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-28 15:15:06 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-28 15:15:06 [scrapy.extensions.telnet] INFO: Telnet Password: c991d961713448b5
2026-03-28 15:15:06 [scrapy.middleware] INFO: Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
'scrapy.extensions.telnet.TelnetConsole',
'scrapy.extensions.memusage.MemoryUsage',
'scrapy.extensions.feedexport.FeedExporter',
'scrapy.extensions.logstats.LogStats',
'scrapy.extensions.closespider.CloseSpider']
2026-03-28 15:15:06 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'SourcingV2',
'CLOSESPIDER_TIMEOUT': 7200,
'DOWNLOAD_MAXSIZE': 52428800,
'DOWNLOAD_WARNSIZE': 10485760,
'FEED_EXPORT_ENCODING': 'utf-8',
'LOG_FILE': '/var/log/scrapyd/logs/sourcing_v2/adesa.be/task_31_2026-03-28T15_15_00.log',
'LOG_FORMATTER': 'crawlers.log_formatter.SourcingLogFormatter',
'MEMUSAGE_LIMIT_MB': 2048,
'MEMUSAGE_WARNING_MB': 1536,
'NEWSPIDER_MODULE': 'spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'REQUEST_FINGERPRINTER_IMPLEMENTATION': '2.7',
'SPIDER_MODULES': ['spiders', 'auth_check'],
'TWISTED_REACTOR': 'twisted.internet.asyncioreactor.AsyncioSelectorReactor',
'USER_AGENT': ''}
2026-03-28 15:15:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-28 15:15:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-28 15:15:06 [scrapy.middleware] INFO: Enabled downloader middlewares:
['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
'scrapy.downloadermiddlewares.retry.RetryMiddleware',
'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
'scrapy.downloadermiddlewares.stats.DownloaderStats']
2026-03-28 15:15:06 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-28 15:15:06 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
'crawlers.middlewares.monitoring_spider_middleware.MonitoringSpiderMiddleware',
'scrapy.spidermiddlewares.referer.RefererMiddleware',
'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
'scrapy.spidermiddlewares.depth.DepthMiddleware',
'crawlers.middlewares.photo_download_middleware.PhotoDownloadMiddleware',
'crawlers.middlewares.report_download_middleware.ReportDownloadMiddleware',
'crawlers.middlewares.id_gen_middleware.IdGenMiddleware']
2026-03-28 15:15:06 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
2026-03-28 15:15:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-28 15:15:06 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2118
2026-03-28 15:15:06 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-28 15:15:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-28 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:06 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
2026-03-28 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /Translations()?$filter=PartitionKey%20eq%20%27auto%27%20and%20RowKey%20eq%20%27auto%27 HTTP/1.1" 200 None
2026-03-28 15:15:06 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-28 15:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-28 15:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-28 15:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-28 15:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-28 15:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-28 15:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-28 15:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-28 15:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-28 15:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-28 15:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-28 15:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-28 15:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-28 15:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-28 15:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-28 15:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-28 15:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-28 15:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-28 15:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-28 15:15:06 [crawlers.pipelines.post_to_api] INFO: Setting up PostToApi Pipeline pointing to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-28 15:15:06 [scrapy.middleware] INFO: Enabled item pipelines:
['crawlers.pipelines.translation_pipeline.TranslationPipeline',
'crawlers.pipelines.item_rules_pipeline.ItemRulesPipeline',
'crawlers.pipelines.post_to_api.PostToApiPipeline']
2026-03-28 15:15:06 [scrapy.core.engine] INFO: Spider opened
2026-03-28 15:15:06 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-28 15:15:06 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-28 15:15:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 142MiB
2026-03-28 15:15:06 [scrapy-playwright] INFO: Starting download handler
2026-03-28 15:15:06 [scrapy-playwright] INFO: Starting download handler
2026-03-28 15:15:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:15:14 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:15:14 [adesa.be] INFO: Found listing with ID: 10738054
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738054%27 HTTP/1.1" 200 None
2026-03-28 15:15:14 [adesa.be] INFO: Scrape type for 10738054: 0
2026-03-28 15:15:14 [adesa.be] INFO: Skipping item 10738054 url https://www.openlane.eu/en/carv6/auction/10738054
2026-03-28 15:15:14 [adesa.be] INFO: Found listing with ID: 10738718
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738718%27 HTTP/1.1" 200 None
2026-03-28 15:15:14 [adesa.be] INFO: Scrape type for 10738718: 1
2026-03-28 15:15:14 [adesa.be] INFO: Scraping item 10738718 url https://www.openlane.eu/en/carv6/auction/10738718
2026-03-28 15:15:14 [adesa.be] INFO: Found listing with ID: 10738724
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738724%27 HTTP/1.1" 200 None
2026-03-28 15:15:14 [adesa.be] INFO: Scrape type for 10738724: 0
2026-03-28 15:15:14 [adesa.be] INFO: Skipping item 10738724 url https://www.openlane.eu/en/carv6/auction/10738724
2026-03-28 15:15:14 [adesa.be] INFO: Found listing with ID: 10738726
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738726%27 HTTP/1.1" 200 None
2026-03-28 15:15:14 [adesa.be] INFO: Scrape type for 10738726: 0
2026-03-28 15:15:14 [adesa.be] INFO: Skipping item 10738726 url https://www.openlane.eu/en/carv6/auction/10738726
2026-03-28 15:15:14 [adesa.be] INFO: Found listing with ID: 10738727
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738727%27 HTTP/1.1" 200 None
2026-03-28 15:15:14 [adesa.be] INFO: Scrape type for 10738727: 0
2026-03-28 15:15:14 [adesa.be] INFO: Skipping item 10738727 url https://www.openlane.eu/en/carv6/auction/10738727
2026-03-28 15:15:14 [adesa.be] INFO: Found listing with ID: 10738729
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738729%27 HTTP/1.1" 200 None
2026-03-28 15:15:14 [adesa.be] INFO: Scrape type for 10738729: 0
2026-03-28 15:15:14 [adesa.be] INFO: Skipping item 10738729 url https://www.openlane.eu/en/carv6/auction/10738729
2026-03-28 15:15:14 [adesa.be] INFO: Found listing with ID: 10738706
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738706%27 HTTP/1.1" 200 None
2026-03-28 15:15:14 [adesa.be] INFO: Scrape type for 10738706: 1
2026-03-28 15:15:14 [adesa.be] INFO: Scraping item 10738706 url https://www.openlane.eu/en/carv6/auction/10738706
2026-03-28 15:15:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:15:14 [adesa.be] INFO: Found listing with ID: 10738707
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738707%27 HTTP/1.1" 200 None
2026-03-28 15:15:14 [adesa.be] INFO: Scrape type for 10738707: 1
2026-03-28 15:15:14 [adesa.be] INFO: Scraping item 10738707 url https://www.openlane.eu/en/carv6/auction/10738707
2026-03-28 15:15:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:15:14 [adesa.be] INFO: Found listing with ID: 10738708
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738708%27 HTTP/1.1" 200 None
2026-03-28 15:15:14 [adesa.be] INFO: Scrape type for 10738708: 1
2026-03-28 15:15:14 [adesa.be] INFO: Scraping item 10738708 url https://www.openlane.eu/en/carv6/auction/10738708
2026-03-28 15:15:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:15:14 [adesa.be] INFO: Found listing with ID: 10738709
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738709%27 HTTP/1.1" 200 None
2026-03-28 15:15:14 [adesa.be] INFO: Scrape type for 10738709: 1
2026-03-28 15:15:14 [adesa.be] INFO: Scraping item 10738709 url https://www.openlane.eu/en/carv6/auction/10738709
2026-03-28 15:15:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:15:14 [adesa.be] INFO: Found listing with ID: 10738710
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738710%27 HTTP/1.1" 200 None
2026-03-28 15:15:14 [adesa.be] INFO: Scrape type for 10738710: 1
2026-03-28 15:15:14 [adesa.be] INFO: Scraping item 10738710 url https://www.openlane.eu/en/carv6/auction/10738710
2026-03-28 15:15:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:15:14 [adesa.be] INFO: Found listing with ID: 10738711
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738711%27 HTTP/1.1" 200 None
2026-03-28 15:15:14 [adesa.be] INFO: Scrape type for 10738711: 1
2026-03-28 15:15:14 [adesa.be] INFO: Scraping item 10738711 url https://www.openlane.eu/en/carv6/auction/10738711
2026-03-28 15:15:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:15:14 [adesa.be] INFO: Found listing with ID: 10738712
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738712%27 HTTP/1.1" 200 None
2026-03-28 15:15:14 [adesa.be] INFO: Scrape type for 10738712: 1
2026-03-28 15:15:14 [adesa.be] INFO: Scraping item 10738712 url https://www.openlane.eu/en/carv6/auction/10738712
2026-03-28 15:15:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:15:14 [adesa.be] INFO: Found listing with ID: 10738717
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738717%27 HTTP/1.1" 200 None
2026-03-28 15:15:14 [adesa.be] INFO: Scrape type for 10738717: 1
2026-03-28 15:15:14 [adesa.be] INFO: Scraping item 10738717 url https://www.openlane.eu/en/carv6/auction/10738717
2026-03-28 15:15:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:15:14 [adesa.be] INFO: Found listing with ID: 10738714
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738714%27 HTTP/1.1" 200 None
2026-03-28 15:15:14 [adesa.be] INFO: Scrape type for 10738714: 1
2026-03-28 15:15:14 [adesa.be] INFO: Scraping item 10738714 url https://www.openlane.eu/en/carv6/auction/10738714
2026-03-28 15:15:14 [adesa.be] INFO: Found listing with ID: 10738715
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738715%27 HTTP/1.1" 200 None
2026-03-28 15:15:14 [adesa.be] INFO: Scrape type for 10738715: 1
2026-03-28 15:15:14 [adesa.be] INFO: Scraping item 10738715 url https://www.openlane.eu/en/carv6/auction/10738715
2026-03-28 15:15:14 [adesa.be] INFO: Found listing with ID: 10738719
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738719%27 HTTP/1.1" 200 None
2026-03-28 15:15:14 [adesa.be] INFO: Scrape type for 10738719: 1
2026-03-28 15:15:14 [adesa.be] INFO: Scraping item 10738719 url https://www.openlane.eu/en/carv6/auction/10738719
2026-03-28 15:15:14 [adesa.be] INFO: Found listing with ID: 10738720
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738720%27 HTTP/1.1" 200 None
2026-03-28 15:15:14 [adesa.be] INFO: Scrape type for 10738720: 1
2026-03-28 15:15:14 [adesa.be] INFO: Scraping item 10738720 url https://www.openlane.eu/en/carv6/auction/10738720
2026-03-28 15:15:14 [adesa.be] INFO: Found listing with ID: 10738723
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738723%27 HTTP/1.1" 200 None
2026-03-28 15:15:14 [adesa.be] INFO: Scrape type for 10738723: 0
2026-03-28 15:15:14 [adesa.be] INFO: Skipping item 10738723 url https://www.openlane.eu/en/carv6/auction/10738723
2026-03-28 15:15:14 [adesa.be] INFO: Found listing with ID: 10738725
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738725%27 HTTP/1.1" 200 None
2026-03-28 15:15:14 [adesa.be] INFO: Scrape type for 10738725: 0
2026-03-28 15:15:14 [adesa.be] INFO: Skipping item 10738725 url https://www.openlane.eu/en/carv6/auction/10738725
2026-03-28 15:15:14 [adesa.be] INFO: Found listing with ID: 10738731
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738731%27 HTTP/1.1" 200 None
2026-03-28 15:15:14 [adesa.be] INFO: Scrape type for 10738731: 0
2026-03-28 15:15:14 [adesa.be] INFO: Skipping item 10738731 url https://www.openlane.eu/en/carv6/auction/10738731
2026-03-28 15:15:14 [adesa.be] INFO: Found listing with ID: 10738736
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738736%27 HTTP/1.1" 200 None
2026-03-28 15:15:14 [adesa.be] INFO: Scrape type for 10738736: 0
2026-03-28 15:15:14 [adesa.be] INFO: Skipping item 10738736 url https://www.openlane.eu/en/carv6/auction/10738736
2026-03-28 15:15:14 [adesa.be] INFO: Found listing with ID: 10738737
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738737%27 HTTP/1.1" 200 None
2026-03-28 15:15:14 [adesa.be] INFO: Scrape type for 10738737: 0
2026-03-28 15:15:14 [adesa.be] INFO: Skipping item 10738737 url https://www.openlane.eu/en/carv6/auction/10738737
2026-03-28 15:15:14 [adesa.be] INFO: Found listing with ID: 10738206
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738206%27 HTTP/1.1" 200 None
2026-03-28 15:15:14 [adesa.be] INFO: Scrape type for 10738206: 0
2026-03-28 15:15:14 [adesa.be] INFO: Skipping item 10738206 url https://www.openlane.eu/en/carv6/auction/10738206
2026-03-28 15:15:14 [adesa.be] INFO: Found listing with ID: 10738207
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738207%27 HTTP/1.1" 200 None
2026-03-28 15:15:14 [adesa.be] INFO: Scrape type for 10738207: 0
2026-03-28 15:15:14 [adesa.be] INFO: Skipping item 10738207 url https://www.openlane.eu/en/carv6/auction/10738207
2026-03-28 15:15:14 [adesa.be] INFO: Found listing with ID: 10740609
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740609%27 HTTP/1.1" 200 None
2026-03-28 15:15:14 [adesa.be] INFO: Scrape type for 10740609: 0
2026-03-28 15:15:14 [adesa.be] INFO: Skipping item 10740609 url https://www.openlane.eu/en/carv6/auction/10740609
2026-03-28 15:15:14 [adesa.be] INFO: Found listing with ID: 10740673
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740673%27 HTTP/1.1" 200 None
2026-03-28 15:15:14 [adesa.be] INFO: Scrape type for 10740673: 0
2026-03-28 15:15:14 [adesa.be] INFO: Skipping item 10740673 url https://www.openlane.eu/en/carv6/auction/10740673
2026-03-28 15:15:14 [adesa.be] INFO: Found listing with ID: 10738214
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738214%27 HTTP/1.1" 200 None
2026-03-28 15:15:14 [adesa.be] INFO: Scrape type for 10738214: 0
2026-03-28 15:15:14 [adesa.be] INFO: Skipping item 10738214 url https://www.openlane.eu/en/carv6/auction/10738214
2026-03-28 15:15:14 [adesa.be] INFO: Found listing with ID: 10738213
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738213%27 HTTP/1.1" 200 None
2026-03-28 15:15:14 [adesa.be] INFO: Scrape type for 10738213: 0
2026-03-28 15:15:14 [adesa.be] INFO: Skipping item 10738213 url https://www.openlane.eu/en/carv6/auction/10738213
2026-03-28 15:15:14 [adesa.be] INFO: Found listing with ID: 10738199
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738199%27 HTTP/1.1" 200 None
2026-03-28 15:15:14 [adesa.be] INFO: Scrape type for 10738199: 0
2026-03-28 15:15:14 [adesa.be] INFO: Skipping item 10738199 url https://www.openlane.eu/en/carv6/auction/10738199
2026-03-28 15:15:14 [adesa.be] INFO: Found listing with ID: 10737943
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737943%27 HTTP/1.1" 200 None
2026-03-28 15:15:14 [adesa.be] INFO: Scrape type for 10737943: 0
2026-03-28 15:15:14 [adesa.be] INFO: Skipping item 10737943 url https://www.openlane.eu/en/carv6/auction/10737943
2026-03-28 15:15:14 [adesa.be] INFO: Found listing with ID: 10735325
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735325%27 HTTP/1.1" 200 None
2026-03-28 15:15:14 [adesa.be] INFO: Scrape type for 10735325: 0
2026-03-28 15:15:14 [adesa.be] INFO: Skipping item 10735325 url https://www.openlane.eu/en/carv6/auction/10735325
2026-03-28 15:15:14 [adesa.be] INFO: Found listing with ID: 10737877
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737877%27 HTTP/1.1" 200 None
2026-03-28 15:15:14 [adesa.be] INFO: Scrape type for 10737877: 0
2026-03-28 15:15:14 [adesa.be] INFO: Skipping item 10737877 url https://www.openlane.eu/en/carv6/auction/10737877
2026-03-28 15:15:14 [adesa.be] INFO: Found listing with ID: 10738043
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738043%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10738043: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10738043 url https://www.openlane.eu/en/carv6/auction/10738043
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10737883
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737883%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10737883: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10737883 url https://www.openlane.eu/en/carv6/auction/10737883
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10737885
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737885%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10737885: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10737885 url https://www.openlane.eu/en/carv6/auction/10737885
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10735306
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735306%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10735306: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10735306 url https://www.openlane.eu/en/carv6/auction/10735306
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10737984
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737984%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10737984: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10737984 url https://www.openlane.eu/en/carv6/auction/10737984
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10735358
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735358%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10735358: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10735358 url https://www.openlane.eu/en/carv6/auction/10735358
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10738000
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738000%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10738000: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10738000 url https://www.openlane.eu/en/carv6/auction/10738000
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10737897
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737897%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10737897: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10737897 url https://www.openlane.eu/en/carv6/auction/10737897
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10737990
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737990%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10737990: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10737990 url https://www.openlane.eu/en/carv6/auction/10737990
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10738035
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738035%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10738035: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10738035 url https://www.openlane.eu/en/carv6/auction/10738035
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10737899
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737899%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10737899: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10737899 url https://www.openlane.eu/en/carv6/auction/10737899
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10737905
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737905%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10737905: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10737905 url https://www.openlane.eu/en/carv6/auction/10737905
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10737966
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737966%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10737966: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10737966 url https://www.openlane.eu/en/carv6/auction/10737966
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10738045
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738045%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10738045: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10738045 url https://www.openlane.eu/en/carv6/auction/10738045
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10737950
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737950%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10737950: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10737950 url https://www.openlane.eu/en/carv6/auction/10737950
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10735377
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735377%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10735377: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10735377 url https://www.openlane.eu/en/carv6/auction/10735377
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10735393
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735393%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10735393: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10735393 url https://www.openlane.eu/en/carv6/auction/10735393
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10737880
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737880%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10737880: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10737880 url https://www.openlane.eu/en/carv6/auction/10737880
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10735368
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735368%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10735368: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10735368 url https://www.openlane.eu/en/carv6/auction/10735368
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10737876
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737876%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10737876: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10737876 url https://www.openlane.eu/en/carv6/auction/10737876
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10737978
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737978%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10737978: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10737978 url https://www.openlane.eu/en/carv6/auction/10737978
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10735360
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735360%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10735360: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10735360 url https://www.openlane.eu/en/carv6/auction/10735360
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10737986
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737986%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10737986: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10737986 url https://www.openlane.eu/en/carv6/auction/10737986
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10740460
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740460%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10740460: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10740460 url https://www.openlane.eu/en/carv6/auction/10740460
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10740801
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740801%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10740801: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10740801 url https://www.openlane.eu/en/carv6/auction/10740801
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10739029
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739029%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10739029: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10739029 url https://www.openlane.eu/en/carv6/auction/10739029
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10740471
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740471%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10740471: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10740471 url https://www.openlane.eu/en/carv6/auction/10740471
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10739501
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739501%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10739501: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10739501 url https://www.openlane.eu/en/carv6/auction/10739501
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10739274
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739274%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10739274: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10739274 url https://www.openlane.eu/en/carv6/auction/10739274
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10739528
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739528%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10739528: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10739528 url https://www.openlane.eu/en/carv6/auction/10739528
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10739361
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739361%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10739361: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10739361 url https://www.openlane.eu/en/carv6/auction/10739361
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10739557
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739557%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10739557: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10739557 url https://www.openlane.eu/en/carv6/auction/10739557
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10739561
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739561%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10739561: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10739561 url https://www.openlane.eu/en/carv6/auction/10739561
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10739541
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739541%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10739541: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10739541 url https://www.openlane.eu/en/carv6/auction/10739541
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10739491
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739491%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10739491: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10739491 url https://www.openlane.eu/en/carv6/auction/10739491
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10739552
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739552%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10739552: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10739552 url https://www.openlane.eu/en/carv6/auction/10739552
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10739380
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739380%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10739380: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10739380 url https://www.openlane.eu/en/carv6/auction/10739380
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10740478
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740478%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10740478: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10740478 url https://www.openlane.eu/en/carv6/auction/10740478
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10739351
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739351%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10739351: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10739351 url https://www.openlane.eu/en/carv6/auction/10739351
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10739191
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739191%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10739191: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10739191 url https://www.openlane.eu/en/carv6/auction/10739191
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10739045
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739045%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10739045: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10739045 url https://www.openlane.eu/en/carv6/auction/10739045
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10740740
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740740%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10740740: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10740740 url https://www.openlane.eu/en/carv6/auction/10740740
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10740754
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740754%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10740754: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10740754 url https://www.openlane.eu/en/carv6/auction/10740754
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10740477
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740477%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10740477: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10740477 url https://www.openlane.eu/en/carv6/auction/10740477
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10739184
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739184%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10739184: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10739184 url https://www.openlane.eu/en/carv6/auction/10739184
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10739376
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739376%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10739376: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10739376 url https://www.openlane.eu/en/carv6/auction/10739376
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10739582
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739582%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10739582: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10739582 url https://www.openlane.eu/en/carv6/auction/10739582
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10739683
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739683%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10739683: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10739683 url https://www.openlane.eu/en/carv6/auction/10739683
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10739243
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739243%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10739243: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10739243 url https://www.openlane.eu/en/carv6/auction/10739243
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10740521
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740521%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10740521: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10740521 url https://www.openlane.eu/en/carv6/auction/10740521
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10739636
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739636%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10739636: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10739636 url https://www.openlane.eu/en/carv6/auction/10739636
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10739550
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739550%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10739550: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10739550 url https://www.openlane.eu/en/carv6/auction/10739550
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10739453
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739453%27 HTTP/1.1" 200 None
2026-03-28 15:15:15 [adesa.be] INFO: Scrape type for 10739453: 0
2026-03-28 15:15:15 [adesa.be] INFO: Skipping item 10739453 url https://www.openlane.eu/en/carv6/auction/10739453
2026-03-28 15:15:15 [adesa.be] INFO: Found listing with ID: 10739553
2026-03-28 15:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739553%27 HTTP/1.1" 200 None
2026-03-28 15:15:16 [adesa.be] INFO: Scrape type for 10739553: 0
2026-03-28 15:15:16 [adesa.be] INFO: Skipping item 10739553 url https://www.openlane.eu/en/carv6/auction/10739553
2026-03-28 15:15:16 [adesa.be] INFO: Found listing with ID: 10740777
2026-03-28 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740777%27 HTTP/1.1" 200 None
2026-03-28 15:15:16 [adesa.be] INFO: Scrape type for 10740777: 0
2026-03-28 15:15:16 [adesa.be] INFO: Skipping item 10740777 url https://www.openlane.eu/en/carv6/auction/10740777
2026-03-28 15:15:16 [adesa.be] INFO: Found listing with ID: 10740531
2026-03-28 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740531%27 HTTP/1.1" 200 None
2026-03-28 15:15:16 [adesa.be] INFO: Scrape type for 10740531: 0
2026-03-28 15:15:16 [adesa.be] INFO: Skipping item 10740531 url https://www.openlane.eu/en/carv6/auction/10740531
2026-03-28 15:15:16 [adesa.be] INFO: Found listing with ID: 10740733
2026-03-28 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740733%27 HTTP/1.1" 200 None
2026-03-28 15:15:16 [adesa.be] INFO: Scrape type for 10740733: 0
2026-03-28 15:15:16 [adesa.be] INFO: Skipping item 10740733 url https://www.openlane.eu/en/carv6/auction/10740733
2026-03-28 15:15:16 [adesa.be] INFO: Found listing with ID: 10739340
2026-03-28 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739340%27 HTTP/1.1" 200 None
2026-03-28 15:15:16 [adesa.be] INFO: Scrape type for 10739340: 0
2026-03-28 15:15:16 [adesa.be] INFO: Skipping item 10739340 url https://www.openlane.eu/en/carv6/auction/10739340
2026-03-28 15:15:16 [adesa.be] INFO: Found listing with ID: 10739335
2026-03-28 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739335%27 HTTP/1.1" 200 None
2026-03-28 15:15:16 [adesa.be] INFO: Scrape type for 10739335: 0
2026-03-28 15:15:16 [adesa.be] INFO: Skipping item 10739335 url https://www.openlane.eu/en/carv6/auction/10739335
2026-03-28 15:15:16 [adesa.be] INFO: Found listing with ID: 10739401
2026-03-28 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739401%27 HTTP/1.1" 200 None
2026-03-28 15:15:16 [adesa.be] INFO: Scrape type for 10739401: 0
2026-03-28 15:15:16 [adesa.be] INFO: Skipping item 10739401 url https://www.openlane.eu/en/carv6/auction/10739401
2026-03-28 15:15:16 [adesa.be] INFO: Found listing with ID: 10739214
2026-03-28 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739214%27 HTTP/1.1" 200 None
2026-03-28 15:15:16 [adesa.be] INFO: Scrape type for 10739214: 0
2026-03-28 15:15:16 [adesa.be] INFO: Skipping item 10739214 url https://www.openlane.eu/en/carv6/auction/10739214
2026-03-28 15:15:16 [adesa.be] INFO: Found listing with ID: 10739118
2026-03-28 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739118%27 HTTP/1.1" 200 None
2026-03-28 15:15:16 [adesa.be] INFO: Scrape type for 10739118: 0
2026-03-28 15:15:16 [adesa.be] INFO: Skipping item 10739118 url https://www.openlane.eu/en/carv6/auction/10739118
2026-03-28 15:15:16 [adesa.be] INFO: Found listing with ID: 10739724
2026-03-28 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739724%27 HTTP/1.1" 200 None
2026-03-28 15:15:16 [adesa.be] INFO: Scrape type for 10739724: 0
2026-03-28 15:15:16 [adesa.be] INFO: Skipping item 10739724 url https://www.openlane.eu/en/carv6/auction/10739724
2026-03-28 15:15:16 [adesa.be] INFO: Found listing with ID: 10739506
2026-03-28 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739506%27 HTTP/1.1" 200 None
2026-03-28 15:15:16 [adesa.be] INFO: Scrape type for 10739506: 0
2026-03-28 15:15:16 [adesa.be] INFO: Skipping item 10739506 url https://www.openlane.eu/en/carv6/auction/10739506
2026-03-28 15:15:16 [adesa.be] INFO: Found listing with ID: 10739951
2026-03-28 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739951%27 HTTP/1.1" 200 None
2026-03-28 15:15:16 [adesa.be] INFO: Scrape type for 10739951: 0
2026-03-28 15:15:16 [adesa.be] INFO: Skipping item 10739951 url https://www.openlane.eu/en/carv6/auction/10739951
2026-03-28 15:15:16 [adesa.be] INFO: Found listing with ID: 10739949
2026-03-28 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739949%27 HTTP/1.1" 200 None
2026-03-28 15:15:16 [adesa.be] INFO: Scrape type for 10739949: 0
2026-03-28 15:15:16 [adesa.be] INFO: Skipping item 10739949 url https://www.openlane.eu/en/carv6/auction/10739949
2026-03-28 15:15:16 [adesa.be] INFO: Found listing with ID: 10739406
2026-03-28 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739406%27 HTTP/1.1" 200 None
2026-03-28 15:15:16 [adesa.be] INFO: Scrape type for 10739406: 0
2026-03-28 15:15:16 [adesa.be] INFO: Skipping item 10739406 url https://www.openlane.eu/en/carv6/auction/10739406
2026-03-28 15:15:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10738707> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:15:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:15:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10738711> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:15:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:15:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10738706> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:15:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:15:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10738708> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:15:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:15:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10738709> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:15:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:15:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70df5c74-d94c-57fc-a6ae-4fc70390003b with identifier: 10738707
2026-03-28 15:15:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70df5c74-d94c-57fc-a6ae-4fc70390003b with scrape type 1
2026-03-28 15:15:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 70df5c74-d94c-57fc-a6ae-4fc70390003b
2026-03-28 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5699344%252Fgeneral%252F499d0eb5-9630-4590-8f79-9114760cb153.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5699344/general/499d0eb5-9630-4590-8f79-9114760cb153.jpg already downloaded
2026-03-28 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5699344%252Fgeneral%252F48055520-2617-49dc-bd6b-4a048e5c75a4.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5699344/general/48055520-2617-49dc-bd6b-4a048e5c75a4.jpg already downloaded
2026-03-28 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5699344%252Fgeneral%252F6b3e4425-bf5e-4b90-ac90-a06ce8dd4418.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5699344/general/6b3e4425-bf5e-4b90-ac90-a06ce8dd4418.jpg already downloaded
2026-03-28 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5699344%252Fgeneral%252F8e977091-6411-4754-a824-1f9146395814.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5699344/general/8e977091-6411-4754-a824-1f9146395814.jpg already downloaded
2026-03-28 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5699344%252Fgeneral%252Fb9c4f079-5da6-4531-a446-42a87f6cc3d5.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5699344/general/b9c4f079-5da6-4531-a446-42a87f6cc3d5.jpg already downloaded
2026-03-28 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5699344%252Fgeneral%252F65f563c7-9eb9-4f6b-9cf9-14986900ac0d.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5699344/general/65f563c7-9eb9-4f6b-9cf9-14986900ac0d.jpg already downloaded
2026-03-28 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5699344%252Fgeneral%252F619e751d-fb34-4d63-8a90-8beaece5215c.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5699344/general/619e751d-fb34-4d63-8a90-8beaece5215c.jpg already downloaded
2026-03-28 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5699344%252Fgeneral%252F53f4d80d-dce0-4743-aa12-0e24317cdd4a.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5699344/general/53f4d80d-dce0-4743-aa12-0e24317cdd4a.jpg already downloaded
2026-03-28 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5699344%252Fgeneral%252Fd7e7d3af-8a44-4109-bdfb-e6e45657f1e5.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5699344/general/d7e7d3af-8a44-4109-bdfb-e6e45657f1e5.jpg already downloaded
2026-03-28 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5699344%252Fgeneral%252F4fc40d27-2174-4f6d-ae5d-1632cf02d598.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5699344/general/4fc40d27-2174-4f6d-ae5d-1632cf02d598.jpg already downloaded
2026-03-28 15:15:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 70df5c74-d94c-57fc-a6ae-4fc70390003b, identifier: 10738707
2026-03-28 15:15:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 70df5c74-d94c-57fc-a6ae-4fc70390003b with identifier: 10738707
2026-03-28 15:15:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 15:15:17 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=White HTTP/1.1" 200 None
2026-03-28 15:15:17 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 15:15:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 15:15:17 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Benzine HTTP/1.1" 200 None
2026-03-28 15:15:18 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 15:15:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 70df5c74-d94c-57fc-a6ae-4fc70390003b with identifier: 10738707
2026-03-28 15:15:18 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 70df5c74-d94c-57fc-a6ae-4fc70390003b with identifier: 10738707 to the API
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:15:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10738707>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 110,
'expiration_date': '2026-04-02T08:30:00Z',
'fuel_type': 'Petrol',
'id': '70df5c74-d94c-57fc-a6ae-4fc70390003b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2EMY700',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10738707',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Opel',
'model': 'Crossland',
'odometer': 58479,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photo_urls': ['https://images.openlane.eu/carimgs/5699344/general/499d0eb5-9630-4590-8f79-9114760cb153.jpg',
'https://images.openlane.eu/carimgs/5699344/general/48055520-2617-49dc-bd6b-4a048e5c75a4.jpg',
'https://images.openlane.eu/carimgs/5699344/general/6b3e4425-bf5e-4b90-ac90-a06ce8dd4418.jpg',
'https://images.openlane.eu/carimgs/5699344/general/8e977091-6411-4754-a824-1f9146395814.jpg',
'https://images.openlane.eu/carimgs/5699344/general/b9c4f079-5da6-4531-a446-42a87f6cc3d5.jpg',
'https://images.openlane.eu/carimgs/5699344/general/65f563c7-9eb9-4f6b-9cf9-14986900ac0d.jpg',
'https://images.openlane.eu/carimgs/5699344/general/619e751d-fb34-4d63-8a90-8beaece5215c.jpg',
'https://images.openlane.eu/carimgs/5699344/general/53f4d80d-dce0-4743-aa12-0e24317cdd4a.jpg',
'https://images.openlane.eu/carimgs/5699344/general/d7e7d3af-8a44-4109-bdfb-e6e45657f1e5.jpg',
'https://images.openlane.eu/carimgs/5699344/general/4fc40d27-2174-4f6d-ae5d-1632cf02d598.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70df5c74-d94c-57fc-a6ae-4fc70390003b/70df5c74-d94c-57fc-a6ae-4fc70390003b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94811,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5699344/general/499d0eb5-9630-4590-8f79-9114760cb153.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70df5c74-d94c-57fc-a6ae-4fc70390003b/70df5c74-d94c-57fc-a6ae-4fc70390003b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87367,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5699344/general/48055520-2617-49dc-bd6b-4a048e5c75a4.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70df5c74-d94c-57fc-a6ae-4fc70390003b/70df5c74-d94c-57fc-a6ae-4fc70390003b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86791,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5699344/general/6b3e4425-bf5e-4b90-ac90-a06ce8dd4418.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70df5c74-d94c-57fc-a6ae-4fc70390003b/70df5c74-d94c-57fc-a6ae-4fc70390003b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85770,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5699344/general/8e977091-6411-4754-a824-1f9146395814.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70df5c74-d94c-57fc-a6ae-4fc70390003b/70df5c74-d94c-57fc-a6ae-4fc70390003b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 89995,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5699344/general/b9c4f079-5da6-4531-a446-42a87f6cc3d5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70df5c74-d94c-57fc-a6ae-4fc70390003b/70df5c74-d94c-57fc-a6ae-4fc70390003b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 109349,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5699344/general/65f563c7-9eb9-4f6b-9cf9-14986900ac0d.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70df5c74-d94c-57fc-a6ae-4fc70390003b/70df5c74-d94c-57fc-a6ae-4fc70390003b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 94997,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5699344/general/619e751d-fb34-4d63-8a90-8beaece5215c.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70df5c74-d94c-57fc-a6ae-4fc70390003b/70df5c74-d94c-57fc-a6ae-4fc70390003b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 137399,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5699344/general/53f4d80d-dce0-4743-aa12-0e24317cdd4a.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70df5c74-d94c-57fc-a6ae-4fc70390003b/70df5c74-d94c-57fc-a6ae-4fc70390003b_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 147674,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5699344/general/d7e7d3af-8a44-4109-bdfb-e6e45657f1e5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_70df5c74-d94c-57fc-a6ae-4fc70390003b/70df5c74-d94c-57fc-a6ae-4fc70390003b_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 64464,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5699344/general/4fc40d27-2174-4f6d-ae5d-1632cf02d598.jpg',
'Width': 1024}],
'price': 8600,
'price_includes_vat': True,
'registration_date': '2023-11-27',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Opel Crossland 1.2 GS - Petrol - Manual - 110 hp - 58.479 km',
'transmission': 'manual',
'trim': 'GS',
'vin': None,
'year': 2023}
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738707%27 HTTP/1.1" 200 None
2026-03-28 15:15:18 [adesa.be] INFO: Saving data for 10738707: {'created_time': 1774710918.452162, 'last_price_update_time': 1774710918.452174, 'auction_closing_time': 1775118600.0}
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10738707') HTTP/1.1" 204 0
2026-03-28 15:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10738718> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10738710> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10738712> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:15:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:15:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f333e40-60ef-5c6b-804d-b2777ca19776 with identifier: 10738711
2026-03-28 15:15:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f333e40-60ef-5c6b-804d-b2777ca19776 with scrape type 1
2026-03-28 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3f333e40-60ef-5c6b-804d-b2777ca19776
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752156%252Fgeneral%252F4624dce8-a6d7-4590-90ed-a76c178715f7.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752156/general/4624dce8-a6d7-4590-90ed-a76c178715f7.jpg not downloaded yet
2026-03-28 15:15:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f428b9a1-4e19-5742-b9e2-89b0433c7c60 with identifier: 10738706
2026-03-28 15:15:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f428b9a1-4e19-5742-b9e2-89b0433c7c60 with scrape type 1
2026-03-28 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f428b9a1-4e19-5742-b9e2-89b0433c7c60
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752152%252Fgeneral%252F1a21005d-dfb0-4219-8855-576e48d8fe76.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752152/general/1a21005d-dfb0-4219-8855-576e48d8fe76.jpg not downloaded yet
2026-03-28 15:15:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8238b92c-3832-573d-be78-df1eca74385e with identifier: 10738708
2026-03-28 15:15:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8238b92c-3832-573d-be78-df1eca74385e with scrape type 1
2026-03-28 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8238b92c-3832-573d-be78-df1eca74385e
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752153%252Fgeneral%252F6ea4987b-93c0-432f-bb7f-218c12c243da.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752153/general/6ea4987b-93c0-432f-bb7f-218c12c243da.jpg not downloaded yet
2026-03-28 15:15:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61d8f05c-b699-5345-ae18-4396063bd67f with identifier: 10738709
2026-03-28 15:15:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61d8f05c-b699-5345-ae18-4396063bd67f with scrape type 1
2026-03-28 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 61d8f05c-b699-5345-ae18-4396063bd67f
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752154%252Fgeneral%252Fc67a8a00-760a-4f2a-96ec-f086c552117a.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752154/general/c67a8a00-760a-4f2a-96ec-f086c552117a.jpg not downloaded yet
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752156%252Fgeneral%252F41c1a3fa-3ac7-49a2-8e2e-bce738d92dff.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752156/general/41c1a3fa-3ac7-49a2-8e2e-bce738d92dff.jpg not downloaded yet
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752152%252Fgeneral%252Faf88a2a4-fb9d-4975-978b-175dd05f4218.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752152/general/af88a2a4-fb9d-4975-978b-175dd05f4218.jpg not downloaded yet
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752153%252Fgeneral%252Ffc20f007-0ebd-4ca0-b057-41b8039783d0.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752153/general/fc20f007-0ebd-4ca0-b057-41b8039783d0.jpg not downloaded yet
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752154%252Fgeneral%252Fd8cf918d-9ef4-4950-91d2-7ac494de2dfa.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752154/general/d8cf918d-9ef4-4950-91d2-7ac494de2dfa.jpg not downloaded yet
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752156%252Fgeneral%252F887dbec2-ce7f-4ff8-b9fe-c5228f187cce.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752156/general/887dbec2-ce7f-4ff8-b9fe-c5228f187cce.jpg not downloaded yet
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752152%252Fgeneral%252Fb5545161-3bcd-40f8-b6ab-4b446e759b51.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752152/general/b5545161-3bcd-40f8-b6ab-4b446e759b51.jpg not downloaded yet
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752153%252Fgeneral%252F13c5b471-cde2-422c-8efb-1d2aa3dc001f.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752153/general/13c5b471-cde2-422c-8efb-1d2aa3dc001f.jpg not downloaded yet
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752154%252Fgeneral%252Ff025ae8f-9df1-4e09-adbf-1ac9b9c703dd.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752154/general/f025ae8f-9df1-4e09-adbf-1ac9b9c703dd.jpg not downloaded yet
2026-03-28 15:15:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a1b598c-777a-57a2-af07-b2577d6fc986 with identifier: 10738718
2026-03-28 15:15:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a1b598c-777a-57a2-af07-b2577d6fc986 with scrape type 1
2026-03-28 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9a1b598c-777a-57a2-af07-b2577d6fc986
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752160%252Fgeneral%252F9d04b3e5-8c42-4ee8-b30d-d7f9ce33690d.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752160/general/9d04b3e5-8c42-4ee8-b30d-d7f9ce33690d.jpg not downloaded yet
2026-03-28 15:15:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a849719-c5fb-5d17-964a-d7b8bca0ac2c with identifier: 10738710
2026-03-28 15:15:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a849719-c5fb-5d17-964a-d7b8bca0ac2c with scrape type 1
2026-03-28 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8a849719-c5fb-5d17-964a-d7b8bca0ac2c
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752155%252Fgeneral%252F6b3aa27d-1b3a-446e-8a2a-c114b88d8df5.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752155/general/6b3aa27d-1b3a-446e-8a2a-c114b88d8df5.jpg not downloaded yet
2026-03-28 15:15:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31bccf87-c9c8-5f29-b358-42b46bfbb389 with identifier: 10738712
2026-03-28 15:15:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31bccf87-c9c8-5f29-b358-42b46bfbb389 with scrape type 1
2026-03-28 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 31bccf87-c9c8-5f29-b358-42b46bfbb389
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752157%252Fgeneral%252F7b8c1cfe-3cdd-4007-88f0-46ec7ded2e47.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752157/general/7b8c1cfe-3cdd-4007-88f0-46ec7ded2e47.jpg not downloaded yet
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752156%252Fgeneral%252Fa79f2f0b-48ae-4b37-bbc9-b5b453b398d9.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752156/general/a79f2f0b-48ae-4b37-bbc9-b5b453b398d9.jpg not downloaded yet
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752152%252Fgeneral%252F7760ff7d-c435-4c4b-818c-d537206f0d97.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752152/general/7760ff7d-c435-4c4b-818c-d537206f0d97.jpg not downloaded yet
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752153%252Fgeneral%252F932819ff-002e-4182-84d4-5a91fcf065ee.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752153/general/932819ff-002e-4182-84d4-5a91fcf065ee.jpg not downloaded yet
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752154%252Fgeneral%252F23a646dd-b8a5-41d6-b2d8-6d36b118f83d.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752154/general/23a646dd-b8a5-41d6-b2d8-6d36b118f83d.jpg not downloaded yet
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752160%252Fgeneral%252Fffb975ee-4661-46ad-ab28-368ebbb63f0c.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752160/general/ffb975ee-4661-46ad-ab28-368ebbb63f0c.jpg not downloaded yet
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752155%252Fgeneral%252F0843b74b-72c4-495e-a670-6f8abf9c93e9.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752155/general/0843b74b-72c4-495e-a670-6f8abf9c93e9.jpg not downloaded yet
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752157%252Fgeneral%252Ffe6f07d7-8014-4912-b268-d832e6866226.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752157/general/fe6f07d7-8014-4912-b268-d832e6866226.jpg not downloaded yet
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752156%252Fgeneral%252Ff614ce8d-d2fa-4a3e-b70d-368942673208.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752156/general/f614ce8d-d2fa-4a3e-b70d-368942673208.jpg not downloaded yet
2026-03-28 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752152%252Fgeneral%252Fcd7b13ab-12a9-4831-a7ab-c04edfe1ff23.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752152/general/cd7b13ab-12a9-4831-a7ab-c04edfe1ff23.jpg not downloaded yet
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752153%252Fgeneral%252F87db5ac3-0930-4cb8-bb95-5fdc96259003.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752153/general/87db5ac3-0930-4cb8-bb95-5fdc96259003.jpg not downloaded yet
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752154%252Fgeneral%252Ff4503395-1320-465e-93f2-8002d0608403.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752154/general/f4503395-1320-465e-93f2-8002d0608403.jpg not downloaded yet
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752160%252Fgeneral%252Fe59439b5-536e-40b0-aa65-0e00ff6d5a37.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752160/general/e59439b5-536e-40b0-aa65-0e00ff6d5a37.jpg not downloaded yet
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752155%252Fgeneral%252Fbb477964-a727-485a-8b7b-d26aec90e37b.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752155/general/bb477964-a727-485a-8b7b-d26aec90e37b.jpg not downloaded yet
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752157%252Fgeneral%252F8ae88b58-cde2-4da5-a015-b672ffafba25.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752157/general/8ae88b58-cde2-4da5-a015-b672ffafba25.jpg not downloaded yet
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752156%252Fgeneral%252Fcb865053-3ccb-47b5-a4d8-72ce7fddc677.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752156/general/cb865053-3ccb-47b5-a4d8-72ce7fddc677.jpg not downloaded yet
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752152%252Fgeneral%252F4a991bf0-50c2-49bd-8f62-3ad1c6938d6a.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752152/general/4a991bf0-50c2-49bd-8f62-3ad1c6938d6a.jpg not downloaded yet
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752153%252Fgeneral%252F9887177a-3781-407e-b8cd-e708d9408c13.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752153/general/9887177a-3781-407e-b8cd-e708d9408c13.jpg not downloaded yet
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752154%252Fgeneral%252F7e8a958f-8df9-41d2-8164-a67471172662.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752154/general/7e8a958f-8df9-41d2-8164-a67471172662.jpg not downloaded yet
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752160%252Fgeneral%252F452a4060-348b-4551-8b04-ca3fbc8d9259.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752160/general/452a4060-348b-4551-8b04-ca3fbc8d9259.jpg not downloaded yet
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752155%252Fgeneral%252Ffcd6317d-7fba-4aeb-b6d6-ffd3314d339d.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752155/general/fcd6317d-7fba-4aeb-b6d6-ffd3314d339d.jpg not downloaded yet
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752157%252Fgeneral%252F2259975d-ead4-4227-ae44-f268438015bd.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752157/general/2259975d-ead4-4227-ae44-f268438015bd.jpg not downloaded yet
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752156%252Fgeneral%252Fc35d95aa-9c91-4032-9244-6ec0b19000a0.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752156/general/c35d95aa-9c91-4032-9244-6ec0b19000a0.jpg not downloaded yet
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752152%252Fgeneral%252F006468ed-86be-4400-9d53-01cbdfda880c.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752152/general/006468ed-86be-4400-9d53-01cbdfda880c.jpg not downloaded yet
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752153%252Fgeneral%252Fc4f83b9b-6d37-4c16-85f9-76932ae71c28.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752153/general/c4f83b9b-6d37-4c16-85f9-76932ae71c28.jpg not downloaded yet
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752154%252Fgeneral%252F4ce2dce9-a555-43cb-ad3f-8e2984cee6e0.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752154/general/4ce2dce9-a555-43cb-ad3f-8e2984cee6e0.jpg not downloaded yet
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752160%252Fgeneral%252Fcc6333cd-69fa-412a-8d9b-23b4d663ddfa.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752160/general/cc6333cd-69fa-412a-8d9b-23b4d663ddfa.jpg not downloaded yet
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752155%252Fgeneral%252Ff5f177e9-1527-4b6f-9933-6dd51599f841.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752155/general/f5f177e9-1527-4b6f-9933-6dd51599f841.jpg not downloaded yet
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752157%252Fgeneral%252Faaeba440-c99f-4475-95bb-6d43690e9fca.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752157/general/aaeba440-c99f-4475-95bb-6d43690e9fca.jpg not downloaded yet
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752156%252Fgeneral%252Ffd3acb58-1db0-44af-a767-a03edef851b1.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752156/general/fd3acb58-1db0-44af-a767-a03edef851b1.jpg not downloaded yet
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752152%252Fgeneral%252F04cf5cc5-f1cc-4f5f-8fa4-6239dd5f565e.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752152/general/04cf5cc5-f1cc-4f5f-8fa4-6239dd5f565e.jpg not downloaded yet
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752153%252Fgeneral%252Feb3b19bd-84b4-4211-88fa-c26180ea810a.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752153/general/eb3b19bd-84b4-4211-88fa-c26180ea810a.jpg not downloaded yet
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752154%252Fgeneral%252Ffa4a67c5-bd4c-4047-b2ef-cb19e205472a.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752154/general/fa4a67c5-bd4c-4047-b2ef-cb19e205472a.jpg not downloaded yet
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752160%252Fgeneral%252Fc7d63d45-45e4-4fa1-a92e-3651f9b9e718.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752160/general/c7d63d45-45e4-4fa1-a92e-3651f9b9e718.jpg not downloaded yet
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752155%252Fgeneral%252F6bcc1ffe-fb00-45e1-974b-baf546ac0130.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752155/general/6bcc1ffe-fb00-45e1-974b-baf546ac0130.jpg not downloaded yet
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752157%252Fgeneral%252F998d5002-9758-4859-aaf3-bd0ec40a3129.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752157/general/998d5002-9758-4859-aaf3-bd0ec40a3129.jpg not downloaded yet
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752156%252Fgeneral%252F1ac73198-9f86-45a3-91d6-7a50762bf16d.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752156/general/1ac73198-9f86-45a3-91d6-7a50762bf16d.jpg not downloaded yet
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752152%252Fgeneral%252Fccca0fb2-d201-4af0-87cd-60e0f4aaad6b.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752152/general/ccca0fb2-d201-4af0-87cd-60e0f4aaad6b.jpg not downloaded yet
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752153%252Fgeneral%252F66028fa9-f1a9-472a-9ac2-76340b46642a.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752153/general/66028fa9-f1a9-472a-9ac2-76340b46642a.jpg not downloaded yet
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752154%252Fgeneral%252F21449fea-fbd8-4b9b-8278-f81d07867460.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752154/general/21449fea-fbd8-4b9b-8278-f81d07867460.jpg not downloaded yet
2026-03-28 15:15:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10738717> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752160%252Fgeneral%252Ff16d000d-fe4b-4d9f-9db7-ed99ce614ff1.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752160/general/f16d000d-fe4b-4d9f-9db7-ed99ce614ff1.jpg not downloaded yet
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752155%252Fgeneral%252Fd218a6b2-d755-4677-81b7-7b0008f1d114.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752155/general/d218a6b2-d755-4677-81b7-7b0008f1d114.jpg not downloaded yet
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752157%252Fgeneral%252F0121009d-e930-446b-b524-62c33ba8be1f.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752157/general/0121009d-e930-446b-b524-62c33ba8be1f.jpg not downloaded yet
2026-03-28 15:15:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10738714> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:15:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752154/general/d8cf918d-9ef4-4950-91d2-7ac494de2dfa.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738709)
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752156%252Fgeneral%252Fe1d558ae-7bf7-49c6-ac5f-1679db3d2157.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752156/general/e1d558ae-7bf7-49c6-ac5f-1679db3d2157.jpg not downloaded yet
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752152%252Fgeneral%252F8ae9ce32-1cbb-47fa-bd4d-48c192a8f027.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752152/general/8ae9ce32-1cbb-47fa-bd4d-48c192a8f027.jpg not downloaded yet
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752153%252Fgeneral%252F1f4e3b13-05bf-4e3b-9c77-1fa17546b67e.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752153/general/1f4e3b13-05bf-4e3b-9c77-1fa17546b67e.jpg not downloaded yet
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752154%252Fgeneral%252F27526e76-4758-4cfa-b099-3100cbe26329.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752154/general/27526e76-4758-4cfa-b099-3100cbe26329.jpg not downloaded yet
2026-03-28 15:15:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752153/general/fc20f007-0ebd-4ca0-b057-41b8039783d0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738708)
2026-03-28 15:15:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752154/general/c67a8a00-760a-4f2a-96ec-f086c552117a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738709)
2026-03-28 15:15:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752152/general/1a21005d-dfb0-4219-8855-576e48d8fe76.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738706)
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752160%252Fgeneral%252F1bcf454c-55aa-435c-a432-6f9354e25bd0.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752160/general/1bcf454c-55aa-435c-a432-6f9354e25bd0.jpg not downloaded yet
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752155%252Fgeneral%252Fa64f8d60-7ef3-4eeb-a2ca-6ad120a3fb23.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752155/general/a64f8d60-7ef3-4eeb-a2ca-6ad120a3fb23.jpg not downloaded yet
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752157%252Fgeneral%252Fd20758e5-92a4-413e-b5db-bca895c49b6e.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752157/general/d20758e5-92a4-413e-b5db-bca895c49b6e.jpg not downloaded yet
2026-03-28 15:15:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10738720> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:15:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752156/general/41c1a3fa-3ac7-49a2-8e2e-bce738d92dff.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738711)
2026-03-28 15:15:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752156/general/4624dce8-a6d7-4590-90ed-a76c178715f7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738711)
2026-03-28 15:15:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752152/general/af88a2a4-fb9d-4975-978b-175dd05f4218.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738706)
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752160%252Fgeneral%252F16cafbf0-e39b-4e78-8cc9-f62e7db8ce83.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752160/general/16cafbf0-e39b-4e78-8cc9-f62e7db8ce83.jpg not downloaded yet
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752155%252Fgeneral%252Ff5883cc9-bc6f-4f5a-8efb-cdfd10e75209.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752155/general/f5883cc9-bc6f-4f5a-8efb-cdfd10e75209.jpg not downloaded yet
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752157%252Fgeneral%252Fdc3934f8-f22b-40cf-8227-e554243c1ec3.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752157/general/dc3934f8-f22b-40cf-8227-e554243c1ec3.jpg not downloaded yet
2026-03-28 15:15:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92a7fa80-3812-527d-b9e5-159d638b8a5b with identifier: 10738717
2026-03-28 15:15:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92a7fa80-3812-527d-b9e5-159d638b8a5b with scrape type 1
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 92a7fa80-3812-527d-b9e5-159d638b8a5b
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752159%252Fgeneral%252Fa46bdd9b-3d9e-4270-b07f-0c83bce5a282.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752159/general/a46bdd9b-3d9e-4270-b07f-0c83bce5a282.jpg not downloaded yet
2026-03-28 15:15:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2edb4950-5b87-5a47-b5d2-ad4403ee2f45 with identifier: 10738714
2026-03-28 15:15:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2edb4950-5b87-5a47-b5d2-ad4403ee2f45 with scrape type 1
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2edb4950-5b87-5a47-b5d2-ad4403ee2f45
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752158%252Fgeneral%252F32af03cf-e73b-4cb5-8a40-22c4f4a5e941.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752158/general/32af03cf-e73b-4cb5-8a40-22c4f4a5e941.jpg not downloaded yet
2026-03-28 15:15:19 [common.azure_blobstore] INFO: Using managed identity for Azure Blob Storage
2026-03-28 15:15:19 [common.azure_blobstore] INFO: Using managed identity with client ID: 39192755-105d-4ce2-a21d-ab53b63f8b87
2026-03-28 15:15:19 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:19 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff5450310>
2026-03-28 15:15:19 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2115
2026-03-28 15:15:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxproduction.blob.core.windows.net:443
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61d8f05c-b699-5345-ae18-4396063bd67f/61d8f05c-b699-5345-ae18-4396063bd67f_image_1.jpg HTTP/1.1" 201 0
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752154%252Fgeneral%252Fd8cf918d-9ef4-4950-91d2-7ac494de2dfa.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752154/general/d8cf918d-9ef4-4950-91d2-7ac494de2dfa.jpg saved to cache
2026-03-28 15:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 61d8f05c-b699-5345-ae18-4396063bd67f
2026-03-28 15:15:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752153/general/6ea4987b-93c0-432f-bb7f-218c12c243da.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738708)
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752160%252Fgeneral%252Fa9726e92-21e8-4046-992e-80551a3e7198.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752160/general/a9726e92-21e8-4046-992e-80551a3e7198.jpg not downloaded yet
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752155%252Fgeneral%252Fe596aee5-5143-43d2-a7ac-5d0acd6c518c.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752155/general/e596aee5-5143-43d2-a7ac-5d0acd6c518c.jpg not downloaded yet
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752157%252Fgeneral%252Fdc8fbd06-ffcf-41dd-bdd2-b8edcf17fe03.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752157/general/dc8fbd06-ffcf-41dd-bdd2-b8edcf17fe03.jpg not downloaded yet
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752159%252Fgeneral%252F153b7fb5-ce94-4040-a4bf-779469f578e7.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752159/general/153b7fb5-ce94-4040-a4bf-779469f578e7.jpg not downloaded yet
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752158%252Fgeneral%252F0eb61ad6-f626-444f-930f-225fbfd1fe24.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752158/general/0eb61ad6-f626-444f-930f-225fbfd1fe24.jpg not downloaded yet
2026-03-28 15:15:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10738719> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:15:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10738715> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:15:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff7295450>
2026-03-28 15:15:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8238b92c-3832-573d-be78-df1eca74385e/8238b92c-3832-573d-be78-df1eca74385e_image_1.jpg HTTP/1.1" 201 0
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752153%252Fgeneral%252Ffc20f007-0ebd-4ca0-b057-41b8039783d0.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752153/general/fc20f007-0ebd-4ca0-b057-41b8039783d0.jpg saved to cache
2026-03-28 15:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 8238b92c-3832-573d-be78-df1eca74385e
2026-03-28 15:15:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff542c4d0>
2026-03-28 15:15:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61d8f05c-b699-5345-ae18-4396063bd67f/61d8f05c-b699-5345-ae18-4396063bd67f_image_0.jpg HTTP/1.1" 201 0
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752154%252Fgeneral%252Fc67a8a00-760a-4f2a-96ec-f086c552117a.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752154/general/c67a8a00-760a-4f2a-96ec-f086c552117a.jpg saved to cache
2026-03-28 15:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 61d8f05c-b699-5345-ae18-4396063bd67f
2026-03-28 15:15:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff540f510>
2026-03-28 15:15:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f428b9a1-4e19-5742-b9e2-89b0433c7c60/f428b9a1-4e19-5742-b9e2-89b0433c7c60_image_0.jpg HTTP/1.1" 201 0
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752152%252Fgeneral%252F1a21005d-dfb0-4219-8855-576e48d8fe76.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752152/general/1a21005d-dfb0-4219-8855-576e48d8fe76.jpg saved to cache
2026-03-28 15:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item f428b9a1-4e19-5742-b9e2-89b0433c7c60
2026-03-28 15:15:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65255120-c7cf-5996-9b32-334615340761 with identifier: 10738720
2026-03-28 15:15:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65255120-c7cf-5996-9b32-334615340761 with scrape type 1
2026-03-28 15:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 65255120-c7cf-5996-9b32-334615340761
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5687510%252Fgeneral%252F7c32996b-cd35-4e04-adfc-3ace3428c80f.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5687510/general/7c32996b-cd35-4e04-adfc-3ace3428c80f.jpg already downloaded
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5687510%252Fgeneral%252F88d50e71-d770-4779-a3d2-44092b690e11.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5687510/general/88d50e71-d770-4779-a3d2-44092b690e11.jpg already downloaded
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5687510%252Fgeneral%252F5229181e-7cbc-40e6-9035-bcc61da9a92c.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5687510/general/5229181e-7cbc-40e6-9035-bcc61da9a92c.jpg already downloaded
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5687510%252Fgeneral%252Fdbd78d0f-156a-4848-a939-05c513cc930f.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5687510/general/dbd78d0f-156a-4848-a939-05c513cc930f.jpg already downloaded
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5687510%252Fgeneral%252Fd3ba45f4-168b-47ea-bc38-b3e58d1b8792.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5687510/general/d3ba45f4-168b-47ea-bc38-b3e58d1b8792.jpg already downloaded
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5687510%252Fgeneral%252Fb9e1a213-aac7-4ea9-945e-2adf4148e53a.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5687510/general/b9e1a213-aac7-4ea9-945e-2adf4148e53a.jpg already downloaded
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5687510%252Fgeneral%252Fbaeca2e1-eb2e-400e-983d-cee304b1387b.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5687510/general/baeca2e1-eb2e-400e-983d-cee304b1387b.jpg already downloaded
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5687510%252Fgeneral%252Fb4377d86-0a5c-4af1-a30d-a9f3f2dbbe99.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5687510/general/b4377d86-0a5c-4af1-a30d-a9f3f2dbbe99.jpg already downloaded
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5687510%252Fgeneral%252F854b805c-6970-49bc-a8c7-ceeab4ac32cf.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5687510/general/854b805c-6970-49bc-a8c7-ceeab4ac32cf.jpg already downloaded
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5687510%252Fgeneral%252F0198d112-280a-4060-95ee-74b51a3b8244.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5687510/general/0198d112-280a-4060-95ee-74b51a3b8244.jpg already downloaded
2026-03-28 15:15:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 65255120-c7cf-5996-9b32-334615340761, identifier: 10738720
2026-03-28 15:15:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff530cf50>
2026-03-28 15:15:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3f333e40-60ef-5c6b-804d-b2777ca19776/3f333e40-60ef-5c6b-804d-b2777ca19776_image_1.jpg HTTP/1.1" 201 0
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752156%252Fgeneral%252F41c1a3fa-3ac7-49a2-8e2e-bce738d92dff.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752156/general/41c1a3fa-3ac7-49a2-8e2e-bce738d92dff.jpg saved to cache
2026-03-28 15:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 3f333e40-60ef-5c6b-804d-b2777ca19776
2026-03-28 15:15:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff5444d10>
2026-03-28 15:15:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3f333e40-60ef-5c6b-804d-b2777ca19776/3f333e40-60ef-5c6b-804d-b2777ca19776_image_0.jpg HTTP/1.1" 201 0
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752156%252Fgeneral%252F4624dce8-a6d7-4590-90ed-a76c178715f7.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752156/general/4624dce8-a6d7-4590-90ed-a76c178715f7.jpg saved to cache
2026-03-28 15:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 3f333e40-60ef-5c6b-804d-b2777ca19776
2026-03-28 15:15:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff53357d0>
2026-03-28 15:15:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f428b9a1-4e19-5742-b9e2-89b0433c7c60/f428b9a1-4e19-5742-b9e2-89b0433c7c60_image_1.jpg HTTP/1.1" 201 0
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752152%252Fgeneral%252Faf88a2a4-fb9d-4975-978b-175dd05f4218.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752152/general/af88a2a4-fb9d-4975-978b-175dd05f4218.jpg saved to cache
2026-03-28 15:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item f428b9a1-4e19-5742-b9e2-89b0433c7c60
2026-03-28 15:15:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752157/general/998d5002-9758-4859-aaf3-bd0ec40a3129.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738712)
2026-03-28 15:15:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752157/general/0121009d-e930-446b-b524-62c33ba8be1f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738712)
2026-03-28 15:15:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752155/general/6b3aa27d-1b3a-446e-8a2a-c114b88d8df5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738710)
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752159%252Fgeneral%252Fc756db3b-def6-4ade-b133-3a81dd9a7bec.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752159/general/c756db3b-def6-4ade-b133-3a81dd9a7bec.jpg not downloaded yet
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752158%252Fgeneral%252Fe0c816f3-e0d6-4c9a-86e0-e611fe3aac5c.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752158/general/e0c816f3-e0d6-4c9a-86e0-e611fe3aac5c.jpg not downloaded yet
2026-03-28 15:15:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 65255120-c7cf-5996-9b32-334615340761 with identifier: 10738720
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 15:15:20 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Gray HTTP/1.1" 200 None
2026-03-28 15:15:21 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 15:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 15:15:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 15:15:21 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Hybride HTTP/1.1" 200 None
2026-03-28 15:15:21 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 15:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 15:15:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 65255120-c7cf-5996-9b32-334615340761 with identifier: 10738720
2026-03-28 15:15:21 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 65255120-c7cf-5996-9b32-334615340761 with identifier: 10738720 to the API
2026-03-28 15:15:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:15:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:15:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10738720>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 180,
'expiration_date': '2026-04-02T08:30:00Z',
'fuel_type': 'Hybrid',
'id': '65255120-c7cf-5996-9b32-334615340761',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BFX067',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10738720',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '508',
'odometer': 107173,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photo_urls': ['https://images.openlane.eu/carimgs/5687510/general/7c32996b-cd35-4e04-adfc-3ace3428c80f.jpg',
'https://images.openlane.eu/carimgs/5687510/general/88d50e71-d770-4779-a3d2-44092b690e11.jpg',
'https://images.openlane.eu/carimgs/5687510/general/5229181e-7cbc-40e6-9035-bcc61da9a92c.jpg',
'https://images.openlane.eu/carimgs/5687510/general/dbd78d0f-156a-4848-a939-05c513cc930f.jpg',
'https://images.openlane.eu/carimgs/5687510/general/d3ba45f4-168b-47ea-bc38-b3e58d1b8792.jpg',
'https://images.openlane.eu/carimgs/5687510/general/b9e1a213-aac7-4ea9-945e-2adf4148e53a.jpg',
'https://images.openlane.eu/carimgs/5687510/general/baeca2e1-eb2e-400e-983d-cee304b1387b.jpg',
'https://images.openlane.eu/carimgs/5687510/general/b4377d86-0a5c-4af1-a30d-a9f3f2dbbe99.jpg',
'https://images.openlane.eu/carimgs/5687510/general/854b805c-6970-49bc-a8c7-ceeab4ac32cf.jpg',
'https://images.openlane.eu/carimgs/5687510/general/0198d112-280a-4060-95ee-74b51a3b8244.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_65255120-c7cf-5996-9b32-334615340761/65255120-c7cf-5996-9b32-334615340761_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 178962,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5687510/general/7c32996b-cd35-4e04-adfc-3ace3428c80f.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_65255120-c7cf-5996-9b32-334615340761/65255120-c7cf-5996-9b32-334615340761_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 180668,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5687510/general/88d50e71-d770-4779-a3d2-44092b690e11.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_65255120-c7cf-5996-9b32-334615340761/65255120-c7cf-5996-9b32-334615340761_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 176612,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5687510/general/5229181e-7cbc-40e6-9035-bcc61da9a92c.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_65255120-c7cf-5996-9b32-334615340761/65255120-c7cf-5996-9b32-334615340761_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 178731,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5687510/general/dbd78d0f-156a-4848-a939-05c513cc930f.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_65255120-c7cf-5996-9b32-334615340761/65255120-c7cf-5996-9b32-334615340761_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 152966,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5687510/general/d3ba45f4-168b-47ea-bc38-b3e58d1b8792.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_65255120-c7cf-5996-9b32-334615340761/65255120-c7cf-5996-9b32-334615340761_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 107935,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5687510/general/b9e1a213-aac7-4ea9-945e-2adf4148e53a.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_65255120-c7cf-5996-9b32-334615340761/65255120-c7cf-5996-9b32-334615340761_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 106836,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5687510/general/baeca2e1-eb2e-400e-983d-cee304b1387b.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_65255120-c7cf-5996-9b32-334615340761/65255120-c7cf-5996-9b32-334615340761_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 138331,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5687510/general/b4377d86-0a5c-4af1-a30d-a9f3f2dbbe99.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_65255120-c7cf-5996-9b32-334615340761/65255120-c7cf-5996-9b32-334615340761_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 171055,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5687510/general/854b805c-6970-49bc-a8c7-ceeab4ac32cf.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_65255120-c7cf-5996-9b32-334615340761/65255120-c7cf-5996-9b32-334615340761_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 99878,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5687510/general/0198d112-280a-4060-95ee-74b51a3b8244.jpg',
'Width': 1024}],
'price': 11300,
'price_includes_vat': True,
'registration_date': '2021-11-09',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Peugeot 508 SW 1.6 GT - Hybrid - Automatic - 180 hp - 107.173 km',
'transmission': 'automatic',
'trim': 'GT',
'vin': None,
'year': 2021}
2026-03-28 15:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738720%27 HTTP/1.1" 200 None
2026-03-28 15:15:21 [adesa.be] INFO: Saving data for 10738720: {'created_time': 1774710921.66121, 'last_price_update_time': 1774710921.661221, 'auction_closing_time': 1775118600.0}
2026-03-28 15:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10738720') HTTP/1.1" 204 0
2026-03-28 15:15:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752157/general/7b8c1cfe-3cdd-4007-88f0-46ec7ded2e47.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738712)
2026-03-28 15:15:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752154/general/21449fea-fbd8-4b9b-8278-f81d07867460.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738709)
2026-03-28 15:15:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752155/general/d218a6b2-d755-4677-81b7-7b0008f1d114.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738710)
2026-03-28 15:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752159%252Fgeneral%252F99b1d9de-1b59-42d5-a295-f89dcf3015a1.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752159/general/99b1d9de-1b59-42d5-a295-f89dcf3015a1.jpg not downloaded yet
2026-03-28 15:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752158%252Fgeneral%252F1fe22718-c692-4459-aaae-318dca7ee7b7.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752158/general/1fe22718-c692-4459-aaae-318dca7ee7b7.jpg not downloaded yet
2026-03-28 15:15:21 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:15:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff542ea10>
2026-03-28 15:15:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8238b92c-3832-573d-be78-df1eca74385e/8238b92c-3832-573d-be78-df1eca74385e_image_0.jpg HTTP/1.1" 201 0
2026-03-28 15:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752153%252Fgeneral%252F6ea4987b-93c0-432f-bb7f-218c12c243da.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752153/general/6ea4987b-93c0-432f-bb7f-218c12c243da.jpg saved to cache
2026-03-28 15:15:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 8238b92c-3832-573d-be78-df1eca74385e
2026-03-28 15:15:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2af93cc-6e60-5690-ba46-19314fb722e1 with identifier: 10738719
2026-03-28 15:15:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2af93cc-6e60-5690-ba46-19314fb722e1 with scrape type 1
2026-03-28 15:15:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b2af93cc-6e60-5690-ba46-19314fb722e1
2026-03-28 15:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752161%252Fgeneral%252F7c6268a1-096a-47b3-ac7a-a422a03073f4.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752161/general/7c6268a1-096a-47b3-ac7a-a422a03073f4.jpg not downloaded yet
2026-03-28 15:15:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec2c3858-11ae-5856-b2dd-0a549b1fbcfa with identifier: 10738715
2026-03-28 15:15:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec2c3858-11ae-5856-b2dd-0a549b1fbcfa with scrape type 1
2026-03-28 15:15:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ec2c3858-11ae-5856-b2dd-0a549b1fbcfa
2026-03-28 15:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5652684%252Fgeneral%252Fcb6612a7-682e-47e1-9d75-96187d645f13.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5652684/general/cb6612a7-682e-47e1-9d75-96187d645f13.jpg already downloaded
2026-03-28 15:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5652684%252Fgeneral%252F78acf207-4e48-4b2e-ada2-9ca4b73f5ad2.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5652684/general/78acf207-4e48-4b2e-ada2-9ca4b73f5ad2.jpg already downloaded
2026-03-28 15:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5652684%252Fgeneral%252Fdabc7ee2-1086-4b9a-a4cc-6b72cbe61623.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5652684/general/dabc7ee2-1086-4b9a-a4cc-6b72cbe61623.jpg already downloaded
2026-03-28 15:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5652684%252Fgeneral%252F043bbc2c-2eb1-4124-9c29-178366acc1fa.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5652684/general/043bbc2c-2eb1-4124-9c29-178366acc1fa.jpg already downloaded
2026-03-28 15:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5652684%252Fgeneral%252F37ccb327-c1ec-4dcd-8933-6c9e6ed69bdb.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5652684/general/37ccb327-c1ec-4dcd-8933-6c9e6ed69bdb.jpg already downloaded
2026-03-28 15:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5652684%252Fgeneral%252F7ce34d3a-d1a8-479d-a759-6b3afd8877a9.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5652684/general/7ce34d3a-d1a8-479d-a759-6b3afd8877a9.jpg already downloaded
2026-03-28 15:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5652684%252Fgeneral%252F97a849d4-7e90-4c48-ae95-976d82e7a8e4.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5652684/general/97a849d4-7e90-4c48-ae95-976d82e7a8e4.jpg already downloaded
2026-03-28 15:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5652684%252Fgeneral%252F86b442a4-8ede-4502-ad1a-6cb3bbe41122.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5652684/general/86b442a4-8ede-4502-ad1a-6cb3bbe41122.jpg already downloaded
2026-03-28 15:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5652684%252Fgeneral%252F927f24ca-04bc-4c57-8b2c-4f2f36ea8de7.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5652684/general/927f24ca-04bc-4c57-8b2c-4f2f36ea8de7.jpg already downloaded
2026-03-28 15:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5652684%252Fgeneral%252F4f61d4fc-32c0-4103-919a-4dea2d4e2a51.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5652684/general/4f61d4fc-32c0-4103-919a-4dea2d4e2a51.jpg already downloaded
2026-03-28 15:15:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: ec2c3858-11ae-5856-b2dd-0a549b1fbcfa, identifier: 10738715
2026-03-28 15:15:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752160/general/f16d000d-fe4b-4d9f-9db7-ed99ce614ff1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738718)
2026-03-28 15:15:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: ec2c3858-11ae-5856-b2dd-0a549b1fbcfa with identifier: 10738715
2026-03-28 15:15:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: ec2c3858-11ae-5856-b2dd-0a549b1fbcfa with identifier: 10738715
2026-03-28 15:15:22 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: ec2c3858-11ae-5856-b2dd-0a549b1fbcfa with identifier: 10738715 to the API
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:15:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10738715>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 181,
'expiration_date': '2026-04-02T08:30:00Z',
'fuel_type': 'Hybrid',
'id': 'ec2c3858-11ae-5856-b2dd-0a549b1fbcfa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BLY763',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10738715',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '3008',
'odometer': 105698,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 25,
'photo_urls': ['https://images.openlane.eu/carimgs/5652684/general/cb6612a7-682e-47e1-9d75-96187d645f13.jpg',
'https://images.openlane.eu/carimgs/5652684/general/78acf207-4e48-4b2e-ada2-9ca4b73f5ad2.jpg',
'https://images.openlane.eu/carimgs/5652684/general/dabc7ee2-1086-4b9a-a4cc-6b72cbe61623.jpg',
'https://images.openlane.eu/carimgs/5652684/general/043bbc2c-2eb1-4124-9c29-178366acc1fa.jpg',
'https://images.openlane.eu/carimgs/5652684/general/37ccb327-c1ec-4dcd-8933-6c9e6ed69bdb.jpg',
'https://images.openlane.eu/carimgs/5652684/general/7ce34d3a-d1a8-479d-a759-6b3afd8877a9.jpg',
'https://images.openlane.eu/carimgs/5652684/general/97a849d4-7e90-4c48-ae95-976d82e7a8e4.jpg',
'https://images.openlane.eu/carimgs/5652684/general/86b442a4-8ede-4502-ad1a-6cb3bbe41122.jpg',
'https://images.openlane.eu/carimgs/5652684/general/927f24ca-04bc-4c57-8b2c-4f2f36ea8de7.jpg',
'https://images.openlane.eu/carimgs/5652684/general/4f61d4fc-32c0-4103-919a-4dea2d4e2a51.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec2c3858-11ae-5856-b2dd-0a549b1fbcfa/ec2c3858-11ae-5856-b2dd-0a549b1fbcfa_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 295447,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5652684/general/cb6612a7-682e-47e1-9d75-96187d645f13.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec2c3858-11ae-5856-b2dd-0a549b1fbcfa/ec2c3858-11ae-5856-b2dd-0a549b1fbcfa_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 301221,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5652684/general/78acf207-4e48-4b2e-ada2-9ca4b73f5ad2.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec2c3858-11ae-5856-b2dd-0a549b1fbcfa/ec2c3858-11ae-5856-b2dd-0a549b1fbcfa_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 305538,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5652684/general/dabc7ee2-1086-4b9a-a4cc-6b72cbe61623.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec2c3858-11ae-5856-b2dd-0a549b1fbcfa/ec2c3858-11ae-5856-b2dd-0a549b1fbcfa_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 290959,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5652684/general/043bbc2c-2eb1-4124-9c29-178366acc1fa.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec2c3858-11ae-5856-b2dd-0a549b1fbcfa/ec2c3858-11ae-5856-b2dd-0a549b1fbcfa_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 252782,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5652684/general/37ccb327-c1ec-4dcd-8933-6c9e6ed69bdb.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec2c3858-11ae-5856-b2dd-0a549b1fbcfa/ec2c3858-11ae-5856-b2dd-0a549b1fbcfa_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 263727,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5652684/general/7ce34d3a-d1a8-479d-a759-6b3afd8877a9.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec2c3858-11ae-5856-b2dd-0a549b1fbcfa/ec2c3858-11ae-5856-b2dd-0a549b1fbcfa_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 253437,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5652684/general/97a849d4-7e90-4c48-ae95-976d82e7a8e4.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec2c3858-11ae-5856-b2dd-0a549b1fbcfa/ec2c3858-11ae-5856-b2dd-0a549b1fbcfa_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 259032,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5652684/general/86b442a4-8ede-4502-ad1a-6cb3bbe41122.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec2c3858-11ae-5856-b2dd-0a549b1fbcfa/ec2c3858-11ae-5856-b2dd-0a549b1fbcfa_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 255746,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5652684/general/927f24ca-04bc-4c57-8b2c-4f2f36ea8de7.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ec2c3858-11ae-5856-b2dd-0a549b1fbcfa/ec2c3858-11ae-5856-b2dd-0a549b1fbcfa_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 331116,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5652684/general/4f61d4fc-32c0-4103-919a-4dea2d4e2a51.jpg',
'Width': 1400}],
'price': 12200,
'price_includes_vat': True,
'registration_date': '2022-01-11',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Peugeot 3008 1.6 Allure - Hybrid - Automatic - 181 hp - 105.698 km',
'transmission': 'automatic',
'trim': 'Allure',
'vin': None,
'year': 2022}
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738715%27 HTTP/1.1" 200 None
2026-03-28 15:15:22 [adesa.be] INFO: Saving data for 10738715: {'created_time': 1774710922.426793, 'last_price_update_time': 1774710922.426803, 'auction_closing_time': 1775118600.0}
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10738715') HTTP/1.1" 204 0
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752159%252Fgeneral%252F47dc6628-a62e-463f-9102-98664d2e6284.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752159/general/47dc6628-a62e-463f-9102-98664d2e6284.jpg not downloaded yet
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752158%252Fgeneral%252Faa8e09d6-e7f6-4eea-a47f-327da8ac9b12.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752158/general/aa8e09d6-e7f6-4eea-a47f-327da8ac9b12.jpg not downloaded yet
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752161%252Fgeneral%252F757f34e0-b68a-4712-bf6b-ce600715f390.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752161/general/757f34e0-b68a-4712-bf6b-ce600715f390.jpg not downloaded yet
2026-03-28 15:15:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff4091f10>
2026-03-28 15:15:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_31bccf87-c9c8-5f29-b358-42b46bfbb389/31bccf87-c9c8-5f29-b358-42b46bfbb389_image_5.jpg HTTP/1.1" 201 0
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752157%252Fgeneral%252F998d5002-9758-4859-aaf3-bd0ec40a3129.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752157/general/998d5002-9758-4859-aaf3-bd0ec40a3129.jpg saved to cache
2026-03-28 15:15:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 31bccf87-c9c8-5f29-b358-42b46bfbb389
2026-03-28 15:15:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff412df90>
2026-03-28 15:15:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_31bccf87-c9c8-5f29-b358-42b46bfbb389/31bccf87-c9c8-5f29-b358-42b46bfbb389_image_6.jpg HTTP/1.1" 201 0
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752157%252Fgeneral%252F0121009d-e930-446b-b524-62c33ba8be1f.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752157/general/0121009d-e930-446b-b524-62c33ba8be1f.jpg saved to cache
2026-03-28 15:15:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 31bccf87-c9c8-5f29-b358-42b46bfbb389
2026-03-28 15:15:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff5409050>
2026-03-28 15:15:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8a849719-c5fb-5d17-964a-d7b8bca0ac2c/8a849719-c5fb-5d17-964a-d7b8bca0ac2c_image_0.jpg HTTP/1.1" 201 0
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752155%252Fgeneral%252F6b3aa27d-1b3a-446e-8a2a-c114b88d8df5.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752155/general/6b3aa27d-1b3a-446e-8a2a-c114b88d8df5.jpg saved to cache
2026-03-28 15:15:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 8a849719-c5fb-5d17-964a-d7b8bca0ac2c
2026-03-28 15:15:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752157/general/dc8fbd06-ffcf-41dd-bdd2-b8edcf17fe03.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738712)
2026-03-28 15:15:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752153/general/66028fa9-f1a9-472a-9ac2-76340b46642a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738708)
2026-03-28 15:15:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752154/general/27526e76-4758-4cfa-b099-3100cbe26329.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738709)
2026-03-28 15:15:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752155/general/a64f8d60-7ef3-4eeb-a2ca-6ad120a3fb23.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738710)
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752159%252Fgeneral%252F1f553056-551a-46fe-8fcc-539fbc071250.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752159/general/1f553056-551a-46fe-8fcc-539fbc071250.jpg not downloaded yet
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752158%252Fgeneral%252F0f990e07-8cea-48f3-9b91-26415f11ffac.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752158/general/0f990e07-8cea-48f3-9b91-26415f11ffac.jpg not downloaded yet
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752161%252Fgeneral%252F8ca284b0-6a85-44d7-a7e0-7ed52610fa22.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752161/general/8ca284b0-6a85-44d7-a7e0-7ed52610fa22.jpg not downloaded yet
2026-03-28 15:15:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff53a4e50>
2026-03-28 15:15:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_31bccf87-c9c8-5f29-b358-42b46bfbb389/31bccf87-c9c8-5f29-b358-42b46bfbb389_image_0.jpg HTTP/1.1" 201 0
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752157%252Fgeneral%252F7b8c1cfe-3cdd-4007-88f0-46ec7ded2e47.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752157/general/7b8c1cfe-3cdd-4007-88f0-46ec7ded2e47.jpg saved to cache
2026-03-28 15:15:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 31bccf87-c9c8-5f29-b358-42b46bfbb389
2026-03-28 15:15:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff53aaed0>
2026-03-28 15:15:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61d8f05c-b699-5345-ae18-4396063bd67f/61d8f05c-b699-5345-ae18-4396063bd67f_image_8.jpg HTTP/1.1" 201 0
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752154%252Fgeneral%252F21449fea-fbd8-4b9b-8278-f81d07867460.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752154/general/21449fea-fbd8-4b9b-8278-f81d07867460.jpg saved to cache
2026-03-28 15:15:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 61d8f05c-b699-5345-ae18-4396063bd67f
2026-03-28 15:15:22 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:22 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff53b6e90>
2026-03-28 15:15:22 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:22 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8a849719-c5fb-5d17-964a-d7b8bca0ac2c/8a849719-c5fb-5d17-964a-d7b8bca0ac2c_image_6.jpg HTTP/1.1" 201 0
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752155%252Fgeneral%252Fd218a6b2-d755-4677-81b7-7b0008f1d114.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752155/general/d218a6b2-d755-4677-81b7-7b0008f1d114.jpg saved to cache
2026-03-28 15:15:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 8a849719-c5fb-5d17-964a-d7b8bca0ac2c
2026-03-28 15:15:22 [adesa.be] INFO: Found listing with ID: 10739542
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739542%27 HTTP/1.1" 200 None
2026-03-28 15:15:22 [adesa.be] INFO: Scrape type for 10739542: 0
2026-03-28 15:15:22 [adesa.be] INFO: Skipping item 10739542 url https://www.openlane.eu/en/carv6/auction/10739542
2026-03-28 15:15:22 [adesa.be] INFO: Found listing with ID: 10739679
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739679%27 HTTP/1.1" 200 None
2026-03-28 15:15:22 [adesa.be] INFO: Scrape type for 10739679: 0
2026-03-28 15:15:22 [adesa.be] INFO: Skipping item 10739679 url https://www.openlane.eu/en/carv6/auction/10739679
2026-03-28 15:15:22 [adesa.be] INFO: Found listing with ID: 10740021
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740021%27 HTTP/1.1" 200 None
2026-03-28 15:15:22 [adesa.be] INFO: Scrape type for 10740021: 0
2026-03-28 15:15:22 [adesa.be] INFO: Skipping item 10740021 url https://www.openlane.eu/en/carv6/auction/10740021
2026-03-28 15:15:22 [adesa.be] INFO: Found listing with ID: 10740770
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740770%27 HTTP/1.1" 200 None
2026-03-28 15:15:22 [adesa.be] INFO: Scrape type for 10740770: 0
2026-03-28 15:15:22 [adesa.be] INFO: Skipping item 10740770 url https://www.openlane.eu/en/carv6/auction/10740770
2026-03-28 15:15:22 [adesa.be] INFO: Found listing with ID: 10739302
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739302%27 HTTP/1.1" 200 None
2026-03-28 15:15:22 [adesa.be] INFO: Scrape type for 10739302: 0
2026-03-28 15:15:22 [adesa.be] INFO: Skipping item 10739302 url https://www.openlane.eu/en/carv6/auction/10739302
2026-03-28 15:15:22 [adesa.be] INFO: Found listing with ID: 10739393
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739393%27 HTTP/1.1" 200 None
2026-03-28 15:15:22 [adesa.be] INFO: Scrape type for 10739393: 0
2026-03-28 15:15:22 [adesa.be] INFO: Skipping item 10739393 url https://www.openlane.eu/en/carv6/auction/10739393
2026-03-28 15:15:22 [adesa.be] INFO: Found listing with ID: 10739055
2026-03-28 15:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739055%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739055: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739055 url https://www.openlane.eu/en/carv6/auction/10739055
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739465
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739465%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739465: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739465 url https://www.openlane.eu/en/carv6/auction/10739465
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739505
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739505%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739505: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739505 url https://www.openlane.eu/en/carv6/auction/10739505
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739256
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739256%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739256: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739256 url https://www.openlane.eu/en/carv6/auction/10739256
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10740781
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740781%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10740781: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10740781 url https://www.openlane.eu/en/carv6/auction/10740781
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739300
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739300%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739300: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739300 url https://www.openlane.eu/en/carv6/auction/10739300
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739729
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739729%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739729: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739729 url https://www.openlane.eu/en/carv6/auction/10739729
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739936
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739936%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739936: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739936 url https://www.openlane.eu/en/carv6/auction/10739936
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10740509
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740509%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10740509: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10740509 url https://www.openlane.eu/en/carv6/auction/10740509
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739248
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739248%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739248: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739248 url https://www.openlane.eu/en/carv6/auction/10739248
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739160
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739160%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739160: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739160 url https://www.openlane.eu/en/carv6/auction/10739160
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10740529
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740529%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10740529: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10740529 url https://www.openlane.eu/en/carv6/auction/10740529
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739948
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739948%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739948: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739948 url https://www.openlane.eu/en/carv6/auction/10739948
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739352
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739352%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739352: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739352 url https://www.openlane.eu/en/carv6/auction/10739352
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739219
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739219%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739219: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739219 url https://www.openlane.eu/en/carv6/auction/10739219
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10740008
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740008%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10740008: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10740008 url https://www.openlane.eu/en/carv6/auction/10740008
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739941
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739941%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739941: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739941 url https://www.openlane.eu/en/carv6/auction/10739941
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739615
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739615%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739615: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739615 url https://www.openlane.eu/en/carv6/auction/10739615
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739402
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739402%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739402: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739402 url https://www.openlane.eu/en/carv6/auction/10739402
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739508
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739508%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739508: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739508 url https://www.openlane.eu/en/carv6/auction/10739508
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739390
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739390%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739390: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739390 url https://www.openlane.eu/en/carv6/auction/10739390
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739385
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739385%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739385: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739385 url https://www.openlane.eu/en/carv6/auction/10739385
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739145
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739145%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739145: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739145 url https://www.openlane.eu/en/carv6/auction/10739145
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739053
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739053%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739053: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739053 url https://www.openlane.eu/en/carv6/auction/10739053
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739427
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739427%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739427: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739427 url https://www.openlane.eu/en/carv6/auction/10739427
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739370
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739370%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739370: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739370 url https://www.openlane.eu/en/carv6/auction/10739370
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739334
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739334%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739334: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739334 url https://www.openlane.eu/en/carv6/auction/10739334
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739621
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739621%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739621: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739621 url https://www.openlane.eu/en/carv6/auction/10739621
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739306
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739306%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739306: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739306 url https://www.openlane.eu/en/carv6/auction/10739306
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739054
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739054%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739054: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739054 url https://www.openlane.eu/en/carv6/auction/10739054
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739116
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739116%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739116: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739116 url https://www.openlane.eu/en/carv6/auction/10739116
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739108
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739108%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739108: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739108 url https://www.openlane.eu/en/carv6/auction/10739108
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739680
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739680%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739680: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739680 url https://www.openlane.eu/en/carv6/auction/10739680
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739994
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739994%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739994: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739994 url https://www.openlane.eu/en/carv6/auction/10739994
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739671
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739671%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739671: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739671 url https://www.openlane.eu/en/carv6/auction/10739671
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739475
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739475%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739475: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739475 url https://www.openlane.eu/en/carv6/auction/10739475
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739618
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739618%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739618: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739618 url https://www.openlane.eu/en/carv6/auction/10739618
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739431
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739431%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739431: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739431 url https://www.openlane.eu/en/carv6/auction/10739431
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739623
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739623%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739623: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739623 url https://www.openlane.eu/en/carv6/auction/10739623
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739313
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739313%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739313: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739313 url https://www.openlane.eu/en/carv6/auction/10739313
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739307
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739307%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739307: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739307 url https://www.openlane.eu/en/carv6/auction/10739307
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739354
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739354%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739354: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739354 url https://www.openlane.eu/en/carv6/auction/10739354
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739690
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739690%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739690: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739690 url https://www.openlane.eu/en/carv6/auction/10739690
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739601
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739601%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739601: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739601 url https://www.openlane.eu/en/carv6/auction/10739601
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739558
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739558%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739558: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739558 url https://www.openlane.eu/en/carv6/auction/10739558
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739606
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739606%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739606: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739606 url https://www.openlane.eu/en/carv6/auction/10739606
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739181
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739181%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739181: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739181 url https://www.openlane.eu/en/carv6/auction/10739181
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739096
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739096%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739096: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739096 url https://www.openlane.eu/en/carv6/auction/10739096
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739419
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739419%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739419: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739419 url https://www.openlane.eu/en/carv6/auction/10739419
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739275
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739275%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739275: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739275 url https://www.openlane.eu/en/carv6/auction/10739275
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739573
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739573%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739573: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739573 url https://www.openlane.eu/en/carv6/auction/10739573
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739969
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739969%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739969: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739969 url https://www.openlane.eu/en/carv6/auction/10739969
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739964
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739964%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739964: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739964 url https://www.openlane.eu/en/carv6/auction/10739964
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739273
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739273%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739273: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739273 url https://www.openlane.eu/en/carv6/auction/10739273
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739712
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739712%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739712: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739712 url https://www.openlane.eu/en/carv6/auction/10739712
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10740753
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740753%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10740753: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10740753 url https://www.openlane.eu/en/carv6/auction/10740753
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739319
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739319%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739319: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739319 url https://www.openlane.eu/en/carv6/auction/10739319
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10740779
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740779%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10740779: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10740779 url https://www.openlane.eu/en/carv6/auction/10740779
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739597
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739597%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10739597: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10739597 url https://www.openlane.eu/en/carv6/auction/10739597
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10740525
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740525%27 HTTP/1.1" 200 None
2026-03-28 15:15:23 [adesa.be] INFO: Scrape type for 10740525: 0
2026-03-28 15:15:23 [adesa.be] INFO: Skipping item 10740525 url https://www.openlane.eu/en/carv6/auction/10740525
2026-03-28 15:15:23 [adesa.be] INFO: Found listing with ID: 10739444
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739444%27 HTTP/1.1" 200 None
2026-03-28 15:15:24 [adesa.be] INFO: Scrape type for 10739444: 0
2026-03-28 15:15:24 [adesa.be] INFO: Skipping item 10739444 url https://www.openlane.eu/en/carv6/auction/10739444
2026-03-28 15:15:24 [adesa.be] INFO: Found listing with ID: 10739705
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739705%27 HTTP/1.1" 200 None
2026-03-28 15:15:24 [adesa.be] INFO: Scrape type for 10739705: 0
2026-03-28 15:15:24 [adesa.be] INFO: Skipping item 10739705 url https://www.openlane.eu/en/carv6/auction/10739705
2026-03-28 15:15:24 [adesa.be] INFO: Found listing with ID: 10739461
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739461%27 HTTP/1.1" 200 None
2026-03-28 15:15:24 [adesa.be] INFO: Scrape type for 10739461: 0
2026-03-28 15:15:24 [adesa.be] INFO: Skipping item 10739461 url https://www.openlane.eu/en/carv6/auction/10739461
2026-03-28 15:15:24 [adesa.be] INFO: Found listing with ID: 10739152
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739152%27 HTTP/1.1" 200 None
2026-03-28 15:15:24 [adesa.be] INFO: Scrape type for 10739152: 0
2026-03-28 15:15:24 [adesa.be] INFO: Skipping item 10739152 url https://www.openlane.eu/en/carv6/auction/10739152
2026-03-28 15:15:24 [adesa.be] INFO: Found listing with ID: 10739548
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739548%27 HTTP/1.1" 200 None
2026-03-28 15:15:24 [adesa.be] INFO: Scrape type for 10739548: 0
2026-03-28 15:15:24 [adesa.be] INFO: Skipping item 10739548 url https://www.openlane.eu/en/carv6/auction/10739548
2026-03-28 15:15:24 [adesa.be] INFO: Found listing with ID: 10740497
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740497%27 HTTP/1.1" 200 None
2026-03-28 15:15:24 [adesa.be] INFO: Scrape type for 10740497: 0
2026-03-28 15:15:24 [adesa.be] INFO: Skipping item 10740497 url https://www.openlane.eu/en/carv6/auction/10740497
2026-03-28 15:15:24 [adesa.be] INFO: Found listing with ID: 10739288
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739288%27 HTTP/1.1" 200 None
2026-03-28 15:15:24 [adesa.be] INFO: Scrape type for 10739288: 0
2026-03-28 15:15:24 [adesa.be] INFO: Skipping item 10739288 url https://www.openlane.eu/en/carv6/auction/10739288
2026-03-28 15:15:24 [adesa.be] INFO: Found listing with ID: 10739603
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739603%27 HTTP/1.1" 200 None
2026-03-28 15:15:24 [adesa.be] INFO: Scrape type for 10739603: 0
2026-03-28 15:15:24 [adesa.be] INFO: Skipping item 10739603 url https://www.openlane.eu/en/carv6/auction/10739603
2026-03-28 15:15:24 [adesa.be] INFO: Found listing with ID: 10739420
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739420%27 HTTP/1.1" 200 None
2026-03-28 15:15:24 [adesa.be] INFO: Scrape type for 10739420: 0
2026-03-28 15:15:24 [adesa.be] INFO: Skipping item 10739420 url https://www.openlane.eu/en/carv6/auction/10739420
2026-03-28 15:15:24 [adesa.be] INFO: Found listing with ID: 10739667
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739667%27 HTTP/1.1" 200 None
2026-03-28 15:15:24 [adesa.be] INFO: Scrape type for 10739667: 0
2026-03-28 15:15:24 [adesa.be] INFO: Skipping item 10739667 url https://www.openlane.eu/en/carv6/auction/10739667
2026-03-28 15:15:24 [adesa.be] INFO: Found listing with ID: 10739483
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739483%27 HTTP/1.1" 200 None
2026-03-28 15:15:24 [adesa.be] INFO: Scrape type for 10739483: 0
2026-03-28 15:15:24 [adesa.be] INFO: Skipping item 10739483 url https://www.openlane.eu/en/carv6/auction/10739483
2026-03-28 15:15:24 [adesa.be] INFO: Found listing with ID: 10740773
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740773%27 HTTP/1.1" 200 None
2026-03-28 15:15:24 [adesa.be] INFO: Scrape type for 10740773: 0
2026-03-28 15:15:24 [adesa.be] INFO: Skipping item 10740773 url https://www.openlane.eu/en/carv6/auction/10740773
2026-03-28 15:15:24 [adesa.be] INFO: Found listing with ID: 10740041
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740041%27 HTTP/1.1" 200 None
2026-03-28 15:15:24 [adesa.be] INFO: Scrape type for 10740041: 0
2026-03-28 15:15:24 [adesa.be] INFO: Skipping item 10740041 url https://www.openlane.eu/en/carv6/auction/10740041
2026-03-28 15:15:24 [adesa.be] INFO: Found listing with ID: 10739989
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739989%27 HTTP/1.1" 200 None
2026-03-28 15:15:24 [adesa.be] INFO: Scrape type for 10739989: 0
2026-03-28 15:15:24 [adesa.be] INFO: Skipping item 10739989 url https://www.openlane.eu/en/carv6/auction/10739989
2026-03-28 15:15:24 [adesa.be] INFO: Found listing with ID: 10739389
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739389%27 HTTP/1.1" 200 None
2026-03-28 15:15:24 [adesa.be] INFO: Scrape type for 10739389: 0
2026-03-28 15:15:24 [adesa.be] INFO: Skipping item 10739389 url https://www.openlane.eu/en/carv6/auction/10739389
2026-03-28 15:15:24 [adesa.be] INFO: Found listing with ID: 10739327
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739327%27 HTTP/1.1" 200 None
2026-03-28 15:15:24 [adesa.be] INFO: Scrape type for 10739327: 0
2026-03-28 15:15:24 [adesa.be] INFO: Skipping item 10739327 url https://www.openlane.eu/en/carv6/auction/10739327
2026-03-28 15:15:24 [adesa.be] INFO: Found listing with ID: 10739079
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739079%27 HTTP/1.1" 200 None
2026-03-28 15:15:24 [adesa.be] INFO: Scrape type for 10739079: 0
2026-03-28 15:15:24 [adesa.be] INFO: Skipping item 10739079 url https://www.openlane.eu/en/carv6/auction/10739079
2026-03-28 15:15:24 [adesa.be] INFO: Found listing with ID: 10739156
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739156%27 HTTP/1.1" 200 None
2026-03-28 15:15:24 [adesa.be] INFO: Scrape type for 10739156: 0
2026-03-28 15:15:24 [adesa.be] INFO: Skipping item 10739156 url https://www.openlane.eu/en/carv6/auction/10739156
2026-03-28 15:15:24 [adesa.be] INFO: Found listing with ID: 10739195
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739195%27 HTTP/1.1" 200 None
2026-03-28 15:15:24 [adesa.be] INFO: Scrape type for 10739195: 0
2026-03-28 15:15:24 [adesa.be] INFO: Skipping item 10739195 url https://www.openlane.eu/en/carv6/auction/10739195
2026-03-28 15:15:24 [adesa.be] INFO: Found listing with ID: 10739057
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739057%27 HTTP/1.1" 200 None
2026-03-28 15:15:24 [adesa.be] INFO: Scrape type for 10739057: 0
2026-03-28 15:15:24 [adesa.be] INFO: Skipping item 10739057 url https://www.openlane.eu/en/carv6/auction/10739057
2026-03-28 15:15:24 [adesa.be] INFO: Found listing with ID: 10740774
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740774%27 HTTP/1.1" 200 None
2026-03-28 15:15:24 [adesa.be] INFO: Scrape type for 10740774: 0
2026-03-28 15:15:24 [adesa.be] INFO: Skipping item 10740774 url https://www.openlane.eu/en/carv6/auction/10740774
2026-03-28 15:15:24 [adesa.be] INFO: Found listing with ID: 10740001
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740001%27 HTTP/1.1" 200 None
2026-03-28 15:15:24 [adesa.be] INFO: Scrape type for 10740001: 0
2026-03-28 15:15:24 [adesa.be] INFO: Skipping item 10740001 url https://www.openlane.eu/en/carv6/auction/10740001
2026-03-28 15:15:24 [adesa.be] INFO: Found listing with ID: 10740047
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740047%27 HTTP/1.1" 200 None
2026-03-28 15:15:24 [adesa.be] INFO: Scrape type for 10740047: 0
2026-03-28 15:15:24 [adesa.be] INFO: Skipping item 10740047 url https://www.openlane.eu/en/carv6/auction/10740047
2026-03-28 15:15:24 [adesa.be] INFO: Found listing with ID: 10739455
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739455%27 HTTP/1.1" 200 None
2026-03-28 15:15:24 [adesa.be] INFO: Scrape type for 10739455: 0
2026-03-28 15:15:24 [adesa.be] INFO: Skipping item 10739455 url https://www.openlane.eu/en/carv6/auction/10739455
2026-03-28 15:15:24 [adesa.be] INFO: Found listing with ID: 10740526
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740526%27 HTTP/1.1" 200 None
2026-03-28 15:15:24 [adesa.be] INFO: Scrape type for 10740526: 0
2026-03-28 15:15:24 [adesa.be] INFO: Skipping item 10740526 url https://www.openlane.eu/en/carv6/auction/10740526
2026-03-28 15:15:24 [adesa.be] INFO: Found listing with ID: 10739194
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739194%27 HTTP/1.1" 200 None
2026-03-28 15:15:24 [adesa.be] INFO: Scrape type for 10739194: 0
2026-03-28 15:15:24 [adesa.be] INFO: Skipping item 10739194 url https://www.openlane.eu/en/carv6/auction/10739194
2026-03-28 15:15:24 [adesa.be] INFO: Found listing with ID: 10739701
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739701%27 HTTP/1.1" 200 None
2026-03-28 15:15:24 [adesa.be] INFO: Scrape type for 10739701: 0
2026-03-28 15:15:24 [adesa.be] INFO: Skipping item 10739701 url https://www.openlane.eu/en/carv6/auction/10739701
2026-03-28 15:15:24 [adesa.be] INFO: Found listing with ID: 10739651
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739651%27 HTTP/1.1" 200 None
2026-03-28 15:15:24 [adesa.be] INFO: Scrape type for 10739651: 0
2026-03-28 15:15:24 [adesa.be] INFO: Skipping item 10739651 url https://www.openlane.eu/en/carv6/auction/10739651
2026-03-28 15:15:24 [adesa.be] INFO: Found listing with ID: 10740769
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740769%27 HTTP/1.1" 200 None
2026-03-28 15:15:24 [adesa.be] INFO: Scrape type for 10740769: 0
2026-03-28 15:15:24 [adesa.be] INFO: Skipping item 10740769 url https://www.openlane.eu/en/carv6/auction/10740769
2026-03-28 15:15:24 [adesa.be] INFO: Found listing with ID: 10739654
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739654%27 HTTP/1.1" 200 None
2026-03-28 15:15:24 [adesa.be] INFO: Scrape type for 10739654: 0
2026-03-28 15:15:24 [adesa.be] INFO: Skipping item 10739654 url https://www.openlane.eu/en/carv6/auction/10739654
2026-03-28 15:15:24 [adesa.be] INFO: Found listing with ID: 10740017
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740017%27 HTTP/1.1" 200 None
2026-03-28 15:15:24 [adesa.be] INFO: Scrape type for 10740017: 0
2026-03-28 15:15:24 [adesa.be] INFO: Skipping item 10740017 url https://www.openlane.eu/en/carv6/auction/10740017
2026-03-28 15:15:24 [adesa.be] INFO: Found listing with ID: 10740474
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740474%27 HTTP/1.1" 200 None
2026-03-28 15:15:24 [adesa.be] INFO: Scrape type for 10740474: 0
2026-03-28 15:15:24 [adesa.be] INFO: Skipping item 10740474 url https://www.openlane.eu/en/carv6/auction/10740474
2026-03-28 15:15:24 [adesa.be] INFO: Found listing with ID: 10740800
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740800%27 HTTP/1.1" 200 None
2026-03-28 15:15:24 [adesa.be] INFO: Scrape type for 10740800: 0
2026-03-28 15:15:24 [adesa.be] INFO: Skipping item 10740800 url https://www.openlane.eu/en/carv6/auction/10740800
2026-03-28 15:15:24 [adesa.be] INFO: Found listing with ID: 10740025
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740025%27 HTTP/1.1" 200 None
2026-03-28 15:15:24 [adesa.be] INFO: Scrape type for 10740025: 0
2026-03-28 15:15:24 [adesa.be] INFO: Skipping item 10740025 url https://www.openlane.eu/en/carv6/auction/10740025
2026-03-28 15:15:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff53a1c90>
2026-03-28 15:15:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a1b598c-777a-57a2-af07-b2577d6fc986/9a1b598c-777a-57a2-af07-b2577d6fc986_image_6.jpg HTTP/1.1" 201 0
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752160%252Fgeneral%252Ff16d000d-fe4b-4d9f-9db7-ed99ce614ff1.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752160/general/f16d000d-fe4b-4d9f-9db7-ed99ce614ff1.jpg saved to cache
2026-03-28 15:15:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 9a1b598c-777a-57a2-af07-b2577d6fc986
2026-03-28 15:15:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752160/general/1bcf454c-55aa-435c-a432-6f9354e25bd0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738718)
2026-03-28 15:15:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752157/general/dc3934f8-f22b-40cf-8227-e554243c1ec3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738712)
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752159%252Fgeneral%252F8817ffb7-aa78-497d-9630-d7e52c3e3988.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752159/general/8817ffb7-aa78-497d-9630-d7e52c3e3988.jpg not downloaded yet
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752158%252Fgeneral%252Ff3bacd55-f5c3-445d-a0a2-f5b31bbf2e61.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752158/general/f3bacd55-f5c3-445d-a0a2-f5b31bbf2e61.jpg not downloaded yet
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752161%252Fgeneral%252Faf300315-4599-445d-828e-8d1f8220b6cd.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752161/general/af300315-4599-445d-828e-8d1f8220b6cd.jpg not downloaded yet
2026-03-28 15:15:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752157/general/d20758e5-92a4-413e-b5db-bca895c49b6e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738712)
2026-03-28 15:15:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752160/general/a9726e92-21e8-4046-992e-80551a3e7198.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738718)
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752159%252Fgeneral%252F19af12a4-34f5-45f8-8fbb-7551d3cf4ce2.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752159/general/19af12a4-34f5-45f8-8fbb-7551d3cf4ce2.jpg not downloaded yet
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752158%252Fgeneral%252Fcc28a0e3-5907-486c-9222-e1ab3ad2ee71.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752158/general/cc28a0e3-5907-486c-9222-e1ab3ad2ee71.jpg not downloaded yet
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752161%252Fgeneral%252F2dd7b520-66c9-493a-a2df-059475f792e8.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752161/general/2dd7b520-66c9-493a-a2df-059475f792e8.jpg not downloaded yet
2026-03-28 15:15:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff550cf90>
2026-03-28 15:15:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_31bccf87-c9c8-5f29-b358-42b46bfbb389/31bccf87-c9c8-5f29-b358-42b46bfbb389_image_9.jpg HTTP/1.1" 201 0
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752157%252Fgeneral%252Fdc8fbd06-ffcf-41dd-bdd2-b8edcf17fe03.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752157/general/dc8fbd06-ffcf-41dd-bdd2-b8edcf17fe03.jpg saved to cache
2026-03-28 15:15:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 31bccf87-c9c8-5f29-b358-42b46bfbb389
2026-03-28 15:15:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff53c8910>
2026-03-28 15:15:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8238b92c-3832-573d-be78-df1eca74385e/8238b92c-3832-573d-be78-df1eca74385e_image_8.jpg HTTP/1.1" 201 0
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752153%252Fgeneral%252F66028fa9-f1a9-472a-9ac2-76340b46642a.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752153/general/66028fa9-f1a9-472a-9ac2-76340b46642a.jpg saved to cache
2026-03-28 15:15:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 8238b92c-3832-573d-be78-df1eca74385e
2026-03-28 15:15:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff53c9a10>
2026-03-28 15:15:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61d8f05c-b699-5345-ae18-4396063bd67f/61d8f05c-b699-5345-ae18-4396063bd67f_image_9.jpg HTTP/1.1" 201 0
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752154%252Fgeneral%252F27526e76-4758-4cfa-b099-3100cbe26329.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752154/general/27526e76-4758-4cfa-b099-3100cbe26329.jpg saved to cache
2026-03-28 15:15:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 61d8f05c-b699-5345-ae18-4396063bd67f
2026-03-28 15:15:24 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:24 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff53c8e50>
2026-03-28 15:15:24 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:24 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8a849719-c5fb-5d17-964a-d7b8bca0ac2c/8a849719-c5fb-5d17-964a-d7b8bca0ac2c_image_7.jpg HTTP/1.1" 201 0
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752155%252Fgeneral%252Fa64f8d60-7ef3-4eeb-a2ca-6ad120a3fb23.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752155/general/a64f8d60-7ef3-4eeb-a2ca-6ad120a3fb23.jpg saved to cache
2026-03-28 15:15:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 8a849719-c5fb-5d17-964a-d7b8bca0ac2c
2026-03-28 15:15:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752158/general/0eb61ad6-f626-444f-930f-225fbfd1fe24.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738714)
2026-03-28 15:15:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752155/general/e596aee5-5143-43d2-a7ac-5d0acd6c518c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738710)
2026-03-28 15:15:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752159/general/153b7fb5-ce94-4040-a4bf-779469f578e7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738717)
2026-03-28 15:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752159%252Fgeneral%252F27a068b8-3e96-4715-804f-e04102c19581.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752159/general/27a068b8-3e96-4715-804f-e04102c19581.jpg not downloaded yet
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752158%252Fgeneral%252Fffea91ba-2222-4e7b-beb1-23677fb70d17.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752158/general/ffea91ba-2222-4e7b-beb1-23677fb70d17.jpg not downloaded yet
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752161%252Fgeneral%252F22286b13-4ddd-4fef-848c-08b175f2c998.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752161/general/22286b13-4ddd-4fef-848c-08b175f2c998.jpg not downloaded yet
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff5387350>
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a1b598c-777a-57a2-af07-b2577d6fc986/9a1b598c-777a-57a2-af07-b2577d6fc986_image_7.jpg HTTP/1.1" 201 0
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752160%252Fgeneral%252F1bcf454c-55aa-435c-a432-6f9354e25bd0.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752160/general/1bcf454c-55aa-435c-a432-6f9354e25bd0.jpg saved to cache
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 9a1b598c-777a-57a2-af07-b2577d6fc986
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff538c810>
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_31bccf87-c9c8-5f29-b358-42b46bfbb389/31bccf87-c9c8-5f29-b358-42b46bfbb389_image_8.jpg HTTP/1.1" 201 0
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752157%252Fgeneral%252Fdc3934f8-f22b-40cf-8227-e554243c1ec3.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752157/general/dc3934f8-f22b-40cf-8227-e554243c1ec3.jpg saved to cache
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 31bccf87-c9c8-5f29-b358-42b46bfbb389
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff520b990>
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_31bccf87-c9c8-5f29-b358-42b46bfbb389/31bccf87-c9c8-5f29-b358-42b46bfbb389_image_7.jpg HTTP/1.1" 201 0
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752157%252Fgeneral%252Fd20758e5-92a4-413e-b5db-bca895c49b6e.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752157/general/d20758e5-92a4-413e-b5db-bca895c49b6e.jpg saved to cache
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 31bccf87-c9c8-5f29-b358-42b46bfbb389
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff410efd0>
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a1b598c-777a-57a2-af07-b2577d6fc986/9a1b598c-777a-57a2-af07-b2577d6fc986_image_9.jpg HTTP/1.1" 201 0
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752160%252Fgeneral%252Fa9726e92-21e8-4046-992e-80551a3e7198.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752160/general/a9726e92-21e8-4046-992e-80551a3e7198.jpg saved to cache
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 9a1b598c-777a-57a2-af07-b2577d6fc986
2026-03-28 15:15:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752158/general/e0c816f3-e0d6-4c9a-86e0-e611fe3aac5c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738714)
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752159%252Fgeneral%252F1d577fc9-1062-464b-98fd-b11eac62c88d.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752159/general/1d577fc9-1062-464b-98fd-b11eac62c88d.jpg not downloaded yet
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752158%252Fgeneral%252Ff148760e-80cf-4db3-81cf-fe5bc4741f92.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752158/general/f148760e-80cf-4db3-81cf-fe5bc4741f92.jpg not downloaded yet
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752161%252Fgeneral%252Fd4ebdbb8-3967-4848-b99d-5306566c3731.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752161/general/d4ebdbb8-3967-4848-b99d-5306566c3731.jpg not downloaded yet
2026-03-28 15:15:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752159/general/c756db3b-def6-4ade-b133-3a81dd9a7bec.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738717)
2026-03-28 15:15:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752161/general/757f34e0-b68a-4712-bf6b-ce600715f390.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738719)
2026-03-28 15:15:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752158/general/32af03cf-e73b-4cb5-8a40-22c4f4a5e941.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738714)
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752161%252Fgeneral%252F3f340433-7365-4e95-9ef5-10261ee83721.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752161/general/3f340433-7365-4e95-9ef5-10261ee83721.jpg not downloaded yet
2026-03-28 15:15:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752158/general/1fe22718-c692-4459-aaae-318dca7ee7b7.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738714)
2026-03-28 15:15:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752159/general/99b1d9de-1b59-42d5-a295-f89dcf3015a1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738717)
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752161%252Fgeneral%252F87aced8d-8416-436f-a7fc-700680337a02.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752161/general/87aced8d-8416-436f-a7fc-700680337a02.jpg not downloaded yet
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff538f490>
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2edb4950-5b87-5a47-b5d2-ad4403ee2f45/2edb4950-5b87-5a47-b5d2-ad4403ee2f45_image_1.jpg HTTP/1.1" 201 0
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752158%252Fgeneral%252F0eb61ad6-f626-444f-930f-225fbfd1fe24.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752158/general/0eb61ad6-f626-444f-930f-225fbfd1fe24.jpg saved to cache
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 2edb4950-5b87-5a47-b5d2-ad4403ee2f45
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff5385110>
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8a849719-c5fb-5d17-964a-d7b8bca0ac2c/8a849719-c5fb-5d17-964a-d7b8bca0ac2c_image_9.jpg HTTP/1.1" 201 0
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752155%252Fgeneral%252Fe596aee5-5143-43d2-a7ac-5d0acd6c518c.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752155/general/e596aee5-5143-43d2-a7ac-5d0acd6c518c.jpg saved to cache
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 8a849719-c5fb-5d17-964a-d7b8bca0ac2c
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff7315cd0>
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_92a7fa80-3812-527d-b9e5-159d638b8a5b/92a7fa80-3812-527d-b9e5-159d638b8a5b_image_1.jpg HTTP/1.1" 201 0
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752159%252Fgeneral%252F153b7fb5-ce94-4040-a4bf-779469f578e7.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752159/general/153b7fb5-ce94-4040-a4bf-779469f578e7.jpg saved to cache
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 92a7fa80-3812-527d-b9e5-159d638b8a5b
2026-03-28 15:15:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752161/general/7c6268a1-096a-47b3-ac7a-a422a03073f4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738719)
2026-03-28 15:15:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752158/general/aa8e09d6-e7f6-4eea-a47f-327da8ac9b12.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738714)
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752161%252Fgeneral%252F8ebda412-ec28-40f7-8c29-75c0641b5eea.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752161/general/8ebda412-ec28-40f7-8c29-75c0641b5eea.jpg not downloaded yet
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff53ab590>
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2edb4950-5b87-5a47-b5d2-ad4403ee2f45/2edb4950-5b87-5a47-b5d2-ad4403ee2f45_image_2.jpg HTTP/1.1" 201 0
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752158%252Fgeneral%252Fe0c816f3-e0d6-4c9a-86e0-e611fe3aac5c.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752158/general/e0c816f3-e0d6-4c9a-86e0-e611fe3aac5c.jpg saved to cache
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 2edb4950-5b87-5a47-b5d2-ad4403ee2f45
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7fdef54250>
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_92a7fa80-3812-527d-b9e5-159d638b8a5b/92a7fa80-3812-527d-b9e5-159d638b8a5b_image_2.jpg HTTP/1.1" 201 0
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752159%252Fgeneral%252Fc756db3b-def6-4ade-b133-3a81dd9a7bec.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752159/general/c756db3b-def6-4ade-b133-3a81dd9a7bec.jpg saved to cache
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 92a7fa80-3812-527d-b9e5-159d638b8a5b
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff52aa750>
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b2af93cc-6e60-5690-ba46-19314fb722e1/b2af93cc-6e60-5690-ba46-19314fb722e1_image_1.jpg HTTP/1.1" 201 0
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752161%252Fgeneral%252F757f34e0-b68a-4712-bf6b-ce600715f390.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752161/general/757f34e0-b68a-4712-bf6b-ce600715f390.jpg saved to cache
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item b2af93cc-6e60-5690-ba46-19314fb722e1
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff40a51d0>
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2edb4950-5b87-5a47-b5d2-ad4403ee2f45/2edb4950-5b87-5a47-b5d2-ad4403ee2f45_image_0.jpg HTTP/1.1" 201 0
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752158%252Fgeneral%252F32af03cf-e73b-4cb5-8a40-22c4f4a5e941.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752158/general/32af03cf-e73b-4cb5-8a40-22c4f4a5e941.jpg saved to cache
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 2edb4950-5b87-5a47-b5d2-ad4403ee2f45
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff530ea90>
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2edb4950-5b87-5a47-b5d2-ad4403ee2f45/2edb4950-5b87-5a47-b5d2-ad4403ee2f45_image_3.jpg HTTP/1.1" 201 0
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752158%252Fgeneral%252F1fe22718-c692-4459-aaae-318dca7ee7b7.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752158/general/1fe22718-c692-4459-aaae-318dca7ee7b7.jpg saved to cache
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 2edb4950-5b87-5a47-b5d2-ad4403ee2f45
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff54ffb10>
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_92a7fa80-3812-527d-b9e5-159d638b8a5b/92a7fa80-3812-527d-b9e5-159d638b8a5b_image_3.jpg HTTP/1.1" 201 0
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752159%252Fgeneral%252F99b1d9de-1b59-42d5-a295-f89dcf3015a1.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752159/general/99b1d9de-1b59-42d5-a295-f89dcf3015a1.jpg saved to cache
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 92a7fa80-3812-527d-b9e5-159d638b8a5b
2026-03-28 15:15:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752158/general/0f990e07-8cea-48f3-9b91-26415f11ffac.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738714)
2026-03-28 15:15:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752159/general/47dc6628-a62e-463f-9102-98664d2e6284.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738717)
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff53d8310>
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b2af93cc-6e60-5690-ba46-19314fb722e1/b2af93cc-6e60-5690-ba46-19314fb722e1_image_0.jpg HTTP/1.1" 201 0
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752161%252Fgeneral%252F7c6268a1-096a-47b3-ac7a-a422a03073f4.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752161/general/7c6268a1-096a-47b3-ac7a-a422a03073f4.jpg saved to cache
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item b2af93cc-6e60-5690-ba46-19314fb722e1
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff543b010>
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2edb4950-5b87-5a47-b5d2-ad4403ee2f45/2edb4950-5b87-5a47-b5d2-ad4403ee2f45_image_4.jpg HTTP/1.1" 201 0
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752158%252Fgeneral%252Faa8e09d6-e7f6-4eea-a47f-327da8ac9b12.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752158/general/aa8e09d6-e7f6-4eea-a47f-327da8ac9b12.jpg saved to cache
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 2edb4950-5b87-5a47-b5d2-ad4403ee2f45
2026-03-28 15:15:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752161/general/8ca284b0-6a85-44d7-a7e0-7ed52610fa22.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738719)
2026-03-28 15:15:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752161/general/af300315-4599-445d-828e-8d1f8220b6cd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738719)
2026-03-28 15:15:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:15:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752158/general/cc28a0e3-5907-486c-9222-e1ab3ad2ee71.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738714)
2026-03-28 15:15:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752158/general/f3bacd55-f5c3-445d-a0a2-f5b31bbf2e61.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738714)
2026-03-28 15:15:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752159/general/8817ffb7-aa78-497d-9630-d7e52c3e3988.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738717)
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff54391d0>
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2edb4950-5b87-5a47-b5d2-ad4403ee2f45/2edb4950-5b87-5a47-b5d2-ad4403ee2f45_image_5.jpg HTTP/1.1" 201 0
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752158%252Fgeneral%252F0f990e07-8cea-48f3-9b91-26415f11ffac.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752158/general/0f990e07-8cea-48f3-9b91-26415f11ffac.jpg saved to cache
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 2edb4950-5b87-5a47-b5d2-ad4403ee2f45
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff75e1c50>
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_92a7fa80-3812-527d-b9e5-159d638b8a5b/92a7fa80-3812-527d-b9e5-159d638b8a5b_image_4.jpg HTTP/1.1" 201 0
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752159%252Fgeneral%252F47dc6628-a62e-463f-9102-98664d2e6284.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752159/general/47dc6628-a62e-463f-9102-98664d2e6284.jpg saved to cache
2026-03-28 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 92a7fa80-3812-527d-b9e5-159d638b8a5b
2026-03-28 15:15:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752161/general/2dd7b520-66c9-493a-a2df-059475f792e8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738719)
2026-03-28 15:15:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752158/general/ffea91ba-2222-4e7b-beb1-23677fb70d17.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738714)
2026-03-28 15:15:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752159/general/27a068b8-3e96-4715-804f-e04102c19581.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738717)
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff537fc90>
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:25 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:25 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b2af93cc-6e60-5690-ba46-19314fb722e1/b2af93cc-6e60-5690-ba46-19314fb722e1_image_2.jpg HTTP/1.1" 201 0
2026-03-28 15:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752161%252Fgeneral%252F8ca284b0-6a85-44d7-a7e0-7ed52610fa22.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752161/general/8ca284b0-6a85-44d7-a7e0-7ed52610fa22.jpg saved to cache
2026-03-28 15:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item b2af93cc-6e60-5690-ba46-19314fb722e1
2026-03-28 15:15:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7fdef49050>
2026-03-28 15:15:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b2af93cc-6e60-5690-ba46-19314fb722e1/b2af93cc-6e60-5690-ba46-19314fb722e1_image_3.jpg HTTP/1.1" 201 0
2026-03-28 15:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752161%252Fgeneral%252Faf300315-4599-445d-828e-8d1f8220b6cd.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752161/general/af300315-4599-445d-828e-8d1f8220b6cd.jpg saved to cache
2026-03-28 15:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item b2af93cc-6e60-5690-ba46-19314fb722e1
2026-03-28 15:15:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752161/general/22286b13-4ddd-4fef-848c-08b175f2c998.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738719)
2026-03-28 15:15:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752159/general/1d577fc9-1062-464b-98fd-b11eac62c88d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738717)
2026-03-28 15:15:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752158/general/f148760e-80cf-4db3-81cf-fe5bc4741f92.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738714)
2026-03-28 15:15:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752161/general/3f340433-7365-4e95-9ef5-10261ee83721.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738719)
2026-03-28 15:15:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff7571050>
2026-03-28 15:15:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2edb4950-5b87-5a47-b5d2-ad4403ee2f45/2edb4950-5b87-5a47-b5d2-ad4403ee2f45_image_7.jpg HTTP/1.1" 201 0
2026-03-28 15:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752158%252Fgeneral%252Fcc28a0e3-5907-486c-9222-e1ab3ad2ee71.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752158/general/cc28a0e3-5907-486c-9222-e1ab3ad2ee71.jpg saved to cache
2026-03-28 15:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 2edb4950-5b87-5a47-b5d2-ad4403ee2f45
2026-03-28 15:15:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff5243bd0>
2026-03-28 15:15:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2edb4950-5b87-5a47-b5d2-ad4403ee2f45/2edb4950-5b87-5a47-b5d2-ad4403ee2f45_image_6.jpg HTTP/1.1" 201 0
2026-03-28 15:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752158%252Fgeneral%252Ff3bacd55-f5c3-445d-a0a2-f5b31bbf2e61.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752158/general/f3bacd55-f5c3-445d-a0a2-f5b31bbf2e61.jpg saved to cache
2026-03-28 15:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 2edb4950-5b87-5a47-b5d2-ad4403ee2f45
2026-03-28 15:15:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff52f0790>
2026-03-28 15:15:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_92a7fa80-3812-527d-b9e5-159d638b8a5b/92a7fa80-3812-527d-b9e5-159d638b8a5b_image_6.jpg HTTP/1.1" 201 0
2026-03-28 15:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752159%252Fgeneral%252F8817ffb7-aa78-497d-9630-d7e52c3e3988.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752159/general/8817ffb7-aa78-497d-9630-d7e52c3e3988.jpg saved to cache
2026-03-28 15:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 92a7fa80-3812-527d-b9e5-159d638b8a5b
2026-03-28 15:15:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff53a9210>
2026-03-28 15:15:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b2af93cc-6e60-5690-ba46-19314fb722e1/b2af93cc-6e60-5690-ba46-19314fb722e1_image_4.jpg HTTP/1.1" 201 0
2026-03-28 15:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752161%252Fgeneral%252F2dd7b520-66c9-493a-a2df-059475f792e8.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752161/general/2dd7b520-66c9-493a-a2df-059475f792e8.jpg saved to cache
2026-03-28 15:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item b2af93cc-6e60-5690-ba46-19314fb722e1
2026-03-28 15:15:26 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:26 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff51b46d0>
2026-03-28 15:15:26 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:26 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:26 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2edb4950-5b87-5a47-b5d2-ad4403ee2f45/2edb4950-5b87-5a47-b5d2-ad4403ee2f45_image_8.jpg HTTP/1.1" 201 0
2026-03-28 15:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752158%252Fgeneral%252Fffea91ba-2222-4e7b-beb1-23677fb70d17.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752158/general/ffea91ba-2222-4e7b-beb1-23677fb70d17.jpg saved to cache
2026-03-28 15:15:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 2edb4950-5b87-5a47-b5d2-ad4403ee2f45
2026-03-28 15:15:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff54ff250>
2026-03-28 15:15:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_92a7fa80-3812-527d-b9e5-159d638b8a5b/92a7fa80-3812-527d-b9e5-159d638b8a5b_image_8.jpg HTTP/1.1" 201 0
2026-03-28 15:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752159%252Fgeneral%252F27a068b8-3e96-4715-804f-e04102c19581.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752159/general/27a068b8-3e96-4715-804f-e04102c19581.jpg saved to cache
2026-03-28 15:15:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 92a7fa80-3812-527d-b9e5-159d638b8a5b
2026-03-28 15:15:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752161/general/d4ebdbb8-3967-4848-b99d-5306566c3731.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738719)
2026-03-28 15:15:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752159/general/19af12a4-34f5-45f8-8fbb-7551d3cf4ce2.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738717)
2026-03-28 15:15:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752161/general/87aced8d-8416-436f-a7fc-700680337a02.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738719)
2026-03-28 15:15:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff52f3450>
2026-03-28 15:15:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b2af93cc-6e60-5690-ba46-19314fb722e1/b2af93cc-6e60-5690-ba46-19314fb722e1_image_5.jpg HTTP/1.1" 201 0
2026-03-28 15:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752161%252Fgeneral%252F22286b13-4ddd-4fef-848c-08b175f2c998.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752161/general/22286b13-4ddd-4fef-848c-08b175f2c998.jpg saved to cache
2026-03-28 15:15:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item b2af93cc-6e60-5690-ba46-19314fb722e1
2026-03-28 15:15:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff550a7d0>
2026-03-28 15:15:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_92a7fa80-3812-527d-b9e5-159d638b8a5b/92a7fa80-3812-527d-b9e5-159d638b8a5b_image_9.jpg HTTP/1.1" 201 0
2026-03-28 15:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752159%252Fgeneral%252F1d577fc9-1062-464b-98fd-b11eac62c88d.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752159/general/1d577fc9-1062-464b-98fd-b11eac62c88d.jpg saved to cache
2026-03-28 15:15:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 92a7fa80-3812-527d-b9e5-159d638b8a5b
2026-03-28 15:15:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff52f55d0>
2026-03-28 15:15:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_2edb4950-5b87-5a47-b5d2-ad4403ee2f45/2edb4950-5b87-5a47-b5d2-ad4403ee2f45_image_9.jpg HTTP/1.1" 201 0
2026-03-28 15:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752158%252Fgeneral%252Ff148760e-80cf-4db3-81cf-fe5bc4741f92.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752158/general/f148760e-80cf-4db3-81cf-fe5bc4741f92.jpg saved to cache
2026-03-28 15:15:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 2edb4950-5b87-5a47-b5d2-ad4403ee2f45
2026-03-28 15:15:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2edb4950-5b87-5a47-b5d2-ad4403ee2f45, skipping ID generation
2026-03-28 15:15:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2edb4950-5b87-5a47-b5d2-ad4403ee2f45 with scrape type 1
2026-03-28 15:15:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2edb4950-5b87-5a47-b5d2-ad4403ee2f45 sending to next pipeline
2026-03-28 15:15:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 2edb4950-5b87-5a47-b5d2-ad4403ee2f45, identifier: 10738714
2026-03-28 15:15:27 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:27 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff7d22a10>
2026-03-28 15:15:27 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:27 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:27 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b2af93cc-6e60-5690-ba46-19314fb722e1/b2af93cc-6e60-5690-ba46-19314fb722e1_image_7.jpg HTTP/1.1" 201 0
2026-03-28 15:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752161%252Fgeneral%252F3f340433-7365-4e95-9ef5-10261ee83721.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752161/general/3f340433-7365-4e95-9ef5-10261ee83721.jpg saved to cache
2026-03-28 15:15:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item b2af93cc-6e60-5690-ba46-19314fb722e1
2026-03-28 15:15:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752161/general/8ebda412-ec28-40f7-8c29-75c0641b5eea.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738719)
2026-03-28 15:15:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752159/general/1f553056-551a-46fe-8fcc-539fbc071250.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738717)
2026-03-28 15:15:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752155/general/f5883cc9-bc6f-4f5a-8efb-cdfd10e75209.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738710)
2026-03-28 15:15:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 2edb4950-5b87-5a47-b5d2-ad4403ee2f45 with identifier: 10738714
2026-03-28 15:15:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 15:15:27 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Black HTTP/1.1" 200 None
2026-03-28 15:15:27 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 15:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 15:15:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 15:15:27 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Diesel HTTP/1.1" 200 None
2026-03-28 15:15:27 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 15:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 15:15:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 2edb4950-5b87-5a47-b5d2-ad4403ee2f45 with identifier: 10738714
2026-03-28 15:15:27 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 2edb4950-5b87-5a47-b5d2-ad4403ee2f45 with identifier: 10738714 to the API
2026-03-28 15:15:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:15:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:15:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5752158/general/f148760e-80cf-4db3-81cf-fe5bc4741f92.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-04-02T08:30:00Z',
'fuel_type': 'Diesel',
'id': '2edb4950-5b87-5a47-b5d2-ad4403ee2f45',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CXX044',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10738714',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '3008',
'odometer': 71948,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 22,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2edb4950-5b87-5a47-b5d2-ad4403ee2f45/2edb4950-5b87-5a47-b5d2-ad4403ee2f45_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 272077,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752158/general/32af03cf-e73b-4cb5-8a40-22c4f4a5e941.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2edb4950-5b87-5a47-b5d2-ad4403ee2f45/2edb4950-5b87-5a47-b5d2-ad4403ee2f45_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 230070,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752158/general/0eb61ad6-f626-444f-930f-225fbfd1fe24.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2edb4950-5b87-5a47-b5d2-ad4403ee2f45/2edb4950-5b87-5a47-b5d2-ad4403ee2f45_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 232167,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752158/general/e0c816f3-e0d6-4c9a-86e0-e611fe3aac5c.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2edb4950-5b87-5a47-b5d2-ad4403ee2f45/2edb4950-5b87-5a47-b5d2-ad4403ee2f45_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 249354,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752158/general/1fe22718-c692-4459-aaae-318dca7ee7b7.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2edb4950-5b87-5a47-b5d2-ad4403ee2f45/2edb4950-5b87-5a47-b5d2-ad4403ee2f45_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 277435,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752158/general/aa8e09d6-e7f6-4eea-a47f-327da8ac9b12.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2edb4950-5b87-5a47-b5d2-ad4403ee2f45/2edb4950-5b87-5a47-b5d2-ad4403ee2f45_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 229933,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752158/general/0f990e07-8cea-48f3-9b91-26415f11ffac.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2edb4950-5b87-5a47-b5d2-ad4403ee2f45/2edb4950-5b87-5a47-b5d2-ad4403ee2f45_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 308950,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752158/general/f3bacd55-f5c3-445d-a0a2-f5b31bbf2e61.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2edb4950-5b87-5a47-b5d2-ad4403ee2f45/2edb4950-5b87-5a47-b5d2-ad4403ee2f45_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 202614,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752158/general/cc28a0e3-5907-486c-9222-e1ab3ad2ee71.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2edb4950-5b87-5a47-b5d2-ad4403ee2f45/2edb4950-5b87-5a47-b5d2-ad4403ee2f45_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 33094,
'Height': 300,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752158/general/ffea91ba-2222-4e7b-beb1-23677fb70d17.jpg',
'Width': 400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2edb4950-5b87-5a47-b5d2-ad4403ee2f45/2edb4950-5b87-5a47-b5d2-ad4403ee2f45_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 255061,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752158/general/f148760e-80cf-4db3-81cf-fe5bc4741f92.jpg',
'Width': 1400}],
'price': 15100,
'price_includes_vat': True,
'registration_date': '2023-01-10',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Peugeot 3008 1.5 HDI GT - Diesel - Automatic - 130 hp - 71.948 km',
'transmission': 'automatic',
'trim': 'GT',
'vin': None,
'year': 2023}
2026-03-28 15:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738714%27 HTTP/1.1" 200 None
2026-03-28 15:15:28 [adesa.be] INFO: Saving data for 10738714: {'created_time': 1774710928.028855, 'last_price_update_time': 1774710928.028866, 'auction_closing_time': 1775118600.0}
2026-03-28 15:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10738714') HTTP/1.1" 204 0
2026-03-28 15:15:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752160/general/16cafbf0-e39b-4e78-8cc9-f62e7db8ce83.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738718)
2026-03-28 15:15:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752156/general/e1d558ae-7bf7-49c6-ac5f-1679db3d2157.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738711)
2026-03-28 15:15:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff5227c50>
2026-03-28 15:15:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b2af93cc-6e60-5690-ba46-19314fb722e1/b2af93cc-6e60-5690-ba46-19314fb722e1_image_6.jpg HTTP/1.1" 201 0
2026-03-28 15:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752161%252Fgeneral%252Fd4ebdbb8-3967-4848-b99d-5306566c3731.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752161/general/d4ebdbb8-3967-4848-b99d-5306566c3731.jpg saved to cache
2026-03-28 15:15:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item b2af93cc-6e60-5690-ba46-19314fb722e1
2026-03-28 15:15:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7fdef66490>
2026-03-28 15:15:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_92a7fa80-3812-527d-b9e5-159d638b8a5b/92a7fa80-3812-527d-b9e5-159d638b8a5b_image_7.jpg HTTP/1.1" 201 0
2026-03-28 15:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752159%252Fgeneral%252F19af12a4-34f5-45f8-8fbb-7551d3cf4ce2.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752159/general/19af12a4-34f5-45f8-8fbb-7551d3cf4ce2.jpg saved to cache
2026-03-28 15:15:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 92a7fa80-3812-527d-b9e5-159d638b8a5b
2026-03-28 15:15:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff53ccf90>
2026-03-28 15:15:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b2af93cc-6e60-5690-ba46-19314fb722e1/b2af93cc-6e60-5690-ba46-19314fb722e1_image_8.jpg HTTP/1.1" 201 0
2026-03-28 15:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752161%252Fgeneral%252F87aced8d-8416-436f-a7fc-700680337a02.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752161/general/87aced8d-8416-436f-a7fc-700680337a02.jpg saved to cache
2026-03-28 15:15:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item b2af93cc-6e60-5690-ba46-19314fb722e1
2026-03-28 15:15:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752159/general/a46bdd9b-3d9e-4270-b07f-0c83bce5a282.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738717)
2026-03-28 15:15:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752152/general/8ae9ce32-1cbb-47fa-bd4d-48c192a8f027.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738706)
2026-03-28 15:15:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752156/general/1ac73198-9f86-45a3-91d6-7a50762bf16d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738711)
2026-03-28 15:15:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff519a8d0>
2026-03-28 15:15:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_b2af93cc-6e60-5690-ba46-19314fb722e1/b2af93cc-6e60-5690-ba46-19314fb722e1_image_9.jpg HTTP/1.1" 201 0
2026-03-28 15:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752161%252Fgeneral%252F8ebda412-ec28-40f7-8c29-75c0641b5eea.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752161/general/8ebda412-ec28-40f7-8c29-75c0641b5eea.jpg saved to cache
2026-03-28 15:15:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item b2af93cc-6e60-5690-ba46-19314fb722e1
2026-03-28 15:15:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b2af93cc-6e60-5690-ba46-19314fb722e1, skipping ID generation
2026-03-28 15:15:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2af93cc-6e60-5690-ba46-19314fb722e1 with scrape type 1
2026-03-28 15:15:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b2af93cc-6e60-5690-ba46-19314fb722e1 sending to next pipeline
2026-03-28 15:15:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: b2af93cc-6e60-5690-ba46-19314fb722e1, identifier: 10738719
2026-03-28 15:15:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff7fa9410>
2026-03-28 15:15:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_92a7fa80-3812-527d-b9e5-159d638b8a5b/92a7fa80-3812-527d-b9e5-159d638b8a5b_image_5.jpg HTTP/1.1" 201 0
2026-03-28 15:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752159%252Fgeneral%252F1f553056-551a-46fe-8fcc-539fbc071250.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752159/general/1f553056-551a-46fe-8fcc-539fbc071250.jpg saved to cache
2026-03-28 15:15:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 92a7fa80-3812-527d-b9e5-159d638b8a5b
2026-03-28 15:15:28 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:28 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff54da3d0>
2026-03-28 15:15:28 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:28 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:28 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8a849719-c5fb-5d17-964a-d7b8bca0ac2c/8a849719-c5fb-5d17-964a-d7b8bca0ac2c_image_8.jpg HTTP/1.1" 201 0
2026-03-28 15:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752155%252Fgeneral%252Ff5883cc9-bc6f-4f5a-8efb-cdfd10e75209.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752155/general/f5883cc9-bc6f-4f5a-8efb-cdfd10e75209.jpg saved to cache
2026-03-28 15:15:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 8a849719-c5fb-5d17-964a-d7b8bca0ac2c
2026-03-28 15:15:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752155/general/6bcc1ffe-fb00-45e1-974b-baf546ac0130.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738710)
2026-03-28 15:15:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: b2af93cc-6e60-5690-ba46-19314fb722e1 with identifier: 10738719
2026-03-28 15:15:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: b2af93cc-6e60-5690-ba46-19314fb722e1 with identifier: 10738719
2026-03-28 15:15:28 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: b2af93cc-6e60-5690-ba46-19314fb722e1 with identifier: 10738719 to the API
2026-03-28 15:15:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:15:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:15:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5752161/general/8ebda412-ec28-40f7-8c29-75c0641b5eea.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'MPV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 180,
'expiration_date': '2026-04-02T08:30:00Z',
'fuel_type': 'Petrol',
'id': 'b2af93cc-6e60-5690-ba46-19314fb722e1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BHY273',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10738719',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '5008',
'odometer': 189870,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2af93cc-6e60-5690-ba46-19314fb722e1/b2af93cc-6e60-5690-ba46-19314fb722e1_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 357860,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752161/general/7c6268a1-096a-47b3-ac7a-a422a03073f4.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2af93cc-6e60-5690-ba46-19314fb722e1/b2af93cc-6e60-5690-ba46-19314fb722e1_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35754,
'Height': 300,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752161/general/757f34e0-b68a-4712-bf6b-ce600715f390.jpg',
'Width': 400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2af93cc-6e60-5690-ba46-19314fb722e1/b2af93cc-6e60-5690-ba46-19314fb722e1_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 337203,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752161/general/8ca284b0-6a85-44d7-a7e0-7ed52610fa22.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2af93cc-6e60-5690-ba46-19314fb722e1/b2af93cc-6e60-5690-ba46-19314fb722e1_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 314176,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752161/general/af300315-4599-445d-828e-8d1f8220b6cd.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2af93cc-6e60-5690-ba46-19314fb722e1/b2af93cc-6e60-5690-ba46-19314fb722e1_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 328259,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752161/general/2dd7b520-66c9-493a-a2df-059475f792e8.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2af93cc-6e60-5690-ba46-19314fb722e1/b2af93cc-6e60-5690-ba46-19314fb722e1_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 352121,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752161/general/22286b13-4ddd-4fef-848c-08b175f2c998.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2af93cc-6e60-5690-ba46-19314fb722e1/b2af93cc-6e60-5690-ba46-19314fb722e1_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 305981,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752161/general/d4ebdbb8-3967-4848-b99d-5306566c3731.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2af93cc-6e60-5690-ba46-19314fb722e1/b2af93cc-6e60-5690-ba46-19314fb722e1_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 253514,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752161/general/3f340433-7365-4e95-9ef5-10261ee83721.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2af93cc-6e60-5690-ba46-19314fb722e1/b2af93cc-6e60-5690-ba46-19314fb722e1_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 135382,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752161/general/87aced8d-8416-436f-a7fc-700680337a02.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b2af93cc-6e60-5690-ba46-19314fb722e1/b2af93cc-6e60-5690-ba46-19314fb722e1_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 374468,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752161/general/8ebda412-ec28-40f7-8c29-75c0641b5eea.jpg',
'Width': 1920}],
'price': 11500,
'price_includes_vat': True,
'registration_date': '2021-12-02',
'seats_number': 7,
'seller_name': 'Ayvens België',
'title': 'Peugeot 5008 1.6i GT - Petrol - Automatic - 180 hp - 189.870 km',
'transmission': 'automatic',
'trim': 'GT',
'vin': None,
'year': 2021}
2026-03-28 15:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738719%27 HTTP/1.1" 200 None
2026-03-28 15:15:29 [adesa.be] INFO: Saving data for 10738719: {'created_time': 1774710929.261574, 'last_price_update_time': 1774710929.261585, 'auction_closing_time': 1775118600.0}
2026-03-28 15:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10738719') HTTP/1.1" 204 0
2026-03-28 15:15:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752153/general/1f4e3b13-05bf-4e3b-9c77-1fa17546b67e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738708)
2026-03-28 15:15:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752152/general/ccca0fb2-d201-4af0-87cd-60e0f4aaad6b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738706)
2026-03-28 15:15:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752154/general/fa4a67c5-bd4c-4047-b2ef-cb19e205472a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738709)
2026-03-28 15:15:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff52c9850>
2026-03-28 15:15:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a1b598c-777a-57a2-af07-b2577d6fc986/9a1b598c-777a-57a2-af07-b2577d6fc986_image_8.jpg HTTP/1.1" 201 0
2026-03-28 15:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752160%252Fgeneral%252F16cafbf0-e39b-4e78-8cc9-f62e7db8ce83.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752160/general/16cafbf0-e39b-4e78-8cc9-f62e7db8ce83.jpg saved to cache
2026-03-28 15:15:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 9a1b598c-777a-57a2-af07-b2577d6fc986
2026-03-28 15:15:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff5390fd0>
2026-03-28 15:15:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3f333e40-60ef-5c6b-804d-b2777ca19776/3f333e40-60ef-5c6b-804d-b2777ca19776_image_9.jpg HTTP/1.1" 201 0
2026-03-28 15:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752156%252Fgeneral%252Fe1d558ae-7bf7-49c6-ac5f-1679db3d2157.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752156/general/e1d558ae-7bf7-49c6-ac5f-1679db3d2157.jpg saved to cache
2026-03-28 15:15:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 3f333e40-60ef-5c6b-804d-b2777ca19776
2026-03-28 15:15:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff54f3210>
2026-03-28 15:15:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_92a7fa80-3812-527d-b9e5-159d638b8a5b/92a7fa80-3812-527d-b9e5-159d638b8a5b_image_0.jpg HTTP/1.1" 201 0
2026-03-28 15:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752159%252Fgeneral%252Fa46bdd9b-3d9e-4270-b07f-0c83bce5a282.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752159/general/a46bdd9b-3d9e-4270-b07f-0c83bce5a282.jpg saved to cache
2026-03-28 15:15:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 92a7fa80-3812-527d-b9e5-159d638b8a5b
2026-03-28 15:15:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 92a7fa80-3812-527d-b9e5-159d638b8a5b, skipping ID generation
2026-03-28 15:15:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92a7fa80-3812-527d-b9e5-159d638b8a5b with scrape type 1
2026-03-28 15:15:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 92a7fa80-3812-527d-b9e5-159d638b8a5b sending to next pipeline
2026-03-28 15:15:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 92a7fa80-3812-527d-b9e5-159d638b8a5b, identifier: 10738717
2026-03-28 15:15:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff5393c10>
2026-03-28 15:15:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f428b9a1-4e19-5742-b9e2-89b0433c7c60/f428b9a1-4e19-5742-b9e2-89b0433c7c60_image_9.jpg HTTP/1.1" 201 0
2026-03-28 15:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752152%252Fgeneral%252F8ae9ce32-1cbb-47fa-bd4d-48c192a8f027.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752152/general/8ae9ce32-1cbb-47fa-bd4d-48c192a8f027.jpg saved to cache
2026-03-28 15:15:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item f428b9a1-4e19-5742-b9e2-89b0433c7c60
2026-03-28 15:15:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7fdef4f850>
2026-03-28 15:15:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3f333e40-60ef-5c6b-804d-b2777ca19776/3f333e40-60ef-5c6b-804d-b2777ca19776_image_8.jpg HTTP/1.1" 201 0
2026-03-28 15:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752156%252Fgeneral%252F1ac73198-9f86-45a3-91d6-7a50762bf16d.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752156/general/1ac73198-9f86-45a3-91d6-7a50762bf16d.jpg saved to cache
2026-03-28 15:15:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 3f333e40-60ef-5c6b-804d-b2777ca19776
2026-03-28 15:15:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752152/general/04cf5cc5-f1cc-4f5f-8fa4-6239dd5f565e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738706)
2026-03-28 15:15:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 92a7fa80-3812-527d-b9e5-159d638b8a5b with identifier: 10738717
2026-03-28 15:15:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 92a7fa80-3812-527d-b9e5-159d638b8a5b with identifier: 10738717
2026-03-28 15:15:29 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 92a7fa80-3812-527d-b9e5-159d638b8a5b with identifier: 10738717 to the API
2026-03-28 15:15:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:15:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:15:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5752159/general/a46bdd9b-3d9e-4270-b07f-0c83bce5a282.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-04-02T08:30:00Z',
'fuel_type': 'Diesel',
'id': '92a7fa80-3812-527d-b9e5-159d638b8a5b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1XXL501',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10738717',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '3008',
'odometer': 69491,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 22,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_92a7fa80-3812-527d-b9e5-159d638b8a5b/92a7fa80-3812-527d-b9e5-159d638b8a5b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 205604,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752159/general/a46bdd9b-3d9e-4270-b07f-0c83bce5a282.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_92a7fa80-3812-527d-b9e5-159d638b8a5b/92a7fa80-3812-527d-b9e5-159d638b8a5b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 179853,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752159/general/153b7fb5-ce94-4040-a4bf-779469f578e7.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_92a7fa80-3812-527d-b9e5-159d638b8a5b/92a7fa80-3812-527d-b9e5-159d638b8a5b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 219484,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752159/general/c756db3b-def6-4ade-b133-3a81dd9a7bec.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_92a7fa80-3812-527d-b9e5-159d638b8a5b/92a7fa80-3812-527d-b9e5-159d638b8a5b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 208968,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752159/general/99b1d9de-1b59-42d5-a295-f89dcf3015a1.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_92a7fa80-3812-527d-b9e5-159d638b8a5b/92a7fa80-3812-527d-b9e5-159d638b8a5b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 222204,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752159/general/47dc6628-a62e-463f-9102-98664d2e6284.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_92a7fa80-3812-527d-b9e5-159d638b8a5b/92a7fa80-3812-527d-b9e5-159d638b8a5b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 188108,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752159/general/1f553056-551a-46fe-8fcc-539fbc071250.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_92a7fa80-3812-527d-b9e5-159d638b8a5b/92a7fa80-3812-527d-b9e5-159d638b8a5b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 296528,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752159/general/8817ffb7-aa78-497d-9630-d7e52c3e3988.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_92a7fa80-3812-527d-b9e5-159d638b8a5b/92a7fa80-3812-527d-b9e5-159d638b8a5b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 318323,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752159/general/19af12a4-34f5-45f8-8fbb-7551d3cf4ce2.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_92a7fa80-3812-527d-b9e5-159d638b8a5b/92a7fa80-3812-527d-b9e5-159d638b8a5b_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 223117,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752159/general/27a068b8-3e96-4715-804f-e04102c19581.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_92a7fa80-3812-527d-b9e5-159d638b8a5b/92a7fa80-3812-527d-b9e5-159d638b8a5b_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 23465,
'Height': 300,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752159/general/1d577fc9-1062-464b-98fd-b11eac62c88d.jpg',
'Width': 400}],
'price': 9400,
'price_includes_vat': True,
'registration_date': '2020-06-23',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Peugeot 3008 1.5 HDI Active - Diesel - Manual - 130 hp - 69.491 km',
'transmission': 'manual',
'trim': 'Active',
'vin': None,
'year': 2020}
2026-03-28 15:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738717%27 HTTP/1.1" 200 None
2026-03-28 15:15:29 [adesa.be] INFO: Saving data for 10738717: {'created_time': 1774710929.959419, 'last_price_update_time': 1774710929.95943, 'auction_closing_time': 1775118600.0}
2026-03-28 15:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10738717') HTTP/1.1" 204 0
2026-03-28 15:15:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752156/general/fd3acb58-1db0-44af-a767-a03edef851b1.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738711)
2026-03-28 15:15:29 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:29 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff5155d90>
2026-03-28 15:15:29 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:29 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:29 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8a849719-c5fb-5d17-964a-d7b8bca0ac2c/8a849719-c5fb-5d17-964a-d7b8bca0ac2c_image_5.jpg HTTP/1.1" 201 0
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752155%252Fgeneral%252F6bcc1ffe-fb00-45e1-974b-baf546ac0130.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752155/general/6bcc1ffe-fb00-45e1-974b-baf546ac0130.jpg saved to cache
2026-03-28 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 8a849719-c5fb-5d17-964a-d7b8bca0ac2c
2026-03-28 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752153/general/eb3b19bd-84b4-4211-88fa-c26180ea810a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738708)
2026-03-28 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752160/general/c7d63d45-45e4-4fa1-a92e-3651f9b9e718.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738718)
2026-03-28 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752154/general/4ce2dce9-a555-43cb-ad3f-8e2984cee6e0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738709)
2026-03-28 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752157/general/aaeba440-c99f-4475-95bb-6d43690e9fca.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738712)
2026-03-28 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752155/general/f5f177e9-1527-4b6f-9933-6dd51599f841.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738710)
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff5397790>
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8238b92c-3832-573d-be78-df1eca74385e/8238b92c-3832-573d-be78-df1eca74385e_image_9.jpg HTTP/1.1" 201 0
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752153%252Fgeneral%252F1f4e3b13-05bf-4e3b-9c77-1fa17546b67e.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752153/general/1f4e3b13-05bf-4e3b-9c77-1fa17546b67e.jpg saved to cache
2026-03-28 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 8238b92c-3832-573d-be78-df1eca74385e
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff541ac90>
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f428b9a1-4e19-5742-b9e2-89b0433c7c60/f428b9a1-4e19-5742-b9e2-89b0433c7c60_image_8.jpg HTTP/1.1" 201 0
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752152%252Fgeneral%252Fccca0fb2-d201-4af0-87cd-60e0f4aaad6b.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752152/general/ccca0fb2-d201-4af0-87cd-60e0f4aaad6b.jpg saved to cache
2026-03-28 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item f428b9a1-4e19-5742-b9e2-89b0433c7c60
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff5176ad0>
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61d8f05c-b699-5345-ae18-4396063bd67f/61d8f05c-b699-5345-ae18-4396063bd67f_image_7.jpg HTTP/1.1" 201 0
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752154%252Fgeneral%252Ffa4a67c5-bd4c-4047-b2ef-cb19e205472a.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752154/general/fa4a67c5-bd4c-4047-b2ef-cb19e205472a.jpg saved to cache
2026-03-28 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 61d8f05c-b699-5345-ae18-4396063bd67f
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff541a750>
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f428b9a1-4e19-5742-b9e2-89b0433c7c60/f428b9a1-4e19-5742-b9e2-89b0433c7c60_image_7.jpg HTTP/1.1" 201 0
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752152%252Fgeneral%252F04cf5cc5-f1cc-4f5f-8fa4-6239dd5f565e.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752152/general/04cf5cc5-f1cc-4f5f-8fa4-6239dd5f565e.jpg saved to cache
2026-03-28 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item f428b9a1-4e19-5742-b9e2-89b0433c7c60
2026-03-28 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752160/general/cc6333cd-69fa-412a-8d9b-23b4d663ddfa.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738718)
2026-03-28 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752152/general/006468ed-86be-4400-9d53-01cbdfda880c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738706)
2026-03-28 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752156/general/c35d95aa-9c91-4032-9244-6ec0b19000a0.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738711)
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff52f5b10>
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3f333e40-60ef-5c6b-804d-b2777ca19776/3f333e40-60ef-5c6b-804d-b2777ca19776_image_7.jpg HTTP/1.1" 201 0
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752156%252Fgeneral%252Ffd3acb58-1db0-44af-a767-a03edef851b1.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752156/general/fd3acb58-1db0-44af-a767-a03edef851b1.jpg saved to cache
2026-03-28 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 3f333e40-60ef-5c6b-804d-b2777ca19776
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff53ce850>
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8238b92c-3832-573d-be78-df1eca74385e/8238b92c-3832-573d-be78-df1eca74385e_image_7.jpg HTTP/1.1" 201 0
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752153%252Fgeneral%252Feb3b19bd-84b4-4211-88fa-c26180ea810a.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752153/general/eb3b19bd-84b4-4211-88fa-c26180ea810a.jpg saved to cache
2026-03-28 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 8238b92c-3832-573d-be78-df1eca74385e
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff413b8d0>
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a1b598c-777a-57a2-af07-b2577d6fc986/9a1b598c-777a-57a2-af07-b2577d6fc986_image_5.jpg HTTP/1.1" 201 0
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752160%252Fgeneral%252Fc7d63d45-45e4-4fa1-a92e-3651f9b9e718.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752160/general/c7d63d45-45e4-4fa1-a92e-3651f9b9e718.jpg saved to cache
2026-03-28 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 9a1b598c-777a-57a2-af07-b2577d6fc986
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff53cef90>
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61d8f05c-b699-5345-ae18-4396063bd67f/61d8f05c-b699-5345-ae18-4396063bd67f_image_6.jpg HTTP/1.1" 201 0
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752154%252Fgeneral%252F4ce2dce9-a555-43cb-ad3f-8e2984cee6e0.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752154/general/4ce2dce9-a555-43cb-ad3f-8e2984cee6e0.jpg saved to cache
2026-03-28 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 61d8f05c-b699-5345-ae18-4396063bd67f
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff40a7350>
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_31bccf87-c9c8-5f29-b358-42b46bfbb389/31bccf87-c9c8-5f29-b358-42b46bfbb389_image_4.jpg HTTP/1.1" 201 0
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752157%252Fgeneral%252Faaeba440-c99f-4475-95bb-6d43690e9fca.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752157/general/aaeba440-c99f-4475-95bb-6d43690e9fca.jpg saved to cache
2026-03-28 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 31bccf87-c9c8-5f29-b358-42b46bfbb389
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff53cd450>
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8a849719-c5fb-5d17-964a-d7b8bca0ac2c/8a849719-c5fb-5d17-964a-d7b8bca0ac2c_image_4.jpg HTTP/1.1" 201 0
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752155%252Fgeneral%252Ff5f177e9-1527-4b6f-9933-6dd51599f841.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752155/general/f5f177e9-1527-4b6f-9933-6dd51599f841.jpg saved to cache
2026-03-28 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 8a849719-c5fb-5d17-964a-d7b8bca0ac2c
2026-03-28 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752153/general/c4f83b9b-6d37-4c16-85f9-76932ae71c28.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738708)
2026-03-28 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752154/general/7e8a958f-8df9-41d2-8164-a67471172662.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738709)
2026-03-28 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752152/general/4a991bf0-50c2-49bd-8f62-3ad1c6938d6a.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738706)
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff5376b90>
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a1b598c-777a-57a2-af07-b2577d6fc986/9a1b598c-777a-57a2-af07-b2577d6fc986_image_4.jpg HTTP/1.1" 201 0
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752160%252Fgeneral%252Fcc6333cd-69fa-412a-8d9b-23b4d663ddfa.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752160/general/cc6333cd-69fa-412a-8d9b-23b4d663ddfa.jpg saved to cache
2026-03-28 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 9a1b598c-777a-57a2-af07-b2577d6fc986
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff409a190>
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f428b9a1-4e19-5742-b9e2-89b0433c7c60/f428b9a1-4e19-5742-b9e2-89b0433c7c60_image_6.jpg HTTP/1.1" 201 0
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752152%252Fgeneral%252F006468ed-86be-4400-9d53-01cbdfda880c.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752152/general/006468ed-86be-4400-9d53-01cbdfda880c.jpg saved to cache
2026-03-28 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item f428b9a1-4e19-5742-b9e2-89b0433c7c60
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff5397f50>
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3f333e40-60ef-5c6b-804d-b2777ca19776/3f333e40-60ef-5c6b-804d-b2777ca19776_image_6.jpg HTTP/1.1" 201 0
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752156%252Fgeneral%252Fc35d95aa-9c91-4032-9244-6ec0b19000a0.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752156/general/c35d95aa-9c91-4032-9244-6ec0b19000a0.jpg saved to cache
2026-03-28 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 3f333e40-60ef-5c6b-804d-b2777ca19776
2026-03-28 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752155/general/fcd6317d-7fba-4aeb-b6d6-ffd3314d339d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738710)
2026-03-28 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752157/general/2259975d-ead4-4227-ae44-f268438015bd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738712)
2026-03-28 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752160/general/452a4060-348b-4551-8b04-ca3fbc8d9259.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738718)
2026-03-28 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752156/general/cb865053-3ccb-47b5-a4d8-72ce7fddc677.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738711)
2026-03-28 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752153/general/9887177a-3781-407e-b8cd-e708d9408c13.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738708)
2026-03-28 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752155/general/bb477964-a727-485a-8b7b-d26aec90e37b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738710)
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff5154f90>
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8238b92c-3832-573d-be78-df1eca74385e/8238b92c-3832-573d-be78-df1eca74385e_image_6.jpg HTTP/1.1" 201 0
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752153%252Fgeneral%252Fc4f83b9b-6d37-4c16-85f9-76932ae71c28.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752153/general/c4f83b9b-6d37-4c16-85f9-76932ae71c28.jpg saved to cache
2026-03-28 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 8238b92c-3832-573d-be78-df1eca74385e
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff5165a10>
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61d8f05c-b699-5345-ae18-4396063bd67f/61d8f05c-b699-5345-ae18-4396063bd67f_image_5.jpg HTTP/1.1" 201 0
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752154%252Fgeneral%252F7e8a958f-8df9-41d2-8164-a67471172662.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752154/general/7e8a958f-8df9-41d2-8164-a67471172662.jpg saved to cache
2026-03-28 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 61d8f05c-b699-5345-ae18-4396063bd67f
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff52f10d0>
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f428b9a1-4e19-5742-b9e2-89b0433c7c60/f428b9a1-4e19-5742-b9e2-89b0433c7c60_image_5.jpg HTTP/1.1" 201 0
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752152%252Fgeneral%252F4a991bf0-50c2-49bd-8f62-3ad1c6938d6a.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752152/general/4a991bf0-50c2-49bd-8f62-3ad1c6938d6a.jpg saved to cache
2026-03-28 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item f428b9a1-4e19-5742-b9e2-89b0433c7c60
2026-03-28 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752157/general/8ae88b58-cde2-4da5-a015-b672ffafba25.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738712)
2026-03-28 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752154/general/f4503395-1320-465e-93f2-8002d0608403.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738709)
2026-03-28 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752152/general/cd7b13ab-12a9-4831-a7ab-c04edfe1ff23.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738706)
2026-03-28 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752156/general/f614ce8d-d2fa-4a3e-b70d-368942673208.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738711)
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff412fc50>
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8a849719-c5fb-5d17-964a-d7b8bca0ac2c/8a849719-c5fb-5d17-964a-d7b8bca0ac2c_image_3.jpg HTTP/1.1" 201 0
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752155%252Fgeneral%252Ffcd6317d-7fba-4aeb-b6d6-ffd3314d339d.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752155/general/fcd6317d-7fba-4aeb-b6d6-ffd3314d339d.jpg saved to cache
2026-03-28 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 8a849719-c5fb-5d17-964a-d7b8bca0ac2c
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff52adbd0>
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_31bccf87-c9c8-5f29-b358-42b46bfbb389/31bccf87-c9c8-5f29-b358-42b46bfbb389_image_3.jpg HTTP/1.1" 201 0
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752157%252Fgeneral%252F2259975d-ead4-4227-ae44-f268438015bd.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752157/general/2259975d-ead4-4227-ae44-f268438015bd.jpg saved to cache
2026-03-28 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 31bccf87-c9c8-5f29-b358-42b46bfbb389
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff5242750>
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a1b598c-777a-57a2-af07-b2577d6fc986/9a1b598c-777a-57a2-af07-b2577d6fc986_image_3.jpg HTTP/1.1" 201 0
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752160%252Fgeneral%252F452a4060-348b-4551-8b04-ca3fbc8d9259.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752160/general/452a4060-348b-4551-8b04-ca3fbc8d9259.jpg saved to cache
2026-03-28 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 9a1b598c-777a-57a2-af07-b2577d6fc986
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff5507990>
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3f333e40-60ef-5c6b-804d-b2777ca19776/3f333e40-60ef-5c6b-804d-b2777ca19776_image_5.jpg HTTP/1.1" 201 0
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752156%252Fgeneral%252Fcb865053-3ccb-47b5-a4d8-72ce7fddc677.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752156/general/cb865053-3ccb-47b5-a4d8-72ce7fddc677.jpg saved to cache
2026-03-28 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 3f333e40-60ef-5c6b-804d-b2777ca19776
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff5216f50>
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:30 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:30 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8238b92c-3832-573d-be78-df1eca74385e/8238b92c-3832-573d-be78-df1eca74385e_image_5.jpg HTTP/1.1" 201 0
2026-03-28 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752153%252Fgeneral%252F9887177a-3781-407e-b8cd-e708d9408c13.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752153/general/9887177a-3781-407e-b8cd-e708d9408c13.jpg saved to cache
2026-03-28 15:15:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 8238b92c-3832-573d-be78-df1eca74385e
2026-03-28 15:15:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff54445d0>
2026-03-28 15:15:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8a849719-c5fb-5d17-964a-d7b8bca0ac2c/8a849719-c5fb-5d17-964a-d7b8bca0ac2c_image_2.jpg HTTP/1.1" 201 0
2026-03-28 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752155%252Fgeneral%252Fbb477964-a727-485a-8b7b-d26aec90e37b.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752155/general/bb477964-a727-485a-8b7b-d26aec90e37b.jpg saved to cache
2026-03-28 15:15:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 8a849719-c5fb-5d17-964a-d7b8bca0ac2c
2026-03-28 15:15:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752153/general/87db5ac3-0930-4cb8-bb95-5fdc96259003.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738708)
2026-03-28 15:15:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752160/general/e59439b5-536e-40b0-aa65-0e00ff6d5a37.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738718)
2026-03-28 15:15:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752155/general/0843b74b-72c4-495e-a670-6f8abf9c93e9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738710)
2026-03-28 15:15:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752154/general/23a646dd-b8a5-41d6-b2d8-6d36b118f83d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738709)
2026-03-28 15:15:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff4106250>
2026-03-28 15:15:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_31bccf87-c9c8-5f29-b358-42b46bfbb389/31bccf87-c9c8-5f29-b358-42b46bfbb389_image_2.jpg HTTP/1.1" 201 0
2026-03-28 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752157%252Fgeneral%252F8ae88b58-cde2-4da5-a015-b672ffafba25.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752157/general/8ae88b58-cde2-4da5-a015-b672ffafba25.jpg saved to cache
2026-03-28 15:15:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 31bccf87-c9c8-5f29-b358-42b46bfbb389
2026-03-28 15:15:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff61d4190>
2026-03-28 15:15:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61d8f05c-b699-5345-ae18-4396063bd67f/61d8f05c-b699-5345-ae18-4396063bd67f_image_4.jpg HTTP/1.1" 201 0
2026-03-28 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752154%252Fgeneral%252Ff4503395-1320-465e-93f2-8002d0608403.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752154/general/f4503395-1320-465e-93f2-8002d0608403.jpg saved to cache
2026-03-28 15:15:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 61d8f05c-b699-5345-ae18-4396063bd67f
2026-03-28 15:15:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff53ab190>
2026-03-28 15:15:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f428b9a1-4e19-5742-b9e2-89b0433c7c60/f428b9a1-4e19-5742-b9e2-89b0433c7c60_image_4.jpg HTTP/1.1" 201 0
2026-03-28 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752152%252Fgeneral%252Fcd7b13ab-12a9-4831-a7ab-c04edfe1ff23.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752152/general/cd7b13ab-12a9-4831-a7ab-c04edfe1ff23.jpg saved to cache
2026-03-28 15:15:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item f428b9a1-4e19-5742-b9e2-89b0433c7c60
2026-03-28 15:15:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff4082a90>
2026-03-28 15:15:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3f333e40-60ef-5c6b-804d-b2777ca19776/3f333e40-60ef-5c6b-804d-b2777ca19776_image_4.jpg HTTP/1.1" 201 0
2026-03-28 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752156%252Fgeneral%252Ff614ce8d-d2fa-4a3e-b70d-368942673208.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752156/general/f614ce8d-d2fa-4a3e-b70d-368942673208.jpg saved to cache
2026-03-28 15:15:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 3f333e40-60ef-5c6b-804d-b2777ca19776
2026-03-28 15:15:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752157/general/fe6f07d7-8014-4912-b268-d832e6866226.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738712)
2026-03-28 15:15:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752153/general/932819ff-002e-4182-84d4-5a91fcf065ee.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738708)
2026-03-28 15:15:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752160/general/ffb975ee-4661-46ad-ab28-368ebbb63f0c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738718)
2026-03-28 15:15:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752152/general/7760ff7d-c435-4c4b-818c-d537206f0d97.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738706)
2026-03-28 15:15:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752154/general/f025ae8f-9df1-4e09-adbf-1ac9b9c703dd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738709)
2026-03-28 15:15:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff52cb990>
2026-03-28 15:15:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8238b92c-3832-573d-be78-df1eca74385e/8238b92c-3832-573d-be78-df1eca74385e_image_4.jpg HTTP/1.1" 201 0
2026-03-28 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752153%252Fgeneral%252F87db5ac3-0930-4cb8-bb95-5fdc96259003.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752153/general/87db5ac3-0930-4cb8-bb95-5fdc96259003.jpg saved to cache
2026-03-28 15:15:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 8238b92c-3832-573d-be78-df1eca74385e
2026-03-28 15:15:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff53c27d0>
2026-03-28 15:15:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a1b598c-777a-57a2-af07-b2577d6fc986/9a1b598c-777a-57a2-af07-b2577d6fc986_image_2.jpg HTTP/1.1" 201 0
2026-03-28 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752160%252Fgeneral%252Fe59439b5-536e-40b0-aa65-0e00ff6d5a37.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752160/general/e59439b5-536e-40b0-aa65-0e00ff6d5a37.jpg saved to cache
2026-03-28 15:15:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 9a1b598c-777a-57a2-af07-b2577d6fc986
2026-03-28 15:15:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff545ab90>
2026-03-28 15:15:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8a849719-c5fb-5d17-964a-d7b8bca0ac2c/8a849719-c5fb-5d17-964a-d7b8bca0ac2c_image_1.jpg HTTP/1.1" 201 0
2026-03-28 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752155%252Fgeneral%252F0843b74b-72c4-495e-a670-6f8abf9c93e9.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752155/general/0843b74b-72c4-495e-a670-6f8abf9c93e9.jpg saved to cache
2026-03-28 15:15:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 8a849719-c5fb-5d17-964a-d7b8bca0ac2c
2026-03-28 15:15:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8a849719-c5fb-5d17-964a-d7b8bca0ac2c, skipping ID generation
2026-03-28 15:15:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a849719-c5fb-5d17-964a-d7b8bca0ac2c with scrape type 1
2026-03-28 15:15:31 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8a849719-c5fb-5d17-964a-d7b8bca0ac2c sending to next pipeline
2026-03-28 15:15:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 8a849719-c5fb-5d17-964a-d7b8bca0ac2c, identifier: 10738710
2026-03-28 15:15:31 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:31 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f800712ae10>
2026-03-28 15:15:31 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:31 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:31 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61d8f05c-b699-5345-ae18-4396063bd67f/61d8f05c-b699-5345-ae18-4396063bd67f_image_3.jpg HTTP/1.1" 201 0
2026-03-28 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752154%252Fgeneral%252F23a646dd-b8a5-41d6-b2d8-6d36b118f83d.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752154/general/23a646dd-b8a5-41d6-b2d8-6d36b118f83d.jpg saved to cache
2026-03-28 15:15:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 61d8f05c-b699-5345-ae18-4396063bd67f
2026-03-28 15:15:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752156/general/a79f2f0b-48ae-4b37-bbc9-b5b453b398d9.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738711)
2026-03-28 15:15:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 8a849719-c5fb-5d17-964a-d7b8bca0ac2c with identifier: 10738710
2026-03-28 15:15:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 8a849719-c5fb-5d17-964a-d7b8bca0ac2c with identifier: 10738710
2026-03-28 15:15:31 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 8a849719-c5fb-5d17-964a-d7b8bca0ac2c with identifier: 10738710 to the API
2026-03-28 15:15:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:15:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:15:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5752155/general/0843b74b-72c4-495e-a670-6f8abf9c93e9.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 75,
'expiration_date': '2026-04-02T08:30:00Z',
'fuel_type': 'Petrol',
'id': '8a849719-c5fb-5d17-964a-d7b8bca0ac2c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2ABN508',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10738710',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '208',
'odometer': 67633,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8a849719-c5fb-5d17-964a-d7b8bca0ac2c/8a849719-c5fb-5d17-964a-d7b8bca0ac2c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 247376,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752155/general/6b3aa27d-1b3a-446e-8a2a-c114b88d8df5.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8a849719-c5fb-5d17-964a-d7b8bca0ac2c/8a849719-c5fb-5d17-964a-d7b8bca0ac2c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 58485,
'Height': 300,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752155/general/0843b74b-72c4-495e-a670-6f8abf9c93e9.jpg',
'Width': 400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8a849719-c5fb-5d17-964a-d7b8bca0ac2c/8a849719-c5fb-5d17-964a-d7b8bca0ac2c_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 236268,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752155/general/bb477964-a727-485a-8b7b-d26aec90e37b.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8a849719-c5fb-5d17-964a-d7b8bca0ac2c/8a849719-c5fb-5d17-964a-d7b8bca0ac2c_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 232253,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752155/general/fcd6317d-7fba-4aeb-b6d6-ffd3314d339d.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8a849719-c5fb-5d17-964a-d7b8bca0ac2c/8a849719-c5fb-5d17-964a-d7b8bca0ac2c_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 142932,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752155/general/f5f177e9-1527-4b6f-9933-6dd51599f841.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8a849719-c5fb-5d17-964a-d7b8bca0ac2c/8a849719-c5fb-5d17-964a-d7b8bca0ac2c_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 110659,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752155/general/6bcc1ffe-fb00-45e1-974b-baf546ac0130.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8a849719-c5fb-5d17-964a-d7b8bca0ac2c/8a849719-c5fb-5d17-964a-d7b8bca0ac2c_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 127779,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752155/general/d218a6b2-d755-4677-81b7-7b0008f1d114.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8a849719-c5fb-5d17-964a-d7b8bca0ac2c/8a849719-c5fb-5d17-964a-d7b8bca0ac2c_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 172060,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752155/general/a64f8d60-7ef3-4eeb-a2ca-6ad120a3fb23.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8a849719-c5fb-5d17-964a-d7b8bca0ac2c/8a849719-c5fb-5d17-964a-d7b8bca0ac2c_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 47188,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752155/general/f5883cc9-bc6f-4f5a-8efb-cdfd10e75209.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8a849719-c5fb-5d17-964a-d7b8bca0ac2c/8a849719-c5fb-5d17-964a-d7b8bca0ac2c_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 201436,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752155/general/e596aee5-5143-43d2-a7ac-5d0acd6c518c.jpg',
'Width': 1024}],
'price': 6700,
'price_includes_vat': True,
'registration_date': '2021-02-10',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Peugeot 208 1.2i Active - Petrol - Manual - 75 hp - 67.633 km',
'transmission': 'manual',
'trim': 'Active',
'vin': None,
'year': 2021}
2026-03-28 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738710%27 HTTP/1.1" 200 None
2026-03-28 15:15:32 [adesa.be] INFO: Saving data for 10738710: {'created_time': 1774710932.112732, 'last_price_update_time': 1774710932.112745, 'auction_closing_time': 1775118600.0}
2026-03-28 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10738710') HTTP/1.1" 204 0
2026-03-28 15:15:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752160/general/9d04b3e5-8c42-4ee8-b30d-d7f9ce33690d.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738718)
2026-03-28 15:15:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752152/general/b5545161-3bcd-40f8-b6ab-4b446e759b51.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738706)
2026-03-28 15:15:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752156/general/887dbec2-ce7f-4ff8-b9fe-c5228f187cce.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738711)
2026-03-28 15:15:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff5522410>
2026-03-28 15:15:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_31bccf87-c9c8-5f29-b358-42b46bfbb389/31bccf87-c9c8-5f29-b358-42b46bfbb389_image_1.jpg HTTP/1.1" 201 0
2026-03-28 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752157%252Fgeneral%252Ffe6f07d7-8014-4912-b268-d832e6866226.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752157/general/fe6f07d7-8014-4912-b268-d832e6866226.jpg saved to cache
2026-03-28 15:15:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 31bccf87-c9c8-5f29-b358-42b46bfbb389
2026-03-28 15:15:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 31bccf87-c9c8-5f29-b358-42b46bfbb389, skipping ID generation
2026-03-28 15:15:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31bccf87-c9c8-5f29-b358-42b46bfbb389 with scrape type 1
2026-03-28 15:15:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 31bccf87-c9c8-5f29-b358-42b46bfbb389 sending to next pipeline
2026-03-28 15:15:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 31bccf87-c9c8-5f29-b358-42b46bfbb389, identifier: 10738712
2026-03-28 15:15:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff413ad10>
2026-03-28 15:15:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8238b92c-3832-573d-be78-df1eca74385e/8238b92c-3832-573d-be78-df1eca74385e_image_3.jpg HTTP/1.1" 201 0
2026-03-28 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752153%252Fgeneral%252F932819ff-002e-4182-84d4-5a91fcf065ee.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752153/general/932819ff-002e-4182-84d4-5a91fcf065ee.jpg saved to cache
2026-03-28 15:15:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 8238b92c-3832-573d-be78-df1eca74385e
2026-03-28 15:15:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7fdef510d0>
2026-03-28 15:15:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a1b598c-777a-57a2-af07-b2577d6fc986/9a1b598c-777a-57a2-af07-b2577d6fc986_image_1.jpg HTTP/1.1" 201 0
2026-03-28 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752160%252Fgeneral%252Fffb975ee-4661-46ad-ab28-368ebbb63f0c.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752160/general/ffb975ee-4661-46ad-ab28-368ebbb63f0c.jpg saved to cache
2026-03-28 15:15:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 9a1b598c-777a-57a2-af07-b2577d6fc986
2026-03-28 15:15:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff52c4650>
2026-03-28 15:15:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f428b9a1-4e19-5742-b9e2-89b0433c7c60/f428b9a1-4e19-5742-b9e2-89b0433c7c60_image_3.jpg HTTP/1.1" 201 0
2026-03-28 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752152%252Fgeneral%252F7760ff7d-c435-4c4b-818c-d537206f0d97.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752152/general/7760ff7d-c435-4c4b-818c-d537206f0d97.jpg saved to cache
2026-03-28 15:15:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item f428b9a1-4e19-5742-b9e2-89b0433c7c60
2026-03-28 15:15:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7fdef51090>
2026-03-28 15:15:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_61d8f05c-b699-5345-ae18-4396063bd67f/61d8f05c-b699-5345-ae18-4396063bd67f_image_2.jpg HTTP/1.1" 201 0
2026-03-28 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752154%252Fgeneral%252Ff025ae8f-9df1-4e09-adbf-1ac9b9c703dd.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752154/general/f025ae8f-9df1-4e09-adbf-1ac9b9c703dd.jpg saved to cache
2026-03-28 15:15:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 61d8f05c-b699-5345-ae18-4396063bd67f
2026-03-28 15:15:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 61d8f05c-b699-5345-ae18-4396063bd67f, skipping ID generation
2026-03-28 15:15:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61d8f05c-b699-5345-ae18-4396063bd67f with scrape type 1
2026-03-28 15:15:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 61d8f05c-b699-5345-ae18-4396063bd67f sending to next pipeline
2026-03-28 15:15:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 61d8f05c-b699-5345-ae18-4396063bd67f, identifier: 10738709
2026-03-28 15:15:32 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:32 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff4138b10>
2026-03-28 15:15:32 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:32 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:32 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3f333e40-60ef-5c6b-804d-b2777ca19776/3f333e40-60ef-5c6b-804d-b2777ca19776_image_3.jpg HTTP/1.1" 201 0
2026-03-28 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752156%252Fgeneral%252Fa79f2f0b-48ae-4b37-bbc9-b5b453b398d9.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752156/general/a79f2f0b-48ae-4b37-bbc9-b5b453b398d9.jpg saved to cache
2026-03-28 15:15:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 3f333e40-60ef-5c6b-804d-b2777ca19776
2026-03-28 15:15:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5752153/general/13c5b471-cde2-422c-8efb-1d2aa3dc001f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10738708)
2026-03-28 15:15:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 31bccf87-c9c8-5f29-b358-42b46bfbb389 with identifier: 10738712
2026-03-28 15:15:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 31bccf87-c9c8-5f29-b358-42b46bfbb389 with identifier: 10738712
2026-03-28 15:15:32 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 31bccf87-c9c8-5f29-b358-42b46bfbb389 with identifier: 10738712 to the API
2026-03-28 15:15:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:15:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:15:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5752157/general/fe6f07d7-8014-4912-b268-d832e6866226.jpg>
{'auction_title': '',
'c_o_2_emission_value': 87,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 102,
'expiration_date': '2026-04-02T08:30:00Z',
'fuel_type': 'Diesel',
'id': '31bccf87-c9c8-5f29-b358-42b46bfbb389',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BJD811',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10738712',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '208',
'odometer': 71129,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 22,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_31bccf87-c9c8-5f29-b358-42b46bfbb389/31bccf87-c9c8-5f29-b358-42b46bfbb389_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 289297,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752157/general/7b8c1cfe-3cdd-4007-88f0-46ec7ded2e47.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_31bccf87-c9c8-5f29-b358-42b46bfbb389/31bccf87-c9c8-5f29-b358-42b46bfbb389_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 282391,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752157/general/fe6f07d7-8014-4912-b268-d832e6866226.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_31bccf87-c9c8-5f29-b358-42b46bfbb389/31bccf87-c9c8-5f29-b358-42b46bfbb389_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 277942,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752157/general/8ae88b58-cde2-4da5-a015-b672ffafba25.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_31bccf87-c9c8-5f29-b358-42b46bfbb389/31bccf87-c9c8-5f29-b358-42b46bfbb389_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 214451,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752157/general/2259975d-ead4-4227-ae44-f268438015bd.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_31bccf87-c9c8-5f29-b358-42b46bfbb389/31bccf87-c9c8-5f29-b358-42b46bfbb389_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 248969,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752157/general/aaeba440-c99f-4475-95bb-6d43690e9fca.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_31bccf87-c9c8-5f29-b358-42b46bfbb389/31bccf87-c9c8-5f29-b358-42b46bfbb389_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 224451,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752157/general/998d5002-9758-4859-aaf3-bd0ec40a3129.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_31bccf87-c9c8-5f29-b358-42b46bfbb389/31bccf87-c9c8-5f29-b358-42b46bfbb389_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 218119,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752157/general/0121009d-e930-446b-b524-62c33ba8be1f.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_31bccf87-c9c8-5f29-b358-42b46bfbb389/31bccf87-c9c8-5f29-b358-42b46bfbb389_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 377095,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752157/general/d20758e5-92a4-413e-b5db-bca895c49b6e.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_31bccf87-c9c8-5f29-b358-42b46bfbb389/31bccf87-c9c8-5f29-b358-42b46bfbb389_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 205282,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752157/general/dc3934f8-f22b-40cf-8227-e554243c1ec3.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_31bccf87-c9c8-5f29-b358-42b46bfbb389/31bccf87-c9c8-5f29-b358-42b46bfbb389_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 35899,
'Height': 300,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752157/general/dc8fbd06-ffcf-41dd-bdd2-b8edcf17fe03.jpg',
'Width': 400}],
'price': 7700,
'price_includes_vat': True,
'registration_date': '2021-12-06',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Peugeot 208 1.5 HDI Active Pack - Diesel - Manual - 102 hp - 71.129 '
'km',
'transmission': 'manual',
'trim': 'Active Pack',
'vin': None,
'year': 2021}
2026-03-28 15:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738712%27 HTTP/1.1" 200 None
2026-03-28 15:15:33 [adesa.be] INFO: Saving data for 10738712: {'created_time': 1774710933.134373, 'last_price_update_time': 1774710933.134385, 'auction_closing_time': 1775118600.0}
2026-03-28 15:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10738712') HTTP/1.1" 204 0
2026-03-28 15:15:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 61d8f05c-b699-5345-ae18-4396063bd67f with identifier: 10738709
2026-03-28 15:15:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 61d8f05c-b699-5345-ae18-4396063bd67f with identifier: 10738709
2026-03-28 15:15:33 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 61d8f05c-b699-5345-ae18-4396063bd67f with identifier: 10738709 to the API
2026-03-28 15:15:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:15:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:15:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5752154/general/f025ae8f-9df1-4e09-adbf-1ac9b9c703dd.jpg>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 131,
'expiration_date': '2026-04-02T08:30:00Z',
'fuel_type': 'Petrol',
'id': '61d8f05c-b699-5345-ae18-4396063bd67f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BMF350',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10738709',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Opel',
'model': 'Mokka',
'odometer': 60468,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61d8f05c-b699-5345-ae18-4396063bd67f/61d8f05c-b699-5345-ae18-4396063bd67f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 70597,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752154/general/c67a8a00-760a-4f2a-96ec-f086c552117a.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61d8f05c-b699-5345-ae18-4396063bd67f/61d8f05c-b699-5345-ae18-4396063bd67f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 21984,
'Height': 300,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752154/general/d8cf918d-9ef4-4950-91d2-7ac494de2dfa.jpg',
'Width': 400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61d8f05c-b699-5345-ae18-4396063bd67f/61d8f05c-b699-5345-ae18-4396063bd67f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 70425,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752154/general/f025ae8f-9df1-4e09-adbf-1ac9b9c703dd.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61d8f05c-b699-5345-ae18-4396063bd67f/61d8f05c-b699-5345-ae18-4396063bd67f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 75104,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752154/general/23a646dd-b8a5-41d6-b2d8-6d36b118f83d.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61d8f05c-b699-5345-ae18-4396063bd67f/61d8f05c-b699-5345-ae18-4396063bd67f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 80135,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752154/general/f4503395-1320-465e-93f2-8002d0608403.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61d8f05c-b699-5345-ae18-4396063bd67f/61d8f05c-b699-5345-ae18-4396063bd67f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 64656,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752154/general/7e8a958f-8df9-41d2-8164-a67471172662.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61d8f05c-b699-5345-ae18-4396063bd67f/61d8f05c-b699-5345-ae18-4396063bd67f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87264,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752154/general/4ce2dce9-a555-43cb-ad3f-8e2984cee6e0.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61d8f05c-b699-5345-ae18-4396063bd67f/61d8f05c-b699-5345-ae18-4396063bd67f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 81259,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752154/general/fa4a67c5-bd4c-4047-b2ef-cb19e205472a.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61d8f05c-b699-5345-ae18-4396063bd67f/61d8f05c-b699-5345-ae18-4396063bd67f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 67789,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752154/general/21449fea-fbd8-4b9b-8278-f81d07867460.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61d8f05c-b699-5345-ae18-4396063bd67f/61d8f05c-b699-5345-ae18-4396063bd67f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 153577,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752154/general/27526e76-4758-4cfa-b099-3100cbe26329.jpg',
'Width': 1024}],
'price': 10300,
'price_includes_vat': True,
'registration_date': '2022-01-12',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Opel Mokka 1.2 Elegance - Petrol - Automatic - 131 hp - 60.468 km',
'transmission': 'automatic',
'trim': 'Elegance',
'vin': None,
'year': 2022}
2026-03-28 15:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738709%27 HTTP/1.1" 200 None
2026-03-28 15:15:33 [adesa.be] INFO: Saving data for 10738709: {'created_time': 1774710933.494553, 'last_price_update_time': 1774710933.494563, 'auction_closing_time': 1775118600.0}
2026-03-28 15:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10738709') HTTP/1.1" 204 0
2026-03-28 15:15:33 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:15:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7fdef20c90>
2026-03-28 15:15:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_9a1b598c-777a-57a2-af07-b2577d6fc986/9a1b598c-777a-57a2-af07-b2577d6fc986_image_0.jpg HTTP/1.1" 201 0
2026-03-28 15:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752160%252Fgeneral%252F9d04b3e5-8c42-4ee8-b30d-d7f9ce33690d.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752160/general/9d04b3e5-8c42-4ee8-b30d-d7f9ce33690d.jpg saved to cache
2026-03-28 15:15:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 9a1b598c-777a-57a2-af07-b2577d6fc986
2026-03-28 15:15:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9a1b598c-777a-57a2-af07-b2577d6fc986, skipping ID generation
2026-03-28 15:15:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a1b598c-777a-57a2-af07-b2577d6fc986 with scrape type 1
2026-03-28 15:15:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9a1b598c-777a-57a2-af07-b2577d6fc986 sending to next pipeline
2026-03-28 15:15:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 9a1b598c-777a-57a2-af07-b2577d6fc986, identifier: 10738718
2026-03-28 15:15:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff5167cd0>
2026-03-28 15:15:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_f428b9a1-4e19-5742-b9e2-89b0433c7c60/f428b9a1-4e19-5742-b9e2-89b0433c7c60_image_2.jpg HTTP/1.1" 201 0
2026-03-28 15:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752152%252Fgeneral%252Fb5545161-3bcd-40f8-b6ab-4b446e759b51.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752152/general/b5545161-3bcd-40f8-b6ab-4b446e759b51.jpg saved to cache
2026-03-28 15:15:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item f428b9a1-4e19-5742-b9e2-89b0433c7c60
2026-03-28 15:15:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f428b9a1-4e19-5742-b9e2-89b0433c7c60, skipping ID generation
2026-03-28 15:15:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f428b9a1-4e19-5742-b9e2-89b0433c7c60 with scrape type 1
2026-03-28 15:15:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f428b9a1-4e19-5742-b9e2-89b0433c7c60 sending to next pipeline
2026-03-28 15:15:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: f428b9a1-4e19-5742-b9e2-89b0433c7c60, identifier: 10738706
2026-03-28 15:15:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff76a6c50>
2026-03-28 15:15:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_3f333e40-60ef-5c6b-804d-b2777ca19776/3f333e40-60ef-5c6b-804d-b2777ca19776_image_2.jpg HTTP/1.1" 201 0
2026-03-28 15:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752156%252Fgeneral%252F887dbec2-ce7f-4ff8-b9fe-c5228f187cce.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752156/general/887dbec2-ce7f-4ff8-b9fe-c5228f187cce.jpg saved to cache
2026-03-28 15:15:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 3f333e40-60ef-5c6b-804d-b2777ca19776
2026-03-28 15:15:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3f333e40-60ef-5c6b-804d-b2777ca19776, skipping ID generation
2026-03-28 15:15:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f333e40-60ef-5c6b-804d-b2777ca19776 with scrape type 1
2026-03-28 15:15:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3f333e40-60ef-5c6b-804d-b2777ca19776 sending to next pipeline
2026-03-28 15:15:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 3f333e40-60ef-5c6b-804d-b2777ca19776, identifier: 10738711
2026-03-28 15:15:33 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-28 15:15:33 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7f7ff410bd10>
2026-03-28 15:15:33 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-28 15:15:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-28 15:15:33 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-28 15:15:33 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_8238b92c-3832-573d-be78-df1eca74385e/8238b92c-3832-573d-be78-df1eca74385e_image_2.jpg HTTP/1.1" 201 0
2026-03-28 15:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5752153%252Fgeneral%252F13c5b471-cde2-422c-8efb-1d2aa3dc001f.jpg') HTTP/1.1" 204 0
2026-03-28 15:15:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5752153/general/13c5b471-cde2-422c-8efb-1d2aa3dc001f.jpg saved to cache
2026-03-28 15:15:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 8238b92c-3832-573d-be78-df1eca74385e
2026-03-28 15:15:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8238b92c-3832-573d-be78-df1eca74385e, skipping ID generation
2026-03-28 15:15:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8238b92c-3832-573d-be78-df1eca74385e with scrape type 1
2026-03-28 15:15:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8238b92c-3832-573d-be78-df1eca74385e sending to next pipeline
2026-03-28 15:15:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 8238b92c-3832-573d-be78-df1eca74385e, identifier: 10738708
2026-03-28 15:15:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 9a1b598c-777a-57a2-af07-b2577d6fc986 with identifier: 10738718
2026-03-28 15:15:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 9a1b598c-777a-57a2-af07-b2577d6fc986 with identifier: 10738718
2026-03-28 15:15:34 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 9a1b598c-777a-57a2-af07-b2577d6fc986 with identifier: 10738718 to the API
2026-03-28 15:15:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:15:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:15:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5752160/general/9d04b3e5-8c42-4ee8-b30d-d7f9ce33690d.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 131,
'expiration_date': '2026-04-02T08:30:00Z',
'fuel_type': 'Petrol',
'id': '9a1b598c-777a-57a2-af07-b2577d6fc986',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CXV359A',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10738718',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '308',
'odometer': 49214,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a1b598c-777a-57a2-af07-b2577d6fc986/9a1b598c-777a-57a2-af07-b2577d6fc986_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 304422,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752160/general/9d04b3e5-8c42-4ee8-b30d-d7f9ce33690d.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a1b598c-777a-57a2-af07-b2577d6fc986/9a1b598c-777a-57a2-af07-b2577d6fc986_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 326435,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752160/general/ffb975ee-4661-46ad-ab28-368ebbb63f0c.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a1b598c-777a-57a2-af07-b2577d6fc986/9a1b598c-777a-57a2-af07-b2577d6fc986_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 327587,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752160/general/e59439b5-536e-40b0-aa65-0e00ff6d5a37.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a1b598c-777a-57a2-af07-b2577d6fc986/9a1b598c-777a-57a2-af07-b2577d6fc986_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 337935,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752160/general/452a4060-348b-4551-8b04-ca3fbc8d9259.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a1b598c-777a-57a2-af07-b2577d6fc986/9a1b598c-777a-57a2-af07-b2577d6fc986_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 337239,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752160/general/cc6333cd-69fa-412a-8d9b-23b4d663ddfa.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a1b598c-777a-57a2-af07-b2577d6fc986/9a1b598c-777a-57a2-af07-b2577d6fc986_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 340244,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752160/general/c7d63d45-45e4-4fa1-a92e-3651f9b9e718.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a1b598c-777a-57a2-af07-b2577d6fc986/9a1b598c-777a-57a2-af07-b2577d6fc986_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 208950,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752160/general/f16d000d-fe4b-4d9f-9db7-ed99ce614ff1.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a1b598c-777a-57a2-af07-b2577d6fc986/9a1b598c-777a-57a2-af07-b2577d6fc986_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 258283,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752160/general/1bcf454c-55aa-435c-a432-6f9354e25bd0.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a1b598c-777a-57a2-af07-b2577d6fc986/9a1b598c-777a-57a2-af07-b2577d6fc986_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 180308,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752160/general/16cafbf0-e39b-4e78-8cc9-f62e7db8ce83.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9a1b598c-777a-57a2-af07-b2577d6fc986/9a1b598c-777a-57a2-af07-b2577d6fc986_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 31457,
'Height': 300,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752160/general/a9726e92-21e8-4046-992e-80551a3e7198.jpg',
'Width': 400}],
'price': 11600,
'price_includes_vat': True,
'registration_date': '2023-01-09',
'seats_number': 5,
'seller_name': 'Ayvens-BE',
'title': 'Peugeot 308 1.2i Allure Pack - Petrol - Automatic - 131 hp - 49.214 '
'km',
'transmission': 'automatic',
'trim': 'Allure Pack',
'vin': None,
'year': 2023}
2026-03-28 15:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738718%27 HTTP/1.1" 200 None
2026-03-28 15:15:34 [adesa.be] INFO: Saving data for 10738718: {'created_time': 1774710934.40866, 'last_price_update_time': 1774710934.408713, 'auction_closing_time': 1775118600.0}
2026-03-28 15:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10738718') HTTP/1.1" 204 0
2026-03-28 15:15:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: f428b9a1-4e19-5742-b9e2-89b0433c7c60 with identifier: 10738706
2026-03-28 15:15:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: f428b9a1-4e19-5742-b9e2-89b0433c7c60 with identifier: 10738706
2026-03-28 15:15:34 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: f428b9a1-4e19-5742-b9e2-89b0433c7c60 with identifier: 10738706 to the API
2026-03-28 15:15:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:15:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:15:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5752152/general/b5545161-3bcd-40f8-b6ab-4b446e759b51.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 100,
'expiration_date': '2026-04-02T08:30:00Z',
'fuel_type': 'Petrol',
'id': 'f428b9a1-4e19-5742-b9e2-89b0433c7c60',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CRY574',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10738706',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Opel',
'model': 'Corsa',
'odometer': 43926,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f428b9a1-4e19-5742-b9e2-89b0433c7c60/f428b9a1-4e19-5742-b9e2-89b0433c7c60_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86641,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752152/general/1a21005d-dfb0-4219-8855-576e48d8fe76.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f428b9a1-4e19-5742-b9e2-89b0433c7c60/f428b9a1-4e19-5742-b9e2-89b0433c7c60_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 85628,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752152/general/af88a2a4-fb9d-4975-978b-175dd05f4218.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f428b9a1-4e19-5742-b9e2-89b0433c7c60/f428b9a1-4e19-5742-b9e2-89b0433c7c60_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 88726,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752152/general/b5545161-3bcd-40f8-b6ab-4b446e759b51.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f428b9a1-4e19-5742-b9e2-89b0433c7c60/f428b9a1-4e19-5742-b9e2-89b0433c7c60_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 86671,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752152/general/7760ff7d-c435-4c4b-818c-d537206f0d97.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f428b9a1-4e19-5742-b9e2-89b0433c7c60/f428b9a1-4e19-5742-b9e2-89b0433c7c60_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105788,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752152/general/cd7b13ab-12a9-4831-a7ab-c04edfe1ff23.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f428b9a1-4e19-5742-b9e2-89b0433c7c60/f428b9a1-4e19-5742-b9e2-89b0433c7c60_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 105440,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752152/general/4a991bf0-50c2-49bd-8f62-3ad1c6938d6a.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f428b9a1-4e19-5742-b9e2-89b0433c7c60/f428b9a1-4e19-5742-b9e2-89b0433c7c60_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 116513,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752152/general/006468ed-86be-4400-9d53-01cbdfda880c.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f428b9a1-4e19-5742-b9e2-89b0433c7c60/f428b9a1-4e19-5742-b9e2-89b0433c7c60_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 98802,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752152/general/04cf5cc5-f1cc-4f5f-8fa4-6239dd5f565e.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f428b9a1-4e19-5742-b9e2-89b0433c7c60/f428b9a1-4e19-5742-b9e2-89b0433c7c60_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 87335,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752152/general/ccca0fb2-d201-4af0-87cd-60e0f4aaad6b.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f428b9a1-4e19-5742-b9e2-89b0433c7c60/f428b9a1-4e19-5742-b9e2-89b0433c7c60_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 282143,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752152/general/8ae9ce32-1cbb-47fa-bd4d-48c192a8f027.jpg',
'Width': 1024}],
'price': 7700,
'price_includes_vat': True,
'registration_date': '2022-11-04',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Opel Corsa 1.2 Elegance - Petrol - Manual - 100 hp - 43.926 km',
'transmission': 'manual',
'trim': 'Elegance',
'vin': None,
'year': 2022}
2026-03-28 15:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738706%27 HTTP/1.1" 200 None
2026-03-28 15:15:34 [adesa.be] INFO: Saving data for 10738706: {'created_time': 1774710934.77343, 'last_price_update_time': 1774710934.773442, 'auction_closing_time': 1775118600.0}
2026-03-28 15:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10738706') HTTP/1.1" 204 0
2026-03-28 15:15:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 3f333e40-60ef-5c6b-804d-b2777ca19776 with identifier: 10738711
2026-03-28 15:15:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 3f333e40-60ef-5c6b-804d-b2777ca19776 with identifier: 10738711
2026-03-28 15:15:34 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 3f333e40-60ef-5c6b-804d-b2777ca19776 with identifier: 10738711 to the API
2026-03-28 15:15:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:15:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5752156/general/887dbec2-ce7f-4ff8-b9fe-c5228f187cce.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 75,
'expiration_date': '2026-04-02T08:30:00Z',
'fuel_type': 'Petrol',
'id': '3f333e40-60ef-5c6b-804d-b2777ca19776',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YWM067',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10738711',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '208',
'odometer': 81526,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 15,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3f333e40-60ef-5c6b-804d-b2777ca19776/3f333e40-60ef-5c6b-804d-b2777ca19776_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 227609,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752156/general/4624dce8-a6d7-4590-90ed-a76c178715f7.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3f333e40-60ef-5c6b-804d-b2777ca19776/3f333e40-60ef-5c6b-804d-b2777ca19776_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 235420,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752156/general/41c1a3fa-3ac7-49a2-8e2e-bce738d92dff.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3f333e40-60ef-5c6b-804d-b2777ca19776/3f333e40-60ef-5c6b-804d-b2777ca19776_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 224674,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752156/general/887dbec2-ce7f-4ff8-b9fe-c5228f187cce.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3f333e40-60ef-5c6b-804d-b2777ca19776/3f333e40-60ef-5c6b-804d-b2777ca19776_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 232158,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752156/general/a79f2f0b-48ae-4b37-bbc9-b5b453b398d9.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3f333e40-60ef-5c6b-804d-b2777ca19776/3f333e40-60ef-5c6b-804d-b2777ca19776_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 143535,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752156/general/f614ce8d-d2fa-4a3e-b70d-368942673208.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3f333e40-60ef-5c6b-804d-b2777ca19776/3f333e40-60ef-5c6b-804d-b2777ca19776_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 102412,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752156/general/cb865053-3ccb-47b5-a4d8-72ce7fddc677.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3f333e40-60ef-5c6b-804d-b2777ca19776/3f333e40-60ef-5c6b-804d-b2777ca19776_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 146222,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752156/general/c35d95aa-9c91-4032-9244-6ec0b19000a0.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3f333e40-60ef-5c6b-804d-b2777ca19776/3f333e40-60ef-5c6b-804d-b2777ca19776_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 167398,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752156/general/fd3acb58-1db0-44af-a767-a03edef851b1.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3f333e40-60ef-5c6b-804d-b2777ca19776/3f333e40-60ef-5c6b-804d-b2777ca19776_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 55764,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752156/general/1ac73198-9f86-45a3-91d6-7a50762bf16d.jpg',
'Width': 1024},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3f333e40-60ef-5c6b-804d-b2777ca19776/3f333e40-60ef-5c6b-804d-b2777ca19776_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 155899,
'Height': 768,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752156/general/e1d558ae-7bf7-49c6-ac5f-1679db3d2157.jpg',
'Width': 1024}],
'price': 6300,
'price_includes_vat': True,
'registration_date': '2021-01-12',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Peugeot 208 1.2i Active - Petrol - Manual - 75 hp - 81.526 km',
'transmission': 'manual',
'trim': 'Active',
'vin': None,
'year': 2021}
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738711%27 HTTP/1.1" 200 None
2026-03-28 15:15:35 [adesa.be] INFO: Saving data for 10738711: {'created_time': 1774710935.187581, 'last_price_update_time': 1774710935.187592, 'auction_closing_time': 1775118600.0}
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10738711') HTTP/1.1" 204 0
2026-03-28 15:15:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 8238b92c-3832-573d-be78-df1eca74385e with identifier: 10738708
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Blue HTTP/1.1" 200 None
2026-03-28 15:15:35 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 15:15:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 8238b92c-3832-573d-be78-df1eca74385e with identifier: 10738708
2026-03-28 15:15:35 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 8238b92c-3832-573d-be78-df1eca74385e with identifier: 10738708 to the API
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:15:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5752153/general/13c5b471-cde2-422c-8efb-1d2aa3dc001f.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 130,
'expiration_date': '2026-04-02T08:30:00Z',
'fuel_type': 'Petrol',
'id': '8238b92c-3832-573d-be78-df1eca74385e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1XDD794',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10738708',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 69344,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 16,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8238b92c-3832-573d-be78-df1eca74385e/8238b92c-3832-573d-be78-df1eca74385e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 370658,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752153/general/6ea4987b-93c0-432f-bb7f-218c12c243da.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8238b92c-3832-573d-be78-df1eca74385e/8238b92c-3832-573d-be78-df1eca74385e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36750,
'Height': 300,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752153/general/fc20f007-0ebd-4ca0-b057-41b8039783d0.jpg',
'Width': 400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8238b92c-3832-573d-be78-df1eca74385e/8238b92c-3832-573d-be78-df1eca74385e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 322073,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752153/general/13c5b471-cde2-422c-8efb-1d2aa3dc001f.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8238b92c-3832-573d-be78-df1eca74385e/8238b92c-3832-573d-be78-df1eca74385e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 313353,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752153/general/932819ff-002e-4182-84d4-5a91fcf065ee.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8238b92c-3832-573d-be78-df1eca74385e/8238b92c-3832-573d-be78-df1eca74385e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 328181,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752153/general/87db5ac3-0930-4cb8-bb95-5fdc96259003.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8238b92c-3832-573d-be78-df1eca74385e/8238b92c-3832-573d-be78-df1eca74385e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 431058,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752153/general/9887177a-3781-407e-b8cd-e708d9408c13.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8238b92c-3832-573d-be78-df1eca74385e/8238b92c-3832-573d-be78-df1eca74385e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 340950,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752153/general/c4f83b9b-6d37-4c16-85f9-76932ae71c28.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8238b92c-3832-573d-be78-df1eca74385e/8238b92c-3832-573d-be78-df1eca74385e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 243080,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752153/general/eb3b19bd-84b4-4211-88fa-c26180ea810a.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8238b92c-3832-573d-be78-df1eca74385e/8238b92c-3832-573d-be78-df1eca74385e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 395811,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752153/general/66028fa9-f1a9-472a-9ac2-76340b46642a.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8238b92c-3832-573d-be78-df1eca74385e/8238b92c-3832-573d-be78-df1eca74385e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 337661,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5752153/general/1f4e3b13-05bf-4e3b-9c77-1fa17546b67e.jpg',
'Width': 1920}],
'price': 8900,
'price_includes_vat': True,
'registration_date': '2019-11-22',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Opel Grandland 1.2 Edition - Petrol - Automatic - 130 hp - 69.344 '
'km',
'transmission': 'automatic',
'trim': 'Edition',
'vin': None,
'year': 2019}
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738708%27 HTTP/1.1" 200 None
2026-03-28 15:15:35 [adesa.be] INFO: Saving data for 10738708: {'created_time': 1774710935.693555, 'last_price_update_time': 1774710935.693565, 'auction_closing_time': 1775118600.0}
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10738708') HTTP/1.1" 204 0
2026-03-28 15:15:35 [adesa.be] INFO: Found listing with ID: 10739568
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739568%27 HTTP/1.1" 200 None
2026-03-28 15:15:35 [adesa.be] INFO: Scrape type for 10739568: 0
2026-03-28 15:15:35 [adesa.be] INFO: Skipping item 10739568 url https://www.openlane.eu/en/carv6/auction/10739568
2026-03-28 15:15:35 [adesa.be] INFO: Found listing with ID: 10739925
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739925%27 HTTP/1.1" 200 None
2026-03-28 15:15:35 [adesa.be] INFO: Scrape type for 10739925: 0
2026-03-28 15:15:35 [adesa.be] INFO: Skipping item 10739925 url https://www.openlane.eu/en/carv6/auction/10739925
2026-03-28 15:15:35 [adesa.be] INFO: Found listing with ID: 10740493
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740493%27 HTTP/1.1" 200 None
2026-03-28 15:15:35 [adesa.be] INFO: Scrape type for 10740493: 0
2026-03-28 15:15:35 [adesa.be] INFO: Skipping item 10740493 url https://www.openlane.eu/en/carv6/auction/10740493
2026-03-28 15:15:35 [adesa.be] INFO: Found listing with ID: 10739945
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739945%27 HTTP/1.1" 200 None
2026-03-28 15:15:35 [adesa.be] INFO: Scrape type for 10739945: 0
2026-03-28 15:15:35 [adesa.be] INFO: Skipping item 10739945 url https://www.openlane.eu/en/carv6/auction/10739945
2026-03-28 15:15:35 [adesa.be] INFO: Found listing with ID: 10739995
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739995%27 HTTP/1.1" 200 None
2026-03-28 15:15:35 [adesa.be] INFO: Scrape type for 10739995: 0
2026-03-28 15:15:35 [adesa.be] INFO: Skipping item 10739995 url https://www.openlane.eu/en/carv6/auction/10739995
2026-03-28 15:15:35 [adesa.be] INFO: Found listing with ID: 10740487
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740487%27 HTTP/1.1" 200 None
2026-03-28 15:15:35 [adesa.be] INFO: Scrape type for 10740487: 0
2026-03-28 15:15:35 [adesa.be] INFO: Skipping item 10740487 url https://www.openlane.eu/en/carv6/auction/10740487
2026-03-28 15:15:35 [adesa.be] INFO: Found listing with ID: 10739468
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739468%27 HTTP/1.1" 200 None
2026-03-28 15:15:35 [adesa.be] INFO: Scrape type for 10739468: 0
2026-03-28 15:15:35 [adesa.be] INFO: Skipping item 10739468 url https://www.openlane.eu/en/carv6/auction/10739468
2026-03-28 15:15:35 [adesa.be] INFO: Found listing with ID: 10739413
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739413%27 HTTP/1.1" 200 None
2026-03-28 15:15:35 [adesa.be] INFO: Scrape type for 10739413: 0
2026-03-28 15:15:35 [adesa.be] INFO: Skipping item 10739413 url https://www.openlane.eu/en/carv6/auction/10739413
2026-03-28 15:15:35 [adesa.be] INFO: Found listing with ID: 10739979
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739979%27 HTTP/1.1" 200 None
2026-03-28 15:15:35 [adesa.be] INFO: Scrape type for 10739979: 0
2026-03-28 15:15:35 [adesa.be] INFO: Skipping item 10739979 url https://www.openlane.eu/en/carv6/auction/10739979
2026-03-28 15:15:35 [adesa.be] INFO: Found listing with ID: 10739996
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739996%27 HTTP/1.1" 200 None
2026-03-28 15:15:35 [adesa.be] INFO: Scrape type for 10739996: 0
2026-03-28 15:15:35 [adesa.be] INFO: Skipping item 10739996 url https://www.openlane.eu/en/carv6/auction/10739996
2026-03-28 15:15:35 [adesa.be] INFO: Found listing with ID: 10739452
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739452%27 HTTP/1.1" 200 None
2026-03-28 15:15:35 [adesa.be] INFO: Scrape type for 10739452: 0
2026-03-28 15:15:35 [adesa.be] INFO: Skipping item 10739452 url https://www.openlane.eu/en/carv6/auction/10739452
2026-03-28 15:15:35 [adesa.be] INFO: Found listing with ID: 10739492
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739492%27 HTTP/1.1" 200 None
2026-03-28 15:15:35 [adesa.be] INFO: Scrape type for 10739492: 0
2026-03-28 15:15:35 [adesa.be] INFO: Skipping item 10739492 url https://www.openlane.eu/en/carv6/auction/10739492
2026-03-28 15:15:35 [adesa.be] INFO: Found listing with ID: 10739123
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739123%27 HTTP/1.1" 200 None
2026-03-28 15:15:35 [adesa.be] INFO: Scrape type for 10739123: 0
2026-03-28 15:15:35 [adesa.be] INFO: Skipping item 10739123 url https://www.openlane.eu/en/carv6/auction/10739123
2026-03-28 15:15:35 [adesa.be] INFO: Found listing with ID: 10739112
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739112%27 HTTP/1.1" 200 None
2026-03-28 15:15:35 [adesa.be] INFO: Scrape type for 10739112: 0
2026-03-28 15:15:35 [adesa.be] INFO: Skipping item 10739112 url https://www.openlane.eu/en/carv6/auction/10739112
2026-03-28 15:15:35 [adesa.be] INFO: Found listing with ID: 10739569
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739569%27 HTTP/1.1" 200 None
2026-03-28 15:15:35 [adesa.be] INFO: Scrape type for 10739569: 0
2026-03-28 15:15:35 [adesa.be] INFO: Skipping item 10739569 url https://www.openlane.eu/en/carv6/auction/10739569
2026-03-28 15:15:35 [adesa.be] INFO: Found listing with ID: 10739682
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739682%27 HTTP/1.1" 200 None
2026-03-28 15:15:35 [adesa.be] INFO: Scrape type for 10739682: 0
2026-03-28 15:15:35 [adesa.be] INFO: Skipping item 10739682 url https://www.openlane.eu/en/carv6/auction/10739682
2026-03-28 15:15:35 [adesa.be] INFO: Found listing with ID: 10739336
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739336%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739336: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739336 url https://www.openlane.eu/en/carv6/auction/10739336
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10740030
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740030%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10740030: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10740030 url https://www.openlane.eu/en/carv6/auction/10740030
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739449
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739449%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739449: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739449 url https://www.openlane.eu/en/carv6/auction/10739449
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739235
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739235%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739235: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739235 url https://www.openlane.eu/en/carv6/auction/10739235
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739507
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739507%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739507: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739507 url https://www.openlane.eu/en/carv6/auction/10739507
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10740027
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740027%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10740027: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10740027 url https://www.openlane.eu/en/carv6/auction/10740027
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10740767
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740767%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10740767: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10740767 url https://www.openlane.eu/en/carv6/auction/10740767
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739207
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739207%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739207: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739207 url https://www.openlane.eu/en/carv6/auction/10739207
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739972
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739972%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739972: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739972 url https://www.openlane.eu/en/carv6/auction/10739972
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739726
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739726%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739726: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739726 url https://www.openlane.eu/en/carv6/auction/10739726
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739984
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739984%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739984: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739984 url https://www.openlane.eu/en/carv6/auction/10739984
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739187
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739187%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739187: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739187 url https://www.openlane.eu/en/carv6/auction/10739187
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739280
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739280%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739280: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739280 url https://www.openlane.eu/en/carv6/auction/10739280
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739411
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739411%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739411: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739411 url https://www.openlane.eu/en/carv6/auction/10739411
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739090
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739090%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739090: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739090 url https://www.openlane.eu/en/carv6/auction/10739090
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739587
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739587%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739587: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739587 url https://www.openlane.eu/en/carv6/auction/10739587
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739097
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739097%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739097: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739097 url https://www.openlane.eu/en/carv6/auction/10739097
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739111
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739111%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739111: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739111 url https://www.openlane.eu/en/carv6/auction/10739111
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739355
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739355%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739355: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739355 url https://www.openlane.eu/en/carv6/auction/10739355
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739094
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739094%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739094: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739094 url https://www.openlane.eu/en/carv6/auction/10739094
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739609
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739609%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739609: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739609 url https://www.openlane.eu/en/carv6/auction/10739609
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739443
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739443%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739443: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739443 url https://www.openlane.eu/en/carv6/auction/10739443
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739624
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739624%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739624: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739624 url https://www.openlane.eu/en/carv6/auction/10739624
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739208
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739208%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739208: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739208 url https://www.openlane.eu/en/carv6/auction/10739208
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739202
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739202%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739202: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739202 url https://www.openlane.eu/en/carv6/auction/10739202
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739170
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739170%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739170: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739170 url https://www.openlane.eu/en/carv6/auction/10739170
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739349
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739349%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739349: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739349 url https://www.openlane.eu/en/carv6/auction/10739349
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739675
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739675%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739675: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739675 url https://www.openlane.eu/en/carv6/auction/10739675
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10740789
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740789%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10740789: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10740789 url https://www.openlane.eu/en/carv6/auction/10740789
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10740006
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740006%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10740006: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10740006 url https://www.openlane.eu/en/carv6/auction/10740006
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10740011
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740011%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10740011: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10740011 url https://www.openlane.eu/en/carv6/auction/10740011
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10740518
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740518%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10740518: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10740518 url https://www.openlane.eu/en/carv6/auction/10740518
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739290
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739290%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739290: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739290 url https://www.openlane.eu/en/carv6/auction/10739290
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10740467
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740467%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10740467: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10740467 url https://www.openlane.eu/en/carv6/auction/10740467
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739478
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739478%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739478: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739478 url https://www.openlane.eu/en/carv6/auction/10739478
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10740758
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740758%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10740758: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10740758 url https://www.openlane.eu/en/carv6/auction/10740758
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739310
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739310%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739310: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739310 url https://www.openlane.eu/en/carv6/auction/10739310
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739331
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739331%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739331: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739331 url https://www.openlane.eu/en/carv6/auction/10739331
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739555
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739555%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739555: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739555 url https://www.openlane.eu/en/carv6/auction/10739555
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10740034
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740034%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10740034: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10740034 url https://www.openlane.eu/en/carv6/auction/10740034
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739718
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739718%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739718: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739718 url https://www.openlane.eu/en/carv6/auction/10739718
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10740786
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740786%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10740786: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10740786 url https://www.openlane.eu/en/carv6/auction/10740786
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739611
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739611%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739611: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739611 url https://www.openlane.eu/en/carv6/auction/10739611
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739535
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739535%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739535: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739535 url https://www.openlane.eu/en/carv6/auction/10739535
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739294
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739294%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739294: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739294 url https://www.openlane.eu/en/carv6/auction/10739294
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739438
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739438%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739438: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739438 url https://www.openlane.eu/en/carv6/auction/10739438
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739284
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739284%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739284: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739284 url https://www.openlane.eu/en/carv6/auction/10739284
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739576
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739576%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739576: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739576 url https://www.openlane.eu/en/carv6/auction/10739576
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739325
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739325%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739325: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739325 url https://www.openlane.eu/en/carv6/auction/10739325
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739326
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739326%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739326: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739326 url https://www.openlane.eu/en/carv6/auction/10739326
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739447
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739447%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739447: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739447 url https://www.openlane.eu/en/carv6/auction/10739447
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10740498
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740498%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10740498: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10740498 url https://www.openlane.eu/en/carv6/auction/10740498
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739213
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739213%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739213: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739213 url https://www.openlane.eu/en/carv6/auction/10739213
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739164
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739164%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739164: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739164 url https://www.openlane.eu/en/carv6/auction/10739164
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739480
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739480%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739480: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739480 url https://www.openlane.eu/en/carv6/auction/10739480
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739318
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739318%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739318: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739318 url https://www.openlane.eu/en/carv6/auction/10739318
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739342
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739342%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739342: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739342 url https://www.openlane.eu/en/carv6/auction/10739342
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739643
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739643%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739643: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739643 url https://www.openlane.eu/en/carv6/auction/10739643
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739332
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739332%27 HTTP/1.1" 200 None
2026-03-28 15:15:36 [adesa.be] INFO: Scrape type for 10739332: 0
2026-03-28 15:15:36 [adesa.be] INFO: Skipping item 10739332 url https://www.openlane.eu/en/carv6/auction/10739332
2026-03-28 15:15:36 [adesa.be] INFO: Found listing with ID: 10739140
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739140%27 HTTP/1.1" 200 None
2026-03-28 15:15:37 [adesa.be] INFO: Scrape type for 10739140: 0
2026-03-28 15:15:37 [adesa.be] INFO: Skipping item 10739140 url https://www.openlane.eu/en/carv6/auction/10739140
2026-03-28 15:15:37 [adesa.be] INFO: Found listing with ID: 10739239
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739239%27 HTTP/1.1" 200 None
2026-03-28 15:15:37 [adesa.be] INFO: Scrape type for 10739239: 0
2026-03-28 15:15:37 [adesa.be] INFO: Skipping item 10739239 url https://www.openlane.eu/en/carv6/auction/10739239
2026-03-28 15:15:37 [adesa.be] INFO: Found listing with ID: 10739138
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739138%27 HTTP/1.1" 200 None
2026-03-28 15:15:37 [adesa.be] INFO: Scrape type for 10739138: 0
2026-03-28 15:15:37 [adesa.be] INFO: Skipping item 10739138 url https://www.openlane.eu/en/carv6/auction/10739138
2026-03-28 15:15:37 [adesa.be] INFO: Found listing with ID: 10739523
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739523%27 HTTP/1.1" 200 None
2026-03-28 15:15:37 [adesa.be] INFO: Scrape type for 10739523: 0
2026-03-28 15:15:37 [adesa.be] INFO: Skipping item 10739523 url https://www.openlane.eu/en/carv6/auction/10739523
2026-03-28 15:15:37 [adesa.be] INFO: Found listing with ID: 10739470
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739470%27 HTTP/1.1" 200 None
2026-03-28 15:15:37 [adesa.be] INFO: Scrape type for 10739470: 0
2026-03-28 15:15:37 [adesa.be] INFO: Skipping item 10739470 url https://www.openlane.eu/en/carv6/auction/10739470
2026-03-28 15:15:37 [adesa.be] INFO: Found listing with ID: 10740790
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740790%27 HTTP/1.1" 200 None
2026-03-28 15:15:37 [adesa.be] INFO: Scrape type for 10740790: 0
2026-03-28 15:15:37 [adesa.be] INFO: Skipping item 10740790 url https://www.openlane.eu/en/carv6/auction/10740790
2026-03-28 15:15:37 [adesa.be] INFO: Found listing with ID: 10739686
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739686%27 HTTP/1.1" 200 None
2026-03-28 15:15:37 [adesa.be] INFO: Scrape type for 10739686: 0
2026-03-28 15:15:37 [adesa.be] INFO: Skipping item 10739686 url https://www.openlane.eu/en/carv6/auction/10739686
2026-03-28 15:15:37 [adesa.be] INFO: Found listing with ID: 10739407
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739407%27 HTTP/1.1" 200 None
2026-03-28 15:15:37 [adesa.be] INFO: Scrape type for 10739407: 0
2026-03-28 15:15:37 [adesa.be] INFO: Skipping item 10739407 url https://www.openlane.eu/en/carv6/auction/10739407
2026-03-28 15:15:37 [adesa.be] INFO: Found listing with ID: 10739377
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739377%27 HTTP/1.1" 200 None
2026-03-28 15:15:37 [adesa.be] INFO: Scrape type for 10739377: 0
2026-03-28 15:15:37 [adesa.be] INFO: Skipping item 10739377 url https://www.openlane.eu/en/carv6/auction/10739377
2026-03-28 15:15:37 [adesa.be] INFO: Found listing with ID: 10740476
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740476%27 HTTP/1.1" 200 None
2026-03-28 15:15:37 [adesa.be] INFO: Scrape type for 10740476: 0
2026-03-28 15:15:37 [adesa.be] INFO: Skipping item 10740476 url https://www.openlane.eu/en/carv6/auction/10740476
2026-03-28 15:15:37 [adesa.be] INFO: Found listing with ID: 10739685
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739685%27 HTTP/1.1" 200 None
2026-03-28 15:15:37 [adesa.be] INFO: Scrape type for 10739685: 0
2026-03-28 15:15:37 [adesa.be] INFO: Skipping item 10739685 url https://www.openlane.eu/en/carv6/auction/10739685
2026-03-28 15:15:37 [adesa.be] INFO: Found listing with ID: 10739511
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739511%27 HTTP/1.1" 200 None
2026-03-28 15:15:37 [adesa.be] INFO: Scrape type for 10739511: 0
2026-03-28 15:15:37 [adesa.be] INFO: Skipping item 10739511 url https://www.openlane.eu/en/carv6/auction/10739511
2026-03-28 15:15:37 [adesa.be] INFO: Found listing with ID: 10740748
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740748%27 HTTP/1.1" 200 None
2026-03-28 15:15:37 [adesa.be] INFO: Scrape type for 10740748: 0
2026-03-28 15:15:37 [adesa.be] INFO: Skipping item 10740748 url https://www.openlane.eu/en/carv6/auction/10740748
2026-03-28 15:15:37 [adesa.be] INFO: Found listing with ID: 10740480
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740480%27 HTTP/1.1" 200 None
2026-03-28 15:15:37 [adesa.be] INFO: Scrape type for 10740480: 0
2026-03-28 15:15:37 [adesa.be] INFO: Skipping item 10740480 url https://www.openlane.eu/en/carv6/auction/10740480
2026-03-28 15:15:37 [adesa.be] INFO: Found listing with ID: 10739534
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739534%27 HTTP/1.1" 200 None
2026-03-28 15:15:37 [adesa.be] INFO: Scrape type for 10739534: 0
2026-03-28 15:15:37 [adesa.be] INFO: Skipping item 10739534 url https://www.openlane.eu/en/carv6/auction/10739534
2026-03-28 15:15:37 [adesa.be] INFO: Found listing with ID: 10739231
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739231%27 HTTP/1.1" 200 None
2026-03-28 15:15:37 [adesa.be] INFO: Scrape type for 10739231: 0
2026-03-28 15:15:37 [adesa.be] INFO: Skipping item 10739231 url https://www.openlane.eu/en/carv6/auction/10739231
2026-03-28 15:15:37 [adesa.be] INFO: Found listing with ID: 10739479
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739479%27 HTTP/1.1" 200 None
2026-03-28 15:15:37 [adesa.be] INFO: Scrape type for 10739479: 0
2026-03-28 15:15:37 [adesa.be] INFO: Skipping item 10739479 url https://www.openlane.eu/en/carv6/auction/10739479
2026-03-28 15:15:37 [adesa.be] INFO: Found listing with ID: 10739224
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739224%27 HTTP/1.1" 200 None
2026-03-28 15:15:37 [adesa.be] INFO: Scrape type for 10739224: 0
2026-03-28 15:15:37 [adesa.be] INFO: Skipping item 10739224 url https://www.openlane.eu/en/carv6/auction/10739224
2026-03-28 15:15:37 [adesa.be] INFO: Found listing with ID: 10739394
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739394%27 HTTP/1.1" 200 None
2026-03-28 15:15:37 [adesa.be] INFO: Scrape type for 10739394: 0
2026-03-28 15:15:37 [adesa.be] INFO: Skipping item 10739394 url https://www.openlane.eu/en/carv6/auction/10739394
2026-03-28 15:15:37 [adesa.be] INFO: Found listing with ID: 10739607
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739607%27 HTTP/1.1" 200 None
2026-03-28 15:15:37 [adesa.be] INFO: Scrape type for 10739607: 0
2026-03-28 15:15:37 [adesa.be] INFO: Skipping item 10739607 url https://www.openlane.eu/en/carv6/auction/10739607
2026-03-28 15:15:37 [adesa.be] INFO: Found listing with ID: 10739640
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739640%27 HTTP/1.1" 200 None
2026-03-28 15:15:37 [adesa.be] INFO: Scrape type for 10739640: 0
2026-03-28 15:15:37 [adesa.be] INFO: Skipping item 10739640 url https://www.openlane.eu/en/carv6/auction/10739640
2026-03-28 15:15:37 [adesa.be] INFO: Found listing with ID: 10739321
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739321%27 HTTP/1.1" 200 None
2026-03-28 15:15:37 [adesa.be] INFO: Scrape type for 10739321: 0
2026-03-28 15:15:37 [adesa.be] INFO: Skipping item 10739321 url https://www.openlane.eu/en/carv6/auction/10739321
2026-03-28 15:15:37 [adesa.be] INFO: Found listing with ID: 10739176
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739176%27 HTTP/1.1" 200 None
2026-03-28 15:15:37 [adesa.be] INFO: Scrape type for 10739176: 0
2026-03-28 15:15:37 [adesa.be] INFO: Skipping item 10739176 url https://www.openlane.eu/en/carv6/auction/10739176
2026-03-28 15:15:37 [adesa.be] INFO: Found listing with ID: 10739418
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739418%27 HTTP/1.1" 200 None
2026-03-28 15:15:37 [adesa.be] INFO: Scrape type for 10739418: 0
2026-03-28 15:15:37 [adesa.be] INFO: Skipping item 10739418 url https://www.openlane.eu/en/carv6/auction/10739418
2026-03-28 15:15:37 [adesa.be] INFO: Found listing with ID: 10739381
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739381%27 HTTP/1.1" 200 None
2026-03-28 15:15:37 [adesa.be] INFO: Scrape type for 10739381: 0
2026-03-28 15:15:37 [adesa.be] INFO: Skipping item 10739381 url https://www.openlane.eu/en/carv6/auction/10739381
2026-03-28 15:15:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:15:40 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10739329
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739329%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10739329: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10739329 url https://www.openlane.eu/en/carv6/auction/10739329
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10739309
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739309%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10739309: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10739309 url https://www.openlane.eu/en/carv6/auction/10739309
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10739099
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739099%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10739099: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10739099 url https://www.openlane.eu/en/carv6/auction/10739099
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10739281
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739281%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10739281: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10739281 url https://www.openlane.eu/en/carv6/auction/10739281
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10739027
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739027%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10739027: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10739027 url https://www.openlane.eu/en/carv6/auction/10739027
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10739074
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739074%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10739074: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10739074 url https://www.openlane.eu/en/carv6/auction/10739074
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10740795
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740795%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10740795: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10740795 url https://www.openlane.eu/en/carv6/auction/10740795
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10739077
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739077%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10739077: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10739077 url https://www.openlane.eu/en/carv6/auction/10739077
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10739067
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739067%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10739067: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10739067 url https://www.openlane.eu/en/carv6/auction/10739067
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10739363
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739363%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10739363: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10739363 url https://www.openlane.eu/en/carv6/auction/10739363
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10739154
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739154%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10739154: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10739154 url https://www.openlane.eu/en/carv6/auction/10739154
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10739155
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739155%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10739155: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10739155 url https://www.openlane.eu/en/carv6/auction/10739155
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10739264
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739264%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10739264: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10739264 url https://www.openlane.eu/en/carv6/auction/10739264
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10739362
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739362%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10739362: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10739362 url https://www.openlane.eu/en/carv6/auction/10739362
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10739114
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739114%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10739114: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10739114 url https://www.openlane.eu/en/carv6/auction/10739114
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10739068
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739068%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10739068: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10739068 url https://www.openlane.eu/en/carv6/auction/10739068
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10739076
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739076%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10739076: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10739076 url https://www.openlane.eu/en/carv6/auction/10739076
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10739089
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739089%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10739089: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10739089 url https://www.openlane.eu/en/carv6/auction/10739089
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10739298
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739298%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10739298: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10739298 url https://www.openlane.eu/en/carv6/auction/10739298
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10739179
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739179%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10739179: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10739179 url https://www.openlane.eu/en/carv6/auction/10739179
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10739165
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739165%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10739165: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10739165 url https://www.openlane.eu/en/carv6/auction/10739165
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10739153
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739153%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10739153: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10739153 url https://www.openlane.eu/en/carv6/auction/10739153
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10739263
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739263%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10739263: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10739263 url https://www.openlane.eu/en/carv6/auction/10739263
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10739538
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739538%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10739538: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10739538 url https://www.openlane.eu/en/carv6/auction/10739538
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10740514
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740514%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10740514: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10740514 url https://www.openlane.eu/en/carv6/auction/10740514
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10739536
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739536%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10739536: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10739536 url https://www.openlane.eu/en/carv6/auction/10739536
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10739367
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739367%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10739367: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10739367 url https://www.openlane.eu/en/carv6/auction/10739367
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10739560
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739560%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10739560: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10739560 url https://www.openlane.eu/en/carv6/auction/10739560
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10739537
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739537%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10739537: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10739537 url https://www.openlane.eu/en/carv6/auction/10739537
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10739594
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739594%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10739594: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10739594 url https://www.openlane.eu/en/carv6/auction/10739594
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10739595
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739595%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10739595: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10739595 url https://www.openlane.eu/en/carv6/auction/10739595
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10739593
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739593%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10739593: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10739593 url https://www.openlane.eu/en/carv6/auction/10739593
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10739591
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739591%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10739591: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10739591 url https://www.openlane.eu/en/carv6/auction/10739591
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10739189
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739189%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10739189: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10739189 url https://www.openlane.eu/en/carv6/auction/10739189
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10739715
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739715%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10739715: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10739715 url https://www.openlane.eu/en/carv6/auction/10739715
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10739201
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739201%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10739201: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10739201 url https://www.openlane.eu/en/carv6/auction/10739201
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10739171
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739171%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10739171: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10739171 url https://www.openlane.eu/en/carv6/auction/10739171
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10739200
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739200%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10739200: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10739200 url https://www.openlane.eu/en/carv6/auction/10739200
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10740468
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740468%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10740468: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10740468 url https://www.openlane.eu/en/carv6/auction/10740468
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10740734
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740734%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10740734: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10740734 url https://www.openlane.eu/en/carv6/auction/10740734
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10739134
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739134%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10739134: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10739134 url https://www.openlane.eu/en/carv6/auction/10739134
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10739412
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739412%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10739412: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10739412 url https://www.openlane.eu/en/carv6/auction/10739412
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10739947
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739947%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10739947: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10739947 url https://www.openlane.eu/en/carv6/auction/10739947
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10739044
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739044%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10739044: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10739044 url https://www.openlane.eu/en/carv6/auction/10739044
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10739048
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739048%27 HTTP/1.1" 200 None
2026-03-28 15:15:40 [adesa.be] INFO: Scrape type for 10739048: 0
2026-03-28 15:15:40 [adesa.be] INFO: Skipping item 10739048 url https://www.openlane.eu/en/carv6/auction/10739048
2026-03-28 15:15:40 [adesa.be] INFO: Found listing with ID: 10739267
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739267%27 HTTP/1.1" 200 None
2026-03-28 15:15:41 [adesa.be] INFO: Scrape type for 10739267: 0
2026-03-28 15:15:41 [adesa.be] INFO: Skipping item 10739267 url https://www.openlane.eu/en/carv6/auction/10739267
2026-03-28 15:15:41 [adesa.be] INFO: Found listing with ID: 10740535
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740535%27 HTTP/1.1" 200 None
2026-03-28 15:15:41 [adesa.be] INFO: Scrape type for 10740535: 0
2026-03-28 15:15:41 [adesa.be] INFO: Skipping item 10740535 url https://www.openlane.eu/en/carv6/auction/10740535
2026-03-28 15:15:41 [adesa.be] INFO: Found listing with ID: 10739635
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739635%27 HTTP/1.1" 200 None
2026-03-28 15:15:41 [adesa.be] INFO: Scrape type for 10739635: 0
2026-03-28 15:15:41 [adesa.be] INFO: Skipping item 10739635 url https://www.openlane.eu/en/carv6/auction/10739635
2026-03-28 15:15:41 [adesa.be] INFO: Found listing with ID: 10739440
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739440%27 HTTP/1.1" 200 None
2026-03-28 15:15:41 [adesa.be] INFO: Scrape type for 10739440: 0
2026-03-28 15:15:41 [adesa.be] INFO: Skipping item 10739440 url https://www.openlane.eu/en/carv6/auction/10739440
2026-03-28 15:15:41 [adesa.be] INFO: Found listing with ID: 10739109
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739109%27 HTTP/1.1" 200 None
2026-03-28 15:15:41 [adesa.be] INFO: Scrape type for 10739109: 0
2026-03-28 15:15:41 [adesa.be] INFO: Skipping item 10739109 url https://www.openlane.eu/en/carv6/auction/10739109
2026-03-28 15:15:41 [adesa.be] INFO: Found listing with ID: 10739104
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739104%27 HTTP/1.1" 200 None
2026-03-28 15:15:41 [adesa.be] INFO: Scrape type for 10739104: 0
2026-03-28 15:15:41 [adesa.be] INFO: Skipping item 10739104 url https://www.openlane.eu/en/carv6/auction/10739104
2026-03-28 15:15:41 [adesa.be] INFO: Found listing with ID: 10739229
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739229%27 HTTP/1.1" 200 None
2026-03-28 15:15:41 [adesa.be] INFO: Scrape type for 10739229: 0
2026-03-28 15:15:41 [adesa.be] INFO: Skipping item 10739229 url https://www.openlane.eu/en/carv6/auction/10739229
2026-03-28 15:15:41 [adesa.be] INFO: Found listing with ID: 10740015
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740015%27 HTTP/1.1" 200 None
2026-03-28 15:15:41 [adesa.be] INFO: Scrape type for 10740015: 0
2026-03-28 15:15:41 [adesa.be] INFO: Skipping item 10740015 url https://www.openlane.eu/en/carv6/auction/10740015
2026-03-28 15:15:41 [adesa.be] INFO: Found listing with ID: 10739242
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739242%27 HTTP/1.1" 200 None
2026-03-28 15:15:41 [adesa.be] INFO: Scrape type for 10739242: 0
2026-03-28 15:15:41 [adesa.be] INFO: Skipping item 10739242 url https://www.openlane.eu/en/carv6/auction/10739242
2026-03-28 15:15:41 [adesa.be] INFO: Found listing with ID: 10739674
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739674%27 HTTP/1.1" 200 None
2026-03-28 15:15:41 [adesa.be] INFO: Scrape type for 10739674: 0
2026-03-28 15:15:41 [adesa.be] INFO: Skipping item 10739674 url https://www.openlane.eu/en/carv6/auction/10739674
2026-03-28 15:15:41 [adesa.be] INFO: Found listing with ID: 10739727
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739727%27 HTTP/1.1" 200 None
2026-03-28 15:15:41 [adesa.be] INFO: Scrape type for 10739727: 0
2026-03-28 15:15:41 [adesa.be] INFO: Skipping item 10739727 url https://www.openlane.eu/en/carv6/auction/10739727
2026-03-28 15:15:41 [adesa.be] INFO: Found listing with ID: 10739303
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739303%27 HTTP/1.1" 200 None
2026-03-28 15:15:41 [adesa.be] INFO: Scrape type for 10739303: 0
2026-03-28 15:15:41 [adesa.be] INFO: Skipping item 10739303 url https://www.openlane.eu/en/carv6/auction/10739303
2026-03-28 15:15:41 [adesa.be] INFO: Found listing with ID: 10739497
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739497%27 HTTP/1.1" 200 None
2026-03-28 15:15:41 [adesa.be] INFO: Scrape type for 10739497: 0
2026-03-28 15:15:41 [adesa.be] INFO: Skipping item 10739497 url https://www.openlane.eu/en/carv6/auction/10739497
2026-03-28 15:15:41 [adesa.be] INFO: Found listing with ID: 10740019
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740019%27 HTTP/1.1" 200 None
2026-03-28 15:15:41 [adesa.be] INFO: Scrape type for 10740019: 0
2026-03-28 15:15:41 [adesa.be] INFO: Skipping item 10740019 url https://www.openlane.eu/en/carv6/auction/10740019
2026-03-28 15:15:41 [adesa.be] INFO: Found listing with ID: 10740031
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740031%27 HTTP/1.1" 200 None
2026-03-28 15:15:41 [adesa.be] INFO: Scrape type for 10740031: 0
2026-03-28 15:15:41 [adesa.be] INFO: Skipping item 10740031 url https://www.openlane.eu/en/carv6/auction/10740031
2026-03-28 15:15:41 [adesa.be] INFO: Found listing with ID: 10740032
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740032%27 HTTP/1.1" 200 None
2026-03-28 15:15:41 [adesa.be] INFO: Scrape type for 10740032: 0
2026-03-28 15:15:41 [adesa.be] INFO: Skipping item 10740032 url https://www.openlane.eu/en/carv6/auction/10740032
2026-03-28 15:15:41 [adesa.be] INFO: Found listing with ID: 10740738
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740738%27 HTTP/1.1" 200 None
2026-03-28 15:15:41 [adesa.be] INFO: Scrape type for 10740738: 0
2026-03-28 15:15:41 [adesa.be] INFO: Skipping item 10740738 url https://www.openlane.eu/en/carv6/auction/10740738
2026-03-28 15:15:41 [adesa.be] INFO: Found listing with ID: 10739656
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739656%27 HTTP/1.1" 200 None
2026-03-28 15:15:41 [adesa.be] INFO: Scrape type for 10739656: 0
2026-03-28 15:15:41 [adesa.be] INFO: Skipping item 10739656 url https://www.openlane.eu/en/carv6/auction/10739656
2026-03-28 15:15:41 [adesa.be] INFO: Found listing with ID: 10739583
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739583%27 HTTP/1.1" 200 None
2026-03-28 15:15:41 [adesa.be] INFO: Scrape type for 10739583: 0
2026-03-28 15:15:41 [adesa.be] INFO: Skipping item 10739583 url https://www.openlane.eu/en/carv6/auction/10739583
2026-03-28 15:15:41 [adesa.be] INFO: Found listing with ID: 10739660
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739660%27 HTTP/1.1" 200 None
2026-03-28 15:15:41 [adesa.be] INFO: Scrape type for 10739660: 0
2026-03-28 15:15:41 [adesa.be] INFO: Skipping item 10739660 url https://www.openlane.eu/en/carv6/auction/10739660
2026-03-28 15:15:41 [adesa.be] INFO: Found listing with ID: 10739498
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739498%27 HTTP/1.1" 200 None
2026-03-28 15:15:41 [adesa.be] INFO: Scrape type for 10739498: 0
2026-03-28 15:15:41 [adesa.be] INFO: Skipping item 10739498 url https://www.openlane.eu/en/carv6/auction/10739498
2026-03-28 15:15:41 [adesa.be] INFO: Found listing with ID: 10739398
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739398%27 HTTP/1.1" 200 None
2026-03-28 15:15:41 [adesa.be] INFO: Scrape type for 10739398: 0
2026-03-28 15:15:41 [adesa.be] INFO: Skipping item 10739398 url https://www.openlane.eu/en/carv6/auction/10739398
2026-03-28 15:15:41 [adesa.be] INFO: Found listing with ID: 10739217
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739217%27 HTTP/1.1" 200 None
2026-03-28 15:15:41 [adesa.be] INFO: Scrape type for 10739217: 0
2026-03-28 15:15:41 [adesa.be] INFO: Skipping item 10739217 url https://www.openlane.eu/en/carv6/auction/10739217
2026-03-28 15:15:41 [adesa.be] INFO: Found listing with ID: 10739556
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739556%27 HTTP/1.1" 200 None
2026-03-28 15:15:41 [adesa.be] INFO: Scrape type for 10739556: 0
2026-03-28 15:15:41 [adesa.be] INFO: Skipping item 10739556 url https://www.openlane.eu/en/carv6/auction/10739556
2026-03-28 15:15:41 [adesa.be] INFO: Found listing with ID: 10739991
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739991%27 HTTP/1.1" 200 None
2026-03-28 15:15:41 [adesa.be] INFO: Scrape type for 10739991: 0
2026-03-28 15:15:41 [adesa.be] INFO: Skipping item 10739991 url https://www.openlane.eu/en/carv6/auction/10739991
2026-03-28 15:15:41 [adesa.be] INFO: Found listing with ID: 10739341
2026-03-28 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739341%27 HTTP/1.1" 200 None
2026-03-28 15:15:42 [adesa.be] INFO: Scrape type for 10739341: 0
2026-03-28 15:15:42 [adesa.be] INFO: Skipping item 10739341 url https://www.openlane.eu/en/carv6/auction/10739341
2026-03-28 15:15:42 [adesa.be] INFO: Found listing with ID: 10740511
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740511%27 HTTP/1.1" 200 None
2026-03-28 15:15:42 [adesa.be] INFO: Scrape type for 10740511: 0
2026-03-28 15:15:42 [adesa.be] INFO: Skipping item 10740511 url https://www.openlane.eu/en/carv6/auction/10740511
2026-03-28 15:15:42 [adesa.be] INFO: Found listing with ID: 10739365
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739365%27 HTTP/1.1" 200 None
2026-03-28 15:15:42 [adesa.be] INFO: Scrape type for 10739365: 0
2026-03-28 15:15:42 [adesa.be] INFO: Skipping item 10739365 url https://www.openlane.eu/en/carv6/auction/10739365
2026-03-28 15:15:42 [adesa.be] INFO: Found listing with ID: 10739347
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739347%27 HTTP/1.1" 200 None
2026-03-28 15:15:42 [adesa.be] INFO: Scrape type for 10739347: 0
2026-03-28 15:15:42 [adesa.be] INFO: Skipping item 10739347 url https://www.openlane.eu/en/carv6/auction/10739347
2026-03-28 15:15:42 [adesa.be] INFO: Found listing with ID: 10739106
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739106%27 HTTP/1.1" 200 None
2026-03-28 15:15:42 [adesa.be] INFO: Scrape type for 10739106: 0
2026-03-28 15:15:42 [adesa.be] INFO: Skipping item 10739106 url https://www.openlane.eu/en/carv6/auction/10739106
2026-03-28 15:15:42 [adesa.be] INFO: Found listing with ID: 10739251
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739251%27 HTTP/1.1" 200 None
2026-03-28 15:15:42 [adesa.be] INFO: Scrape type for 10739251: 0
2026-03-28 15:15:42 [adesa.be] INFO: Skipping item 10739251 url https://www.openlane.eu/en/carv6/auction/10739251
2026-03-28 15:15:42 [adesa.be] INFO: Found listing with ID: 10739596
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739596%27 HTTP/1.1" 200 None
2026-03-28 15:15:42 [adesa.be] INFO: Scrape type for 10739596: 0
2026-03-28 15:15:42 [adesa.be] INFO: Skipping item 10739596 url https://www.openlane.eu/en/carv6/auction/10739596
2026-03-28 15:15:42 [adesa.be] INFO: Found listing with ID: 10739238
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739238%27 HTTP/1.1" 200 None
2026-03-28 15:15:42 [adesa.be] INFO: Scrape type for 10739238: 0
2026-03-28 15:15:42 [adesa.be] INFO: Skipping item 10739238 url https://www.openlane.eu/en/carv6/auction/10739238
2026-03-28 15:15:42 [adesa.be] INFO: Found listing with ID: 10739384
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739384%27 HTTP/1.1" 200 None
2026-03-28 15:15:42 [adesa.be] INFO: Scrape type for 10739384: 0
2026-03-28 15:15:42 [adesa.be] INFO: Skipping item 10739384 url https://www.openlane.eu/en/carv6/auction/10739384
2026-03-28 15:15:42 [adesa.be] INFO: Found listing with ID: 10739358
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739358%27 HTTP/1.1" 200 None
2026-03-28 15:15:42 [adesa.be] INFO: Scrape type for 10739358: 0
2026-03-28 15:15:42 [adesa.be] INFO: Skipping item 10739358 url https://www.openlane.eu/en/carv6/auction/10739358
2026-03-28 15:15:42 [adesa.be] INFO: Found listing with ID: 10740765
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740765%27 HTTP/1.1" 200 None
2026-03-28 15:15:42 [adesa.be] INFO: Scrape type for 10740765: 0
2026-03-28 15:15:42 [adesa.be] INFO: Skipping item 10740765 url https://www.openlane.eu/en/carv6/auction/10740765
2026-03-28 15:15:42 [adesa.be] INFO: Found listing with ID: 10739985
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739985%27 HTTP/1.1" 200 None
2026-03-28 15:15:42 [adesa.be] INFO: Scrape type for 10739985: 0
2026-03-28 15:15:42 [adesa.be] INFO: Skipping item 10739985 url https://www.openlane.eu/en/carv6/auction/10739985
2026-03-28 15:15:42 [adesa.be] INFO: Found listing with ID: 10739060
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739060%27 HTTP/1.1" 200 None
2026-03-28 15:15:42 [adesa.be] INFO: Scrape type for 10739060: 0
2026-03-28 15:15:42 [adesa.be] INFO: Skipping item 10739060 url https://www.openlane.eu/en/carv6/auction/10739060
2026-03-28 15:15:42 [adesa.be] INFO: Found listing with ID: 10739172
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739172%27 HTTP/1.1" 200 None
2026-03-28 15:15:42 [adesa.be] INFO: Scrape type for 10739172: 0
2026-03-28 15:15:42 [adesa.be] INFO: Skipping item 10739172 url https://www.openlane.eu/en/carv6/auction/10739172
2026-03-28 15:15:42 [adesa.be] INFO: Found listing with ID: 10739051
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739051%27 HTTP/1.1" 200 None
2026-03-28 15:15:42 [adesa.be] INFO: Scrape type for 10739051: 0
2026-03-28 15:15:42 [adesa.be] INFO: Skipping item 10739051 url https://www.openlane.eu/en/carv6/auction/10739051
2026-03-28 15:15:42 [adesa.be] INFO: Found listing with ID: 10739050
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739050%27 HTTP/1.1" 200 None
2026-03-28 15:15:42 [adesa.be] INFO: Scrape type for 10739050: 0
2026-03-28 15:15:42 [adesa.be] INFO: Skipping item 10739050 url https://www.openlane.eu/en/carv6/auction/10739050
2026-03-28 15:15:42 [adesa.be] INFO: Found listing with ID: 10739059
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739059%27 HTTP/1.1" 200 None
2026-03-28 15:15:42 [adesa.be] INFO: Scrape type for 10739059: 0
2026-03-28 15:15:42 [adesa.be] INFO: Skipping item 10739059 url https://www.openlane.eu/en/carv6/auction/10739059
2026-03-28 15:15:42 [adesa.be] INFO: Found listing with ID: 10739056
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739056%27 HTTP/1.1" 200 None
2026-03-28 15:15:42 [adesa.be] INFO: Scrape type for 10739056: 0
2026-03-28 15:15:42 [adesa.be] INFO: Skipping item 10739056 url https://www.openlane.eu/en/carv6/auction/10739056
2026-03-28 15:15:42 [adesa.be] INFO: Found listing with ID: 10739058
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739058%27 HTTP/1.1" 200 None
2026-03-28 15:15:42 [adesa.be] INFO: Scrape type for 10739058: 0
2026-03-28 15:15:42 [adesa.be] INFO: Skipping item 10739058 url https://www.openlane.eu/en/carv6/auction/10739058
2026-03-28 15:15:42 [adesa.be] INFO: Found listing with ID: 10739049
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739049%27 HTTP/1.1" 200 None
2026-03-28 15:15:42 [adesa.be] INFO: Scrape type for 10739049: 0
2026-03-28 15:15:42 [adesa.be] INFO: Skipping item 10739049 url https://www.openlane.eu/en/carv6/auction/10739049
2026-03-28 15:15:42 [adesa.be] INFO: Found listing with ID: 10739062
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739062%27 HTTP/1.1" 200 None
2026-03-28 15:15:42 [adesa.be] INFO: Scrape type for 10739062: 0
2026-03-28 15:15:42 [adesa.be] INFO: Skipping item 10739062 url https://www.openlane.eu/en/carv6/auction/10739062
2026-03-28 15:15:42 [adesa.be] INFO: Found listing with ID: 10740536
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740536%27 HTTP/1.1" 200 None
2026-03-28 15:15:42 [adesa.be] INFO: Scrape type for 10740536: 0
2026-03-28 15:15:42 [adesa.be] INFO: Skipping item 10740536 url https://www.openlane.eu/en/carv6/auction/10740536
2026-03-28 15:15:42 [adesa.be] INFO: Found listing with ID: 10740020
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740020%27 HTTP/1.1" 200 None
2026-03-28 15:15:42 [adesa.be] INFO: Scrape type for 10740020: 0
2026-03-28 15:15:42 [adesa.be] INFO: Skipping item 10740020 url https://www.openlane.eu/en/carv6/auction/10740020
2026-03-28 15:15:42 [adesa.be] INFO: Found listing with ID: 10740778
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740778%27 HTTP/1.1" 200 None
2026-03-28 15:15:42 [adesa.be] INFO: Scrape type for 10740778: 0
2026-03-28 15:15:42 [adesa.be] INFO: Skipping item 10740778 url https://www.openlane.eu/en/carv6/auction/10740778
2026-03-28 15:15:42 [adesa.be] INFO: Found listing with ID: 10739101
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739101%27 HTTP/1.1" 200 None
2026-03-28 15:15:42 [adesa.be] INFO: Scrape type for 10739101: 0
2026-03-28 15:15:42 [adesa.be] INFO: Skipping item 10739101 url https://www.openlane.eu/en/carv6/auction/10739101
2026-03-28 15:15:42 [adesa.be] INFO: Found listing with ID: 10739694
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739694%27 HTTP/1.1" 200 None
2026-03-28 15:15:42 [adesa.be] INFO: Scrape type for 10739694: 0
2026-03-28 15:15:42 [adesa.be] INFO: Skipping item 10739694 url https://www.openlane.eu/en/carv6/auction/10739694
2026-03-28 15:15:42 [adesa.be] INFO: Found listing with ID: 10739646
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739646%27 HTTP/1.1" 200 None
2026-03-28 15:15:42 [adesa.be] INFO: Scrape type for 10739646: 0
2026-03-28 15:15:42 [adesa.be] INFO: Skipping item 10739646 url https://www.openlane.eu/en/carv6/auction/10739646
2026-03-28 15:15:42 [adesa.be] INFO: Found listing with ID: 10739639
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739639%27 HTTP/1.1" 200 None
2026-03-28 15:15:42 [adesa.be] INFO: Scrape type for 10739639: 0
2026-03-28 15:15:42 [adesa.be] INFO: Skipping item 10739639 url https://www.openlane.eu/en/carv6/auction/10739639
2026-03-28 15:15:42 [adesa.be] INFO: Found listing with ID: 10739524
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739524%27 HTTP/1.1" 200 None
2026-03-28 15:15:42 [adesa.be] INFO: Scrape type for 10739524: 0
2026-03-28 15:15:42 [adesa.be] INFO: Skipping item 10739524 url https://www.openlane.eu/en/carv6/auction/10739524
2026-03-28 15:15:42 [adesa.be] INFO: Found listing with ID: 10739620
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739620%27 HTTP/1.1" 200 None
2026-03-28 15:15:42 [adesa.be] INFO: Scrape type for 10739620: 0
2026-03-28 15:15:42 [adesa.be] INFO: Skipping item 10739620 url https://www.openlane.eu/en/carv6/auction/10739620
2026-03-28 15:15:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:15:53 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:15:53 [adesa.be] INFO: Found listing with ID: 10739967
2026-03-28 15:15:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739967%27 HTTP/1.1" 200 None
2026-03-28 15:15:53 [adesa.be] INFO: Scrape type for 10739967: 0
2026-03-28 15:15:53 [adesa.be] INFO: Skipping item 10739967 url https://www.openlane.eu/en/carv6/auction/10739967
2026-03-28 15:15:53 [adesa.be] INFO: Found listing with ID: 10739509
2026-03-28 15:15:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739509%27 HTTP/1.1" 200 None
2026-03-28 15:15:53 [adesa.be] INFO: Scrape type for 10739509: 0
2026-03-28 15:15:53 [adesa.be] INFO: Skipping item 10739509 url https://www.openlane.eu/en/carv6/auction/10739509
2026-03-28 15:15:53 [adesa.be] INFO: Found listing with ID: 10739356
2026-03-28 15:15:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739356%27 HTTP/1.1" 200 None
2026-03-28 15:15:53 [adesa.be] INFO: Scrape type for 10739356: 0
2026-03-28 15:15:53 [adesa.be] INFO: Skipping item 10739356 url https://www.openlane.eu/en/carv6/auction/10739356
2026-03-28 15:15:53 [adesa.be] INFO: Found listing with ID: 10739391
2026-03-28 15:15:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739391%27 HTTP/1.1" 200 None
2026-03-28 15:15:53 [adesa.be] INFO: Scrape type for 10739391: 0
2026-03-28 15:15:53 [adesa.be] INFO: Skipping item 10739391 url https://www.openlane.eu/en/carv6/auction/10739391
2026-03-28 15:15:53 [adesa.be] INFO: Found listing with ID: 10740035
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740035%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10740035: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10740035 url https://www.openlane.eu/en/carv6/auction/10740035
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739702
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739702%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739702: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739702 url https://www.openlane.eu/en/carv6/auction/10739702
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10740038
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740038%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10740038: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10740038 url https://www.openlane.eu/en/carv6/auction/10740038
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739926
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739926%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739926: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739926 url https://www.openlane.eu/en/carv6/auction/10739926
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739965
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739965%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739965: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739965 url https://www.openlane.eu/en/carv6/auction/10739965
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739428
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739428%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739428: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739428 url https://www.openlane.eu/en/carv6/auction/10739428
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739244
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739244%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739244: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739244 url https://www.openlane.eu/en/carv6/auction/10739244
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739386
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739386%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739386: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739386 url https://www.openlane.eu/en/carv6/auction/10739386
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739681
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739681%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739681: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739681 url https://www.openlane.eu/en/carv6/auction/10739681
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10740473
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740473%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10740473: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10740473 url https://www.openlane.eu/en/carv6/auction/10740473
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10740752
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740752%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10740752: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10740752 url https://www.openlane.eu/en/carv6/auction/10740752
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10740479
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740479%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10740479: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10740479 url https://www.openlane.eu/en/carv6/auction/10740479
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10740000
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740000%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10740000: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10740000 url https://www.openlane.eu/en/carv6/auction/10740000
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739974
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739974%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739974: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739974 url https://www.openlane.eu/en/carv6/auction/10739974
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10740005
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740005%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10740005: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10740005 url https://www.openlane.eu/en/carv6/auction/10740005
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739987
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739987%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739987: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739987 url https://www.openlane.eu/en/carv6/auction/10739987
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739653
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739653%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739653: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739653 url https://www.openlane.eu/en/carv6/auction/10739653
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739704
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739704%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739704: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739704 url https://www.openlane.eu/en/carv6/auction/10739704
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10740780
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740780%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10740780: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10740780 url https://www.openlane.eu/en/carv6/auction/10740780
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739503
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739503%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739503: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739503 url https://www.openlane.eu/en/carv6/auction/10739503
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739100
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739100%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739100: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739100 url https://www.openlane.eu/en/carv6/auction/10739100
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739143
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739143%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739143: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739143 url https://www.openlane.eu/en/carv6/auction/10739143
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739268
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739268%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739268: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739268 url https://www.openlane.eu/en/carv6/auction/10739268
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10740506
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740506%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10740506: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10740506 url https://www.openlane.eu/en/carv6/auction/10740506
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739962
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739962%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739962: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739962 url https://www.openlane.eu/en/carv6/auction/10739962
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739198
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739198%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739198: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739198 url https://www.openlane.eu/en/carv6/auction/10739198
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739977
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739977%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739977: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739977 url https://www.openlane.eu/en/carv6/auction/10739977
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739178
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739178%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739178: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739178 url https://www.openlane.eu/en/carv6/auction/10739178
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739323
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739323%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739323: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739323 url https://www.openlane.eu/en/carv6/auction/10739323
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739565
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739565%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739565: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739565 url https://www.openlane.eu/en/carv6/auction/10739565
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739188
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739188%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739188: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739188 url https://www.openlane.eu/en/carv6/auction/10739188
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739403
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739403%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739403: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739403 url https://www.openlane.eu/en/carv6/auction/10739403
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739175
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739175%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739175: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739175 url https://www.openlane.eu/en/carv6/auction/10739175
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739532
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739532%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739532: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739532 url https://www.openlane.eu/en/carv6/auction/10739532
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739233
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739233%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739233: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739233 url https://www.openlane.eu/en/carv6/auction/10739233
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739692
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739692%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739692: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739692 url https://www.openlane.eu/en/carv6/auction/10739692
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739408
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739408%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739408: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739408 url https://www.openlane.eu/en/carv6/auction/10739408
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739983
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739983%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739983: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739983 url https://www.openlane.eu/en/carv6/auction/10739983
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739451
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739451%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739451: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739451 url https://www.openlane.eu/en/carv6/auction/10739451
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739322
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739322%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739322: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739322 url https://www.openlane.eu/en/carv6/auction/10739322
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739677
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739677%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739677: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739677 url https://www.openlane.eu/en/carv6/auction/10739677
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739673
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739673%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739673: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739673 url https://www.openlane.eu/en/carv6/auction/10739673
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739554
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739554%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739554: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739554 url https://www.openlane.eu/en/carv6/auction/10739554
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739269
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739269%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739269: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739269 url https://www.openlane.eu/en/carv6/auction/10739269
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739121
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739121%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739121: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739121 url https://www.openlane.eu/en/carv6/auction/10739121
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10740759
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740759%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10740759: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10740759 url https://www.openlane.eu/en/carv6/auction/10740759
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739404
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739404%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739404: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739404 url https://www.openlane.eu/en/carv6/auction/10739404
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739405
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739405%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739405: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739405 url https://www.openlane.eu/en/carv6/auction/10739405
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739032
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739032%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739032: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739032 url https://www.openlane.eu/en/carv6/auction/10739032
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739197
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739197%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739197: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739197 url https://www.openlane.eu/en/carv6/auction/10739197
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739073
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739073%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739073: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739073 url https://www.openlane.eu/en/carv6/auction/10739073
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739070
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739070%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739070: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739070 url https://www.openlane.eu/en/carv6/auction/10739070
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739098
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739098%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739098: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739098 url https://www.openlane.eu/en/carv6/auction/10739098
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739369
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739369%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739369: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739369 url https://www.openlane.eu/en/carv6/auction/10739369
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10740537
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740537%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10740537: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10740537 url https://www.openlane.eu/en/carv6/auction/10740537
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739950
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739950%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739950: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739950 url https://www.openlane.eu/en/carv6/auction/10739950
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10740036
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740036%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10740036: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10740036 url https://www.openlane.eu/en/carv6/auction/10740036
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10739034
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739034%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10739034: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10739034 url https://www.openlane.eu/en/carv6/auction/10739034
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10740804
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740804%27 HTTP/1.1" 200 None
2026-03-28 15:15:54 [adesa.be] INFO: Scrape type for 10740804: 0
2026-03-28 15:15:54 [adesa.be] INFO: Skipping item 10740804 url https://www.openlane.eu/en/carv6/auction/10740804
2026-03-28 15:15:54 [adesa.be] INFO: Found listing with ID: 10740502
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740502%27 HTTP/1.1" 200 None
2026-03-28 15:15:55 [adesa.be] INFO: Scrape type for 10740502: 0
2026-03-28 15:15:55 [adesa.be] INFO: Skipping item 10740502 url https://www.openlane.eu/en/carv6/auction/10740502
2026-03-28 15:15:55 [adesa.be] INFO: Found listing with ID: 10739046
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739046%27 HTTP/1.1" 200 None
2026-03-28 15:15:55 [adesa.be] INFO: Scrape type for 10739046: 0
2026-03-28 15:15:55 [adesa.be] INFO: Skipping item 10739046 url https://www.openlane.eu/en/carv6/auction/10739046
2026-03-28 15:15:55 [adesa.be] INFO: Found listing with ID: 10739246
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739246%27 HTTP/1.1" 200 None
2026-03-28 15:15:55 [adesa.be] INFO: Scrape type for 10739246: 0
2026-03-28 15:15:55 [adesa.be] INFO: Skipping item 10739246 url https://www.openlane.eu/en/carv6/auction/10739246
2026-03-28 15:15:55 [adesa.be] INFO: Found listing with ID: 10739604
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739604%27 HTTP/1.1" 200 None
2026-03-28 15:15:55 [adesa.be] INFO: Scrape type for 10739604: 0
2026-03-28 15:15:55 [adesa.be] INFO: Skipping item 10739604 url https://www.openlane.eu/en/carv6/auction/10739604
2026-03-28 15:15:55 [adesa.be] INFO: Found listing with ID: 10739579
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739579%27 HTTP/1.1" 200 None
2026-03-28 15:15:55 [adesa.be] INFO: Scrape type for 10739579: 0
2026-03-28 15:15:55 [adesa.be] INFO: Skipping item 10739579 url https://www.openlane.eu/en/carv6/auction/10739579
2026-03-28 15:15:55 [adesa.be] INFO: Found listing with ID: 10740772
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740772%27 HTTP/1.1" 200 None
2026-03-28 15:15:55 [adesa.be] INFO: Scrape type for 10740772: 0
2026-03-28 15:15:55 [adesa.be] INFO: Skipping item 10740772 url https://www.openlane.eu/en/carv6/auction/10740772
2026-03-28 15:15:55 [adesa.be] INFO: Found listing with ID: 10739687
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739687%27 HTTP/1.1" 200 None
2026-03-28 15:15:55 [adesa.be] INFO: Scrape type for 10739687: 0
2026-03-28 15:15:55 [adesa.be] INFO: Skipping item 10739687 url https://www.openlane.eu/en/carv6/auction/10739687
2026-03-28 15:15:55 [adesa.be] INFO: Found listing with ID: 10739357
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739357%27 HTTP/1.1" 200 None
2026-03-28 15:15:55 [adesa.be] INFO: Scrape type for 10739357: 0
2026-03-28 15:15:55 [adesa.be] INFO: Skipping item 10739357 url https://www.openlane.eu/en/carv6/auction/10739357
2026-03-28 15:15:55 [adesa.be] INFO: Found listing with ID: 10740532
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740532%27 HTTP/1.1" 200 None
2026-03-28 15:15:55 [adesa.be] INFO: Scrape type for 10740532: 0
2026-03-28 15:15:55 [adesa.be] INFO: Skipping item 10740532 url https://www.openlane.eu/en/carv6/auction/10740532
2026-03-28 15:15:55 [adesa.be] INFO: Found listing with ID: 10739695
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739695%27 HTTP/1.1" 200 None
2026-03-28 15:15:55 [adesa.be] INFO: Scrape type for 10739695: 0
2026-03-28 15:15:55 [adesa.be] INFO: Skipping item 10739695 url https://www.openlane.eu/en/carv6/auction/10739695
2026-03-28 15:15:55 [adesa.be] INFO: Found listing with ID: 10739124
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739124%27 HTTP/1.1" 200 None
2026-03-28 15:15:55 [adesa.be] INFO: Scrape type for 10739124: 0
2026-03-28 15:15:55 [adesa.be] INFO: Skipping item 10739124 url https://www.openlane.eu/en/carv6/auction/10739124
2026-03-28 15:15:55 [adesa.be] INFO: Found listing with ID: 10739514
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739514%27 HTTP/1.1" 200 None
2026-03-28 15:15:55 [adesa.be] INFO: Scrape type for 10739514: 0
2026-03-28 15:15:55 [adesa.be] INFO: Skipping item 10739514 url https://www.openlane.eu/en/carv6/auction/10739514
2026-03-28 15:15:55 [adesa.be] INFO: Found listing with ID: 10739430
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739430%27 HTTP/1.1" 200 None
2026-03-28 15:15:55 [adesa.be] INFO: Scrape type for 10739430: 0
2026-03-28 15:15:55 [adesa.be] INFO: Skipping item 10739430 url https://www.openlane.eu/en/carv6/auction/10739430
2026-03-28 15:15:55 [adesa.be] INFO: Found listing with ID: 10739703
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739703%27 HTTP/1.1" 200 None
2026-03-28 15:15:55 [adesa.be] INFO: Scrape type for 10739703: 0
2026-03-28 15:15:55 [adesa.be] INFO: Skipping item 10739703 url https://www.openlane.eu/en/carv6/auction/10739703
2026-03-28 15:15:55 [adesa.be] INFO: Found listing with ID: 10740766
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740766%27 HTTP/1.1" 200 None
2026-03-28 15:15:55 [adesa.be] INFO: Scrape type for 10740766: 0
2026-03-28 15:15:55 [adesa.be] INFO: Skipping item 10740766 url https://www.openlane.eu/en/carv6/auction/10740766
2026-03-28 15:15:55 [adesa.be] INFO: Found listing with ID: 10740513
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740513%27 HTTP/1.1" 200 None
2026-03-28 15:15:55 [adesa.be] INFO: Scrape type for 10740513: 0
2026-03-28 15:15:55 [adesa.be] INFO: Skipping item 10740513 url https://www.openlane.eu/en/carv6/auction/10740513
2026-03-28 15:15:55 [adesa.be] INFO: Found listing with ID: 10740488
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740488%27 HTTP/1.1" 200 None
2026-03-28 15:15:55 [adesa.be] INFO: Scrape type for 10740488: 0
2026-03-28 15:15:55 [adesa.be] INFO: Skipping item 10740488 url https://www.openlane.eu/en/carv6/auction/10740488
2026-03-28 15:15:55 [adesa.be] INFO: Found listing with ID: 10739446
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739446%27 HTTP/1.1" 200 None
2026-03-28 15:15:55 [adesa.be] INFO: Scrape type for 10739446: 0
2026-03-28 15:15:55 [adesa.be] INFO: Skipping item 10739446 url https://www.openlane.eu/en/carv6/auction/10739446
2026-03-28 15:15:55 [adesa.be] INFO: Found listing with ID: 10739282
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739282%27 HTTP/1.1" 200 None
2026-03-28 15:15:55 [adesa.be] INFO: Scrape type for 10739282: 0
2026-03-28 15:15:55 [adesa.be] INFO: Skipping item 10739282 url https://www.openlane.eu/en/carv6/auction/10739282
2026-03-28 15:15:55 [adesa.be] INFO: Found listing with ID: 10740042
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740042%27 HTTP/1.1" 200 None
2026-03-28 15:15:55 [adesa.be] INFO: Scrape type for 10740042: 0
2026-03-28 15:15:55 [adesa.be] INFO: Skipping item 10740042 url https://www.openlane.eu/en/carv6/auction/10740042
2026-03-28 15:15:55 [adesa.be] INFO: Found listing with ID: 10739304
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739304%27 HTTP/1.1" 200 None
2026-03-28 15:15:55 [adesa.be] INFO: Scrape type for 10739304: 0
2026-03-28 15:15:55 [adesa.be] INFO: Skipping item 10739304 url https://www.openlane.eu/en/carv6/auction/10739304
2026-03-28 15:15:55 [adesa.be] INFO: Found listing with ID: 10739426
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739426%27 HTTP/1.1" 200 None
2026-03-28 15:15:55 [adesa.be] INFO: Scrape type for 10739426: 0
2026-03-28 15:15:55 [adesa.be] INFO: Skipping item 10739426 url https://www.openlane.eu/en/carv6/auction/10739426
2026-03-28 15:15:55 [adesa.be] INFO: Found listing with ID: 10739379
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739379%27 HTTP/1.1" 200 None
2026-03-28 15:15:55 [adesa.be] INFO: Scrape type for 10739379: 0
2026-03-28 15:15:55 [adesa.be] INFO: Skipping item 10739379 url https://www.openlane.eu/en/carv6/auction/10739379
2026-03-28 15:15:55 [adesa.be] INFO: Found listing with ID: 10739530
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739530%27 HTTP/1.1" 200 None
2026-03-28 15:15:55 [adesa.be] INFO: Scrape type for 10739530: 0
2026-03-28 15:15:55 [adesa.be] INFO: Skipping item 10739530 url https://www.openlane.eu/en/carv6/auction/10739530
2026-03-28 15:15:55 [adesa.be] INFO: Found listing with ID: 10740743
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740743%27 HTTP/1.1" 200 None
2026-03-28 15:15:55 [adesa.be] INFO: Scrape type for 10740743: 0
2026-03-28 15:15:55 [adesa.be] INFO: Skipping item 10740743 url https://www.openlane.eu/en/carv6/auction/10740743
2026-03-28 15:15:55 [adesa.be] INFO: Found listing with ID: 10739645
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739645%27 HTTP/1.1" 200 None
2026-03-28 15:15:55 [adesa.be] INFO: Scrape type for 10739645: 0
2026-03-28 15:15:55 [adesa.be] INFO: Skipping item 10739645 url https://www.openlane.eu/en/carv6/auction/10739645
2026-03-28 15:15:55 [adesa.be] INFO: Found listing with ID: 10739399
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739399%27 HTTP/1.1" 200 None
2026-03-28 15:15:55 [adesa.be] INFO: Scrape type for 10739399: 0
2026-03-28 15:15:55 [adesa.be] INFO: Skipping item 10739399 url https://www.openlane.eu/en/carv6/auction/10739399
2026-03-28 15:15:55 [adesa.be] INFO: Found listing with ID: 10739173
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739173%27 HTTP/1.1" 200 None
2026-03-28 15:15:55 [adesa.be] INFO: Scrape type for 10739173: 0
2026-03-28 15:15:55 [adesa.be] INFO: Skipping item 10739173 url https://www.openlane.eu/en/carv6/auction/10739173
2026-03-28 15:15:55 [adesa.be] INFO: Found listing with ID: 10739689
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739689%27 HTTP/1.1" 200 None
2026-03-28 15:15:55 [adesa.be] INFO: Scrape type for 10739689: 0
2026-03-28 15:15:55 [adesa.be] INFO: Skipping item 10739689 url https://www.openlane.eu/en/carv6/auction/10739689
2026-03-28 15:15:55 [adesa.be] INFO: Found listing with ID: 10739720
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739720%27 HTTP/1.1" 200 None
2026-03-28 15:15:55 [adesa.be] INFO: Scrape type for 10739720: 0
2026-03-28 15:15:55 [adesa.be] INFO: Skipping item 10739720 url https://www.openlane.eu/en/carv6/auction/10739720
2026-03-28 15:15:55 [adesa.be] INFO: Found listing with ID: 10739545
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739545%27 HTTP/1.1" 200 None
2026-03-28 15:15:55 [adesa.be] INFO: Scrape type for 10739545: 0
2026-03-28 15:15:55 [adesa.be] INFO: Skipping item 10739545 url https://www.openlane.eu/en/carv6/auction/10739545
2026-03-28 15:15:55 [adesa.be] INFO: Found listing with ID: 10739072
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739072%27 HTTP/1.1" 200 None
2026-03-28 15:15:55 [adesa.be] INFO: Scrape type for 10739072: 0
2026-03-28 15:15:55 [adesa.be] INFO: Skipping item 10739072 url https://www.openlane.eu/en/carv6/auction/10739072
2026-03-28 15:15:55 [adesa.be] INFO: Found listing with ID: 10739929
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739929%27 HTTP/1.1" 200 None
2026-03-28 15:15:55 [adesa.be] INFO: Scrape type for 10739929: 0
2026-03-28 15:15:55 [adesa.be] INFO: Skipping item 10739929 url https://www.openlane.eu/en/carv6/auction/10739929
2026-03-28 15:15:55 [adesa.be] INFO: Found listing with ID: 10739669
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739669%27 HTTP/1.1" 200 None
2026-03-28 15:15:55 [adesa.be] INFO: Scrape type for 10739669: 0
2026-03-28 15:15:55 [adesa.be] INFO: Skipping item 10739669 url https://www.openlane.eu/en/carv6/auction/10739669
2026-03-28 15:15:55 [adesa.be] INFO: Found listing with ID: 10739416
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739416%27 HTTP/1.1" 200 None
2026-03-28 15:15:55 [adesa.be] INFO: Scrape type for 10739416: 0
2026-03-28 15:15:55 [adesa.be] INFO: Skipping item 10739416 url https://www.openlane.eu/en/carv6/auction/10739416
2026-03-28 15:15:55 [adesa.be] INFO: Found listing with ID: 10739699
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739699%27 HTTP/1.1" 200 None
2026-03-28 15:15:55 [adesa.be] INFO: Scrape type for 10739699: 0
2026-03-28 15:15:55 [adesa.be] INFO: Skipping item 10739699 url https://www.openlane.eu/en/carv6/auction/10739699
2026-03-28 15:15:55 [adesa.be] INFO: Found listing with ID: 10739725
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739725%27 HTTP/1.1" 200 None
2026-03-28 15:15:55 [adesa.be] INFO: Scrape type for 10739725: 0
2026-03-28 15:15:55 [adesa.be] INFO: Skipping item 10739725 url https://www.openlane.eu/en/carv6/auction/10739725
2026-03-28 15:15:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:15:57 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:15:57 [adesa.be] INFO: Found listing with ID: 10739255
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739255%27 HTTP/1.1" 200 None
2026-03-28 15:15:57 [adesa.be] INFO: Scrape type for 10739255: 0
2026-03-28 15:15:57 [adesa.be] INFO: Skipping item 10739255 url https://www.openlane.eu/en/carv6/auction/10739255
2026-03-28 15:15:57 [adesa.be] INFO: Found listing with ID: 10740798
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740798%27 HTTP/1.1" 200 None
2026-03-28 15:15:57 [adesa.be] INFO: Scrape type for 10740798: 0
2026-03-28 15:15:57 [adesa.be] INFO: Skipping item 10740798 url https://www.openlane.eu/en/carv6/auction/10740798
2026-03-28 15:15:57 [adesa.be] INFO: Found listing with ID: 10739240
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739240%27 HTTP/1.1" 200 None
2026-03-28 15:15:57 [adesa.be] INFO: Scrape type for 10739240: 0
2026-03-28 15:15:57 [adesa.be] INFO: Skipping item 10739240 url https://www.openlane.eu/en/carv6/auction/10739240
2026-03-28 15:15:57 [adesa.be] INFO: Found listing with ID: 10739346
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739346%27 HTTP/1.1" 200 None
2026-03-28 15:15:57 [adesa.be] INFO: Scrape type for 10739346: 0
2026-03-28 15:15:57 [adesa.be] INFO: Skipping item 10739346 url https://www.openlane.eu/en/carv6/auction/10739346
2026-03-28 15:15:57 [adesa.be] INFO: Found listing with ID: 10739092
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739092%27 HTTP/1.1" 200 None
2026-03-28 15:15:57 [adesa.be] INFO: Scrape type for 10739092: 0
2026-03-28 15:15:57 [adesa.be] INFO: Skipping item 10739092 url https://www.openlane.eu/en/carv6/auction/10739092
2026-03-28 15:15:57 [adesa.be] INFO: Found listing with ID: 10740807
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740807%27 HTTP/1.1" 200 None
2026-03-28 15:15:57 [adesa.be] INFO: Scrape type for 10740807: 0
2026-03-28 15:15:57 [adesa.be] INFO: Skipping item 10740807 url https://www.openlane.eu/en/carv6/auction/10740807
2026-03-28 15:15:57 [adesa.be] INFO: Found listing with ID: 10739933
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739933%27 HTTP/1.1" 200 None
2026-03-28 15:15:57 [adesa.be] INFO: Scrape type for 10739933: 0
2026-03-28 15:15:57 [adesa.be] INFO: Skipping item 10739933 url https://www.openlane.eu/en/carv6/auction/10739933
2026-03-28 15:15:57 [adesa.be] INFO: Found listing with ID: 10739567
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739567%27 HTTP/1.1" 200 None
2026-03-28 15:15:57 [adesa.be] INFO: Scrape type for 10739567: 0
2026-03-28 15:15:57 [adesa.be] INFO: Skipping item 10739567 url https://www.openlane.eu/en/carv6/auction/10739567
2026-03-28 15:15:57 [adesa.be] INFO: Found listing with ID: 10739605
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739605%27 HTTP/1.1" 200 None
2026-03-28 15:15:57 [adesa.be] INFO: Scrape type for 10739605: 0
2026-03-28 15:15:57 [adesa.be] INFO: Skipping item 10739605 url https://www.openlane.eu/en/carv6/auction/10739605
2026-03-28 15:15:57 [adesa.be] INFO: Found listing with ID: 10739472
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739472%27 HTTP/1.1" 200 None
2026-03-28 15:15:57 [adesa.be] INFO: Scrape type for 10739472: 0
2026-03-28 15:15:57 [adesa.be] INFO: Skipping item 10739472 url https://www.openlane.eu/en/carv6/auction/10739472
2026-03-28 15:15:57 [adesa.be] INFO: Found listing with ID: 10739988
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739988%27 HTTP/1.1" 200 None
2026-03-28 15:15:57 [adesa.be] INFO: Scrape type for 10739988: 0
2026-03-28 15:15:57 [adesa.be] INFO: Skipping item 10739988 url https://www.openlane.eu/en/carv6/auction/10739988
2026-03-28 15:15:57 [adesa.be] INFO: Found listing with ID: 10739625
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739625%27 HTTP/1.1" 200 None
2026-03-28 15:15:57 [adesa.be] INFO: Scrape type for 10739625: 0
2026-03-28 15:15:57 [adesa.be] INFO: Skipping item 10739625 url https://www.openlane.eu/en/carv6/auction/10739625
2026-03-28 15:15:57 [adesa.be] INFO: Found listing with ID: 10740033
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740033%27 HTTP/1.1" 200 None
2026-03-28 15:15:57 [adesa.be] INFO: Scrape type for 10740033: 0
2026-03-28 15:15:57 [adesa.be] INFO: Skipping item 10740033 url https://www.openlane.eu/en/carv6/auction/10740033
2026-03-28 15:15:57 [adesa.be] INFO: Found listing with ID: 10739655
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739655%27 HTTP/1.1" 200 None
2026-03-28 15:15:57 [adesa.be] INFO: Scrape type for 10739655: 0
2026-03-28 15:15:57 [adesa.be] INFO: Skipping item 10739655 url https://www.openlane.eu/en/carv6/auction/10739655
2026-03-28 15:15:57 [adesa.be] INFO: Found listing with ID: 10739566
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739566%27 HTTP/1.1" 200 None
2026-03-28 15:15:57 [adesa.be] INFO: Scrape type for 10739566: 0
2026-03-28 15:15:57 [adesa.be] INFO: Skipping item 10739566 url https://www.openlane.eu/en/carv6/auction/10739566
2026-03-28 15:15:57 [adesa.be] INFO: Found listing with ID: 10740522
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740522%27 HTTP/1.1" 200 None
2026-03-28 15:15:57 [adesa.be] INFO: Scrape type for 10740522: 0
2026-03-28 15:15:57 [adesa.be] INFO: Skipping item 10740522 url https://www.openlane.eu/en/carv6/auction/10740522
2026-03-28 15:15:57 [adesa.be] INFO: Found listing with ID: 10740024
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740024%27 HTTP/1.1" 200 None
2026-03-28 15:15:57 [adesa.be] INFO: Scrape type for 10740024: 0
2026-03-28 15:15:57 [adesa.be] INFO: Skipping item 10740024 url https://www.openlane.eu/en/carv6/auction/10740024
2026-03-28 15:15:57 [adesa.be] INFO: Found listing with ID: 10740504
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740504%27 HTTP/1.1" 200 None
2026-03-28 15:15:57 [adesa.be] INFO: Scrape type for 10740504: 0
2026-03-28 15:15:57 [adesa.be] INFO: Skipping item 10740504 url https://www.openlane.eu/en/carv6/auction/10740504
2026-03-28 15:15:57 [adesa.be] INFO: Found listing with ID: 10739571
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739571%27 HTTP/1.1" 200 None
2026-03-28 15:15:57 [adesa.be] INFO: Scrape type for 10739571: 0
2026-03-28 15:15:57 [adesa.be] INFO: Skipping item 10739571 url https://www.openlane.eu/en/carv6/auction/10739571
2026-03-28 15:15:57 [adesa.be] INFO: Found listing with ID: 10740475
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740475%27 HTTP/1.1" 200 None
2026-03-28 15:15:57 [adesa.be] INFO: Scrape type for 10740475: 0
2026-03-28 15:15:57 [adesa.be] INFO: Skipping item 10740475 url https://www.openlane.eu/en/carv6/auction/10740475
2026-03-28 15:15:57 [adesa.be] INFO: Found listing with ID: 10740746
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740746%27 HTTP/1.1" 200 None
2026-03-28 15:15:57 [adesa.be] INFO: Scrape type for 10740746: 0
2026-03-28 15:15:57 [adesa.be] INFO: Skipping item 10740746 url https://www.openlane.eu/en/carv6/auction/10740746
2026-03-28 15:15:57 [adesa.be] INFO: Found listing with ID: 10739489
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739489%27 HTTP/1.1" 200 None
2026-03-28 15:15:57 [adesa.be] INFO: Scrape type for 10739489: 0
2026-03-28 15:15:57 [adesa.be] INFO: Skipping item 10739489 url https://www.openlane.eu/en/carv6/auction/10739489
2026-03-28 15:15:57 [adesa.be] INFO: Found listing with ID: 10739210
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739210%27 HTTP/1.1" 200 None
2026-03-28 15:15:57 [adesa.be] INFO: Scrape type for 10739210: 0
2026-03-28 15:15:57 [adesa.be] INFO: Skipping item 10739210 url https://www.openlane.eu/en/carv6/auction/10739210
2026-03-28 15:15:57 [adesa.be] INFO: Found listing with ID: 10739526
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739526%27 HTTP/1.1" 200 None
2026-03-28 15:15:57 [adesa.be] INFO: Scrape type for 10739526: 0
2026-03-28 15:15:57 [adesa.be] INFO: Skipping item 10739526 url https://www.openlane.eu/en/carv6/auction/10739526
2026-03-28 15:15:57 [adesa.be] INFO: Found listing with ID: 10740003
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740003%27 HTTP/1.1" 200 None
2026-03-28 15:15:57 [adesa.be] INFO: Scrape type for 10740003: 0
2026-03-28 15:15:57 [adesa.be] INFO: Skipping item 10740003 url https://www.openlane.eu/en/carv6/auction/10740003
2026-03-28 15:15:57 [adesa.be] INFO: Found listing with ID: 10739169
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739169%27 HTTP/1.1" 200 None
2026-03-28 15:15:57 [adesa.be] INFO: Scrape type for 10739169: 0
2026-03-28 15:15:57 [adesa.be] INFO: Skipping item 10739169 url https://www.openlane.eu/en/carv6/auction/10739169
2026-03-28 15:15:57 [adesa.be] INFO: Found listing with ID: 10739448
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739448%27 HTTP/1.1" 200 None
2026-03-28 15:15:57 [adesa.be] INFO: Scrape type for 10739448: 0
2026-03-28 15:15:57 [adesa.be] INFO: Skipping item 10739448 url https://www.openlane.eu/en/carv6/auction/10739448
2026-03-28 15:15:57 [adesa.be] INFO: Found listing with ID: 10740010
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740010%27 HTTP/1.1" 200 None
2026-03-28 15:15:57 [adesa.be] INFO: Scrape type for 10740010: 0
2026-03-28 15:15:57 [adesa.be] INFO: Skipping item 10740010 url https://www.openlane.eu/en/carv6/auction/10740010
2026-03-28 15:15:57 [adesa.be] INFO: Found listing with ID: 10740799
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740799%27 HTTP/1.1" 200 None
2026-03-28 15:15:57 [adesa.be] INFO: Scrape type for 10740799: 0
2026-03-28 15:15:57 [adesa.be] INFO: Skipping item 10740799 url https://www.openlane.eu/en/carv6/auction/10740799
2026-03-28 15:15:57 [adesa.be] INFO: Found listing with ID: 10739186
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739186%27 HTTP/1.1" 200 None
2026-03-28 15:15:57 [adesa.be] INFO: Scrape type for 10739186: 0
2026-03-28 15:15:57 [adesa.be] INFO: Skipping item 10739186 url https://www.openlane.eu/en/carv6/auction/10739186
2026-03-28 15:15:57 [adesa.be] INFO: Found listing with ID: 10739563
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739563%27 HTTP/1.1" 200 None
2026-03-28 15:15:57 [adesa.be] INFO: Scrape type for 10739563: 0
2026-03-28 15:15:57 [adesa.be] INFO: Skipping item 10739563 url https://www.openlane.eu/en/carv6/auction/10739563
2026-03-28 15:15:57 [adesa.be] INFO: Found listing with ID: 10739142
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739142%27 HTTP/1.1" 200 None
2026-03-28 15:15:57 [adesa.be] INFO: Scrape type for 10739142: 0
2026-03-28 15:15:57 [adesa.be] INFO: Skipping item 10739142 url https://www.openlane.eu/en/carv6/auction/10739142
2026-03-28 15:15:57 [adesa.be] INFO: Found listing with ID: 10739409
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739409%27 HTTP/1.1" 200 None
2026-03-28 15:15:57 [adesa.be] INFO: Scrape type for 10739409: 0
2026-03-28 15:15:57 [adesa.be] INFO: Skipping item 10739409 url https://www.openlane.eu/en/carv6/auction/10739409
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10739315
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739315%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10739315: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10739315 url https://www.openlane.eu/en/carv6/auction/10739315
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10739035
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739035%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10739035: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10739035 url https://www.openlane.eu/en/carv6/auction/10739035
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10739339
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739339%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10739339: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10739339 url https://www.openlane.eu/en/carv6/auction/10739339
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10739678
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739678%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10739678: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10739678 url https://www.openlane.eu/en/carv6/auction/10739678
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10739572
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739572%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10739572: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10739572 url https://www.openlane.eu/en/carv6/auction/10739572
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10739482
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739482%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10739482: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10739482 url https://www.openlane.eu/en/carv6/auction/10739482
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10739574
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739574%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10739574: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10739574 url https://www.openlane.eu/en/carv6/auction/10739574
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10739531
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739531%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10739531: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10739531 url https://www.openlane.eu/en/carv6/auction/10739531
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10739978
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739978%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10739978: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10739978 url https://www.openlane.eu/en/carv6/auction/10739978
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10739223
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739223%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10739223: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10739223 url https://www.openlane.eu/en/carv6/auction/10739223
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10739283
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739283%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10739283: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10739283 url https://www.openlane.eu/en/carv6/auction/10739283
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10739221
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739221%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10739221: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10739221 url https://www.openlane.eu/en/carv6/auction/10739221
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10739577
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739577%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10739577: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10739577 url https://www.openlane.eu/en/carv6/auction/10739577
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10740500
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740500%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10740500: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10740500 url https://www.openlane.eu/en/carv6/auction/10740500
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10740797
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740797%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10740797: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10740797 url https://www.openlane.eu/en/carv6/auction/10740797
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10739272
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739272%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10739272: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10739272 url https://www.openlane.eu/en/carv6/auction/10739272
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10739343
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739343%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10739343: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10739343 url https://www.openlane.eu/en/carv6/auction/10739343
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10740470
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740470%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10740470: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10740470 url https://www.openlane.eu/en/carv6/auction/10740470
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10739259
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739259%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10739259: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10739259 url https://www.openlane.eu/en/carv6/auction/10739259
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10740013
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740013%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10740013: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10740013 url https://www.openlane.eu/en/carv6/auction/10740013
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10740023
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740023%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10740023: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10740023 url https://www.openlane.eu/en/carv6/auction/10740023
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10739927
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739927%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10739927: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10739927 url https://www.openlane.eu/en/carv6/auction/10739927
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10739976
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739976%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10739976: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10739976 url https://www.openlane.eu/en/carv6/auction/10739976
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10739458
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739458%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10739458: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10739458 url https://www.openlane.eu/en/carv6/auction/10739458
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10739527
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739527%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10739527: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10739527 url https://www.openlane.eu/en/carv6/auction/10739527
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10739467
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739467%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10739467: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10739467 url https://www.openlane.eu/en/carv6/auction/10739467
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10740481
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740481%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10740481: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10740481 url https://www.openlane.eu/en/carv6/auction/10740481
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10739581
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739581%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10739581: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10739581 url https://www.openlane.eu/en/carv6/auction/10739581
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10740775
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740775%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10740775: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10740775 url https://www.openlane.eu/en/carv6/auction/10740775
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10739378
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739378%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10739378: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10739378 url https://www.openlane.eu/en/carv6/auction/10739378
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10739466
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739466%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10739466: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10739466 url https://www.openlane.eu/en/carv6/auction/10739466
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10739271
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739271%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10739271: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10739271 url https://www.openlane.eu/en/carv6/auction/10739271
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10739311
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739311%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10739311: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10739311 url https://www.openlane.eu/en/carv6/auction/10739311
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10739120
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739120%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10739120: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10739120 url https://www.openlane.eu/en/carv6/auction/10739120
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10739091
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739091%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10739091: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10739091 url https://www.openlane.eu/en/carv6/auction/10739091
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10739543
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739543%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10739543: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10739543 url https://www.openlane.eu/en/carv6/auction/10739543
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10740757
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740757%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10740757: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10740757 url https://www.openlane.eu/en/carv6/auction/10740757
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10740501
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740501%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10740501: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10740501 url https://www.openlane.eu/en/carv6/auction/10740501
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10739670
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739670%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10739670: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10739670 url https://www.openlane.eu/en/carv6/auction/10739670
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10739935
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739935%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10739935: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10739935 url https://www.openlane.eu/en/carv6/auction/10739935
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10740520
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740520%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10740520: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10740520 url https://www.openlane.eu/en/carv6/auction/10740520
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10739230
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739230%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10739230: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10739230 url https://www.openlane.eu/en/carv6/auction/10739230
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10739944
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739944%27 HTTP/1.1" 200 None
2026-03-28 15:15:58 [adesa.be] INFO: Scrape type for 10739944: 0
2026-03-28 15:15:58 [adesa.be] INFO: Skipping item 10739944 url https://www.openlane.eu/en/carv6/auction/10739944
2026-03-28 15:15:58 [adesa.be] INFO: Found listing with ID: 10739644
2026-03-28 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739644%27 HTTP/1.1" 200 None
2026-03-28 15:15:59 [adesa.be] INFO: Scrape type for 10739644: 0
2026-03-28 15:15:59 [adesa.be] INFO: Skipping item 10739644 url https://www.openlane.eu/en/carv6/auction/10739644
2026-03-28 15:15:59 [adesa.be] INFO: Found listing with ID: 10739602
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739602%27 HTTP/1.1" 200 None
2026-03-28 15:15:59 [adesa.be] INFO: Scrape type for 10739602: 0
2026-03-28 15:15:59 [adesa.be] INFO: Skipping item 10739602 url https://www.openlane.eu/en/carv6/auction/10739602
2026-03-28 15:15:59 [adesa.be] INFO: Found listing with ID: 10740808
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740808%27 HTTP/1.1" 200 None
2026-03-28 15:15:59 [adesa.be] INFO: Scrape type for 10740808: 0
2026-03-28 15:15:59 [adesa.be] INFO: Skipping item 10740808 url https://www.openlane.eu/en/carv6/auction/10740808
2026-03-28 15:15:59 [adesa.be] INFO: Found listing with ID: 10740495
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740495%27 HTTP/1.1" 200 None
2026-03-28 15:15:59 [adesa.be] INFO: Scrape type for 10740495: 0
2026-03-28 15:15:59 [adesa.be] INFO: Skipping item 10740495 url https://www.openlane.eu/en/carv6/auction/10740495
2026-03-28 15:15:59 [adesa.be] INFO: Found listing with ID: 10739622
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739622%27 HTTP/1.1" 200 None
2026-03-28 15:15:59 [adesa.be] INFO: Scrape type for 10739622: 0
2026-03-28 15:15:59 [adesa.be] INFO: Skipping item 10739622 url https://www.openlane.eu/en/carv6/auction/10739622
2026-03-28 15:15:59 [adesa.be] INFO: Found listing with ID: 10739359
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739359%27 HTTP/1.1" 200 None
2026-03-28 15:15:59 [adesa.be] INFO: Scrape type for 10739359: 0
2026-03-28 15:15:59 [adesa.be] INFO: Skipping item 10739359 url https://www.openlane.eu/en/carv6/auction/10739359
2026-03-28 15:15:59 [adesa.be] INFO: Found listing with ID: 10739158
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739158%27 HTTP/1.1" 200 None
2026-03-28 15:15:59 [adesa.be] INFO: Scrape type for 10739158: 0
2026-03-28 15:15:59 [adesa.be] INFO: Skipping item 10739158 url https://www.openlane.eu/en/carv6/auction/10739158
2026-03-28 15:15:59 [adesa.be] INFO: Found listing with ID: 10739551
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739551%27 HTTP/1.1" 200 None
2026-03-28 15:15:59 [adesa.be] INFO: Scrape type for 10739551: 0
2026-03-28 15:15:59 [adesa.be] INFO: Skipping item 10739551 url https://www.openlane.eu/en/carv6/auction/10739551
2026-03-28 15:15:59 [adesa.be] INFO: Found listing with ID: 10739162
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739162%27 HTTP/1.1" 200 None
2026-03-28 15:15:59 [adesa.be] INFO: Scrape type for 10739162: 0
2026-03-28 15:15:59 [adesa.be] INFO: Skipping item 10739162 url https://www.openlane.eu/en/carv6/auction/10739162
2026-03-28 15:15:59 [adesa.be] INFO: Found listing with ID: 10739589
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739589%27 HTTP/1.1" 200 None
2026-03-28 15:15:59 [adesa.be] INFO: Scrape type for 10739589: 0
2026-03-28 15:15:59 [adesa.be] INFO: Skipping item 10739589 url https://www.openlane.eu/en/carv6/auction/10739589
2026-03-28 15:15:59 [adesa.be] INFO: Found listing with ID: 10739714
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739714%27 HTTP/1.1" 200 None
2026-03-28 15:15:59 [adesa.be] INFO: Scrape type for 10739714: 0
2026-03-28 15:15:59 [adesa.be] INFO: Skipping item 10739714 url https://www.openlane.eu/en/carv6/auction/10739714
2026-03-28 15:15:59 [adesa.be] INFO: Found listing with ID: 10739708
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739708%27 HTTP/1.1" 200 None
2026-03-28 15:15:59 [adesa.be] INFO: Scrape type for 10739708: 0
2026-03-28 15:15:59 [adesa.be] INFO: Skipping item 10739708 url https://www.openlane.eu/en/carv6/auction/10739708
2026-03-28 15:15:59 [adesa.be] INFO: Found listing with ID: 10740022
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740022%27 HTTP/1.1" 200 None
2026-03-28 15:15:59 [adesa.be] INFO: Scrape type for 10740022: 0
2026-03-28 15:15:59 [adesa.be] INFO: Skipping item 10740022 url https://www.openlane.eu/en/carv6/auction/10740022
2026-03-28 15:15:59 [adesa.be] INFO: Found listing with ID: 10739364
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739364%27 HTTP/1.1" 200 None
2026-03-28 15:15:59 [adesa.be] INFO: Scrape type for 10739364: 0
2026-03-28 15:15:59 [adesa.be] INFO: Skipping item 10739364 url https://www.openlane.eu/en/carv6/auction/10739364
2026-03-28 15:15:59 [adesa.be] INFO: Found listing with ID: 10740745
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740745%27 HTTP/1.1" 200 None
2026-03-28 15:15:59 [adesa.be] INFO: Scrape type for 10740745: 0
2026-03-28 15:15:59 [adesa.be] INFO: Skipping item 10740745 url https://www.openlane.eu/en/carv6/auction/10740745
2026-03-28 15:15:59 [adesa.be] INFO: Found listing with ID: 10739344
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739344%27 HTTP/1.1" 200 None
2026-03-28 15:15:59 [adesa.be] INFO: Scrape type for 10739344: 0
2026-03-28 15:15:59 [adesa.be] INFO: Skipping item 10739344 url https://www.openlane.eu/en/carv6/auction/10739344
2026-03-28 15:15:59 [adesa.be] INFO: Found listing with ID: 10739462
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739462%27 HTTP/1.1" 200 None
2026-03-28 15:15:59 [adesa.be] INFO: Scrape type for 10739462: 0
2026-03-28 15:15:59 [adesa.be] INFO: Skipping item 10739462 url https://www.openlane.eu/en/carv6/auction/10739462
2026-03-28 15:15:59 [adesa.be] INFO: Found listing with ID: 10739490
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739490%27 HTTP/1.1" 200 None
2026-03-28 15:15:59 [adesa.be] INFO: Scrape type for 10739490: 0
2026-03-28 15:15:59 [adesa.be] INFO: Skipping item 10739490 url https://www.openlane.eu/en/carv6/auction/10739490
2026-03-28 15:15:59 [adesa.be] INFO: Found listing with ID: 10739417
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739417%27 HTTP/1.1" 200 None
2026-03-28 15:15:59 [adesa.be] INFO: Scrape type for 10739417: 0
2026-03-28 15:15:59 [adesa.be] INFO: Skipping item 10739417 url https://www.openlane.eu/en/carv6/auction/10739417
2026-03-28 15:15:59 [adesa.be] INFO: Found listing with ID: 10740512
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740512%27 HTTP/1.1" 200 None
2026-03-28 15:15:59 [adesa.be] INFO: Scrape type for 10740512: 0
2026-03-28 15:15:59 [adesa.be] INFO: Skipping item 10740512 url https://www.openlane.eu/en/carv6/auction/10740512
2026-03-28 15:15:59 [adesa.be] INFO: Found listing with ID: 10739161
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739161%27 HTTP/1.1" 200 None
2026-03-28 15:15:59 [adesa.be] INFO: Scrape type for 10739161: 0
2026-03-28 15:15:59 [adesa.be] INFO: Skipping item 10739161 url https://www.openlane.eu/en/carv6/auction/10739161
2026-03-28 15:15:59 [adesa.be] INFO: Found listing with ID: 10739209
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739209%27 HTTP/1.1" 200 None
2026-03-28 15:15:59 [adesa.be] INFO: Scrape type for 10739209: 0
2026-03-28 15:15:59 [adesa.be] INFO: Skipping item 10739209 url https://www.openlane.eu/en/carv6/auction/10739209
2026-03-28 15:15:59 [adesa.be] INFO: Found listing with ID: 10739502
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739502%27 HTTP/1.1" 200 None
2026-03-28 15:15:59 [adesa.be] INFO: Scrape type for 10739502: 0
2026-03-28 15:15:59 [adesa.be] INFO: Skipping item 10739502 url https://www.openlane.eu/en/carv6/auction/10739502
2026-03-28 15:15:59 [adesa.be] INFO: Found listing with ID: 10739435
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739435%27 HTTP/1.1" 200 None
2026-03-28 15:15:59 [adesa.be] INFO: Scrape type for 10739435: 0
2026-03-28 15:15:59 [adesa.be] INFO: Skipping item 10739435 url https://www.openlane.eu/en/carv6/auction/10739435
2026-03-28 15:15:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:16:02 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:16:02 [adesa.be] INFO: Found listing with ID: 10740802
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740802%27 HTTP/1.1" 200 None
2026-03-28 15:16:02 [adesa.be] INFO: Scrape type for 10740802: 0
2026-03-28 15:16:02 [adesa.be] INFO: Skipping item 10740802 url https://www.openlane.eu/en/carv6/auction/10740802
2026-03-28 15:16:02 [adesa.be] INFO: Found listing with ID: 10740465
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740465%27 HTTP/1.1" 200 None
2026-03-28 15:16:02 [adesa.be] INFO: Scrape type for 10740465: 0
2026-03-28 15:16:02 [adesa.be] INFO: Skipping item 10740465 url https://www.openlane.eu/en/carv6/auction/10740465
2026-03-28 15:16:02 [adesa.be] INFO: Found listing with ID: 10739215
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739215%27 HTTP/1.1" 200 None
2026-03-28 15:16:02 [adesa.be] INFO: Scrape type for 10739215: 0
2026-03-28 15:16:02 [adesa.be] INFO: Skipping item 10739215 url https://www.openlane.eu/en/carv6/auction/10739215
2026-03-28 15:16:02 [adesa.be] INFO: Found listing with ID: 10740533
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740533%27 HTTP/1.1" 200 None
2026-03-28 15:16:02 [adesa.be] INFO: Scrape type for 10740533: 0
2026-03-28 15:16:02 [adesa.be] INFO: Skipping item 10740533 url https://www.openlane.eu/en/carv6/auction/10740533
2026-03-28 15:16:02 [adesa.be] INFO: Found listing with ID: 10739119
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739119%27 HTTP/1.1" 200 None
2026-03-28 15:16:02 [adesa.be] INFO: Scrape type for 10739119: 0
2026-03-28 15:16:02 [adesa.be] INFO: Skipping item 10739119 url https://www.openlane.eu/en/carv6/auction/10739119
2026-03-28 15:16:02 [adesa.be] INFO: Found listing with ID: 10739375
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739375%27 HTTP/1.1" 200 None
2026-03-28 15:16:02 [adesa.be] INFO: Scrape type for 10739375: 0
2026-03-28 15:16:02 [adesa.be] INFO: Skipping item 10739375 url https://www.openlane.eu/en/carv6/auction/10739375
2026-03-28 15:16:02 [adesa.be] INFO: Found listing with ID: 10739033
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739033%27 HTTP/1.1" 200 None
2026-03-28 15:16:02 [adesa.be] INFO: Scrape type for 10739033: 0
2026-03-28 15:16:02 [adesa.be] INFO: Skipping item 10739033 url https://www.openlane.eu/en/carv6/auction/10739033
2026-03-28 15:16:02 [adesa.be] INFO: Found listing with ID: 10739083
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739083%27 HTTP/1.1" 200 None
2026-03-28 15:16:02 [adesa.be] INFO: Scrape type for 10739083: 0
2026-03-28 15:16:02 [adesa.be] INFO: Skipping item 10739083 url https://www.openlane.eu/en/carv6/auction/10739083
2026-03-28 15:16:02 [adesa.be] INFO: Found listing with ID: 10739086
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739086%27 HTTP/1.1" 200 None
2026-03-28 15:16:02 [adesa.be] INFO: Scrape type for 10739086: 0
2026-03-28 15:16:02 [adesa.be] INFO: Skipping item 10739086 url https://www.openlane.eu/en/carv6/auction/10739086
2026-03-28 15:16:02 [adesa.be] INFO: Found listing with ID: 10739136
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739136%27 HTTP/1.1" 200 None
2026-03-28 15:16:02 [adesa.be] INFO: Scrape type for 10739136: 0
2026-03-28 15:16:02 [adesa.be] INFO: Skipping item 10739136 url https://www.openlane.eu/en/carv6/auction/10739136
2026-03-28 15:16:02 [adesa.be] INFO: Found listing with ID: 10739113
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739113%27 HTTP/1.1" 200 None
2026-03-28 15:16:02 [adesa.be] INFO: Scrape type for 10739113: 0
2026-03-28 15:16:02 [adesa.be] INFO: Skipping item 10739113 url https://www.openlane.eu/en/carv6/auction/10739113
2026-03-28 15:16:02 [adesa.be] INFO: Found listing with ID: 10739075
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739075%27 HTTP/1.1" 200 None
2026-03-28 15:16:02 [adesa.be] INFO: Scrape type for 10739075: 0
2026-03-28 15:16:02 [adesa.be] INFO: Skipping item 10739075 url https://www.openlane.eu/en/carv6/auction/10739075
2026-03-28 15:16:02 [adesa.be] INFO: Found listing with ID: 10739130
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739130%27 HTTP/1.1" 200 None
2026-03-28 15:16:02 [adesa.be] INFO: Scrape type for 10739130: 0
2026-03-28 15:16:02 [adesa.be] INFO: Skipping item 10739130 url https://www.openlane.eu/en/carv6/auction/10739130
2026-03-28 15:16:02 [adesa.be] INFO: Found listing with ID: 10739163
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739163%27 HTTP/1.1" 200 None
2026-03-28 15:16:02 [adesa.be] INFO: Scrape type for 10739163: 0
2026-03-28 15:16:02 [adesa.be] INFO: Skipping item 10739163 url https://www.openlane.eu/en/carv6/auction/10739163
2026-03-28 15:16:02 [adesa.be] INFO: Found listing with ID: 10739658
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739658%27 HTTP/1.1" 200 None
2026-03-28 15:16:02 [adesa.be] INFO: Scrape type for 10739658: 0
2026-03-28 15:16:02 [adesa.be] INFO: Skipping item 10739658 url https://www.openlane.eu/en/carv6/auction/10739658
2026-03-28 15:16:02 [adesa.be] INFO: Found listing with ID: 10739262
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739262%27 HTTP/1.1" 200 None
2026-03-28 15:16:02 [adesa.be] INFO: Scrape type for 10739262: 0
2026-03-28 15:16:02 [adesa.be] INFO: Skipping item 10739262 url https://www.openlane.eu/en/carv6/auction/10739262
2026-03-28 15:16:02 [adesa.be] INFO: Found listing with ID: 10739293
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739293%27 HTTP/1.1" 200 None
2026-03-28 15:16:02 [adesa.be] INFO: Scrape type for 10739293: 0
2026-03-28 15:16:02 [adesa.be] INFO: Skipping item 10739293 url https://www.openlane.eu/en/carv6/auction/10739293
2026-03-28 15:16:02 [adesa.be] INFO: Found listing with ID: 10739069
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739069%27 HTTP/1.1" 200 None
2026-03-28 15:16:02 [adesa.be] INFO: Scrape type for 10739069: 0
2026-03-28 15:16:02 [adesa.be] INFO: Skipping item 10739069 url https://www.openlane.eu/en/carv6/auction/10739069
2026-03-28 15:16:02 [adesa.be] INFO: Found listing with ID: 10739180
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739180%27 HTTP/1.1" 200 None
2026-03-28 15:16:02 [adesa.be] INFO: Scrape type for 10739180: 0
2026-03-28 15:16:02 [adesa.be] INFO: Skipping item 10739180 url https://www.openlane.eu/en/carv6/auction/10739180
2026-03-28 15:16:02 [adesa.be] INFO: Found listing with ID: 10739261
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739261%27 HTTP/1.1" 200 None
2026-03-28 15:16:02 [adesa.be] INFO: Scrape type for 10739261: 0
2026-03-28 15:16:02 [adesa.be] INFO: Skipping item 10739261 url https://www.openlane.eu/en/carv6/auction/10739261
2026-03-28 15:16:02 [adesa.be] INFO: Found listing with ID: 10739292
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739292%27 HTTP/1.1" 200 None
2026-03-28 15:16:02 [adesa.be] INFO: Scrape type for 10739292: 0
2026-03-28 15:16:02 [adesa.be] INFO: Skipping item 10739292 url https://www.openlane.eu/en/carv6/auction/10739292
2026-03-28 15:16:02 [adesa.be] INFO: Found listing with ID: 10739297
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739297%27 HTTP/1.1" 200 None
2026-03-28 15:16:02 [adesa.be] INFO: Scrape type for 10739297: 0
2026-03-28 15:16:02 [adesa.be] INFO: Skipping item 10739297 url https://www.openlane.eu/en/carv6/auction/10739297
2026-03-28 15:16:02 [adesa.be] INFO: Found listing with ID: 10739299
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739299%27 HTTP/1.1" 200 None
2026-03-28 15:16:02 [adesa.be] INFO: Scrape type for 10739299: 0
2026-03-28 15:16:02 [adesa.be] INFO: Skipping item 10739299 url https://www.openlane.eu/en/carv6/auction/10739299
2026-03-28 15:16:02 [adesa.be] INFO: Found listing with ID: 10739617
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739617%27 HTTP/1.1" 200 None
2026-03-28 15:16:02 [adesa.be] INFO: Scrape type for 10739617: 0
2026-03-28 15:16:02 [adesa.be] INFO: Skipping item 10739617 url https://www.openlane.eu/en/carv6/auction/10739617
2026-03-28 15:16:02 [adesa.be] INFO: Found listing with ID: 10739084
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739084%27 HTTP/1.1" 200 None
2026-03-28 15:16:02 [adesa.be] INFO: Scrape type for 10739084: 0
2026-03-28 15:16:02 [adesa.be] INFO: Skipping item 10739084 url https://www.openlane.eu/en/carv6/auction/10739084
2026-03-28 15:16:02 [adesa.be] INFO: Found listing with ID: 10739126
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739126%27 HTTP/1.1" 200 None
2026-03-28 15:16:02 [adesa.be] INFO: Scrape type for 10739126: 0
2026-03-28 15:16:02 [adesa.be] INFO: Skipping item 10739126 url https://www.openlane.eu/en/carv6/auction/10739126
2026-03-28 15:16:02 [adesa.be] INFO: Found listing with ID: 10739128
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739128%27 HTTP/1.1" 200 None
2026-03-28 15:16:02 [adesa.be] INFO: Scrape type for 10739128: 0
2026-03-28 15:16:02 [adesa.be] INFO: Skipping item 10739128 url https://www.openlane.eu/en/carv6/auction/10739128
2026-03-28 15:16:02 [adesa.be] INFO: Found listing with ID: 10739127
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739127%27 HTTP/1.1" 200 None
2026-03-28 15:16:02 [adesa.be] INFO: Scrape type for 10739127: 0
2026-03-28 15:16:02 [adesa.be] INFO: Skipping item 10739127 url https://www.openlane.eu/en/carv6/auction/10739127
2026-03-28 15:16:02 [adesa.be] INFO: Found listing with ID: 10739085
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739085%27 HTTP/1.1" 200 None
2026-03-28 15:16:02 [adesa.be] INFO: Scrape type for 10739085: 0
2026-03-28 15:16:02 [adesa.be] INFO: Skipping item 10739085 url https://www.openlane.eu/en/carv6/auction/10739085
2026-03-28 15:16:02 [adesa.be] INFO: Found listing with ID: 10739147
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739147%27 HTTP/1.1" 200 None
2026-03-28 15:16:02 [adesa.be] INFO: Scrape type for 10739147: 0
2026-03-28 15:16:02 [adesa.be] INFO: Skipping item 10739147 url https://www.openlane.eu/en/carv6/auction/10739147
2026-03-28 15:16:02 [adesa.be] INFO: Found listing with ID: 10739148
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739148%27 HTTP/1.1" 200 None
2026-03-28 15:16:02 [adesa.be] INFO: Scrape type for 10739148: 0
2026-03-28 15:16:02 [adesa.be] INFO: Skipping item 10739148 url https://www.openlane.eu/en/carv6/auction/10739148
2026-03-28 15:16:02 [adesa.be] INFO: Found listing with ID: 10739504
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739504%27 HTTP/1.1" 200 None
2026-03-28 15:16:02 [adesa.be] INFO: Scrape type for 10739504: 0
2026-03-28 15:16:02 [adesa.be] INFO: Skipping item 10739504 url https://www.openlane.eu/en/carv6/auction/10739504
2026-03-28 15:16:02 [adesa.be] INFO: Found listing with ID: 10739301
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739301%27 HTTP/1.1" 200 None
2026-03-28 15:16:02 [adesa.be] INFO: Scrape type for 10739301: 0
2026-03-28 15:16:02 [adesa.be] INFO: Skipping item 10739301 url https://www.openlane.eu/en/carv6/auction/10739301
2026-03-28 15:16:02 [adesa.be] INFO: Found listing with ID: 10739953
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739953%27 HTTP/1.1" 200 None
2026-03-28 15:16:02 [adesa.be] INFO: Scrape type for 10739953: 0
2026-03-28 15:16:02 [adesa.be] INFO: Skipping item 10739953 url https://www.openlane.eu/en/carv6/auction/10739953
2026-03-28 15:16:02 [adesa.be] INFO: Found listing with ID: 10739190
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739190%27 HTTP/1.1" 200 None
2026-03-28 15:16:02 [adesa.be] INFO: Scrape type for 10739190: 0
2026-03-28 15:16:02 [adesa.be] INFO: Skipping item 10739190 url https://www.openlane.eu/en/carv6/auction/10739190
2026-03-28 15:16:02 [adesa.be] INFO: Found listing with ID: 10739159
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739159%27 HTTP/1.1" 200 None
2026-03-28 15:16:02 [adesa.be] INFO: Scrape type for 10739159: 0
2026-03-28 15:16:02 [adesa.be] INFO: Skipping item 10739159 url https://www.openlane.eu/en/carv6/auction/10739159
2026-03-28 15:16:02 [adesa.be] INFO: Found listing with ID: 10739149
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739149%27 HTTP/1.1" 200 None
2026-03-28 15:16:02 [adesa.be] INFO: Scrape type for 10739149: 0
2026-03-28 15:16:02 [adesa.be] INFO: Skipping item 10739149 url https://www.openlane.eu/en/carv6/auction/10739149
2026-03-28 15:16:02 [adesa.be] INFO: Found listing with ID: 10739087
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739087%27 HTTP/1.1" 200 None
2026-03-28 15:16:02 [adesa.be] INFO: Scrape type for 10739087: 0
2026-03-28 15:16:02 [adesa.be] INFO: Skipping item 10739087 url https://www.openlane.eu/en/carv6/auction/10739087
2026-03-28 15:16:02 [adesa.be] INFO: Found listing with ID: 10739706
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739706%27 HTTP/1.1" 200 None
2026-03-28 15:16:02 [adesa.be] INFO: Scrape type for 10739706: 0
2026-03-28 15:16:02 [adesa.be] INFO: Skipping item 10739706 url https://www.openlane.eu/en/carv6/auction/10739706
2026-03-28 15:16:02 [adesa.be] INFO: Found listing with ID: 10739270
2026-03-28 15:16:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739270%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739270: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739270 url https://www.openlane.eu/en/carv6/auction/10739270
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739066
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739066%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739066: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739066 url https://www.openlane.eu/en/carv6/auction/10739066
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739423
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739423%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739423: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739423 url https://www.openlane.eu/en/carv6/auction/10739423
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739520
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739520%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739520: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739520 url https://www.openlane.eu/en/carv6/auction/10739520
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739698
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739698%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739698: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739698 url https://www.openlane.eu/en/carv6/auction/10739698
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739648
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739648%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739648: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739648 url https://www.openlane.eu/en/carv6/auction/10739648
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739328
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739328%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739328: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739328 url https://www.openlane.eu/en/carv6/auction/10739328
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739629
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739629%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739629: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739629 url https://www.openlane.eu/en/carv6/auction/10739629
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739253
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739253%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739253: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739253 url https://www.openlane.eu/en/carv6/auction/10739253
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739387
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739387%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739387: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739387 url https://www.openlane.eu/en/carv6/auction/10739387
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739499
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739499%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739499: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739499 url https://www.openlane.eu/en/carv6/auction/10739499
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739672
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739672%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739672: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739672 url https://www.openlane.eu/en/carv6/auction/10739672
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739203
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739203%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739203: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739203 url https://www.openlane.eu/en/carv6/auction/10739203
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739103
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739103%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739103: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739103 url https://www.openlane.eu/en/carv6/auction/10739103
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739232
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739232%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739232: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739232 url https://www.openlane.eu/en/carv6/auction/10739232
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739338
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739338%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739338: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739338 url https://www.openlane.eu/en/carv6/auction/10739338
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739512
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739512%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739512: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739512 url https://www.openlane.eu/en/carv6/auction/10739512
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739666
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739666%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739666: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739666 url https://www.openlane.eu/en/carv6/auction/10739666
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739463
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739463%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739463: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739463 url https://www.openlane.eu/en/carv6/auction/10739463
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739696
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739696%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739696: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739696 url https://www.openlane.eu/en/carv6/auction/10739696
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10740012
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740012%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10740012: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10740012 url https://www.openlane.eu/en/carv6/auction/10740012
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739141
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739141%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739141: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739141 url https://www.openlane.eu/en/carv6/auction/10739141
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739252
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739252%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739252: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739252 url https://www.openlane.eu/en/carv6/auction/10739252
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739122
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739122%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739122: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739122 url https://www.openlane.eu/en/carv6/auction/10739122
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739450
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739450%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739450: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739450 url https://www.openlane.eu/en/carv6/auction/10739450
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739374
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739374%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739374: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739374 url https://www.openlane.eu/en/carv6/auction/10739374
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10740046
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740046%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10740046: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10740046 url https://www.openlane.eu/en/carv6/auction/10740046
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739630
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739630%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739630: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739630 url https://www.openlane.eu/en/carv6/auction/10739630
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739222
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739222%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739222: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739222 url https://www.openlane.eu/en/carv6/auction/10739222
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739924
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739924%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739924: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739924 url https://www.openlane.eu/en/carv6/auction/10739924
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739043
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739043%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739043: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739043 url https://www.openlane.eu/en/carv6/auction/10739043
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739117
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739117%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739117: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739117 url https://www.openlane.eu/en/carv6/auction/10739117
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739038
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739038%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739038: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739038 url https://www.openlane.eu/en/carv6/auction/10739038
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739249
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739249%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739249: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739249 url https://www.openlane.eu/en/carv6/auction/10739249
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739614
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739614%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739614: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739614 url https://www.openlane.eu/en/carv6/auction/10739614
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10740742
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740742%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10740742: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10740742 url https://www.openlane.eu/en/carv6/auction/10740742
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739616
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739616%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739616: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739616 url https://www.openlane.eu/en/carv6/auction/10739616
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739521
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739521%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739521: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739521 url https://www.openlane.eu/en/carv6/auction/10739521
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739061
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739061%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739061: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739061 url https://www.openlane.eu/en/carv6/auction/10739061
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739464
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739464%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739464: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739464 url https://www.openlane.eu/en/carv6/auction/10739464
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10740515
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740515%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10740515: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10740515 url https://www.openlane.eu/en/carv6/auction/10740515
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739289
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739289%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739289: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739289 url https://www.openlane.eu/en/carv6/auction/10739289
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10740492
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740492%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10740492: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10740492 url https://www.openlane.eu/en/carv6/auction/10740492
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739397
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739397%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739397: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739397 url https://www.openlane.eu/en/carv6/auction/10739397
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10740771
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740771%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10740771: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10740771 url https://www.openlane.eu/en/carv6/auction/10740771
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739586
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739586%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739586: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739586 url https://www.openlane.eu/en/carv6/auction/10739586
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739291
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739291%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739291: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739291 url https://www.openlane.eu/en/carv6/auction/10739291
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739372
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739372%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739372: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739372 url https://www.openlane.eu/en/carv6/auction/10739372
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739157
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739157%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739157: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739157 url https://www.openlane.eu/en/carv6/auction/10739157
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739277
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739277%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739277: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739277 url https://www.openlane.eu/en/carv6/auction/10739277
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739082
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739082%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739082: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739082 url https://www.openlane.eu/en/carv6/auction/10739082
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739287
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739287%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739287: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739287 url https://www.openlane.eu/en/carv6/auction/10739287
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739039
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739039%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739039: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739039 url https://www.openlane.eu/en/carv6/auction/10739039
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10740776
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740776%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10740776: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10740776 url https://www.openlane.eu/en/carv6/auction/10740776
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739174
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739174%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739174: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739174 url https://www.openlane.eu/en/carv6/auction/10739174
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739424
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739424%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739424: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739424 url https://www.openlane.eu/en/carv6/auction/10739424
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739676
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739676%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739676: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739676 url https://www.openlane.eu/en/carv6/auction/10739676
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10740045
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740045%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10740045: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10740045 url https://www.openlane.eu/en/carv6/auction/10740045
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10739442
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739442%27 HTTP/1.1" 200 None
2026-03-28 15:16:03 [adesa.be] INFO: Scrape type for 10739442: 0
2026-03-28 15:16:03 [adesa.be] INFO: Skipping item 10739442 url https://www.openlane.eu/en/carv6/auction/10739442
2026-03-28 15:16:03 [adesa.be] INFO: Found listing with ID: 10740014
2026-03-28 15:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740014%27 HTTP/1.1" 200 None
2026-03-28 15:16:04 [adesa.be] INFO: Scrape type for 10740014: 0
2026-03-28 15:16:04 [adesa.be] INFO: Skipping item 10740014 url https://www.openlane.eu/en/carv6/auction/10740014
2026-03-28 15:16:04 [adesa.be] INFO: Found listing with ID: 10739722
2026-03-28 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739722%27 HTTP/1.1" 200 None
2026-03-28 15:16:04 [adesa.be] INFO: Scrape type for 10739722: 0
2026-03-28 15:16:04 [adesa.be] INFO: Skipping item 10739722 url https://www.openlane.eu/en/carv6/auction/10739722
2026-03-28 15:16:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:16:05 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10739353
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739353%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10739353: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10739353 url https://www.openlane.eu/en/carv6/auction/10739353
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10740534
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740534%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10740534: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10740534 url https://www.openlane.eu/en/carv6/auction/10740534
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10739137
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739137%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10739137: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10739137 url https://www.openlane.eu/en/carv6/auction/10739137
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10740499
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740499%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10740499: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10740499 url https://www.openlane.eu/en/carv6/auction/10740499
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10739071
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739071%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10739071: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10739071 url https://www.openlane.eu/en/carv6/auction/10739071
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10739040
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739040%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10739040: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10739040 url https://www.openlane.eu/en/carv6/auction/10739040
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10739041
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739041%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10739041: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10739041 url https://www.openlane.eu/en/carv6/auction/10739041
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10739078
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739078%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10739078: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10739078 url https://www.openlane.eu/en/carv6/auction/10739078
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10739036
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739036%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10739036: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10739036 url https://www.openlane.eu/en/carv6/auction/10739036
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10739659
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739659%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10739659: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10739659 url https://www.openlane.eu/en/carv6/auction/10739659
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10740785
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740785%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10740785: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10740785 url https://www.openlane.eu/en/carv6/auction/10740785
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10739657
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739657%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10739657: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10739657 url https://www.openlane.eu/en/carv6/auction/10739657
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10739146
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739146%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10739146: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10739146 url https://www.openlane.eu/en/carv6/auction/10739146
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10739590
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739590%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10739590: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10739590 url https://www.openlane.eu/en/carv6/auction/10739590
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10739592
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739592%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10739592: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10739592 url https://www.openlane.eu/en/carv6/auction/10739592
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10740508
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740508%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10740508: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10740508 url https://www.openlane.eu/en/carv6/auction/10740508
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10739942
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739942%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10739942: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10739942 url https://www.openlane.eu/en/carv6/auction/10739942
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10740026
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740026%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10740026: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10740026 url https://www.openlane.eu/en/carv6/auction/10740026
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10739711
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739711%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10739711: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10739711 url https://www.openlane.eu/en/carv6/auction/10739711
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10739228
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739228%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10739228: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10739228 url https://www.openlane.eu/en/carv6/auction/10739228
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10740018
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740018%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10740018: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10740018 url https://www.openlane.eu/en/carv6/auction/10740018
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10739279
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739279%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10739279: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10739279 url https://www.openlane.eu/en/carv6/auction/10739279
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10739182
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739182%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10739182: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10739182 url https://www.openlane.eu/en/carv6/auction/10739182
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10739931
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739931%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10739931: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10739931 url https://www.openlane.eu/en/carv6/auction/10739931
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10739943
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739943%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10739943: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10739943 url https://www.openlane.eu/en/carv6/auction/10739943
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10739457
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739457%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10739457: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10739457 url https://www.openlane.eu/en/carv6/auction/10739457
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10739150
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739150%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10739150: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10739150 url https://www.openlane.eu/en/carv6/auction/10739150
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10739930
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739930%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10739930: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10739930 url https://www.openlane.eu/en/carv6/auction/10739930
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10739227
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739227%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10739227: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10739227 url https://www.openlane.eu/en/carv6/auction/10739227
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10740792
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740792%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10740792: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10740792 url https://www.openlane.eu/en/carv6/auction/10740792
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10739958
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739958%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10739958: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10739958 url https://www.openlane.eu/en/carv6/auction/10739958
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10739721
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739721%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10739721: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10739721 url https://www.openlane.eu/en/carv6/auction/10739721
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10739959
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739959%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10739959: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10739959 url https://www.openlane.eu/en/carv6/auction/10739959
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10739425
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739425%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10739425: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10739425 url https://www.openlane.eu/en/carv6/auction/10739425
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10740039
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740039%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10740039: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10740039 url https://www.openlane.eu/en/carv6/auction/10740039
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10740517
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740517%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10740517: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10740517 url https://www.openlane.eu/en/carv6/auction/10740517
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10739493
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739493%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10739493: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10739493 url https://www.openlane.eu/en/carv6/auction/10739493
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10739368
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739368%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10739368: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10739368 url https://www.openlane.eu/en/carv6/auction/10739368
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10739946
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739946%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10739946: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10739946 url https://www.openlane.eu/en/carv6/auction/10739946
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10739257
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739257%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10739257: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10739257 url https://www.openlane.eu/en/carv6/auction/10739257
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10739665
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739665%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10739665: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10739665 url https://www.openlane.eu/en/carv6/auction/10739665
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10739664
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739664%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10739664: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10739664 url https://www.openlane.eu/en/carv6/auction/10739664
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10740803
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740803%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10740803: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10740803 url https://www.openlane.eu/en/carv6/auction/10740803
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10739981
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739981%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10739981: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10739981 url https://www.openlane.eu/en/carv6/auction/10739981
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10739713
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739713%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10739713: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10739713 url https://www.openlane.eu/en/carv6/auction/10739713
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10739999
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739999%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10739999: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10739999 url https://www.openlane.eu/en/carv6/auction/10739999
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10739993
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739993%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10739993: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10739993 url https://www.openlane.eu/en/carv6/auction/10739993
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10739414
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739414%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10739414: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10739414 url https://www.openlane.eu/en/carv6/auction/10739414
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10739723
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739723%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10739723: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10739723 url https://www.openlane.eu/en/carv6/auction/10739723
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10740764
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740764%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10740764: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10740764 url https://www.openlane.eu/en/carv6/auction/10740764
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10739663
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739663%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10739663: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10739663 url https://www.openlane.eu/en/carv6/auction/10739663
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10740044
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740044%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10740044: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10740044 url https://www.openlane.eu/en/carv6/auction/10740044
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10739211
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739211%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10739211: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10739211 url https://www.openlane.eu/en/carv6/auction/10739211
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10739183
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739183%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10739183: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10739183 url https://www.openlane.eu/en/carv6/auction/10739183
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10740004
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740004%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10740004: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10740004 url https://www.openlane.eu/en/carv6/auction/10740004
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10740040
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740040%27 HTTP/1.1" 200 None
2026-03-28 15:16:06 [adesa.be] INFO: Scrape type for 10740040: 0
2026-03-28 15:16:06 [adesa.be] INFO: Skipping item 10740040 url https://www.openlane.eu/en/carv6/auction/10740040
2026-03-28 15:16:06 [adesa.be] INFO: Found listing with ID: 10740491
2026-03-28 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740491%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10740491: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10740491 url https://www.openlane.eu/en/carv6/auction/10740491
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10739316
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739316%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10739316: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10739316 url https://www.openlane.eu/en/carv6/auction/10739316
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10739052
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739052%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10739052: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10739052 url https://www.openlane.eu/en/carv6/auction/10739052
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10739218
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739218%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10739218: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10739218 url https://www.openlane.eu/en/carv6/auction/10739218
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10739258
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739258%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10739258: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10739258 url https://www.openlane.eu/en/carv6/auction/10739258
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10739410
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739410%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10739410: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10739410 url https://www.openlane.eu/en/carv6/auction/10739410
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10740761
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740761%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10740761: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10740761 url https://www.openlane.eu/en/carv6/auction/10740761
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10739717
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739717%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10739717: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10739717 url https://www.openlane.eu/en/carv6/auction/10739717
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10739970
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739970%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10739970: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10739970 url https://www.openlane.eu/en/carv6/auction/10739970
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10739168
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739168%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10739168: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10739168 url https://www.openlane.eu/en/carv6/auction/10739168
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10739314
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739314%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10739314: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10739314 url https://www.openlane.eu/en/carv6/auction/10739314
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10739961
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739961%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10739961: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10739961 url https://www.openlane.eu/en/carv6/auction/10739961
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10740516
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740516%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10740516: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10740516 url https://www.openlane.eu/en/carv6/auction/10740516
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10739533
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739533%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10739533: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10739533 url https://www.openlane.eu/en/carv6/auction/10739533
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10740735
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740735%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10740735: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10740735 url https://www.openlane.eu/en/carv6/auction/10740735
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10739415
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739415%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10739415: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10739415 url https://www.openlane.eu/en/carv6/auction/10739415
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10740462
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740462%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10740462: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10740462 url https://www.openlane.eu/en/carv6/auction/10740462
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10739952
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739952%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10739952: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10739952 url https://www.openlane.eu/en/carv6/auction/10739952
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10739037
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739037%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10739037: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10739037 url https://www.openlane.eu/en/carv6/auction/10739037
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10740787
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740787%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10740787: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10740787 url https://www.openlane.eu/en/carv6/auction/10740787
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10740496
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740496%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10740496: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10740496 url https://www.openlane.eu/en/carv6/auction/10740496
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10739125
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739125%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10739125: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10739125 url https://www.openlane.eu/en/carv6/auction/10739125
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10739093
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739093%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10739093: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10739093 url https://www.openlane.eu/en/carv6/auction/10739093
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10739042
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739042%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10739042: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10739042 url https://www.openlane.eu/en/carv6/auction/10739042
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10739107
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739107%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10739107: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10739107 url https://www.openlane.eu/en/carv6/auction/10739107
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10739254
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739254%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10739254: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10739254 url https://www.openlane.eu/en/carv6/auction/10739254
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10739031
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739031%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10739031: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10739031 url https://www.openlane.eu/en/carv6/auction/10739031
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10739135
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739135%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10739135: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10739135 url https://www.openlane.eu/en/carv6/auction/10739135
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10740784
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740784%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10740784: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10740784 url https://www.openlane.eu/en/carv6/auction/10740784
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10739436
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739436%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10739436: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10739436 url https://www.openlane.eu/en/carv6/auction/10739436
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10739486
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739486%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10739486: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10739486 url https://www.openlane.eu/en/carv6/auction/10739486
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10739559
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739559%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10739559: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10739559 url https://www.openlane.eu/en/carv6/auction/10739559
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10739612
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739612%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10739612: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10739612 url https://www.openlane.eu/en/carv6/auction/10739612
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10739487
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739487%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10739487: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10739487 url https://www.openlane.eu/en/carv6/auction/10739487
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10739392
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739392%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10739392: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10739392 url https://www.openlane.eu/en/carv6/auction/10739392
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10739610
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739610%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10739610: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10739610 url https://www.openlane.eu/en/carv6/auction/10739610
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10739437
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739437%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10739437: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10739437 url https://www.openlane.eu/en/carv6/auction/10739437
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10739192
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739192%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10739192: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10739192 url https://www.openlane.eu/en/carv6/auction/10739192
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10739373
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739373%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10739373: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10739373 url https://www.openlane.eu/en/carv6/auction/10739373
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10739132
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739132%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10739132: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10739132 url https://www.openlane.eu/en/carv6/auction/10739132
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10740791
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740791%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10740791: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10740791 url https://www.openlane.eu/en/carv6/auction/10740791
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10739167
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739167%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10739167: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10739167 url https://www.openlane.eu/en/carv6/auction/10739167
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10739439
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739439%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10739439: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10739439 url https://www.openlane.eu/en/carv6/auction/10739439
2026-03-28 15:16:07 [adesa.be] INFO: Found listing with ID: 10739205
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739205%27 HTTP/1.1" 200 None
2026-03-28 15:16:07 [adesa.be] INFO: Scrape type for 10739205: 0
2026-03-28 15:16:07 [adesa.be] INFO: Skipping item 10739205 url https://www.openlane.eu/en/carv6/auction/10739205
2026-03-28 15:16:07 [scrapy.extensions.logstats] INFO: Crawled 21 pages (at 21 pages/min), scraped 13 items (at 13 items/min)
2026-03-28 15:16:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 175MiB
2026-03-28 15:16:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:16:09 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:16:09 [adesa.be] INFO: Found listing with ID: 10740043
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740043%27 HTTP/1.1" 200 None
2026-03-28 15:16:09 [adesa.be] INFO: Scrape type for 10740043: 0
2026-03-28 15:16:09 [adesa.be] INFO: Skipping item 10740043 url https://www.openlane.eu/en/carv6/auction/10740043
2026-03-28 15:16:09 [adesa.be] INFO: Found listing with ID: 10739688
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739688%27 HTTP/1.1" 200 None
2026-03-28 15:16:09 [adesa.be] INFO: Scrape type for 10739688: 0
2026-03-28 15:16:09 [adesa.be] INFO: Skipping item 10739688 url https://www.openlane.eu/en/carv6/auction/10739688
2026-03-28 15:16:09 [adesa.be] INFO: Found listing with ID: 10739193
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739193%27 HTTP/1.1" 200 None
2026-03-28 15:16:09 [adesa.be] INFO: Scrape type for 10739193: 0
2026-03-28 15:16:09 [adesa.be] INFO: Skipping item 10739193 url https://www.openlane.eu/en/carv6/auction/10739193
2026-03-28 15:16:09 [adesa.be] INFO: Found listing with ID: 10740037
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740037%27 HTTP/1.1" 200 None
2026-03-28 15:16:09 [adesa.be] INFO: Scrape type for 10740037: 0
2026-03-28 15:16:09 [adesa.be] INFO: Skipping item 10740037 url https://www.openlane.eu/en/carv6/auction/10740037
2026-03-28 15:16:09 [adesa.be] INFO: Found listing with ID: 10739632
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739632%27 HTTP/1.1" 200 None
2026-03-28 15:16:09 [adesa.be] INFO: Scrape type for 10739632: 0
2026-03-28 15:16:09 [adesa.be] INFO: Skipping item 10739632 url https://www.openlane.eu/en/carv6/auction/10739632
2026-03-28 15:16:09 [adesa.be] INFO: Found listing with ID: 10740760
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740760%27 HTTP/1.1" 200 None
2026-03-28 15:16:09 [adesa.be] INFO: Scrape type for 10740760: 0
2026-03-28 15:16:09 [adesa.be] INFO: Skipping item 10740760 url https://www.openlane.eu/en/carv6/auction/10740760
2026-03-28 15:16:09 [adesa.be] INFO: Found listing with ID: 10739700
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739700%27 HTTP/1.1" 200 None
2026-03-28 15:16:09 [adesa.be] INFO: Scrape type for 10739700: 0
2026-03-28 15:16:09 [adesa.be] INFO: Skipping item 10739700 url https://www.openlane.eu/en/carv6/auction/10739700
2026-03-28 15:16:09 [adesa.be] INFO: Found listing with ID: 10739649
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739649%27 HTTP/1.1" 200 None
2026-03-28 15:16:09 [adesa.be] INFO: Scrape type for 10739649: 0
2026-03-28 15:16:09 [adesa.be] INFO: Skipping item 10739649 url https://www.openlane.eu/en/carv6/auction/10739649
2026-03-28 15:16:09 [adesa.be] INFO: Found listing with ID: 10739973
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739973%27 HTTP/1.1" 200 None
2026-03-28 15:16:09 [adesa.be] INFO: Scrape type for 10739973: 0
2026-03-28 15:16:09 [adesa.be] INFO: Skipping item 10739973 url https://www.openlane.eu/en/carv6/auction/10739973
2026-03-28 15:16:09 [adesa.be] INFO: Found listing with ID: 10739940
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739940%27 HTTP/1.1" 200 None
2026-03-28 15:16:09 [adesa.be] INFO: Scrape type for 10739940: 0
2026-03-28 15:16:09 [adesa.be] INFO: Skipping item 10739940 url https://www.openlane.eu/en/carv6/auction/10739940
2026-03-28 15:16:09 [adesa.be] INFO: Found listing with ID: 10739308
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739308%27 HTTP/1.1" 200 None
2026-03-28 15:16:09 [adesa.be] INFO: Scrape type for 10739308: 0
2026-03-28 15:16:09 [adesa.be] INFO: Skipping item 10739308 url https://www.openlane.eu/en/carv6/auction/10739308
2026-03-28 15:16:09 [adesa.be] INFO: Found listing with ID: 10739661
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739661%27 HTTP/1.1" 200 None
2026-03-28 15:16:09 [adesa.be] INFO: Scrape type for 10739661: 0
2026-03-28 15:16:09 [adesa.be] INFO: Skipping item 10739661 url https://www.openlane.eu/en/carv6/auction/10739661
2026-03-28 15:16:09 [adesa.be] INFO: Found listing with ID: 10739065
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739065%27 HTTP/1.1" 200 None
2026-03-28 15:16:09 [adesa.be] INFO: Scrape type for 10739065: 0
2026-03-28 15:16:09 [adesa.be] INFO: Skipping item 10739065 url https://www.openlane.eu/en/carv6/auction/10739065
2026-03-28 15:16:09 [adesa.be] INFO: Found listing with ID: 10739320
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739320%27 HTTP/1.1" 200 None
2026-03-28 15:16:09 [adesa.be] INFO: Scrape type for 10739320: 0
2026-03-28 15:16:09 [adesa.be] INFO: Skipping item 10739320 url https://www.openlane.eu/en/carv6/auction/10739320
2026-03-28 15:16:09 [adesa.be] INFO: Found listing with ID: 10739324
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739324%27 HTTP/1.1" 200 None
2026-03-28 15:16:09 [adesa.be] INFO: Scrape type for 10739324: 0
2026-03-28 15:16:09 [adesa.be] INFO: Skipping item 10739324 url https://www.openlane.eu/en/carv6/auction/10739324
2026-03-28 15:16:09 [adesa.be] INFO: Found listing with ID: 10740783
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740783%27 HTTP/1.1" 200 None
2026-03-28 15:16:09 [adesa.be] INFO: Scrape type for 10740783: 0
2026-03-28 15:16:09 [adesa.be] INFO: Skipping item 10740783 url https://www.openlane.eu/en/carv6/auction/10740783
2026-03-28 15:16:09 [adesa.be] INFO: Found listing with ID: 10739276
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739276%27 HTTP/1.1" 200 None
2026-03-28 15:16:09 [adesa.be] INFO: Scrape type for 10739276: 0
2026-03-28 15:16:09 [adesa.be] INFO: Skipping item 10739276 url https://www.openlane.eu/en/carv6/auction/10739276
2026-03-28 15:16:09 [adesa.be] INFO: Found listing with ID: 10739627
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739627%27 HTTP/1.1" 200 None
2026-03-28 15:16:09 [adesa.be] INFO: Scrape type for 10739627: 0
2026-03-28 15:16:09 [adesa.be] INFO: Skipping item 10739627 url https://www.openlane.eu/en/carv6/auction/10739627
2026-03-28 15:16:09 [adesa.be] INFO: Found listing with ID: 10739296
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739296%27 HTTP/1.1" 200 None
2026-03-28 15:16:09 [adesa.be] INFO: Scrape type for 10739296: 0
2026-03-28 15:16:09 [adesa.be] INFO: Skipping item 10739296 url https://www.openlane.eu/en/carv6/auction/10739296
2026-03-28 15:16:09 [adesa.be] INFO: Found listing with ID: 10739637
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739637%27 HTTP/1.1" 200 None
2026-03-28 15:16:09 [adesa.be] INFO: Scrape type for 10739637: 0
2026-03-28 15:16:09 [adesa.be] INFO: Skipping item 10739637 url https://www.openlane.eu/en/carv6/auction/10739637
2026-03-28 15:16:09 [adesa.be] INFO: Found listing with ID: 10740503
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740503%27 HTTP/1.1" 200 None
2026-03-28 15:16:09 [adesa.be] INFO: Scrape type for 10740503: 0
2026-03-28 15:16:09 [adesa.be] INFO: Skipping item 10740503 url https://www.openlane.eu/en/carv6/auction/10740503
2026-03-28 15:16:09 [adesa.be] INFO: Found listing with ID: 10740490
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740490%27 HTTP/1.1" 200 None
2026-03-28 15:16:09 [adesa.be] INFO: Scrape type for 10740490: 0
2026-03-28 15:16:09 [adesa.be] INFO: Skipping item 10740490 url https://www.openlane.eu/en/carv6/auction/10740490
2026-03-28 15:16:09 [adesa.be] INFO: Found listing with ID: 10739728
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739728%27 HTTP/1.1" 200 None
2026-03-28 15:16:09 [adesa.be] INFO: Scrape type for 10739728: 0
2026-03-28 15:16:09 [adesa.be] INFO: Skipping item 10739728 url https://www.openlane.eu/en/carv6/auction/10739728
2026-03-28 15:16:09 [adesa.be] INFO: Found listing with ID: 10739266
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739266%27 HTTP/1.1" 200 None
2026-03-28 15:16:09 [adesa.be] INFO: Scrape type for 10739266: 0
2026-03-28 15:16:09 [adesa.be] INFO: Skipping item 10739266 url https://www.openlane.eu/en/carv6/auction/10739266
2026-03-28 15:16:09 [adesa.be] INFO: Found listing with ID: 10739697
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739697%27 HTTP/1.1" 200 None
2026-03-28 15:16:09 [adesa.be] INFO: Scrape type for 10739697: 0
2026-03-28 15:16:09 [adesa.be] INFO: Skipping item 10739697 url https://www.openlane.eu/en/carv6/auction/10739697
2026-03-28 15:16:09 [adesa.be] INFO: Found listing with ID: 10739547
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739547%27 HTTP/1.1" 200 None
2026-03-28 15:16:09 [adesa.be] INFO: Scrape type for 10739547: 0
2026-03-28 15:16:09 [adesa.be] INFO: Skipping item 10739547 url https://www.openlane.eu/en/carv6/auction/10739547
2026-03-28 15:16:09 [adesa.be] INFO: Found listing with ID: 10739196
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739196%27 HTTP/1.1" 200 None
2026-03-28 15:16:09 [adesa.be] INFO: Scrape type for 10739196: 0
2026-03-28 15:16:09 [adesa.be] INFO: Skipping item 10739196 url https://www.openlane.eu/en/carv6/auction/10739196
2026-03-28 15:16:09 [adesa.be] INFO: Found listing with ID: 10740016
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740016%27 HTTP/1.1" 200 None
2026-03-28 15:16:09 [adesa.be] INFO: Scrape type for 10740016: 0
2026-03-28 15:16:09 [adesa.be] INFO: Skipping item 10740016 url https://www.openlane.eu/en/carv6/auction/10740016
2026-03-28 15:16:09 [adesa.be] INFO: Found listing with ID: 10739647
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739647%27 HTTP/1.1" 200 None
2026-03-28 15:16:10 [adesa.be] INFO: Scrape type for 10739647: 0
2026-03-28 15:16:10 [adesa.be] INFO: Skipping item 10739647 url https://www.openlane.eu/en/carv6/auction/10739647
2026-03-28 15:16:10 [adesa.be] INFO: Found listing with ID: 10739476
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739476%27 HTTP/1.1" 200 None
2026-03-28 15:16:10 [adesa.be] INFO: Scrape type for 10739476: 0
2026-03-28 15:16:10 [adesa.be] INFO: Skipping item 10739476 url https://www.openlane.eu/en/carv6/auction/10739476
2026-03-28 15:16:10 [adesa.be] INFO: Found listing with ID: 10740806
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740806%27 HTTP/1.1" 200 None
2026-03-28 15:16:10 [adesa.be] INFO: Scrape type for 10740806: 0
2026-03-28 15:16:10 [adesa.be] INFO: Skipping item 10740806 url https://www.openlane.eu/en/carv6/auction/10740806
2026-03-28 15:16:10 [adesa.be] INFO: Found listing with ID: 10739500
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739500%27 HTTP/1.1" 200 None
2026-03-28 15:16:10 [adesa.be] INFO: Scrape type for 10739500: 0
2026-03-28 15:16:10 [adesa.be] INFO: Skipping item 10739500 url https://www.openlane.eu/en/carv6/auction/10739500
2026-03-28 15:16:10 [adesa.be] INFO: Found listing with ID: 10740505
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740505%27 HTTP/1.1" 200 None
2026-03-28 15:16:10 [adesa.be] INFO: Scrape type for 10740505: 0
2026-03-28 15:16:10 [adesa.be] INFO: Skipping item 10740505 url https://www.openlane.eu/en/carv6/auction/10740505
2026-03-28 15:16:10 [adesa.be] INFO: Found listing with ID: 10740750
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740750%27 HTTP/1.1" 200 None
2026-03-28 15:16:10 [adesa.be] INFO: Scrape type for 10740750: 0
2026-03-28 15:16:10 [adesa.be] INFO: Skipping item 10740750 url https://www.openlane.eu/en/carv6/auction/10740750
2026-03-28 15:16:10 [adesa.be] INFO: Found listing with ID: 10740472
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740472%27 HTTP/1.1" 200 None
2026-03-28 15:16:10 [adesa.be] INFO: Scrape type for 10740472: 0
2026-03-28 15:16:10 [adesa.be] INFO: Skipping item 10740472 url https://www.openlane.eu/en/carv6/auction/10740472
2026-03-28 15:16:10 [adesa.be] INFO: Found listing with ID: 10739562
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739562%27 HTTP/1.1" 200 None
2026-03-28 15:16:10 [adesa.be] INFO: Scrape type for 10739562: 0
2026-03-28 15:16:10 [adesa.be] INFO: Skipping item 10739562 url https://www.openlane.eu/en/carv6/auction/10739562
2026-03-28 15:16:10 [adesa.be] INFO: Found listing with ID: 10739516
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739516%27 HTTP/1.1" 200 None
2026-03-28 15:16:10 [adesa.be] INFO: Scrape type for 10739516: 0
2026-03-28 15:16:10 [adesa.be] INFO: Skipping item 10739516 url https://www.openlane.eu/en/carv6/auction/10739516
2026-03-28 15:16:10 [adesa.be] INFO: Found listing with ID: 10739997
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739997%27 HTTP/1.1" 200 None
2026-03-28 15:16:10 [adesa.be] INFO: Scrape type for 10739997: 0
2026-03-28 15:16:10 [adesa.be] INFO: Skipping item 10739997 url https://www.openlane.eu/en/carv6/auction/10739997
2026-03-28 15:16:10 [adesa.be] INFO: Found listing with ID: 10740756
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740756%27 HTTP/1.1" 200 None
2026-03-28 15:16:10 [adesa.be] INFO: Scrape type for 10740756: 0
2026-03-28 15:16:10 [adesa.be] INFO: Skipping item 10740756 url https://www.openlane.eu/en/carv6/auction/10740756
2026-03-28 15:16:10 [adesa.be] INFO: Found listing with ID: 10740524
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740524%27 HTTP/1.1" 200 None
2026-03-28 15:16:10 [adesa.be] INFO: Scrape type for 10740524: 0
2026-03-28 15:16:10 [adesa.be] INFO: Skipping item 10740524 url https://www.openlane.eu/en/carv6/auction/10740524
2026-03-28 15:16:10 [adesa.be] INFO: Found listing with ID: 10739668
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739668%27 HTTP/1.1" 200 None
2026-03-28 15:16:10 [adesa.be] INFO: Scrape type for 10739668: 0
2026-03-28 15:16:10 [adesa.be] INFO: Skipping item 10739668 url https://www.openlane.eu/en/carv6/auction/10739668
2026-03-28 15:16:10 [adesa.be] INFO: Found listing with ID: 10739445
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739445%27 HTTP/1.1" 200 None
2026-03-28 15:16:10 [adesa.be] INFO: Scrape type for 10739445: 0
2026-03-28 15:16:10 [adesa.be] INFO: Skipping item 10739445 url https://www.openlane.eu/en/carv6/auction/10739445
2026-03-28 15:16:10 [adesa.be] INFO: Found listing with ID: 10739608
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739608%27 HTTP/1.1" 200 None
2026-03-28 15:16:10 [adesa.be] INFO: Scrape type for 10739608: 0
2026-03-28 15:16:10 [adesa.be] INFO: Skipping item 10739608 url https://www.openlane.eu/en/carv6/auction/10739608
2026-03-28 15:16:10 [adesa.be] INFO: Found listing with ID: 10739429
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739429%27 HTTP/1.1" 200 None
2026-03-28 15:16:10 [adesa.be] INFO: Scrape type for 10739429: 0
2026-03-28 15:16:10 [adesa.be] INFO: Skipping item 10739429 url https://www.openlane.eu/en/carv6/auction/10739429
2026-03-28 15:16:10 [adesa.be] INFO: Found listing with ID: 10739691
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739691%27 HTTP/1.1" 200 None
2026-03-28 15:16:10 [adesa.be] INFO: Scrape type for 10739691: 0
2026-03-28 15:16:10 [adesa.be] INFO: Skipping item 10739691 url https://www.openlane.eu/en/carv6/auction/10739691
2026-03-28 15:16:10 [adesa.be] INFO: Found listing with ID: 10739626
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739626%27 HTTP/1.1" 200 None
2026-03-28 15:16:10 [adesa.be] INFO: Scrape type for 10739626: 0
2026-03-28 15:16:10 [adesa.be] INFO: Skipping item 10739626 url https://www.openlane.eu/en/carv6/auction/10739626
2026-03-28 15:16:10 [adesa.be] INFO: Found listing with ID: 10739371
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739371%27 HTTP/1.1" 200 None
2026-03-28 15:16:10 [adesa.be] INFO: Scrape type for 10739371: 0
2026-03-28 15:16:10 [adesa.be] INFO: Skipping item 10739371 url https://www.openlane.eu/en/carv6/auction/10739371
2026-03-28 15:16:10 [adesa.be] INFO: Found listing with ID: 10740739
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740739%27 HTTP/1.1" 200 None
2026-03-28 15:16:10 [adesa.be] INFO: Scrape type for 10740739: 0
2026-03-28 15:16:10 [adesa.be] INFO: Skipping item 10740739 url https://www.openlane.eu/en/carv6/auction/10740739
2026-03-28 15:16:10 [adesa.be] INFO: Found listing with ID: 10739204
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739204%27 HTTP/1.1" 200 None
2026-03-28 15:16:10 [adesa.be] INFO: Scrape type for 10739204: 0
2026-03-28 15:16:10 [adesa.be] INFO: Skipping item 10739204 url https://www.openlane.eu/en/carv6/auction/10739204
2026-03-28 15:16:10 [adesa.be] INFO: Found listing with ID: 10740486
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740486%27 HTTP/1.1" 200 None
2026-03-28 15:16:10 [adesa.be] INFO: Scrape type for 10740486: 0
2026-03-28 15:16:10 [adesa.be] INFO: Skipping item 10740486 url https://www.openlane.eu/en/carv6/auction/10740486
2026-03-28 15:16:10 [adesa.be] INFO: Found listing with ID: 10740009
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740009%27 HTTP/1.1" 200 None
2026-03-28 15:16:10 [adesa.be] INFO: Scrape type for 10740009: 0
2026-03-28 15:16:10 [adesa.be] INFO: Skipping item 10740009 url https://www.openlane.eu/en/carv6/auction/10740009
2026-03-28 15:16:10 [adesa.be] INFO: Found listing with ID: 10739330
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739330%27 HTTP/1.1" 200 None
2026-03-28 15:16:10 [adesa.be] INFO: Scrape type for 10739330: 0
2026-03-28 15:16:10 [adesa.be] INFO: Skipping item 10739330 url https://www.openlane.eu/en/carv6/auction/10739330
2026-03-28 15:16:10 [adesa.be] INFO: Found listing with ID: 10739350
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739350%27 HTTP/1.1" 200 None
2026-03-28 15:16:10 [adesa.be] INFO: Scrape type for 10739350: 0
2026-03-28 15:16:10 [adesa.be] INFO: Skipping item 10739350 url https://www.openlane.eu/en/carv6/auction/10739350
2026-03-28 15:16:10 [adesa.be] INFO: Found listing with ID: 10739395
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739395%27 HTTP/1.1" 200 None
2026-03-28 15:16:10 [adesa.be] INFO: Scrape type for 10739395: 0
2026-03-28 15:16:10 [adesa.be] INFO: Skipping item 10739395 url https://www.openlane.eu/en/carv6/auction/10739395
2026-03-28 15:16:10 [adesa.be] INFO: Found listing with ID: 10739515
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739515%27 HTTP/1.1" 200 None
2026-03-28 15:16:10 [adesa.be] INFO: Scrape type for 10739515: 0
2026-03-28 15:16:10 [adesa.be] INFO: Skipping item 10739515 url https://www.openlane.eu/en/carv6/auction/10739515
2026-03-28 15:16:10 [adesa.be] INFO: Found listing with ID: 10740007
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740007%27 HTTP/1.1" 200 None
2026-03-28 15:16:10 [adesa.be] INFO: Scrape type for 10740007: 0
2026-03-28 15:16:10 [adesa.be] INFO: Skipping item 10740007 url https://www.openlane.eu/en/carv6/auction/10740007
2026-03-28 15:16:10 [adesa.be] INFO: Found listing with ID: 10739982
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739982%27 HTTP/1.1" 200 None
2026-03-28 15:16:10 [adesa.be] INFO: Scrape type for 10739982: 0
2026-03-28 15:16:10 [adesa.be] INFO: Skipping item 10739982 url https://www.openlane.eu/en/carv6/auction/10739982
2026-03-28 15:16:10 [adesa.be] INFO: Found listing with ID: 10739473
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739473%27 HTTP/1.1" 200 None
2026-03-28 15:16:10 [adesa.be] INFO: Scrape type for 10739473: 0
2026-03-28 15:16:10 [adesa.be] INFO: Skipping item 10739473 url https://www.openlane.eu/en/carv6/auction/10739473
2026-03-28 15:16:10 [adesa.be] INFO: Found listing with ID: 10739937
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739937%27 HTTP/1.1" 200 None
2026-03-28 15:16:10 [adesa.be] INFO: Scrape type for 10739937: 0
2026-03-28 15:16:10 [adesa.be] INFO: Skipping item 10739937 url https://www.openlane.eu/en/carv6/auction/10739937
2026-03-28 15:16:10 [adesa.be] INFO: Found listing with ID: 10739047
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739047%27 HTTP/1.1" 200 None
2026-03-28 15:16:10 [adesa.be] INFO: Scrape type for 10739047: 0
2026-03-28 15:16:10 [adesa.be] INFO: Skipping item 10739047 url https://www.openlane.eu/en/carv6/auction/10739047
2026-03-28 15:16:10 [adesa.be] INFO: Found listing with ID: 10739975
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739975%27 HTTP/1.1" 200 None
2026-03-28 15:16:10 [adesa.be] INFO: Scrape type for 10739975: 0
2026-03-28 15:16:10 [adesa.be] INFO: Skipping item 10739975 url https://www.openlane.eu/en/carv6/auction/10739975
2026-03-28 15:16:10 [adesa.be] INFO: Found listing with ID: 10739955
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739955%27 HTTP/1.1" 200 None
2026-03-28 15:16:10 [adesa.be] INFO: Scrape type for 10739955: 0
2026-03-28 15:16:10 [adesa.be] INFO: Skipping item 10739955 url https://www.openlane.eu/en/carv6/auction/10739955
2026-03-28 15:16:10 [adesa.be] INFO: Found listing with ID: 10740029
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740029%27 HTTP/1.1" 200 None
2026-03-28 15:16:10 [adesa.be] INFO: Scrape type for 10740029: 0
2026-03-28 15:16:10 [adesa.be] INFO: Skipping item 10740029 url https://www.openlane.eu/en/carv6/auction/10740029
2026-03-28 15:16:10 [adesa.be] INFO: Found listing with ID: 10739432
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739432%27 HTTP/1.1" 200 None
2026-03-28 15:16:10 [adesa.be] INFO: Scrape type for 10739432: 0
2026-03-28 15:16:10 [adesa.be] INFO: Skipping item 10739432 url https://www.openlane.eu/en/carv6/auction/10739432
2026-03-28 15:16:10 [adesa.be] INFO: Found listing with ID: 10739382
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739382%27 HTTP/1.1" 200 None
2026-03-28 15:16:10 [adesa.be] INFO: Scrape type for 10739382: 0
2026-03-28 15:16:10 [adesa.be] INFO: Skipping item 10739382 url https://www.openlane.eu/en/carv6/auction/10739382
2026-03-28 15:16:10 [adesa.be] INFO: Found listing with ID: 10739278
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739278%27 HTTP/1.1" 200 None
2026-03-28 15:16:10 [adesa.be] INFO: Scrape type for 10739278: 0
2026-03-28 15:16:11 [adesa.be] INFO: Skipping item 10739278 url https://www.openlane.eu/en/carv6/auction/10739278
2026-03-28 15:16:11 [adesa.be] INFO: Found listing with ID: 10739421
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739421%27 HTTP/1.1" 200 None
2026-03-28 15:16:11 [adesa.be] INFO: Scrape type for 10739421: 0
2026-03-28 15:16:11 [adesa.be] INFO: Skipping item 10739421 url https://www.openlane.eu/en/carv6/auction/10739421
2026-03-28 15:16:11 [adesa.be] INFO: Found listing with ID: 10739525
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739525%27 HTTP/1.1" 200 None
2026-03-28 15:16:11 [adesa.be] INFO: Scrape type for 10739525: 0
2026-03-28 15:16:11 [adesa.be] INFO: Skipping item 10739525 url https://www.openlane.eu/en/carv6/auction/10739525
2026-03-28 15:16:11 [adesa.be] INFO: Found listing with ID: 10739932
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739932%27 HTTP/1.1" 200 None
2026-03-28 15:16:11 [adesa.be] INFO: Scrape type for 10739932: 0
2026-03-28 15:16:11 [adesa.be] INFO: Skipping item 10739932 url https://www.openlane.eu/en/carv6/auction/10739932
2026-03-28 15:16:11 [adesa.be] INFO: Found listing with ID: 10739317
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739317%27 HTTP/1.1" 200 None
2026-03-28 15:16:11 [adesa.be] INFO: Scrape type for 10739317: 0
2026-03-28 15:16:11 [adesa.be] INFO: Skipping item 10739317 url https://www.openlane.eu/en/carv6/auction/10739317
2026-03-28 15:16:11 [adesa.be] INFO: Found listing with ID: 10740762
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740762%27 HTTP/1.1" 200 None
2026-03-28 15:16:11 [adesa.be] INFO: Scrape type for 10740762: 0
2026-03-28 15:16:11 [adesa.be] INFO: Skipping item 10740762 url https://www.openlane.eu/en/carv6/auction/10740762
2026-03-28 15:16:11 [adesa.be] INFO: Found listing with ID: 10739212
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739212%27 HTTP/1.1" 200 None
2026-03-28 15:16:11 [adesa.be] INFO: Scrape type for 10739212: 0
2026-03-28 15:16:11 [adesa.be] INFO: Skipping item 10739212 url https://www.openlane.eu/en/carv6/auction/10739212
2026-03-28 15:16:11 [adesa.be] INFO: Found listing with ID: 10739366
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739366%27 HTTP/1.1" 200 None
2026-03-28 15:16:11 [adesa.be] INFO: Scrape type for 10739366: 0
2026-03-28 15:16:11 [adesa.be] INFO: Skipping item 10739366 url https://www.openlane.eu/en/carv6/auction/10739366
2026-03-28 15:16:11 [adesa.be] INFO: Found listing with ID: 10740469
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740469%27 HTTP/1.1" 200 None
2026-03-28 15:16:11 [adesa.be] INFO: Scrape type for 10740469: 0
2026-03-28 15:16:11 [adesa.be] INFO: Skipping item 10740469 url https://www.openlane.eu/en/carv6/auction/10740469
2026-03-28 15:16:11 [adesa.be] INFO: Found listing with ID: 10739716
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739716%27 HTTP/1.1" 200 None
2026-03-28 15:16:11 [adesa.be] INFO: Scrape type for 10739716: 0
2026-03-28 15:16:11 [adesa.be] INFO: Skipping item 10739716 url https://www.openlane.eu/en/carv6/auction/10739716
2026-03-28 15:16:11 [adesa.be] INFO: Found listing with ID: 10739549
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739549%27 HTTP/1.1" 200 None
2026-03-28 15:16:11 [adesa.be] INFO: Scrape type for 10739549: 0
2026-03-28 15:16:11 [adesa.be] INFO: Skipping item 10739549 url https://www.openlane.eu/en/carv6/auction/10739549
2026-03-28 15:16:11 [adesa.be] INFO: Found listing with ID: 10739990
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739990%27 HTTP/1.1" 200 None
2026-03-28 15:16:11 [adesa.be] INFO: Scrape type for 10739990: 0
2026-03-28 15:16:11 [adesa.be] INFO: Skipping item 10739990 url https://www.openlane.eu/en/carv6/auction/10739990
2026-03-28 15:16:11 [adesa.be] INFO: Found listing with ID: 10738186
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738186%27 HTTP/1.1" 200 None
2026-03-28 15:16:11 [adesa.be] INFO: Scrape type for 10738186: 0
2026-03-28 15:16:11 [adesa.be] INFO: Skipping item 10738186 url https://www.openlane.eu/en/carv6/auction/10738186
2026-03-28 15:16:11 [adesa.be] INFO: Found listing with ID: 10739719
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739719%27 HTTP/1.1" 200 None
2026-03-28 15:16:11 [adesa.be] INFO: Scrape type for 10739719: 0
2026-03-28 15:16:11 [adesa.be] INFO: Skipping item 10739719 url https://www.openlane.eu/en/carv6/auction/10739719
2026-03-28 15:16:11 [adesa.be] INFO: Found listing with ID: 10739960
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739960%27 HTTP/1.1" 200 None
2026-03-28 15:16:11 [adesa.be] INFO: Scrape type for 10739960: 0
2026-03-28 15:16:11 [adesa.be] INFO: Skipping item 10739960 url https://www.openlane.eu/en/carv6/auction/10739960
2026-03-28 15:16:11 [adesa.be] INFO: Found listing with ID: 10740805
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740805%27 HTTP/1.1" 200 None
2026-03-28 15:16:11 [adesa.be] INFO: Scrape type for 10740805: 0
2026-03-28 15:16:11 [adesa.be] INFO: Skipping item 10740805 url https://www.openlane.eu/en/carv6/auction/10740805
2026-03-28 15:16:11 [adesa.be] INFO: Found listing with ID: 10740527
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740527%27 HTTP/1.1" 200 None
2026-03-28 15:16:11 [adesa.be] INFO: Scrape type for 10740527: 0
2026-03-28 15:16:11 [adesa.be] INFO: Skipping item 10740527 url https://www.openlane.eu/en/carv6/auction/10740527
2026-03-28 15:16:11 [adesa.be] INFO: Found listing with ID: 10739250
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739250%27 HTTP/1.1" 200 None
2026-03-28 15:16:11 [adesa.be] INFO: Scrape type for 10739250: 0
2026-03-28 15:16:11 [adesa.be] INFO: Skipping item 10739250 url https://www.openlane.eu/en/carv6/auction/10739250
2026-03-28 15:16:11 [adesa.be] INFO: Found listing with ID: 10740510
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740510%27 HTTP/1.1" 200 None
2026-03-28 15:16:11 [adesa.be] INFO: Scrape type for 10740510: 0
2026-03-28 15:16:11 [adesa.be] INFO: Skipping item 10740510 url https://www.openlane.eu/en/carv6/auction/10740510
2026-03-28 15:16:11 [adesa.be] INFO: Found listing with ID: 10739495
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739495%27 HTTP/1.1" 200 None
2026-03-28 15:16:11 [adesa.be] INFO: Scrape type for 10739495: 0
2026-03-28 15:16:11 [adesa.be] INFO: Skipping item 10739495 url https://www.openlane.eu/en/carv6/auction/10739495
2026-03-28 15:16:11 [adesa.be] INFO: Found listing with ID: 10739177
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739177%27 HTTP/1.1" 200 None
2026-03-28 15:16:11 [adesa.be] INFO: Scrape type for 10739177: 0
2026-03-28 15:16:11 [adesa.be] INFO: Skipping item 10739177 url https://www.openlane.eu/en/carv6/auction/10739177
2026-03-28 15:16:11 [adesa.be] INFO: Found listing with ID: 10740763
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740763%27 HTTP/1.1" 200 None
2026-03-28 15:16:11 [adesa.be] INFO: Scrape type for 10740763: 0
2026-03-28 15:16:11 [adesa.be] INFO: Skipping item 10740763 url https://www.openlane.eu/en/carv6/auction/10740763
2026-03-28 15:16:11 [adesa.be] INFO: Found listing with ID: 10739570
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739570%27 HTTP/1.1" 200 None
2026-03-28 15:16:11 [adesa.be] INFO: Scrape type for 10739570: 0
2026-03-28 15:16:11 [adesa.be] INFO: Skipping item 10739570 url https://www.openlane.eu/en/carv6/auction/10739570
2026-03-28 15:16:11 [adesa.be] INFO: Found listing with ID: 10739095
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739095%27 HTTP/1.1" 200 None
2026-03-28 15:16:11 [adesa.be] INFO: Scrape type for 10739095: 0
2026-03-28 15:16:11 [adesa.be] INFO: Skipping item 10739095 url https://www.openlane.eu/en/carv6/auction/10739095
2026-03-28 15:16:11 [adesa.be] INFO: Found listing with ID: 10740482
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740482%27 HTTP/1.1" 200 None
2026-03-28 15:16:11 [adesa.be] INFO: Scrape type for 10740482: 0
2026-03-28 15:16:11 [adesa.be] INFO: Skipping item 10740482 url https://www.openlane.eu/en/carv6/auction/10740482
2026-03-28 15:16:11 [adesa.be] INFO: Found listing with ID: 10740794
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740794%27 HTTP/1.1" 200 None
2026-03-28 15:16:11 [adesa.be] INFO: Scrape type for 10740794: 0
2026-03-28 15:16:11 [adesa.be] INFO: Skipping item 10740794 url https://www.openlane.eu/en/carv6/auction/10740794
2026-03-28 15:16:11 [adesa.be] INFO: Found listing with ID: 10739684
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739684%27 HTTP/1.1" 200 None
2026-03-28 15:16:11 [adesa.be] INFO: Scrape type for 10739684: 0
2026-03-28 15:16:11 [adesa.be] INFO: Skipping item 10739684 url https://www.openlane.eu/en/carv6/auction/10739684
2026-03-28 15:16:11 [adesa.be] INFO: Found listing with ID: 10740484
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740484%27 HTTP/1.1" 200 None
2026-03-28 15:16:11 [adesa.be] INFO: Scrape type for 10740484: 0
2026-03-28 15:16:11 [adesa.be] INFO: Skipping item 10740484 url https://www.openlane.eu/en/carv6/auction/10740484
2026-03-28 15:16:11 [adesa.be] INFO: Found listing with ID: 10739260
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739260%27 HTTP/1.1" 200 None
2026-03-28 15:16:11 [adesa.be] INFO: Scrape type for 10739260: 0
2026-03-28 15:16:11 [adesa.be] INFO: Skipping item 10739260 url https://www.openlane.eu/en/carv6/auction/10739260
2026-03-28 15:16:11 [adesa.be] INFO: Found listing with ID: 10740788
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740788%27 HTTP/1.1" 200 None
2026-03-28 15:16:11 [adesa.be] INFO: Scrape type for 10740788: 0
2026-03-28 15:16:11 [adesa.be] INFO: Skipping item 10740788 url https://www.openlane.eu/en/carv6/auction/10740788
2026-03-28 15:16:11 [adesa.be] INFO: Found listing with ID: 10740755
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740755%27 HTTP/1.1" 200 None
2026-03-28 15:16:11 [adesa.be] INFO: Scrape type for 10740755: 0
2026-03-28 15:16:11 [adesa.be] INFO: Skipping item 10740755 url https://www.openlane.eu/en/carv6/auction/10740755
2026-03-28 15:16:11 [adesa.be] INFO: Found listing with ID: 10739166
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739166%27 HTTP/1.1" 200 None
2026-03-28 15:16:11 [adesa.be] INFO: Scrape type for 10739166: 0
2026-03-28 15:16:11 [adesa.be] INFO: Skipping item 10739166 url https://www.openlane.eu/en/carv6/auction/10739166
2026-03-28 15:16:11 [adesa.be] INFO: Found listing with ID: 10739360
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739360%27 HTTP/1.1" 200 None
2026-03-28 15:16:11 [adesa.be] INFO: Scrape type for 10739360: 0
2026-03-28 15:16:11 [adesa.be] INFO: Skipping item 10739360 url https://www.openlane.eu/en/carv6/auction/10739360
2026-03-28 15:16:11 [adesa.be] INFO: Found listing with ID: 10740507
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740507%27 HTTP/1.1" 200 None
2026-03-28 15:16:11 [adesa.be] INFO: Scrape type for 10740507: 0
2026-03-28 15:16:11 [adesa.be] INFO: Skipping item 10740507 url https://www.openlane.eu/en/carv6/auction/10740507
2026-03-28 15:16:11 [adesa.be] INFO: Found listing with ID: 10739247
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739247%27 HTTP/1.1" 200 None
2026-03-28 15:16:11 [adesa.be] INFO: Scrape type for 10739247: 0
2026-03-28 15:16:11 [adesa.be] INFO: Skipping item 10739247 url https://www.openlane.eu/en/carv6/auction/10739247
2026-03-28 15:16:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:16:13 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:16:13 [adesa.be] INFO: Found listing with ID: 10739707
2026-03-28 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739707%27 HTTP/1.1" 200 None
2026-03-28 15:16:13 [adesa.be] INFO: Scrape type for 10739707: 0
2026-03-28 15:16:13 [adesa.be] INFO: Skipping item 10739707 url https://www.openlane.eu/en/carv6/auction/10739707
2026-03-28 15:16:13 [adesa.be] INFO: Found listing with ID: 10739494
2026-03-28 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739494%27 HTTP/1.1" 200 None
2026-03-28 15:16:13 [adesa.be] INFO: Scrape type for 10739494: 0
2026-03-28 15:16:13 [adesa.be] INFO: Skipping item 10739494 url https://www.openlane.eu/en/carv6/auction/10739494
2026-03-28 15:16:13 [adesa.be] INFO: Found listing with ID: 10739934
2026-03-28 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739934%27 HTTP/1.1" 200 None
2026-03-28 15:16:13 [adesa.be] INFO: Scrape type for 10739934: 0
2026-03-28 15:16:13 [adesa.be] INFO: Skipping item 10739934 url https://www.openlane.eu/en/carv6/auction/10739934
2026-03-28 15:16:13 [adesa.be] INFO: Found listing with ID: 10739928
2026-03-28 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739928%27 HTTP/1.1" 200 None
2026-03-28 15:16:13 [adesa.be] INFO: Scrape type for 10739928: 0
2026-03-28 15:16:13 [adesa.be] INFO: Skipping item 10739928 url https://www.openlane.eu/en/carv6/auction/10739928
2026-03-28 15:16:13 [adesa.be] INFO: Found listing with ID: 10740523
2026-03-28 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740523%27 HTTP/1.1" 200 None
2026-03-28 15:16:13 [adesa.be] INFO: Scrape type for 10740523: 0
2026-03-28 15:16:13 [adesa.be] INFO: Skipping item 10740523 url https://www.openlane.eu/en/carv6/auction/10740523
2026-03-28 15:16:13 [adesa.be] INFO: Found listing with ID: 10739131
2026-03-28 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739131%27 HTTP/1.1" 200 None
2026-03-28 15:16:13 [adesa.be] INFO: Scrape type for 10739131: 0
2026-03-28 15:16:13 [adesa.be] INFO: Skipping item 10739131 url https://www.openlane.eu/en/carv6/auction/10739131
2026-03-28 15:16:13 [adesa.be] INFO: Found listing with ID: 10739129
2026-03-28 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739129%27 HTTP/1.1" 200 None
2026-03-28 15:16:13 [adesa.be] INFO: Scrape type for 10739129: 0
2026-03-28 15:16:13 [adesa.be] INFO: Skipping item 10739129 url https://www.openlane.eu/en/carv6/auction/10739129
2026-03-28 15:16:13 [adesa.be] INFO: Found listing with ID: 10739971
2026-03-28 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739971%27 HTTP/1.1" 200 None
2026-03-28 15:16:13 [adesa.be] INFO: Scrape type for 10739971: 0
2026-03-28 15:16:13 [adesa.be] INFO: Skipping item 10739971 url https://www.openlane.eu/en/carv6/auction/10739971
2026-03-28 15:16:13 [adesa.be] INFO: Found listing with ID: 10739028
2026-03-28 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739028%27 HTTP/1.1" 200 None
2026-03-28 15:16:13 [adesa.be] INFO: Scrape type for 10739028: 0
2026-03-28 15:16:13 [adesa.be] INFO: Skipping item 10739028 url https://www.openlane.eu/en/carv6/auction/10739028
2026-03-28 15:16:13 [adesa.be] INFO: Found listing with ID: 10739295
2026-03-28 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739295%27 HTTP/1.1" 200 None
2026-03-28 15:16:13 [adesa.be] INFO: Scrape type for 10739295: 0
2026-03-28 15:16:13 [adesa.be] INFO: Skipping item 10739295 url https://www.openlane.eu/en/carv6/auction/10739295
2026-03-28 15:16:13 [adesa.be] INFO: Found listing with ID: 10739638
2026-03-28 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739638%27 HTTP/1.1" 200 None
2026-03-28 15:16:13 [adesa.be] INFO: Scrape type for 10739638: 0
2026-03-28 15:16:13 [adesa.be] INFO: Skipping item 10739638 url https://www.openlane.eu/en/carv6/auction/10739638
2026-03-28 15:16:13 [adesa.be] INFO: Found listing with ID: 10740494
2026-03-28 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740494%27 HTTP/1.1" 200 None
2026-03-28 15:16:13 [adesa.be] INFO: Scrape type for 10740494: 0
2026-03-28 15:16:13 [adesa.be] INFO: Skipping item 10740494 url https://www.openlane.eu/en/carv6/auction/10740494
2026-03-28 15:16:13 [adesa.be] INFO: Found listing with ID: 10739226
2026-03-28 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739226%27 HTTP/1.1" 200 None
2026-03-28 15:16:13 [adesa.be] INFO: Scrape type for 10739226: 0
2026-03-28 15:16:13 [adesa.be] INFO: Skipping item 10739226 url https://www.openlane.eu/en/carv6/auction/10739226
2026-03-28 15:16:13 [adesa.be] INFO: Found listing with ID: 10739546
2026-03-28 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739546%27 HTTP/1.1" 200 None
2026-03-28 15:16:13 [adesa.be] INFO: Scrape type for 10739546: 0
2026-03-28 15:16:13 [adesa.be] INFO: Skipping item 10739546 url https://www.openlane.eu/en/carv6/auction/10739546
2026-03-28 15:16:13 [adesa.be] INFO: Found listing with ID: 10740747
2026-03-28 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740747%27 HTTP/1.1" 200 None
2026-03-28 15:16:13 [adesa.be] INFO: Scrape type for 10740747: 0
2026-03-28 15:16:13 [adesa.be] INFO: Skipping item 10740747 url https://www.openlane.eu/en/carv6/auction/10740747
2026-03-28 15:16:13 [adesa.be] INFO: Found listing with ID: 10739433
2026-03-28 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739433%27 HTTP/1.1" 200 None
2026-03-28 15:16:13 [adesa.be] INFO: Scrape type for 10739433: 0
2026-03-28 15:16:13 [adesa.be] INFO: Skipping item 10739433 url https://www.openlane.eu/en/carv6/auction/10739433
2026-03-28 15:16:13 [adesa.be] INFO: Found listing with ID: 10739383
2026-03-28 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739383%27 HTTP/1.1" 200 None
2026-03-28 15:16:13 [adesa.be] INFO: Scrape type for 10739383: 0
2026-03-28 15:16:13 [adesa.be] INFO: Skipping item 10739383 url https://www.openlane.eu/en/carv6/auction/10739383
2026-03-28 15:16:13 [adesa.be] INFO: Found listing with ID: 10739337
2026-03-28 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739337%27 HTTP/1.1" 200 None
2026-03-28 15:16:13 [adesa.be] INFO: Scrape type for 10739337: 0
2026-03-28 15:16:13 [adesa.be] INFO: Skipping item 10739337 url https://www.openlane.eu/en/carv6/auction/10739337
2026-03-28 15:16:13 [adesa.be] INFO: Found listing with ID: 10739710
2026-03-28 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739710%27 HTTP/1.1" 200 None
2026-03-28 15:16:13 [adesa.be] INFO: Scrape type for 10739710: 0
2026-03-28 15:16:13 [adesa.be] INFO: Skipping item 10739710 url https://www.openlane.eu/en/carv6/auction/10739710
2026-03-28 15:16:13 [adesa.be] INFO: Found listing with ID: 10739540
2026-03-28 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739540%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739540: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739540 url https://www.openlane.eu/en/carv6/auction/10739540
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739954
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739954%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739954: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739954 url https://www.openlane.eu/en/carv6/auction/10739954
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739544
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739544%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739544: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739544 url https://www.openlane.eu/en/carv6/auction/10739544
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10740519
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740519%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10740519: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10740519 url https://www.openlane.eu/en/carv6/auction/10740519
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739613
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739613%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739613: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739613 url https://www.openlane.eu/en/carv6/auction/10739613
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739599
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739599%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739599: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739599 url https://www.openlane.eu/en/carv6/auction/10739599
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739241
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739241%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739241: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739241 url https://www.openlane.eu/en/carv6/auction/10739241
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739456
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739456%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739456: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739456 url https://www.openlane.eu/en/carv6/auction/10739456
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10740489
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740489%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10740489: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10740489 url https://www.openlane.eu/en/carv6/auction/10740489
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10740741
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740741%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10740741: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10740741 url https://www.openlane.eu/en/carv6/auction/10740741
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739488
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739488%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739488: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739488 url https://www.openlane.eu/en/carv6/auction/10739488
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739396
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739396%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739396: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739396 url https://www.openlane.eu/en/carv6/auction/10739396
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739496
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739496%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739496: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739496 url https://www.openlane.eu/en/carv6/auction/10739496
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739652
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739652%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739652: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739652 url https://www.openlane.eu/en/carv6/auction/10739652
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10740751
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740751%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10740751: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10740751 url https://www.openlane.eu/en/carv6/auction/10740751
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739642
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739642%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739642: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739642 url https://www.openlane.eu/en/carv6/auction/10739642
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739345
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739345%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739345: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739345 url https://www.openlane.eu/en/carv6/auction/10739345
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739400
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739400%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739400: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739400 url https://www.openlane.eu/en/carv6/auction/10739400
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10740002
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740002%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10740002: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10740002 url https://www.openlane.eu/en/carv6/auction/10740002
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739234
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739234%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739234: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739234 url https://www.openlane.eu/en/carv6/auction/10739234
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739441
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739441%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739441: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739441 url https://www.openlane.eu/en/carv6/auction/10739441
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739522
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739522%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739522: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739522 url https://www.openlane.eu/en/carv6/auction/10739522
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739986
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739986%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739986: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739986 url https://www.openlane.eu/en/carv6/auction/10739986
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739968
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739968%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739968: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739968 url https://www.openlane.eu/en/carv6/auction/10739968
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739285
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739285%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739285: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739285 url https://www.openlane.eu/en/carv6/auction/10739285
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10740749
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740749%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10740749: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10740749 url https://www.openlane.eu/en/carv6/auction/10740749
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739102
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739102%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739102: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739102 url https://www.openlane.eu/en/carv6/auction/10739102
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10740483
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740483%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10740483: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10740483 url https://www.openlane.eu/en/carv6/auction/10740483
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739600
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739600%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739600: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739600 url https://www.openlane.eu/en/carv6/auction/10739600
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739539
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739539%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739539: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739539 url https://www.openlane.eu/en/carv6/auction/10739539
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739312
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739312%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739312: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739312 url https://www.openlane.eu/en/carv6/auction/10739312
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739598
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739598%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739598: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739598 url https://www.openlane.eu/en/carv6/auction/10739598
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739510
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739510%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739510: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739510 url https://www.openlane.eu/en/carv6/auction/10739510
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739484
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739484%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739484: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739484 url https://www.openlane.eu/en/carv6/auction/10739484
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739998
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739998%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739998: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739998 url https://www.openlane.eu/en/carv6/auction/10739998
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739519
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739519%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739519: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739519 url https://www.openlane.eu/en/carv6/auction/10739519
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10740744
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740744%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10740744: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10740744 url https://www.openlane.eu/en/carv6/auction/10740744
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739133
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739133%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739133: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739133 url https://www.openlane.eu/en/carv6/auction/10739133
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739477
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739477%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739477: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739477 url https://www.openlane.eu/en/carv6/auction/10739477
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739286
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739286%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739286: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739286 url https://www.openlane.eu/en/carv6/auction/10739286
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10740528
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740528%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10740528: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10740528 url https://www.openlane.eu/en/carv6/auction/10740528
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739980
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739980%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739980: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739980 url https://www.openlane.eu/en/carv6/auction/10739980
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739709
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739709%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739709: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739709 url https://www.openlane.eu/en/carv6/auction/10739709
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739237
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739237%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739237: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739237 url https://www.openlane.eu/en/carv6/auction/10739237
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739348
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739348%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739348: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739348 url https://www.openlane.eu/en/carv6/auction/10739348
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739199
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739199%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739199: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739199 url https://www.openlane.eu/en/carv6/auction/10739199
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10740466
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740466%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10740466: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10740466 url https://www.openlane.eu/en/carv6/auction/10740466
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739225
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739225%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739225: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739225 url https://www.openlane.eu/en/carv6/auction/10739225
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739578
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739578%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739578: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739578 url https://www.openlane.eu/en/carv6/auction/10739578
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739662
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739662%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739662: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739662 url https://www.openlane.eu/en/carv6/auction/10739662
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739333
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739333%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739333: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739333 url https://www.openlane.eu/en/carv6/auction/10739333
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739650
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739650%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739650: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739650 url https://www.openlane.eu/en/carv6/auction/10739650
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739963
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739963%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739963: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739963 url https://www.openlane.eu/en/carv6/auction/10739963
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10740028
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740028%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10740028: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10740028 url https://www.openlane.eu/en/carv6/auction/10740028
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10740530
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740530%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10740530: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10740530 url https://www.openlane.eu/en/carv6/auction/10740530
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739619
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739619%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739619: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739619 url https://www.openlane.eu/en/carv6/auction/10739619
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739564
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739564%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739564: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739564 url https://www.openlane.eu/en/carv6/auction/10739564
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739388
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739388%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739388: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739388 url https://www.openlane.eu/en/carv6/auction/10739388
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10739115
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739115%27 HTTP/1.1" 200 None
2026-03-28 15:16:14 [adesa.be] INFO: Scrape type for 10739115: 0
2026-03-28 15:16:14 [adesa.be] INFO: Skipping item 10739115 url https://www.openlane.eu/en/carv6/auction/10739115
2026-03-28 15:16:14 [adesa.be] INFO: Found listing with ID: 10740485
2026-03-28 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740485%27 HTTP/1.1" 200 None
2026-03-28 15:16:15 [adesa.be] INFO: Scrape type for 10740485: 0
2026-03-28 15:16:15 [adesa.be] INFO: Skipping item 10740485 url https://www.openlane.eu/en/carv6/auction/10740485
2026-03-28 15:16:15 [adesa.be] INFO: Found listing with ID: 10740793
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740793%27 HTTP/1.1" 200 None
2026-03-28 15:16:15 [adesa.be] INFO: Scrape type for 10740793: 0
2026-03-28 15:16:15 [adesa.be] INFO: Skipping item 10740793 url https://www.openlane.eu/en/carv6/auction/10740793
2026-03-28 15:16:15 [adesa.be] INFO: Found listing with ID: 10739206
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739206%27 HTTP/1.1" 200 None
2026-03-28 15:16:15 [adesa.be] INFO: Scrape type for 10739206: 0
2026-03-28 15:16:15 [adesa.be] INFO: Skipping item 10739206 url https://www.openlane.eu/en/carv6/auction/10739206
2026-03-28 15:16:15 [adesa.be] INFO: Found listing with ID: 10739216
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739216%27 HTTP/1.1" 200 None
2026-03-28 15:16:15 [adesa.be] INFO: Scrape type for 10739216: 0
2026-03-28 15:16:15 [adesa.be] INFO: Skipping item 10739216 url https://www.openlane.eu/en/carv6/auction/10739216
2026-03-28 15:16:15 [adesa.be] INFO: Found listing with ID: 10739628
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739628%27 HTTP/1.1" 200 None
2026-03-28 15:16:15 [adesa.be] INFO: Scrape type for 10739628: 0
2026-03-28 15:16:15 [adesa.be] INFO: Skipping item 10739628 url https://www.openlane.eu/en/carv6/auction/10739628
2026-03-28 15:16:15 [adesa.be] INFO: Found listing with ID: 10739144
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739144%27 HTTP/1.1" 200 None
2026-03-28 15:16:15 [adesa.be] INFO: Scrape type for 10739144: 0
2026-03-28 15:16:15 [adesa.be] INFO: Skipping item 10739144 url https://www.openlane.eu/en/carv6/auction/10739144
2026-03-28 15:16:15 [adesa.be] INFO: Found listing with ID: 10739938
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739938%27 HTTP/1.1" 200 None
2026-03-28 15:16:15 [adesa.be] INFO: Scrape type for 10739938: 0
2026-03-28 15:16:15 [adesa.be] INFO: Skipping item 10739938 url https://www.openlane.eu/en/carv6/auction/10739938
2026-03-28 15:16:15 [adesa.be] INFO: Found listing with ID: 10739966
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739966%27 HTTP/1.1" 200 None
2026-03-28 15:16:15 [adesa.be] INFO: Scrape type for 10739966: 0
2026-03-28 15:16:15 [adesa.be] INFO: Skipping item 10739966 url https://www.openlane.eu/en/carv6/auction/10739966
2026-03-28 15:16:15 [adesa.be] INFO: Found listing with ID: 10739220
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739220%27 HTTP/1.1" 200 None
2026-03-28 15:16:15 [adesa.be] INFO: Scrape type for 10739220: 0
2026-03-28 15:16:15 [adesa.be] INFO: Skipping item 10739220 url https://www.openlane.eu/en/carv6/auction/10739220
2026-03-28 15:16:15 [adesa.be] INFO: Found listing with ID: 10739185
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739185%27 HTTP/1.1" 200 None
2026-03-28 15:16:15 [adesa.be] INFO: Scrape type for 10739185: 0
2026-03-28 15:16:15 [adesa.be] INFO: Skipping item 10739185 url https://www.openlane.eu/en/carv6/auction/10739185
2026-03-28 15:16:15 [adesa.be] INFO: Found listing with ID: 10740768
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740768%27 HTTP/1.1" 200 None
2026-03-28 15:16:15 [adesa.be] INFO: Scrape type for 10740768: 0
2026-03-28 15:16:15 [adesa.be] INFO: Skipping item 10740768 url https://www.openlane.eu/en/carv6/auction/10740768
2026-03-28 15:16:15 [adesa.be] INFO: Found listing with ID: 10739485
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739485%27 HTTP/1.1" 200 None
2026-03-28 15:16:15 [adesa.be] INFO: Scrape type for 10739485: 0
2026-03-28 15:16:15 [adesa.be] INFO: Skipping item 10739485 url https://www.openlane.eu/en/carv6/auction/10739485
2026-03-28 15:16:15 [adesa.be] INFO: Found listing with ID: 10739063
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739063%27 HTTP/1.1" 200 None
2026-03-28 15:16:15 [adesa.be] INFO: Scrape type for 10739063: 0
2026-03-28 15:16:15 [adesa.be] INFO: Skipping item 10739063 url https://www.openlane.eu/en/carv6/auction/10739063
2026-03-28 15:16:15 [adesa.be] INFO: Found listing with ID: 10739151
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739151%27 HTTP/1.1" 200 None
2026-03-28 15:16:15 [adesa.be] INFO: Scrape type for 10739151: 0
2026-03-28 15:16:15 [adesa.be] INFO: Skipping item 10739151 url https://www.openlane.eu/en/carv6/auction/10739151
2026-03-28 15:16:15 [adesa.be] INFO: Found listing with ID: 10739245
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739245%27 HTTP/1.1" 200 None
2026-03-28 15:16:15 [adesa.be] INFO: Scrape type for 10739245: 0
2026-03-28 15:16:15 [adesa.be] INFO: Skipping item 10739245 url https://www.openlane.eu/en/carv6/auction/10739245
2026-03-28 15:16:15 [adesa.be] INFO: Found listing with ID: 10740464
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740464%27 HTTP/1.1" 200 None
2026-03-28 15:16:15 [adesa.be] INFO: Scrape type for 10740464: 0
2026-03-28 15:16:15 [adesa.be] INFO: Skipping item 10740464 url https://www.openlane.eu/en/carv6/auction/10740464
2026-03-28 15:16:15 [adesa.be] INFO: Found listing with ID: 10739588
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739588%27 HTTP/1.1" 200 None
2026-03-28 15:16:15 [adesa.be] INFO: Scrape type for 10739588: 0
2026-03-28 15:16:15 [adesa.be] INFO: Skipping item 10739588 url https://www.openlane.eu/en/carv6/auction/10739588
2026-03-28 15:16:15 [adesa.be] INFO: Found listing with ID: 10739088
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739088%27 HTTP/1.1" 200 None
2026-03-28 15:16:15 [adesa.be] INFO: Scrape type for 10739088: 0
2026-03-28 15:16:15 [adesa.be] INFO: Skipping item 10739088 url https://www.openlane.eu/en/carv6/auction/10739088
2026-03-28 15:16:15 [adesa.be] INFO: Found listing with ID: 10739580
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739580%27 HTTP/1.1" 200 None
2026-03-28 15:16:15 [adesa.be] INFO: Scrape type for 10739580: 0
2026-03-28 15:16:15 [adesa.be] INFO: Skipping item 10739580 url https://www.openlane.eu/en/carv6/auction/10739580
2026-03-28 15:16:15 [adesa.be] INFO: Found listing with ID: 10739110
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739110%27 HTTP/1.1" 200 None
2026-03-28 15:16:15 [adesa.be] INFO: Scrape type for 10739110: 0
2026-03-28 15:16:15 [adesa.be] INFO: Skipping item 10739110 url https://www.openlane.eu/en/carv6/auction/10739110
2026-03-28 15:16:15 [adesa.be] INFO: Found listing with ID: 10740782
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740782%27 HTTP/1.1" 200 None
2026-03-28 15:16:15 [adesa.be] INFO: Scrape type for 10740782: 0
2026-03-28 15:16:15 [adesa.be] INFO: Skipping item 10740782 url https://www.openlane.eu/en/carv6/auction/10740782
2026-03-28 15:16:15 [adesa.be] INFO: Found listing with ID: 10740463
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740463%27 HTTP/1.1" 200 None
2026-03-28 15:16:15 [adesa.be] INFO: Scrape type for 10740463: 0
2026-03-28 15:16:15 [adesa.be] INFO: Skipping item 10740463 url https://www.openlane.eu/en/carv6/auction/10740463
2026-03-28 15:16:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:16:17 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:16:17 [adesa.be] INFO: Found listing with ID: 10740736
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740736%27 HTTP/1.1" 200 None
2026-03-28 15:16:17 [adesa.be] INFO: Scrape type for 10740736: 0
2026-03-28 15:16:17 [adesa.be] INFO: Skipping item 10740736 url https://www.openlane.eu/en/carv6/auction/10740736
2026-03-28 15:16:17 [adesa.be] INFO: Found listing with ID: 10739236
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739236%27 HTTP/1.1" 200 None
2026-03-28 15:16:17 [adesa.be] INFO: Scrape type for 10739236: 0
2026-03-28 15:16:17 [adesa.be] INFO: Skipping item 10739236 url https://www.openlane.eu/en/carv6/auction/10739236
2026-03-28 15:16:17 [adesa.be] INFO: Found listing with ID: 10739474
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739474%27 HTTP/1.1" 200 None
2026-03-28 15:16:17 [adesa.be] INFO: Scrape type for 10739474: 0
2026-03-28 15:16:17 [adesa.be] INFO: Skipping item 10739474 url https://www.openlane.eu/en/carv6/auction/10739474
2026-03-28 15:16:17 [adesa.be] INFO: Found listing with ID: 10739939
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739939%27 HTTP/1.1" 200 None
2026-03-28 15:16:17 [adesa.be] INFO: Scrape type for 10739939: 0
2026-03-28 15:16:17 [adesa.be] INFO: Skipping item 10739939 url https://www.openlane.eu/en/carv6/auction/10739939
2026-03-28 15:16:17 [adesa.be] INFO: Found listing with ID: 10736622
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736622%27 HTTP/1.1" 200 None
2026-03-28 15:16:17 [adesa.be] INFO: Scrape type for 10736622: 0
2026-03-28 15:16:17 [adesa.be] INFO: Skipping item 10736622 url https://www.openlane.eu/en/carv6/auction/10736622
2026-03-28 15:16:17 [adesa.be] INFO: Found listing with ID: 10736618
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736618%27 HTTP/1.1" 200 None
2026-03-28 15:16:17 [adesa.be] INFO: Scrape type for 10736618: 0
2026-03-28 15:16:17 [adesa.be] INFO: Skipping item 10736618 url https://www.openlane.eu/en/carv6/auction/10736618
2026-03-28 15:16:17 [adesa.be] INFO: Found listing with ID: 10736617
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736617%27 HTTP/1.1" 200 None
2026-03-28 15:16:17 [adesa.be] INFO: Scrape type for 10736617: 0
2026-03-28 15:16:17 [adesa.be] INFO: Skipping item 10736617 url https://www.openlane.eu/en/carv6/auction/10736617
2026-03-28 15:16:17 [adesa.be] INFO: Found listing with ID: 10736623
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736623%27 HTTP/1.1" 200 None
2026-03-28 15:16:17 [adesa.be] INFO: Scrape type for 10736623: 0
2026-03-28 15:16:17 [adesa.be] INFO: Skipping item 10736623 url https://www.openlane.eu/en/carv6/auction/10736623
2026-03-28 15:16:17 [adesa.be] INFO: Found listing with ID: 10736624
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736624%27 HTTP/1.1" 200 None
2026-03-28 15:16:17 [adesa.be] INFO: Scrape type for 10736624: 0
2026-03-28 15:16:17 [adesa.be] INFO: Skipping item 10736624 url https://www.openlane.eu/en/carv6/auction/10736624
2026-03-28 15:16:17 [adesa.be] INFO: Found listing with ID: 10736619
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736619%27 HTTP/1.1" 200 None
2026-03-28 15:16:17 [adesa.be] INFO: Scrape type for 10736619: 0
2026-03-28 15:16:17 [adesa.be] INFO: Skipping item 10736619 url https://www.openlane.eu/en/carv6/auction/10736619
2026-03-28 15:16:17 [adesa.be] INFO: Found listing with ID: 10736620
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736620%27 HTTP/1.1" 200 None
2026-03-28 15:16:17 [adesa.be] INFO: Scrape type for 10736620: 0
2026-03-28 15:16:17 [adesa.be] INFO: Skipping item 10736620 url https://www.openlane.eu/en/carv6/auction/10736620
2026-03-28 15:16:17 [adesa.be] INFO: Found listing with ID: 10736627
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736627%27 HTTP/1.1" 200 None
2026-03-28 15:16:17 [adesa.be] INFO: Scrape type for 10736627: 0
2026-03-28 15:16:17 [adesa.be] INFO: Skipping item 10736627 url https://www.openlane.eu/en/carv6/auction/10736627
2026-03-28 15:16:17 [adesa.be] INFO: Found listing with ID: 10736626
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736626%27 HTTP/1.1" 200 None
2026-03-28 15:16:17 [adesa.be] INFO: Scrape type for 10736626: 0
2026-03-28 15:16:17 [adesa.be] INFO: Skipping item 10736626 url https://www.openlane.eu/en/carv6/auction/10736626
2026-03-28 15:16:17 [adesa.be] INFO: Found listing with ID: 10737037
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737037%27 HTTP/1.1" 200 None
2026-03-28 15:16:17 [adesa.be] INFO: Scrape type for 10737037: 0
2026-03-28 15:16:17 [adesa.be] INFO: Skipping item 10737037 url https://www.openlane.eu/en/carv6/auction/10737037
2026-03-28 15:16:17 [adesa.be] INFO: Found listing with ID: 10737018
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737018%27 HTTP/1.1" 200 None
2026-03-28 15:16:17 [adesa.be] INFO: Scrape type for 10737018: 0
2026-03-28 15:16:17 [adesa.be] INFO: Skipping item 10737018 url https://www.openlane.eu/en/carv6/auction/10737018
2026-03-28 15:16:17 [adesa.be] INFO: Found listing with ID: 10737019
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737019%27 HTTP/1.1" 200 None
2026-03-28 15:16:17 [adesa.be] INFO: Scrape type for 10737019: 0
2026-03-28 15:16:17 [adesa.be] INFO: Skipping item 10737019 url https://www.openlane.eu/en/carv6/auction/10737019
2026-03-28 15:16:17 [adesa.be] INFO: Found listing with ID: 10737125
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737125%27 HTTP/1.1" 200 None
2026-03-28 15:16:17 [adesa.be] INFO: Scrape type for 10737125: 0
2026-03-28 15:16:17 [adesa.be] INFO: Skipping item 10737125 url https://www.openlane.eu/en/carv6/auction/10737125
2026-03-28 15:16:17 [adesa.be] INFO: Found listing with ID: 10736989
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736989%27 HTTP/1.1" 200 None
2026-03-28 15:16:17 [adesa.be] INFO: Scrape type for 10736989: 0
2026-03-28 15:16:17 [adesa.be] INFO: Skipping item 10736989 url https://www.openlane.eu/en/carv6/auction/10736989
2026-03-28 15:16:17 [adesa.be] INFO: Found listing with ID: 10736938
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736938%27 HTTP/1.1" 200 None
2026-03-28 15:16:17 [adesa.be] INFO: Scrape type for 10736938: 0
2026-03-28 15:16:17 [adesa.be] INFO: Skipping item 10736938 url https://www.openlane.eu/en/carv6/auction/10736938
2026-03-28 15:16:17 [adesa.be] INFO: Found listing with ID: 10737043
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737043%27 HTTP/1.1" 200 None
2026-03-28 15:16:17 [adesa.be] INFO: Scrape type for 10737043: 0
2026-03-28 15:16:17 [adesa.be] INFO: Skipping item 10737043 url https://www.openlane.eu/en/carv6/auction/10737043
2026-03-28 15:16:17 [adesa.be] INFO: Found listing with ID: 10737098
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737098%27 HTTP/1.1" 200 None
2026-03-28 15:16:17 [adesa.be] INFO: Scrape type for 10737098: 0
2026-03-28 15:16:17 [adesa.be] INFO: Skipping item 10737098 url https://www.openlane.eu/en/carv6/auction/10737098
2026-03-28 15:16:17 [adesa.be] INFO: Found listing with ID: 10736949
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736949%27 HTTP/1.1" 200 None
2026-03-28 15:16:17 [adesa.be] INFO: Scrape type for 10736949: 0
2026-03-28 15:16:17 [adesa.be] INFO: Skipping item 10736949 url https://www.openlane.eu/en/carv6/auction/10736949
2026-03-28 15:16:17 [adesa.be] INFO: Found listing with ID: 10740298
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740298%27 HTTP/1.1" 200 None
2026-03-28 15:16:17 [adesa.be] INFO: Scrape type for 10740298: 0
2026-03-28 15:16:17 [adesa.be] INFO: Skipping item 10740298 url https://www.openlane.eu/en/carv6/auction/10740298
2026-03-28 15:16:17 [adesa.be] INFO: Found listing with ID: 10736979
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736979%27 HTTP/1.1" 200 None
2026-03-28 15:16:17 [adesa.be] INFO: Scrape type for 10736979: 0
2026-03-28 15:16:17 [adesa.be] INFO: Skipping item 10736979 url https://www.openlane.eu/en/carv6/auction/10736979
2026-03-28 15:16:17 [adesa.be] INFO: Found listing with ID: 10737038
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737038%27 HTTP/1.1" 200 None
2026-03-28 15:16:17 [adesa.be] INFO: Scrape type for 10737038: 0
2026-03-28 15:16:17 [adesa.be] INFO: Skipping item 10737038 url https://www.openlane.eu/en/carv6/auction/10737038
2026-03-28 15:16:17 [adesa.be] INFO: Found listing with ID: 10736981
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736981%27 HTTP/1.1" 200 None
2026-03-28 15:16:17 [adesa.be] INFO: Scrape type for 10736981: 0
2026-03-28 15:16:17 [adesa.be] INFO: Skipping item 10736981 url https://www.openlane.eu/en/carv6/auction/10736981
2026-03-28 15:16:17 [adesa.be] INFO: Found listing with ID: 10736937
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736937%27 HTTP/1.1" 200 None
2026-03-28 15:16:17 [adesa.be] INFO: Scrape type for 10736937: 0
2026-03-28 15:16:17 [adesa.be] INFO: Skipping item 10736937 url https://www.openlane.eu/en/carv6/auction/10736937
2026-03-28 15:16:17 [adesa.be] INFO: Found listing with ID: 10737126
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737126%27 HTTP/1.1" 200 None
2026-03-28 15:16:17 [adesa.be] INFO: Scrape type for 10737126: 0
2026-03-28 15:16:17 [adesa.be] INFO: Skipping item 10737126 url https://www.openlane.eu/en/carv6/auction/10737126
2026-03-28 15:16:17 [adesa.be] INFO: Found listing with ID: 10740293
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740293%27 HTTP/1.1" 200 None
2026-03-28 15:16:17 [adesa.be] INFO: Scrape type for 10740293: 0
2026-03-28 15:16:17 [adesa.be] INFO: Skipping item 10740293 url https://www.openlane.eu/en/carv6/auction/10740293
2026-03-28 15:16:17 [adesa.be] INFO: Found listing with ID: 10737165
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737165%27 HTTP/1.1" 200 None
2026-03-28 15:16:17 [adesa.be] INFO: Scrape type for 10737165: 0
2026-03-28 15:16:17 [adesa.be] INFO: Skipping item 10737165 url https://www.openlane.eu/en/carv6/auction/10737165
2026-03-28 15:16:17 [adesa.be] INFO: Found listing with ID: 10737142
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737142%27 HTTP/1.1" 200 None
2026-03-28 15:16:17 [adesa.be] INFO: Scrape type for 10737142: 0
2026-03-28 15:16:17 [adesa.be] INFO: Skipping item 10737142 url https://www.openlane.eu/en/carv6/auction/10737142
2026-03-28 15:16:17 [adesa.be] INFO: Found listing with ID: 10737143
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737143%27 HTTP/1.1" 200 None
2026-03-28 15:16:17 [adesa.be] INFO: Scrape type for 10737143: 0
2026-03-28 15:16:17 [adesa.be] INFO: Skipping item 10737143 url https://www.openlane.eu/en/carv6/auction/10737143
2026-03-28 15:16:17 [adesa.be] INFO: Found listing with ID: 10737141
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737141%27 HTTP/1.1" 200 None
2026-03-28 15:16:18 [adesa.be] INFO: Scrape type for 10737141: 0
2026-03-28 15:16:18 [adesa.be] INFO: Skipping item 10737141 url https://www.openlane.eu/en/carv6/auction/10737141
2026-03-28 15:16:18 [adesa.be] INFO: Found listing with ID: 10737145
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737145%27 HTTP/1.1" 200 None
2026-03-28 15:16:18 [adesa.be] INFO: Scrape type for 10737145: 0
2026-03-28 15:16:18 [adesa.be] INFO: Skipping item 10737145 url https://www.openlane.eu/en/carv6/auction/10737145
2026-03-28 15:16:18 [adesa.be] INFO: Found listing with ID: 10737146
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737146%27 HTTP/1.1" 200 None
2026-03-28 15:16:18 [adesa.be] INFO: Scrape type for 10737146: 0
2026-03-28 15:16:18 [adesa.be] INFO: Skipping item 10737146 url https://www.openlane.eu/en/carv6/auction/10737146
2026-03-28 15:16:18 [adesa.be] INFO: Found listing with ID: 10737042
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737042%27 HTTP/1.1" 200 None
2026-03-28 15:16:18 [adesa.be] INFO: Scrape type for 10737042: 0
2026-03-28 15:16:18 [adesa.be] INFO: Skipping item 10737042 url https://www.openlane.eu/en/carv6/auction/10737042
2026-03-28 15:16:18 [adesa.be] INFO: Found listing with ID: 10737131
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737131%27 HTTP/1.1" 200 None
2026-03-28 15:16:18 [adesa.be] INFO: Scrape type for 10737131: 0
2026-03-28 15:16:18 [adesa.be] INFO: Skipping item 10737131 url https://www.openlane.eu/en/carv6/auction/10737131
2026-03-28 15:16:18 [adesa.be] INFO: Found listing with ID: 10736897
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736897%27 HTTP/1.1" 200 None
2026-03-28 15:16:18 [adesa.be] INFO: Scrape type for 10736897: 0
2026-03-28 15:16:18 [adesa.be] INFO: Skipping item 10736897 url https://www.openlane.eu/en/carv6/auction/10736897
2026-03-28 15:16:18 [adesa.be] INFO: Found listing with ID: 10737137
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737137%27 HTTP/1.1" 200 None
2026-03-28 15:16:18 [adesa.be] INFO: Scrape type for 10737137: 0
2026-03-28 15:16:18 [adesa.be] INFO: Skipping item 10737137 url https://www.openlane.eu/en/carv6/auction/10737137
2026-03-28 15:16:18 [adesa.be] INFO: Found listing with ID: 10737014
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737014%27 HTTP/1.1" 200 None
2026-03-28 15:16:18 [adesa.be] INFO: Scrape type for 10737014: 0
2026-03-28 15:16:18 [adesa.be] INFO: Skipping item 10737014 url https://www.openlane.eu/en/carv6/auction/10737014
2026-03-28 15:16:18 [adesa.be] INFO: Found listing with ID: 10736895
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736895%27 HTTP/1.1" 200 None
2026-03-28 15:16:18 [adesa.be] INFO: Scrape type for 10736895: 0
2026-03-28 15:16:18 [adesa.be] INFO: Skipping item 10736895 url https://www.openlane.eu/en/carv6/auction/10736895
2026-03-28 15:16:18 [adesa.be] INFO: Found listing with ID: 10737097
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737097%27 HTTP/1.1" 200 None
2026-03-28 15:16:18 [adesa.be] INFO: Scrape type for 10737097: 0
2026-03-28 15:16:18 [adesa.be] INFO: Skipping item 10737097 url https://www.openlane.eu/en/carv6/auction/10737097
2026-03-28 15:16:18 [adesa.be] INFO: Found listing with ID: 10736903
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736903%27 HTTP/1.1" 200 None
2026-03-28 15:16:18 [adesa.be] INFO: Scrape type for 10736903: 0
2026-03-28 15:16:18 [adesa.be] INFO: Skipping item 10736903 url https://www.openlane.eu/en/carv6/auction/10736903
2026-03-28 15:16:18 [adesa.be] INFO: Found listing with ID: 10737100
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737100%27 HTTP/1.1" 200 None
2026-03-28 15:16:18 [adesa.be] INFO: Scrape type for 10737100: 0
2026-03-28 15:16:18 [adesa.be] INFO: Skipping item 10737100 url https://www.openlane.eu/en/carv6/auction/10737100
2026-03-28 15:16:18 [adesa.be] INFO: Found listing with ID: 10736993
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736993%27 HTTP/1.1" 200 None
2026-03-28 15:16:18 [adesa.be] INFO: Scrape type for 10736993: 0
2026-03-28 15:16:18 [adesa.be] INFO: Skipping item 10736993 url https://www.openlane.eu/en/carv6/auction/10736993
2026-03-28 15:16:18 [adesa.be] INFO: Found listing with ID: 10737082
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737082%27 HTTP/1.1" 200 None
2026-03-28 15:16:18 [adesa.be] INFO: Scrape type for 10737082: 0
2026-03-28 15:16:18 [adesa.be] INFO: Skipping item 10737082 url https://www.openlane.eu/en/carv6/auction/10737082
2026-03-28 15:16:18 [adesa.be] INFO: Found listing with ID: 10737144
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737144%27 HTTP/1.1" 200 None
2026-03-28 15:16:18 [adesa.be] INFO: Scrape type for 10737144: 0
2026-03-28 15:16:18 [adesa.be] INFO: Skipping item 10737144 url https://www.openlane.eu/en/carv6/auction/10737144
2026-03-28 15:16:18 [adesa.be] INFO: Found listing with ID: 10737051
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737051%27 HTTP/1.1" 200 None
2026-03-28 15:16:18 [adesa.be] INFO: Scrape type for 10737051: 0
2026-03-28 15:16:18 [adesa.be] INFO: Skipping item 10737051 url https://www.openlane.eu/en/carv6/auction/10737051
2026-03-28 15:16:18 [adesa.be] INFO: Found listing with ID: 10740292
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740292%27 HTTP/1.1" 200 None
2026-03-28 15:16:18 [adesa.be] INFO: Scrape type for 10740292: 0
2026-03-28 15:16:18 [adesa.be] INFO: Skipping item 10740292 url https://www.openlane.eu/en/carv6/auction/10740292
2026-03-28 15:16:18 [adesa.be] INFO: Found listing with ID: 10736893
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736893%27 HTTP/1.1" 200 None
2026-03-28 15:16:18 [adesa.be] INFO: Scrape type for 10736893: 0
2026-03-28 15:16:18 [adesa.be] INFO: Skipping item 10736893 url https://www.openlane.eu/en/carv6/auction/10736893
2026-03-28 15:16:18 [adesa.be] INFO: Found listing with ID: 10737106
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737106%27 HTTP/1.1" 200 None
2026-03-28 15:16:18 [adesa.be] INFO: Scrape type for 10737106: 0
2026-03-28 15:16:18 [adesa.be] INFO: Skipping item 10737106 url https://www.openlane.eu/en/carv6/auction/10737106
2026-03-28 15:16:18 [adesa.be] INFO: Found listing with ID: 10736967
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736967%27 HTTP/1.1" 200 None
2026-03-28 15:16:18 [adesa.be] INFO: Scrape type for 10736967: 0
2026-03-28 15:16:18 [adesa.be] INFO: Skipping item 10736967 url https://www.openlane.eu/en/carv6/auction/10736967
2026-03-28 15:16:18 [adesa.be] INFO: Found listing with ID: 10736953
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736953%27 HTTP/1.1" 200 None
2026-03-28 15:16:18 [adesa.be] INFO: Scrape type for 10736953: 0
2026-03-28 15:16:18 [adesa.be] INFO: Skipping item 10736953 url https://www.openlane.eu/en/carv6/auction/10736953
2026-03-28 15:16:18 [adesa.be] INFO: Found listing with ID: 10736985
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736985%27 HTTP/1.1" 200 None
2026-03-28 15:16:18 [adesa.be] INFO: Scrape type for 10736985: 0
2026-03-28 15:16:18 [adesa.be] INFO: Skipping item 10736985 url https://www.openlane.eu/en/carv6/auction/10736985
2026-03-28 15:16:18 [adesa.be] INFO: Found listing with ID: 10737111
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737111%27 HTTP/1.1" 200 None
2026-03-28 15:16:18 [adesa.be] INFO: Scrape type for 10737111: 0
2026-03-28 15:16:18 [adesa.be] INFO: Skipping item 10737111 url https://www.openlane.eu/en/carv6/auction/10737111
2026-03-28 15:16:18 [adesa.be] INFO: Found listing with ID: 10737055
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737055%27 HTTP/1.1" 200 None
2026-03-28 15:16:18 [adesa.be] INFO: Scrape type for 10737055: 0
2026-03-28 15:16:18 [adesa.be] INFO: Skipping item 10737055 url https://www.openlane.eu/en/carv6/auction/10737055
2026-03-28 15:16:18 [adesa.be] INFO: Found listing with ID: 10737094
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737094%27 HTTP/1.1" 200 None
2026-03-28 15:16:18 [adesa.be] INFO: Scrape type for 10737094: 0
2026-03-28 15:16:18 [adesa.be] INFO: Skipping item 10737094 url https://www.openlane.eu/en/carv6/auction/10737094
2026-03-28 15:16:18 [adesa.be] INFO: Found listing with ID: 10737118
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737118%27 HTTP/1.1" 200 None
2026-03-28 15:16:18 [adesa.be] INFO: Scrape type for 10737118: 0
2026-03-28 15:16:18 [adesa.be] INFO: Skipping item 10737118 url https://www.openlane.eu/en/carv6/auction/10737118
2026-03-28 15:16:18 [adesa.be] INFO: Found listing with ID: 10737063
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737063%27 HTTP/1.1" 200 None
2026-03-28 15:16:18 [adesa.be] INFO: Scrape type for 10737063: 0
2026-03-28 15:16:18 [adesa.be] INFO: Skipping item 10737063 url https://www.openlane.eu/en/carv6/auction/10737063
2026-03-28 15:16:18 [adesa.be] INFO: Found listing with ID: 10736936
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736936%27 HTTP/1.1" 200 None
2026-03-28 15:16:18 [adesa.be] INFO: Scrape type for 10736936: 0
2026-03-28 15:16:18 [adesa.be] INFO: Skipping item 10736936 url https://www.openlane.eu/en/carv6/auction/10736936
2026-03-28 15:16:18 [adesa.be] INFO: Found listing with ID: 10737095
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737095%27 HTTP/1.1" 200 None
2026-03-28 15:16:18 [adesa.be] INFO: Scrape type for 10737095: 0
2026-03-28 15:16:18 [adesa.be] INFO: Skipping item 10737095 url https://www.openlane.eu/en/carv6/auction/10737095
2026-03-28 15:16:18 [adesa.be] INFO: Found listing with ID: 10737086
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737086%27 HTTP/1.1" 200 None
2026-03-28 15:16:18 [adesa.be] INFO: Scrape type for 10737086: 0
2026-03-28 15:16:18 [adesa.be] INFO: Skipping item 10737086 url https://www.openlane.eu/en/carv6/auction/10737086
2026-03-28 15:16:18 [adesa.be] INFO: Found listing with ID: 10737148
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737148%27 HTTP/1.1" 200 None
2026-03-28 15:16:18 [adesa.be] INFO: Scrape type for 10737148: 0
2026-03-28 15:16:18 [adesa.be] INFO: Skipping item 10737148 url https://www.openlane.eu/en/carv6/auction/10737148
2026-03-28 15:16:18 [adesa.be] INFO: Found listing with ID: 10736994
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736994%27 HTTP/1.1" 200 None
2026-03-28 15:16:18 [adesa.be] INFO: Scrape type for 10736994: 0
2026-03-28 15:16:18 [adesa.be] INFO: Skipping item 10736994 url https://www.openlane.eu/en/carv6/auction/10736994
2026-03-28 15:16:18 [adesa.be] INFO: Found listing with ID: 10737163
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737163%27 HTTP/1.1" 200 None
2026-03-28 15:16:18 [adesa.be] INFO: Scrape type for 10737163: 0
2026-03-28 15:16:18 [adesa.be] INFO: Skipping item 10737163 url https://www.openlane.eu/en/carv6/auction/10737163
2026-03-28 15:16:18 [adesa.be] INFO: Found listing with ID: 10737093
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737093%27 HTTP/1.1" 200 None
2026-03-28 15:16:18 [adesa.be] INFO: Scrape type for 10737093: 0
2026-03-28 15:16:18 [adesa.be] INFO: Skipping item 10737093 url https://www.openlane.eu/en/carv6/auction/10737093
2026-03-28 15:16:18 [adesa.be] INFO: Found listing with ID: 10737056
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737056%27 HTTP/1.1" 200 None
2026-03-28 15:16:18 [adesa.be] INFO: Scrape type for 10737056: 0
2026-03-28 15:16:18 [adesa.be] INFO: Skipping item 10737056 url https://www.openlane.eu/en/carv6/auction/10737056
2026-03-28 15:16:18 [adesa.be] INFO: Found listing with ID: 10737160
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737160%27 HTTP/1.1" 200 None
2026-03-28 15:16:19 [adesa.be] INFO: Scrape type for 10737160: 0
2026-03-28 15:16:19 [adesa.be] INFO: Skipping item 10737160 url https://www.openlane.eu/en/carv6/auction/10737160
2026-03-28 15:16:19 [adesa.be] INFO: Found listing with ID: 10736915
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736915%27 HTTP/1.1" 200 None
2026-03-28 15:16:19 [adesa.be] INFO: Scrape type for 10736915: 0
2026-03-28 15:16:19 [adesa.be] INFO: Skipping item 10736915 url https://www.openlane.eu/en/carv6/auction/10736915
2026-03-28 15:16:19 [adesa.be] INFO: Found listing with ID: 10737085
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737085%27 HTTP/1.1" 200 None
2026-03-28 15:16:19 [adesa.be] INFO: Scrape type for 10737085: 0
2026-03-28 15:16:19 [adesa.be] INFO: Skipping item 10737085 url https://www.openlane.eu/en/carv6/auction/10737085
2026-03-28 15:16:19 [adesa.be] INFO: Found listing with ID: 10736931
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736931%27 HTTP/1.1" 200 None
2026-03-28 15:16:19 [adesa.be] INFO: Scrape type for 10736931: 0
2026-03-28 15:16:19 [adesa.be] INFO: Skipping item 10736931 url https://www.openlane.eu/en/carv6/auction/10736931
2026-03-28 15:16:19 [adesa.be] INFO: Found listing with ID: 10736908
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736908%27 HTTP/1.1" 200 None
2026-03-28 15:16:19 [adesa.be] INFO: Scrape type for 10736908: 0
2026-03-28 15:16:19 [adesa.be] INFO: Skipping item 10736908 url https://www.openlane.eu/en/carv6/auction/10736908
2026-03-28 15:16:19 [adesa.be] INFO: Found listing with ID: 10737029
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737029%27 HTTP/1.1" 200 None
2026-03-28 15:16:19 [adesa.be] INFO: Scrape type for 10737029: 0
2026-03-28 15:16:19 [adesa.be] INFO: Skipping item 10737029 url https://www.openlane.eu/en/carv6/auction/10737029
2026-03-28 15:16:19 [adesa.be] INFO: Found listing with ID: 10737011
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737011%27 HTTP/1.1" 200 None
2026-03-28 15:16:19 [adesa.be] INFO: Scrape type for 10737011: 0
2026-03-28 15:16:19 [adesa.be] INFO: Skipping item 10737011 url https://www.openlane.eu/en/carv6/auction/10737011
2026-03-28 15:16:19 [adesa.be] INFO: Found listing with ID: 10737075
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737075%27 HTTP/1.1" 200 None
2026-03-28 15:16:19 [adesa.be] INFO: Scrape type for 10737075: 0
2026-03-28 15:16:19 [adesa.be] INFO: Skipping item 10737075 url https://www.openlane.eu/en/carv6/auction/10737075
2026-03-28 15:16:19 [adesa.be] INFO: Found listing with ID: 10736914
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736914%27 HTTP/1.1" 200 None
2026-03-28 15:16:19 [adesa.be] INFO: Scrape type for 10736914: 0
2026-03-28 15:16:19 [adesa.be] INFO: Skipping item 10736914 url https://www.openlane.eu/en/carv6/auction/10736914
2026-03-28 15:16:19 [adesa.be] INFO: Found listing with ID: 10737000
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737000%27 HTTP/1.1" 200 None
2026-03-28 15:16:19 [adesa.be] INFO: Scrape type for 10737000: 0
2026-03-28 15:16:19 [adesa.be] INFO: Skipping item 10737000 url https://www.openlane.eu/en/carv6/auction/10737000
2026-03-28 15:16:19 [adesa.be] INFO: Found listing with ID: 10736929
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736929%27 HTTP/1.1" 200 None
2026-03-28 15:16:19 [adesa.be] INFO: Scrape type for 10736929: 0
2026-03-28 15:16:19 [adesa.be] INFO: Skipping item 10736929 url https://www.openlane.eu/en/carv6/auction/10736929
2026-03-28 15:16:19 [adesa.be] INFO: Found listing with ID: 10737161
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737161%27 HTTP/1.1" 200 None
2026-03-28 15:16:19 [adesa.be] INFO: Scrape type for 10737161: 0
2026-03-28 15:16:19 [adesa.be] INFO: Skipping item 10737161 url https://www.openlane.eu/en/carv6/auction/10737161
2026-03-28 15:16:19 [adesa.be] INFO: Found listing with ID: 10737092
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737092%27 HTTP/1.1" 200 None
2026-03-28 15:16:19 [adesa.be] INFO: Scrape type for 10737092: 0
2026-03-28 15:16:19 [adesa.be] INFO: Skipping item 10737092 url https://www.openlane.eu/en/carv6/auction/10737092
2026-03-28 15:16:19 [adesa.be] INFO: Found listing with ID: 10736879
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736879%27 HTTP/1.1" 200 None
2026-03-28 15:16:19 [adesa.be] INFO: Scrape type for 10736879: 0
2026-03-28 15:16:19 [adesa.be] INFO: Skipping item 10736879 url https://www.openlane.eu/en/carv6/auction/10736879
2026-03-28 15:16:19 [adesa.be] INFO: Found listing with ID: 10737159
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737159%27 HTTP/1.1" 200 None
2026-03-28 15:16:19 [adesa.be] INFO: Scrape type for 10737159: 0
2026-03-28 15:16:19 [adesa.be] INFO: Skipping item 10737159 url https://www.openlane.eu/en/carv6/auction/10737159
2026-03-28 15:16:19 [adesa.be] INFO: Found listing with ID: 10737096
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737096%27 HTTP/1.1" 200 None
2026-03-28 15:16:19 [adesa.be] INFO: Scrape type for 10737096: 0
2026-03-28 15:16:19 [adesa.be] INFO: Skipping item 10737096 url https://www.openlane.eu/en/carv6/auction/10737096
2026-03-28 15:16:19 [adesa.be] INFO: Found listing with ID: 10737135
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737135%27 HTTP/1.1" 200 None
2026-03-28 15:16:19 [adesa.be] INFO: Scrape type for 10737135: 0
2026-03-28 15:16:19 [adesa.be] INFO: Skipping item 10737135 url https://www.openlane.eu/en/carv6/auction/10737135
2026-03-28 15:16:19 [adesa.be] INFO: Found listing with ID: 10736876
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736876%27 HTTP/1.1" 200 None
2026-03-28 15:16:19 [adesa.be] INFO: Scrape type for 10736876: 0
2026-03-28 15:16:19 [adesa.be] INFO: Skipping item 10736876 url https://www.openlane.eu/en/carv6/auction/10736876
2026-03-28 15:16:19 [adesa.be] INFO: Found listing with ID: 10736988
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736988%27 HTTP/1.1" 200 None
2026-03-28 15:16:19 [adesa.be] INFO: Scrape type for 10736988: 0
2026-03-28 15:16:19 [adesa.be] INFO: Skipping item 10736988 url https://www.openlane.eu/en/carv6/auction/10736988
2026-03-28 15:16:19 [adesa.be] INFO: Found listing with ID: 10736886
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736886%27 HTTP/1.1" 200 None
2026-03-28 15:16:19 [adesa.be] INFO: Scrape type for 10736886: 0
2026-03-28 15:16:19 [adesa.be] INFO: Skipping item 10736886 url https://www.openlane.eu/en/carv6/auction/10736886
2026-03-28 15:16:19 [adesa.be] INFO: Found listing with ID: 10736978
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736978%27 HTTP/1.1" 200 None
2026-03-28 15:16:19 [adesa.be] INFO: Scrape type for 10736978: 0
2026-03-28 15:16:19 [adesa.be] INFO: Skipping item 10736978 url https://www.openlane.eu/en/carv6/auction/10736978
2026-03-28 15:16:19 [adesa.be] INFO: Found listing with ID: 10737012
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737012%27 HTTP/1.1" 200 None
2026-03-28 15:16:19 [adesa.be] INFO: Scrape type for 10737012: 0
2026-03-28 15:16:19 [adesa.be] INFO: Skipping item 10737012 url https://www.openlane.eu/en/carv6/auction/10737012
2026-03-28 15:16:19 [adesa.be] INFO: Found listing with ID: 10736960
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736960%27 HTTP/1.1" 200 None
2026-03-28 15:16:19 [adesa.be] INFO: Scrape type for 10736960: 0
2026-03-28 15:16:19 [adesa.be] INFO: Skipping item 10736960 url https://www.openlane.eu/en/carv6/auction/10736960
2026-03-28 15:16:19 [adesa.be] INFO: Found listing with ID: 10736899
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736899%27 HTTP/1.1" 200 None
2026-03-28 15:16:19 [adesa.be] INFO: Scrape type for 10736899: 0
2026-03-28 15:16:19 [adesa.be] INFO: Skipping item 10736899 url https://www.openlane.eu/en/carv6/auction/10736899
2026-03-28 15:16:19 [adesa.be] INFO: Found listing with ID: 10737134
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737134%27 HTTP/1.1" 200 None
2026-03-28 15:16:19 [adesa.be] INFO: Scrape type for 10737134: 0
2026-03-28 15:16:19 [adesa.be] INFO: Skipping item 10737134 url https://www.openlane.eu/en/carv6/auction/10737134
2026-03-28 15:16:19 [adesa.be] INFO: Found listing with ID: 10736898
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736898%27 HTTP/1.1" 200 None
2026-03-28 15:16:19 [adesa.be] INFO: Scrape type for 10736898: 0
2026-03-28 15:16:19 [adesa.be] INFO: Skipping item 10736898 url https://www.openlane.eu/en/carv6/auction/10736898
2026-03-28 15:16:19 [adesa.be] INFO: Found listing with ID: 10736883
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736883%27 HTTP/1.1" 200 None
2026-03-28 15:16:19 [adesa.be] INFO: Scrape type for 10736883: 0
2026-03-28 15:16:19 [adesa.be] INFO: Skipping item 10736883 url https://www.openlane.eu/en/carv6/auction/10736883
2026-03-28 15:16:19 [adesa.be] INFO: Found listing with ID: 10736924
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736924%27 HTTP/1.1" 200 None
2026-03-28 15:16:19 [adesa.be] INFO: Scrape type for 10736924: 0
2026-03-28 15:16:19 [adesa.be] INFO: Skipping item 10736924 url https://www.openlane.eu/en/carv6/auction/10736924
2026-03-28 15:16:19 [adesa.be] INFO: Found listing with ID: 10737136
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737136%27 HTTP/1.1" 200 None
2026-03-28 15:16:19 [adesa.be] INFO: Scrape type for 10737136: 0
2026-03-28 15:16:19 [adesa.be] INFO: Skipping item 10737136 url https://www.openlane.eu/en/carv6/auction/10737136
2026-03-28 15:16:19 [adesa.be] INFO: Found listing with ID: 10737156
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737156%27 HTTP/1.1" 200 None
2026-03-28 15:16:19 [adesa.be] INFO: Scrape type for 10737156: 0
2026-03-28 15:16:19 [adesa.be] INFO: Skipping item 10737156 url https://www.openlane.eu/en/carv6/auction/10737156
2026-03-28 15:16:19 [adesa.be] INFO: Found listing with ID: 10737069
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737069%27 HTTP/1.1" 200 None
2026-03-28 15:16:19 [adesa.be] INFO: Scrape type for 10737069: 0
2026-03-28 15:16:19 [adesa.be] INFO: Skipping item 10737069 url https://www.openlane.eu/en/carv6/auction/10737069
2026-03-28 15:16:19 [adesa.be] INFO: Found listing with ID: 10737065
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737065%27 HTTP/1.1" 200 None
2026-03-28 15:16:19 [adesa.be] INFO: Scrape type for 10737065: 0
2026-03-28 15:16:19 [adesa.be] INFO: Skipping item 10737065 url https://www.openlane.eu/en/carv6/auction/10737065
2026-03-28 15:16:19 [adesa.be] INFO: Found listing with ID: 10737066
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737066%27 HTTP/1.1" 200 None
2026-03-28 15:16:19 [adesa.be] INFO: Scrape type for 10737066: 0
2026-03-28 15:16:19 [adesa.be] INFO: Skipping item 10737066 url https://www.openlane.eu/en/carv6/auction/10737066
2026-03-28 15:16:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:16:25 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:16:25 [adesa.be] INFO: Found listing with ID: 10736972
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736972%27 HTTP/1.1" 200 None
2026-03-28 15:16:25 [adesa.be] INFO: Scrape type for 10736972: 0
2026-03-28 15:16:25 [adesa.be] INFO: Skipping item 10736972 url https://www.openlane.eu/en/carv6/auction/10736972
2026-03-28 15:16:25 [adesa.be] INFO: Found listing with ID: 10736882
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736882%27 HTTP/1.1" 200 None
2026-03-28 15:16:25 [adesa.be] INFO: Scrape type for 10736882: 0
2026-03-28 15:16:25 [adesa.be] INFO: Skipping item 10736882 url https://www.openlane.eu/en/carv6/auction/10736882
2026-03-28 15:16:25 [adesa.be] INFO: Found listing with ID: 10740288
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740288%27 HTTP/1.1" 200 None
2026-03-28 15:16:25 [adesa.be] INFO: Scrape type for 10740288: 0
2026-03-28 15:16:25 [adesa.be] INFO: Skipping item 10740288 url https://www.openlane.eu/en/carv6/auction/10740288
2026-03-28 15:16:25 [adesa.be] INFO: Found listing with ID: 10736867
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736867%27 HTTP/1.1" 200 None
2026-03-28 15:16:25 [adesa.be] INFO: Scrape type for 10736867: 0
2026-03-28 15:16:25 [adesa.be] INFO: Skipping item 10736867 url https://www.openlane.eu/en/carv6/auction/10736867
2026-03-28 15:16:25 [adesa.be] INFO: Found listing with ID: 10736872
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736872%27 HTTP/1.1" 200 None
2026-03-28 15:16:25 [adesa.be] INFO: Scrape type for 10736872: 0
2026-03-28 15:16:25 [adesa.be] INFO: Skipping item 10736872 url https://www.openlane.eu/en/carv6/auction/10736872
2026-03-28 15:16:25 [adesa.be] INFO: Found listing with ID: 10737047
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737047%27 HTTP/1.1" 200 None
2026-03-28 15:16:25 [adesa.be] INFO: Scrape type for 10737047: 0
2026-03-28 15:16:25 [adesa.be] INFO: Skipping item 10737047 url https://www.openlane.eu/en/carv6/auction/10737047
2026-03-28 15:16:25 [adesa.be] INFO: Found listing with ID: 10740289
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740289%27 HTTP/1.1" 200 None
2026-03-28 15:16:25 [adesa.be] INFO: Scrape type for 10740289: 0
2026-03-28 15:16:25 [adesa.be] INFO: Skipping item 10740289 url https://www.openlane.eu/en/carv6/auction/10740289
2026-03-28 15:16:25 [adesa.be] INFO: Found listing with ID: 10736894
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736894%27 HTTP/1.1" 200 None
2026-03-28 15:16:25 [adesa.be] INFO: Scrape type for 10736894: 0
2026-03-28 15:16:25 [adesa.be] INFO: Skipping item 10736894 url https://www.openlane.eu/en/carv6/auction/10736894
2026-03-28 15:16:25 [adesa.be] INFO: Found listing with ID: 10737001
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737001%27 HTTP/1.1" 200 None
2026-03-28 15:16:25 [adesa.be] INFO: Scrape type for 10737001: 0
2026-03-28 15:16:25 [adesa.be] INFO: Skipping item 10737001 url https://www.openlane.eu/en/carv6/auction/10737001
2026-03-28 15:16:25 [adesa.be] INFO: Found listing with ID: 10737020
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737020%27 HTTP/1.1" 200 None
2026-03-28 15:16:25 [adesa.be] INFO: Scrape type for 10737020: 0
2026-03-28 15:16:25 [adesa.be] INFO: Skipping item 10737020 url https://www.openlane.eu/en/carv6/auction/10737020
2026-03-28 15:16:25 [adesa.be] INFO: Found listing with ID: 10736945
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736945%27 HTTP/1.1" 200 None
2026-03-28 15:16:25 [adesa.be] INFO: Scrape type for 10736945: 0
2026-03-28 15:16:25 [adesa.be] INFO: Skipping item 10736945 url https://www.openlane.eu/en/carv6/auction/10736945
2026-03-28 15:16:25 [adesa.be] INFO: Found listing with ID: 10736969
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736969%27 HTTP/1.1" 200 None
2026-03-28 15:16:25 [adesa.be] INFO: Scrape type for 10736969: 0
2026-03-28 15:16:25 [adesa.be] INFO: Skipping item 10736969 url https://www.openlane.eu/en/carv6/auction/10736969
2026-03-28 15:16:25 [adesa.be] INFO: Found listing with ID: 10736943
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736943%27 HTTP/1.1" 200 None
2026-03-28 15:16:25 [adesa.be] INFO: Scrape type for 10736943: 0
2026-03-28 15:16:25 [adesa.be] INFO: Skipping item 10736943 url https://www.openlane.eu/en/carv6/auction/10736943
2026-03-28 15:16:25 [adesa.be] INFO: Found listing with ID: 10736869
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736869%27 HTTP/1.1" 200 None
2026-03-28 15:16:25 [adesa.be] INFO: Scrape type for 10736869: 0
2026-03-28 15:16:25 [adesa.be] INFO: Skipping item 10736869 url https://www.openlane.eu/en/carv6/auction/10736869
2026-03-28 15:16:25 [adesa.be] INFO: Found listing with ID: 10737040
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737040%27 HTTP/1.1" 200 None
2026-03-28 15:16:25 [adesa.be] INFO: Scrape type for 10737040: 0
2026-03-28 15:16:25 [adesa.be] INFO: Skipping item 10737040 url https://www.openlane.eu/en/carv6/auction/10737040
2026-03-28 15:16:25 [adesa.be] INFO: Found listing with ID: 10737039
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737039%27 HTTP/1.1" 200 None
2026-03-28 15:16:25 [adesa.be] INFO: Scrape type for 10737039: 0
2026-03-28 15:16:25 [adesa.be] INFO: Skipping item 10737039 url https://www.openlane.eu/en/carv6/auction/10737039
2026-03-28 15:16:25 [adesa.be] INFO: Found listing with ID: 10736926
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736926%27 HTTP/1.1" 200 None
2026-03-28 15:16:25 [adesa.be] INFO: Scrape type for 10736926: 0
2026-03-28 15:16:25 [adesa.be] INFO: Skipping item 10736926 url https://www.openlane.eu/en/carv6/auction/10736926
2026-03-28 15:16:25 [adesa.be] INFO: Found listing with ID: 10737124
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737124%27 HTTP/1.1" 200 None
2026-03-28 15:16:25 [adesa.be] INFO: Scrape type for 10737124: 0
2026-03-28 15:16:25 [adesa.be] INFO: Skipping item 10737124 url https://www.openlane.eu/en/carv6/auction/10737124
2026-03-28 15:16:25 [adesa.be] INFO: Found listing with ID: 10737164
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737164%27 HTTP/1.1" 200 None
2026-03-28 15:16:25 [adesa.be] INFO: Scrape type for 10737164: 0
2026-03-28 15:16:25 [adesa.be] INFO: Skipping item 10737164 url https://www.openlane.eu/en/carv6/auction/10737164
2026-03-28 15:16:25 [adesa.be] INFO: Found listing with ID: 10736935
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736935%27 HTTP/1.1" 200 None
2026-03-28 15:16:25 [adesa.be] INFO: Scrape type for 10736935: 0
2026-03-28 15:16:25 [adesa.be] INFO: Skipping item 10736935 url https://www.openlane.eu/en/carv6/auction/10736935
2026-03-28 15:16:25 [adesa.be] INFO: Found listing with ID: 10736995
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736995%27 HTTP/1.1" 200 None
2026-03-28 15:16:25 [adesa.be] INFO: Scrape type for 10736995: 0
2026-03-28 15:16:25 [adesa.be] INFO: Skipping item 10736995 url https://www.openlane.eu/en/carv6/auction/10736995
2026-03-28 15:16:25 [adesa.be] INFO: Found listing with ID: 10737147
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737147%27 HTTP/1.1" 200 None
2026-03-28 15:16:25 [adesa.be] INFO: Scrape type for 10737147: 0
2026-03-28 15:16:25 [adesa.be] INFO: Skipping item 10737147 url https://www.openlane.eu/en/carv6/auction/10737147
2026-03-28 15:16:25 [adesa.be] INFO: Found listing with ID: 10740294
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740294%27 HTTP/1.1" 200 None
2026-03-28 15:16:25 [adesa.be] INFO: Scrape type for 10740294: 0
2026-03-28 15:16:25 [adesa.be] INFO: Skipping item 10740294 url https://www.openlane.eu/en/carv6/auction/10740294
2026-03-28 15:16:25 [adesa.be] INFO: Found listing with ID: 10736927
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736927%27 HTTP/1.1" 200 None
2026-03-28 15:16:25 [adesa.be] INFO: Scrape type for 10736927: 0
2026-03-28 15:16:25 [adesa.be] INFO: Skipping item 10736927 url https://www.openlane.eu/en/carv6/auction/10736927
2026-03-28 15:16:25 [adesa.be] INFO: Found listing with ID: 10736950
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736950%27 HTTP/1.1" 200 None
2026-03-28 15:16:25 [adesa.be] INFO: Scrape type for 10736950: 0
2026-03-28 15:16:25 [adesa.be] INFO: Skipping item 10736950 url https://www.openlane.eu/en/carv6/auction/10736950
2026-03-28 15:16:25 [adesa.be] INFO: Found listing with ID: 10736952
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736952%27 HTTP/1.1" 200 None
2026-03-28 15:16:25 [adesa.be] INFO: Scrape type for 10736952: 0
2026-03-28 15:16:25 [adesa.be] INFO: Skipping item 10736952 url https://www.openlane.eu/en/carv6/auction/10736952
2026-03-28 15:16:25 [adesa.be] INFO: Found listing with ID: 10737058
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737058%27 HTTP/1.1" 200 None
2026-03-28 15:16:25 [adesa.be] INFO: Scrape type for 10737058: 0
2026-03-28 15:16:25 [adesa.be] INFO: Skipping item 10737058 url https://www.openlane.eu/en/carv6/auction/10737058
2026-03-28 15:16:25 [adesa.be] INFO: Found listing with ID: 10737013
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737013%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10737013: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10737013 url https://www.openlane.eu/en/carv6/auction/10737013
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10737120
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737120%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10737120: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10737120 url https://www.openlane.eu/en/carv6/auction/10737120
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10737035
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737035%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10737035: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10737035 url https://www.openlane.eu/en/carv6/auction/10737035
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10736863
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736863%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10736863: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10736863 url https://www.openlane.eu/en/carv6/auction/10736863
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10736880
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736880%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10736880: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10736880 url https://www.openlane.eu/en/carv6/auction/10736880
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10737122
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737122%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10737122: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10737122 url https://www.openlane.eu/en/carv6/auction/10737122
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10737008
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737008%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10737008: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10737008 url https://www.openlane.eu/en/carv6/auction/10737008
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10736912
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736912%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10736912: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10736912 url https://www.openlane.eu/en/carv6/auction/10736912
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10736887
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736887%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10736887: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10736887 url https://www.openlane.eu/en/carv6/auction/10736887
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10736888
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736888%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10736888: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10736888 url https://www.openlane.eu/en/carv6/auction/10736888
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10737087
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737087%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10737087: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10737087 url https://www.openlane.eu/en/carv6/auction/10737087
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10737116
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737116%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10737116: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10737116 url https://www.openlane.eu/en/carv6/auction/10737116
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10737153
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737153%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10737153: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10737153 url https://www.openlane.eu/en/carv6/auction/10737153
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10736942
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736942%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10736942: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10736942 url https://www.openlane.eu/en/carv6/auction/10736942
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10736974
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736974%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10736974: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10736974 url https://www.openlane.eu/en/carv6/auction/10736974
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10737089
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737089%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10737089: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10737089 url https://www.openlane.eu/en/carv6/auction/10737089
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10736910
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736910%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10736910: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10736910 url https://www.openlane.eu/en/carv6/auction/10736910
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10737074
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737074%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10737074: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10737074 url https://www.openlane.eu/en/carv6/auction/10737074
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10736992
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736992%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10736992: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10736992 url https://www.openlane.eu/en/carv6/auction/10736992
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10740287
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740287%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10740287: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10740287 url https://www.openlane.eu/en/carv6/auction/10740287
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10737003
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737003%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10737003: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10737003 url https://www.openlane.eu/en/carv6/auction/10737003
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10737090
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737090%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10737090: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10737090 url https://www.openlane.eu/en/carv6/auction/10737090
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10740285
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740285%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10740285: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10740285 url https://www.openlane.eu/en/carv6/auction/10740285
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10737046
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737046%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10737046: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10737046 url https://www.openlane.eu/en/carv6/auction/10737046
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10737044
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737044%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10737044: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10737044 url https://www.openlane.eu/en/carv6/auction/10737044
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10737140
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737140%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10737140: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10737140 url https://www.openlane.eu/en/carv6/auction/10737140
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10736916
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736916%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10736916: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10736916 url https://www.openlane.eu/en/carv6/auction/10736916
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10736948
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736948%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10736948: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10736948 url https://www.openlane.eu/en/carv6/auction/10736948
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10736955
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736955%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10736955: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10736955 url https://www.openlane.eu/en/carv6/auction/10736955
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10736919
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736919%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10736919: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10736919 url https://www.openlane.eu/en/carv6/auction/10736919
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10736917
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736917%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10736917: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10736917 url https://www.openlane.eu/en/carv6/auction/10736917
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10736873
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736873%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10736873: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10736873 url https://www.openlane.eu/en/carv6/auction/10736873
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10736861
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736861%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10736861: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10736861 url https://www.openlane.eu/en/carv6/auction/10736861
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10736946
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736946%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10736946: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10736946 url https://www.openlane.eu/en/carv6/auction/10736946
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10737162
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737162%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10737162: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10737162 url https://www.openlane.eu/en/carv6/auction/10737162
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10737128
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737128%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10737128: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10737128 url https://www.openlane.eu/en/carv6/auction/10737128
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10736874
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736874%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10736874: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10736874 url https://www.openlane.eu/en/carv6/auction/10736874
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10736862
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736862%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10736862: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10736862 url https://www.openlane.eu/en/carv6/auction/10736862
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10737115
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737115%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10737115: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10737115 url https://www.openlane.eu/en/carv6/auction/10737115
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10736964
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736964%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10736964: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10736964 url https://www.openlane.eu/en/carv6/auction/10736964
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10737151
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737151%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10737151: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10737151 url https://www.openlane.eu/en/carv6/auction/10737151
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10736901
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736901%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10736901: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10736901 url https://www.openlane.eu/en/carv6/auction/10736901
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10737016
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737016%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10737016: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10737016 url https://www.openlane.eu/en/carv6/auction/10737016
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10737099
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737099%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10737099: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10737099 url https://www.openlane.eu/en/carv6/auction/10737099
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10736959
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736959%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10736959: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10736959 url https://www.openlane.eu/en/carv6/auction/10736959
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10737052
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737052%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10737052: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10737052 url https://www.openlane.eu/en/carv6/auction/10737052
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10740300
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740300%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10740300: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10740300 url https://www.openlane.eu/en/carv6/auction/10740300
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10737080
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737080%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10737080: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10737080 url https://www.openlane.eu/en/carv6/auction/10737080
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10736889
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736889%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10736889: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10736889 url https://www.openlane.eu/en/carv6/auction/10736889
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10737045
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737045%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10737045: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10737045 url https://www.openlane.eu/en/carv6/auction/10737045
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10740290
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740290%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10740290: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10740290 url https://www.openlane.eu/en/carv6/auction/10740290
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10736913
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736913%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10736913: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10736913 url https://www.openlane.eu/en/carv6/auction/10736913
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10736941
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736941%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10736941: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10736941 url https://www.openlane.eu/en/carv6/auction/10736941
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10737023
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737023%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10737023: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10737023 url https://www.openlane.eu/en/carv6/auction/10737023
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10736870
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736870%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10736870: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10736870 url https://www.openlane.eu/en/carv6/auction/10736870
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10736973
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736973%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10736973: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10736973 url https://www.openlane.eu/en/carv6/auction/10736973
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10737114
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737114%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10737114: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10737114 url https://www.openlane.eu/en/carv6/auction/10737114
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10736925
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736925%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10736925: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10736925 url https://www.openlane.eu/en/carv6/auction/10736925
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10736965
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736965%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10736965: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10736965 url https://www.openlane.eu/en/carv6/auction/10736965
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10736944
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736944%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10736944: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10736944 url https://www.openlane.eu/en/carv6/auction/10736944
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10736900
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736900%27 HTTP/1.1" 200 None
2026-03-28 15:16:26 [adesa.be] INFO: Scrape type for 10736900: 0
2026-03-28 15:16:26 [adesa.be] INFO: Skipping item 10736900 url https://www.openlane.eu/en/carv6/auction/10736900
2026-03-28 15:16:26 [adesa.be] INFO: Found listing with ID: 10737113
2026-03-28 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737113%27 HTTP/1.1" 200 None
2026-03-28 15:16:27 [adesa.be] INFO: Scrape type for 10737113: 0
2026-03-28 15:16:27 [adesa.be] INFO: Skipping item 10737113 url https://www.openlane.eu/en/carv6/auction/10737113
2026-03-28 15:16:27 [adesa.be] INFO: Found listing with ID: 10740295
2026-03-28 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740295%27 HTTP/1.1" 200 None
2026-03-28 15:16:27 [adesa.be] INFO: Scrape type for 10740295: 0
2026-03-28 15:16:27 [adesa.be] INFO: Skipping item 10740295 url https://www.openlane.eu/en/carv6/auction/10740295
2026-03-28 15:16:27 [adesa.be] INFO: Found listing with ID: 10736911
2026-03-28 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736911%27 HTTP/1.1" 200 None
2026-03-28 15:16:27 [adesa.be] INFO: Scrape type for 10736911: 0
2026-03-28 15:16:27 [adesa.be] INFO: Skipping item 10736911 url https://www.openlane.eu/en/carv6/auction/10736911
2026-03-28 15:16:27 [adesa.be] INFO: Found listing with ID: 10736975
2026-03-28 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736975%27 HTTP/1.1" 200 None
2026-03-28 15:16:27 [adesa.be] INFO: Scrape type for 10736975: 0
2026-03-28 15:16:27 [adesa.be] INFO: Skipping item 10736975 url https://www.openlane.eu/en/carv6/auction/10736975
2026-03-28 15:16:27 [adesa.be] INFO: Found listing with ID: 10737078
2026-03-28 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737078%27 HTTP/1.1" 200 None
2026-03-28 15:16:27 [adesa.be] INFO: Scrape type for 10737078: 0
2026-03-28 15:16:27 [adesa.be] INFO: Skipping item 10737078 url https://www.openlane.eu/en/carv6/auction/10737078
2026-03-28 15:16:27 [adesa.be] INFO: Found listing with ID: 10737070
2026-03-28 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737070%27 HTTP/1.1" 200 None
2026-03-28 15:16:27 [adesa.be] INFO: Scrape type for 10737070: 0
2026-03-28 15:16:27 [adesa.be] INFO: Skipping item 10737070 url https://www.openlane.eu/en/carv6/auction/10737070
2026-03-28 15:16:27 [adesa.be] INFO: Found listing with ID: 10740299
2026-03-28 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740299%27 HTTP/1.1" 200 None
2026-03-28 15:16:27 [adesa.be] INFO: Scrape type for 10740299: 0
2026-03-28 15:16:27 [adesa.be] INFO: Skipping item 10740299 url https://www.openlane.eu/en/carv6/auction/10740299
2026-03-28 15:16:27 [adesa.be] INFO: Found listing with ID: 10737050
2026-03-28 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737050%27 HTTP/1.1" 200 None
2026-03-28 15:16:27 [adesa.be] INFO: Scrape type for 10737050: 0
2026-03-28 15:16:27 [adesa.be] INFO: Skipping item 10737050 url https://www.openlane.eu/en/carv6/auction/10737050
2026-03-28 15:16:27 [adesa.be] INFO: Found listing with ID: 10737103
2026-03-28 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737103%27 HTTP/1.1" 200 None
2026-03-28 15:16:27 [adesa.be] INFO: Scrape type for 10737103: 0
2026-03-28 15:16:27 [adesa.be] INFO: Skipping item 10737103 url https://www.openlane.eu/en/carv6/auction/10737103
2026-03-28 15:16:27 [adesa.be] INFO: Found listing with ID: 10737088
2026-03-28 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737088%27 HTTP/1.1" 200 None
2026-03-28 15:16:27 [adesa.be] INFO: Scrape type for 10737088: 0
2026-03-28 15:16:27 [adesa.be] INFO: Skipping item 10737088 url https://www.openlane.eu/en/carv6/auction/10737088
2026-03-28 15:16:27 [adesa.be] INFO: Found listing with ID: 10736909
2026-03-28 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736909%27 HTTP/1.1" 200 None
2026-03-28 15:16:27 [adesa.be] INFO: Scrape type for 10736909: 0
2026-03-28 15:16:27 [adesa.be] INFO: Skipping item 10736909 url https://www.openlane.eu/en/carv6/auction/10736909
2026-03-28 15:16:27 [adesa.be] INFO: Found listing with ID: 10737022
2026-03-28 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737022%27 HTTP/1.1" 200 None
2026-03-28 15:16:27 [adesa.be] INFO: Scrape type for 10737022: 0
2026-03-28 15:16:27 [adesa.be] INFO: Skipping item 10737022 url https://www.openlane.eu/en/carv6/auction/10737022
2026-03-28 15:16:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:16:29 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:16:29 [adesa.be] INFO: Found listing with ID: 10736991
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736991%27 HTTP/1.1" 200 None
2026-03-28 15:16:29 [adesa.be] INFO: Scrape type for 10736991: 0
2026-03-28 15:16:29 [adesa.be] INFO: Skipping item 10736991 url https://www.openlane.eu/en/carv6/auction/10736991
2026-03-28 15:16:29 [adesa.be] INFO: Found listing with ID: 10737021
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737021%27 HTTP/1.1" 200 None
2026-03-28 15:16:29 [adesa.be] INFO: Scrape type for 10737021: 0
2026-03-28 15:16:29 [adesa.be] INFO: Skipping item 10737021 url https://www.openlane.eu/en/carv6/auction/10737021
2026-03-28 15:16:29 [adesa.be] INFO: Found listing with ID: 10737017
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737017%27 HTTP/1.1" 200 None
2026-03-28 15:16:29 [adesa.be] INFO: Scrape type for 10737017: 0
2026-03-28 15:16:29 [adesa.be] INFO: Skipping item 10737017 url https://www.openlane.eu/en/carv6/auction/10737017
2026-03-28 15:16:29 [adesa.be] INFO: Found listing with ID: 10736951
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736951%27 HTTP/1.1" 200 None
2026-03-28 15:16:29 [adesa.be] INFO: Scrape type for 10736951: 0
2026-03-28 15:16:29 [adesa.be] INFO: Skipping item 10736951 url https://www.openlane.eu/en/carv6/auction/10736951
2026-03-28 15:16:29 [adesa.be] INFO: Found listing with ID: 10736999
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736999%27 HTTP/1.1" 200 None
2026-03-28 15:16:29 [adesa.be] INFO: Scrape type for 10736999: 0
2026-03-28 15:16:29 [adesa.be] INFO: Skipping item 10736999 url https://www.openlane.eu/en/carv6/auction/10736999
2026-03-28 15:16:29 [adesa.be] INFO: Found listing with ID: 10740296
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740296%27 HTTP/1.1" 200 None
2026-03-28 15:16:29 [adesa.be] INFO: Scrape type for 10740296: 0
2026-03-28 15:16:29 [adesa.be] INFO: Skipping item 10740296 url https://www.openlane.eu/en/carv6/auction/10740296
2026-03-28 15:16:29 [adesa.be] INFO: Found listing with ID: 10737157
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737157%27 HTTP/1.1" 200 None
2026-03-28 15:16:29 [adesa.be] INFO: Scrape type for 10737157: 0
2026-03-28 15:16:29 [adesa.be] INFO: Skipping item 10737157 url https://www.openlane.eu/en/carv6/auction/10737157
2026-03-28 15:16:29 [adesa.be] INFO: Found listing with ID: 10736906
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736906%27 HTTP/1.1" 200 None
2026-03-28 15:16:29 [adesa.be] INFO: Scrape type for 10736906: 0
2026-03-28 15:16:29 [adesa.be] INFO: Skipping item 10736906 url https://www.openlane.eu/en/carv6/auction/10736906
2026-03-28 15:16:29 [adesa.be] INFO: Found listing with ID: 10736896
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736896%27 HTTP/1.1" 200 None
2026-03-28 15:16:29 [adesa.be] INFO: Scrape type for 10736896: 0
2026-03-28 15:16:29 [adesa.be] INFO: Skipping item 10736896 url https://www.openlane.eu/en/carv6/auction/10736896
2026-03-28 15:16:29 [adesa.be] INFO: Found listing with ID: 10737149
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737149%27 HTTP/1.1" 200 None
2026-03-28 15:16:29 [adesa.be] INFO: Scrape type for 10737149: 0
2026-03-28 15:16:29 [adesa.be] INFO: Skipping item 10737149 url https://www.openlane.eu/en/carv6/auction/10737149
2026-03-28 15:16:29 [adesa.be] INFO: Found listing with ID: 10737150
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737150%27 HTTP/1.1" 200 None
2026-03-28 15:16:29 [adesa.be] INFO: Scrape type for 10737150: 0
2026-03-28 15:16:29 [adesa.be] INFO: Skipping item 10737150 url https://www.openlane.eu/en/carv6/auction/10737150
2026-03-28 15:16:29 [adesa.be] INFO: Found listing with ID: 10736996
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736996%27 HTTP/1.1" 200 None
2026-03-28 15:16:29 [adesa.be] INFO: Scrape type for 10736996: 0
2026-03-28 15:16:29 [adesa.be] INFO: Skipping item 10736996 url https://www.openlane.eu/en/carv6/auction/10736996
2026-03-28 15:16:29 [adesa.be] INFO: Found listing with ID: 10736961
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736961%27 HTTP/1.1" 200 None
2026-03-28 15:16:29 [adesa.be] INFO: Scrape type for 10736961: 0
2026-03-28 15:16:29 [adesa.be] INFO: Skipping item 10736961 url https://www.openlane.eu/en/carv6/auction/10736961
2026-03-28 15:16:29 [adesa.be] INFO: Found listing with ID: 10740301
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740301%27 HTTP/1.1" 200 None
2026-03-28 15:16:29 [adesa.be] INFO: Scrape type for 10740301: 0
2026-03-28 15:16:29 [adesa.be] INFO: Skipping item 10740301 url https://www.openlane.eu/en/carv6/auction/10740301
2026-03-28 15:16:29 [adesa.be] INFO: Found listing with ID: 10736956
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736956%27 HTTP/1.1" 200 None
2026-03-28 15:16:29 [adesa.be] INFO: Scrape type for 10736956: 0
2026-03-28 15:16:29 [adesa.be] INFO: Skipping item 10736956 url https://www.openlane.eu/en/carv6/auction/10736956
2026-03-28 15:16:29 [adesa.be] INFO: Found listing with ID: 10736932
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736932%27 HTTP/1.1" 200 None
2026-03-28 15:16:29 [adesa.be] INFO: Scrape type for 10736932: 0
2026-03-28 15:16:29 [adesa.be] INFO: Skipping item 10736932 url https://www.openlane.eu/en/carv6/auction/10736932
2026-03-28 15:16:29 [adesa.be] INFO: Found listing with ID: 10736971
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736971%27 HTTP/1.1" 200 None
2026-03-28 15:16:29 [adesa.be] INFO: Scrape type for 10736971: 0
2026-03-28 15:16:29 [adesa.be] INFO: Skipping item 10736971 url https://www.openlane.eu/en/carv6/auction/10736971
2026-03-28 15:16:29 [adesa.be] INFO: Found listing with ID: 10737004
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737004%27 HTTP/1.1" 200 None
2026-03-28 15:16:29 [adesa.be] INFO: Scrape type for 10737004: 0
2026-03-28 15:16:29 [adesa.be] INFO: Skipping item 10737004 url https://www.openlane.eu/en/carv6/auction/10737004
2026-03-28 15:16:29 [adesa.be] INFO: Found listing with ID: 10737130
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737130%27 HTTP/1.1" 200 None
2026-03-28 15:16:29 [adesa.be] INFO: Scrape type for 10737130: 0
2026-03-28 15:16:29 [adesa.be] INFO: Skipping item 10737130 url https://www.openlane.eu/en/carv6/auction/10737130
2026-03-28 15:16:29 [adesa.be] INFO: Found listing with ID: 10737123
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737123%27 HTTP/1.1" 200 None
2026-03-28 15:16:29 [adesa.be] INFO: Scrape type for 10737123: 0
2026-03-28 15:16:29 [adesa.be] INFO: Skipping item 10737123 url https://www.openlane.eu/en/carv6/auction/10737123
2026-03-28 15:16:29 [adesa.be] INFO: Found listing with ID: 10736907
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736907%27 HTTP/1.1" 200 None
2026-03-28 15:16:29 [adesa.be] INFO: Scrape type for 10736907: 0
2026-03-28 15:16:29 [adesa.be] INFO: Skipping item 10736907 url https://www.openlane.eu/en/carv6/auction/10736907
2026-03-28 15:16:29 [adesa.be] INFO: Found listing with ID: 10740291
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740291%27 HTTP/1.1" 200 None
2026-03-28 15:16:29 [adesa.be] INFO: Scrape type for 10740291: 0
2026-03-28 15:16:29 [adesa.be] INFO: Skipping item 10740291 url https://www.openlane.eu/en/carv6/auction/10740291
2026-03-28 15:16:29 [adesa.be] INFO: Found listing with ID: 10736930
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736930%27 HTTP/1.1" 200 None
2026-03-28 15:16:29 [adesa.be] INFO: Scrape type for 10736930: 0
2026-03-28 15:16:29 [adesa.be] INFO: Skipping item 10736930 url https://www.openlane.eu/en/carv6/auction/10736930
2026-03-28 15:16:29 [adesa.be] INFO: Found listing with ID: 10737132
2026-03-28 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737132%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10737132: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10737132 url https://www.openlane.eu/en/carv6/auction/10737132
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10737167
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737167%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10737167: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10737167 url https://www.openlane.eu/en/carv6/auction/10737167
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10736940
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736940%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10736940: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10736940 url https://www.openlane.eu/en/carv6/auction/10736940
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10737158
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737158%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10737158: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10737158 url https://www.openlane.eu/en/carv6/auction/10737158
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10737024
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737024%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10737024: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10737024 url https://www.openlane.eu/en/carv6/auction/10737024
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10737006
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737006%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10737006: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10737006 url https://www.openlane.eu/en/carv6/auction/10737006
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10737127
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737127%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10737127: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10737127 url https://www.openlane.eu/en/carv6/auction/10737127
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10737081
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737081%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10737081: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10737081 url https://www.openlane.eu/en/carv6/auction/10737081
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10736966
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736966%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10736966: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10736966 url https://www.openlane.eu/en/carv6/auction/10736966
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10737005
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737005%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10737005: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10737005 url https://www.openlane.eu/en/carv6/auction/10737005
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10737152
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737152%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10737152: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10737152 url https://www.openlane.eu/en/carv6/auction/10737152
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10736970
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736970%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10736970: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10736970 url https://www.openlane.eu/en/carv6/auction/10736970
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10737138
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737138%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10737138: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10737138 url https://www.openlane.eu/en/carv6/auction/10737138
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10736958
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736958%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10736958: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10736958 url https://www.openlane.eu/en/carv6/auction/10736958
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10736891
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736891%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10736891: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10736891 url https://www.openlane.eu/en/carv6/auction/10736891
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10737025
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737025%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10737025: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10737025 url https://www.openlane.eu/en/carv6/auction/10737025
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10736963
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736963%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10736963: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10736963 url https://www.openlane.eu/en/carv6/auction/10736963
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10740284
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740284%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10740284: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10740284 url https://www.openlane.eu/en/carv6/auction/10740284
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10737121
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737121%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10737121: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10737121 url https://www.openlane.eu/en/carv6/auction/10737121
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10737071
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737071%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10737071: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10737071 url https://www.openlane.eu/en/carv6/auction/10737071
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10737073
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737073%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10737073: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10737073 url https://www.openlane.eu/en/carv6/auction/10737073
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10737067
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737067%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10737067: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10737067 url https://www.openlane.eu/en/carv6/auction/10737067
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10737068
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737068%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10737068: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10737068 url https://www.openlane.eu/en/carv6/auction/10737068
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10737007
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737007%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10737007: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10737007 url https://www.openlane.eu/en/carv6/auction/10737007
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10736957
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736957%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10736957: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10736957 url https://www.openlane.eu/en/carv6/auction/10736957
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10740283
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740283%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10740283: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10740283 url https://www.openlane.eu/en/carv6/auction/10740283
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10737077
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737077%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10737077: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10737077 url https://www.openlane.eu/en/carv6/auction/10737077
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10740286
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740286%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10740286: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10740286 url https://www.openlane.eu/en/carv6/auction/10740286
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10737105
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737105%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10737105: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10737105 url https://www.openlane.eu/en/carv6/auction/10737105
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10736982
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736982%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10736982: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10736982 url https://www.openlane.eu/en/carv6/auction/10736982
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10737064
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737064%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10737064: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10737064 url https://www.openlane.eu/en/carv6/auction/10737064
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10737166
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737166%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10737166: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10737166 url https://www.openlane.eu/en/carv6/auction/10737166
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10736934
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736934%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10736934: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10736934 url https://www.openlane.eu/en/carv6/auction/10736934
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10737079
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737079%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10737079: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10737079 url https://www.openlane.eu/en/carv6/auction/10737079
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10736984
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736984%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10736984: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10736984 url https://www.openlane.eu/en/carv6/auction/10736984
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10736947
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736947%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10736947: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10736947 url https://www.openlane.eu/en/carv6/auction/10736947
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10736986
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736986%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10736986: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10736986 url https://www.openlane.eu/en/carv6/auction/10736986
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10737059
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737059%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10737059: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10737059 url https://www.openlane.eu/en/carv6/auction/10737059
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10736976
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736976%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10736976: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10736976 url https://www.openlane.eu/en/carv6/auction/10736976
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10737034
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737034%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10737034: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10737034 url https://www.openlane.eu/en/carv6/auction/10737034
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10737110
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737110%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10737110: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10737110 url https://www.openlane.eu/en/carv6/auction/10737110
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10737030
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737030%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10737030: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10737030 url https://www.openlane.eu/en/carv6/auction/10737030
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10736968
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736968%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10736968: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10736968 url https://www.openlane.eu/en/carv6/auction/10736968
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10737033
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737033%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10737033: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10737033 url https://www.openlane.eu/en/carv6/auction/10737033
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10736983
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736983%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10736983: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10736983 url https://www.openlane.eu/en/carv6/auction/10736983
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10737031
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737031%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10737031: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10737031 url https://www.openlane.eu/en/carv6/auction/10737031
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10737062
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737062%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10737062: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10737062 url https://www.openlane.eu/en/carv6/auction/10737062
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10737155
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737155%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10737155: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10737155 url https://www.openlane.eu/en/carv6/auction/10737155
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10736997
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736997%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10736997: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10736997 url https://www.openlane.eu/en/carv6/auction/10736997
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10736904
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736904%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10736904: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10736904 url https://www.openlane.eu/en/carv6/auction/10736904
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10737049
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737049%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10737049: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10737049 url https://www.openlane.eu/en/carv6/auction/10737049
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10737061
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737061%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10737061: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10737061 url https://www.openlane.eu/en/carv6/auction/10737061
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10736905
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736905%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10736905: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10736905 url https://www.openlane.eu/en/carv6/auction/10736905
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10737104
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737104%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10737104: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10737104 url https://www.openlane.eu/en/carv6/auction/10737104
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10736987
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736987%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10736987: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10736987 url https://www.openlane.eu/en/carv6/auction/10736987
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10737091
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737091%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10737091: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10737091 url https://www.openlane.eu/en/carv6/auction/10737091
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10737154
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737154%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10737154: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10737154 url https://www.openlane.eu/en/carv6/auction/10737154
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10737139
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737139%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10737139: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10737139 url https://www.openlane.eu/en/carv6/auction/10737139
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10737117
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737117%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10737117: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10737117 url https://www.openlane.eu/en/carv6/auction/10737117
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10737129
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737129%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10737129: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10737129 url https://www.openlane.eu/en/carv6/auction/10737129
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10736922
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736922%27 HTTP/1.1" 200 None
2026-03-28 15:16:30 [adesa.be] INFO: Scrape type for 10736922: 0
2026-03-28 15:16:30 [adesa.be] INFO: Skipping item 10736922 url https://www.openlane.eu/en/carv6/auction/10736922
2026-03-28 15:16:30 [adesa.be] INFO: Found listing with ID: 10736877
2026-03-28 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736877%27 HTTP/1.1" 200 None
2026-03-28 15:16:31 [adesa.be] INFO: Scrape type for 10736877: 0
2026-03-28 15:16:31 [adesa.be] INFO: Skipping item 10736877 url https://www.openlane.eu/en/carv6/auction/10736877
2026-03-28 15:16:31 [adesa.be] INFO: Found listing with ID: 10736878
2026-03-28 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736878%27 HTTP/1.1" 200 None
2026-03-28 15:16:31 [adesa.be] INFO: Scrape type for 10736878: 0
2026-03-28 15:16:31 [adesa.be] INFO: Skipping item 10736878 url https://www.openlane.eu/en/carv6/auction/10736878
2026-03-28 15:16:31 [adesa.be] INFO: Found listing with ID: 10736933
2026-03-28 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736933%27 HTTP/1.1" 200 None
2026-03-28 15:16:31 [adesa.be] INFO: Scrape type for 10736933: 0
2026-03-28 15:16:31 [adesa.be] INFO: Skipping item 10736933 url https://www.openlane.eu/en/carv6/auction/10736933
2026-03-28 15:16:31 [adesa.be] INFO: Found listing with ID: 10737083
2026-03-28 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737083%27 HTTP/1.1" 200 None
2026-03-28 15:16:31 [adesa.be] INFO: Scrape type for 10737083: 0
2026-03-28 15:16:31 [adesa.be] INFO: Skipping item 10737083 url https://www.openlane.eu/en/carv6/auction/10737083
2026-03-28 15:16:31 [adesa.be] INFO: Found listing with ID: 10736885
2026-03-28 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736885%27 HTTP/1.1" 200 None
2026-03-28 15:16:31 [adesa.be] INFO: Scrape type for 10736885: 0
2026-03-28 15:16:31 [adesa.be] INFO: Skipping item 10736885 url https://www.openlane.eu/en/carv6/auction/10736885
2026-03-28 15:16:31 [adesa.be] INFO: Found listing with ID: 10737032
2026-03-28 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737032%27 HTTP/1.1" 200 None
2026-03-28 15:16:31 [adesa.be] INFO: Scrape type for 10737032: 0
2026-03-28 15:16:31 [adesa.be] INFO: Skipping item 10737032 url https://www.openlane.eu/en/carv6/auction/10737032
2026-03-28 15:16:31 [adesa.be] INFO: Found listing with ID: 10737109
2026-03-28 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737109%27 HTTP/1.1" 200 None
2026-03-28 15:16:31 [adesa.be] INFO: Scrape type for 10737109: 0
2026-03-28 15:16:31 [adesa.be] INFO: Skipping item 10737109 url https://www.openlane.eu/en/carv6/auction/10737109
2026-03-28 15:16:31 [adesa.be] INFO: Found listing with ID: 10737119
2026-03-28 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737119%27 HTTP/1.1" 200 None
2026-03-28 15:16:31 [adesa.be] INFO: Scrape type for 10737119: 0
2026-03-28 15:16:31 [adesa.be] INFO: Skipping item 10737119 url https://www.openlane.eu/en/carv6/auction/10737119
2026-03-28 15:16:31 [adesa.be] INFO: Found listing with ID: 10736921
2026-03-28 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736921%27 HTTP/1.1" 200 None
2026-03-28 15:16:31 [adesa.be] INFO: Scrape type for 10736921: 0
2026-03-28 15:16:31 [adesa.be] INFO: Skipping item 10736921 url https://www.openlane.eu/en/carv6/auction/10736921
2026-03-28 15:16:31 [adesa.be] INFO: Found listing with ID: 10737053
2026-03-28 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737053%27 HTTP/1.1" 200 None
2026-03-28 15:16:31 [adesa.be] INFO: Scrape type for 10737053: 0
2026-03-28 15:16:31 [adesa.be] INFO: Skipping item 10737053 url https://www.openlane.eu/en/carv6/auction/10737053
2026-03-28 15:16:31 [adesa.be] INFO: Found listing with ID: 10736871
2026-03-28 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736871%27 HTTP/1.1" 200 None
2026-03-28 15:16:31 [adesa.be] INFO: Scrape type for 10736871: 0
2026-03-28 15:16:31 [adesa.be] INFO: Skipping item 10736871 url https://www.openlane.eu/en/carv6/auction/10736871
2026-03-28 15:16:31 [adesa.be] INFO: Found listing with ID: 10736890
2026-03-28 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736890%27 HTTP/1.1" 200 None
2026-03-28 15:16:31 [adesa.be] INFO: Scrape type for 10736890: 0
2026-03-28 15:16:31 [adesa.be] INFO: Skipping item 10736890 url https://www.openlane.eu/en/carv6/auction/10736890
2026-03-28 15:16:31 [adesa.be] INFO: Found listing with ID: 10737015
2026-03-28 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737015%27 HTTP/1.1" 200 None
2026-03-28 15:16:31 [adesa.be] INFO: Scrape type for 10737015: 0
2026-03-28 15:16:31 [adesa.be] INFO: Skipping item 10737015 url https://www.openlane.eu/en/carv6/auction/10737015
2026-03-28 15:16:31 [adesa.be] INFO: Found listing with ID: 10737101
2026-03-28 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737101%27 HTTP/1.1" 200 None
2026-03-28 15:16:31 [adesa.be] INFO: Scrape type for 10737101: 0
2026-03-28 15:16:31 [adesa.be] INFO: Skipping item 10737101 url https://www.openlane.eu/en/carv6/auction/10737101
2026-03-28 15:16:31 [adesa.be] INFO: Found listing with ID: 10737084
2026-03-28 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737084%27 HTTP/1.1" 200 None
2026-03-28 15:16:31 [adesa.be] INFO: Scrape type for 10737084: 0
2026-03-28 15:16:31 [adesa.be] INFO: Skipping item 10737084 url https://www.openlane.eu/en/carv6/auction/10737084
2026-03-28 15:16:31 [adesa.be] INFO: Found listing with ID: 10737002
2026-03-28 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737002%27 HTTP/1.1" 200 None
2026-03-28 15:16:31 [adesa.be] INFO: Scrape type for 10737002: 0
2026-03-28 15:16:31 [adesa.be] INFO: Skipping item 10737002 url https://www.openlane.eu/en/carv6/auction/10737002
2026-03-28 15:16:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:16:32 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10736977
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736977%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10736977: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10736977 url https://www.openlane.eu/en/carv6/auction/10736977
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10736962
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736962%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10736962: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10736962 url https://www.openlane.eu/en/carv6/auction/10736962
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10736998
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736998%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10736998: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10736998 url https://www.openlane.eu/en/carv6/auction/10736998
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10736980
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736980%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10736980: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10736980 url https://www.openlane.eu/en/carv6/auction/10736980
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10736928
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736928%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10736928: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10736928 url https://www.openlane.eu/en/carv6/auction/10736928
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10737060
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737060%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10737060: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10737060 url https://www.openlane.eu/en/carv6/auction/10737060
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10737076
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737076%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10737076: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10737076 url https://www.openlane.eu/en/carv6/auction/10737076
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10736990
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736990%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10736990: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10736990 url https://www.openlane.eu/en/carv6/auction/10736990
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10736868
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736868%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10736868: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10736868 url https://www.openlane.eu/en/carv6/auction/10736868
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10736866
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736866%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10736866: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10736866 url https://www.openlane.eu/en/carv6/auction/10736866
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10736923
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736923%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10736923: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10736923 url https://www.openlane.eu/en/carv6/auction/10736923
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10737107
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737107%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10737107: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10737107 url https://www.openlane.eu/en/carv6/auction/10737107
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10736884
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736884%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10736884: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10736884 url https://www.openlane.eu/en/carv6/auction/10736884
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10736864
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736864%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10736864: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10736864 url https://www.openlane.eu/en/carv6/auction/10736864
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10724177
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724177%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10724177: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10724177 url https://www.openlane.eu/en/carv6/auction/10724177
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10724181
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724181%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10724181: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10724181 url https://www.openlane.eu/en/carv6/auction/10724181
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10724180
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724180%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10724180: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10724180 url https://www.openlane.eu/en/carv6/auction/10724180
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10724176
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724176%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10724176: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10724176 url https://www.openlane.eu/en/carv6/auction/10724176
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10724182
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724182%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10724182: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10724182 url https://www.openlane.eu/en/carv6/auction/10724182
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10724179
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724179%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10724179: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10724179 url https://www.openlane.eu/en/carv6/auction/10724179
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10724178
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724178%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10724178: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10724178 url https://www.openlane.eu/en/carv6/auction/10724178
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10734660
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734660%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10734660: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10734660 url https://www.openlane.eu/en/carv6/auction/10734660
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10738187
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738187%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10738187: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10738187 url https://www.openlane.eu/en/carv6/auction/10738187
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10730663
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730663%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10730663: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10730663 url https://www.openlane.eu/en/carv6/auction/10730663
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10731407
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731407%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10731407: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10731407 url https://www.openlane.eu/en/carv6/auction/10731407
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10730531
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730531%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10730531: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10730531 url https://www.openlane.eu/en/carv6/auction/10730531
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10732496
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710732496%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10732496: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10732496 url https://www.openlane.eu/en/carv6/auction/10732496
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10730515
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730515%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10730515: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10730515 url https://www.openlane.eu/en/carv6/auction/10730515
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10731432
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731432%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10731432: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10731432 url https://www.openlane.eu/en/carv6/auction/10731432
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10730471
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730471%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10730471: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10730471 url https://www.openlane.eu/en/carv6/auction/10730471
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10732476
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710732476%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10732476: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10732476 url https://www.openlane.eu/en/carv6/auction/10732476
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10730469
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730469%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10730469: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10730469 url https://www.openlane.eu/en/carv6/auction/10730469
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10731421
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731421%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10731421: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10731421 url https://www.openlane.eu/en/carv6/auction/10731421
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10730495
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730495%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10730495: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10730495 url https://www.openlane.eu/en/carv6/auction/10730495
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10733085
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733085%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10733085: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10733085 url https://www.openlane.eu/en/carv6/auction/10733085
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10731428
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731428%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10731428: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10731428 url https://www.openlane.eu/en/carv6/auction/10731428
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10730467
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730467%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10730467: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10730467 url https://www.openlane.eu/en/carv6/auction/10730467
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10730459
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730459%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10730459: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10730459 url https://www.openlane.eu/en/carv6/auction/10730459
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10732473
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710732473%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10732473: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10732473 url https://www.openlane.eu/en/carv6/auction/10732473
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10733081
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733081%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10733081: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10733081 url https://www.openlane.eu/en/carv6/auction/10733081
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10730499
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730499%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10730499: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10730499 url https://www.openlane.eu/en/carv6/auction/10730499
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10730503
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730503%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10730503: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10730503 url https://www.openlane.eu/en/carv6/auction/10730503
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10730511
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730511%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10730511: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10730511 url https://www.openlane.eu/en/carv6/auction/10730511
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10731426
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731426%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10731426: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10731426 url https://www.openlane.eu/en/carv6/auction/10731426
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10731423
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731423%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10731423: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10731423 url https://www.openlane.eu/en/carv6/auction/10731423
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10730551
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730551%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10730551: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10730551 url https://www.openlane.eu/en/carv6/auction/10730551
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10730504
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730504%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10730504: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10730504 url https://www.openlane.eu/en/carv6/auction/10730504
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10737299
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737299%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10737299: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10737299 url https://www.openlane.eu/en/carv6/auction/10737299
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10730530
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730530%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10730530: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10730530 url https://www.openlane.eu/en/carv6/auction/10730530
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10730643
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730643%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10730643: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10730643 url https://www.openlane.eu/en/carv6/auction/10730643
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10730519
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730519%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10730519: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10730519 url https://www.openlane.eu/en/carv6/auction/10730519
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10730568
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730568%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10730568: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10730568 url https://www.openlane.eu/en/carv6/auction/10730568
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10730549
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730549%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10730549: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10730549 url https://www.openlane.eu/en/carv6/auction/10730549
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10730502
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730502%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10730502: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10730502 url https://www.openlane.eu/en/carv6/auction/10730502
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10730488
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730488%27 HTTP/1.1" 200 None
2026-03-28 15:16:33 [adesa.be] INFO: Scrape type for 10730488: 0
2026-03-28 15:16:33 [adesa.be] INFO: Skipping item 10730488 url https://www.openlane.eu/en/carv6/auction/10730488
2026-03-28 15:16:33 [adesa.be] INFO: Found listing with ID: 10737298
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737298%27 HTTP/1.1" 200 None
2026-03-28 15:16:34 [adesa.be] INFO: Scrape type for 10737298: 0
2026-03-28 15:16:34 [adesa.be] INFO: Skipping item 10737298 url https://www.openlane.eu/en/carv6/auction/10737298
2026-03-28 15:16:34 [adesa.be] INFO: Found listing with ID: 10730632
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730632%27 HTTP/1.1" 200 None
2026-03-28 15:16:34 [adesa.be] INFO: Scrape type for 10730632: 0
2026-03-28 15:16:34 [adesa.be] INFO: Skipping item 10730632 url https://www.openlane.eu/en/carv6/auction/10730632
2026-03-28 15:16:34 [adesa.be] INFO: Found listing with ID: 10731402
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731402%27 HTTP/1.1" 200 None
2026-03-28 15:16:34 [adesa.be] INFO: Scrape type for 10731402: 0
2026-03-28 15:16:34 [adesa.be] INFO: Skipping item 10731402 url https://www.openlane.eu/en/carv6/auction/10731402
2026-03-28 15:16:34 [adesa.be] INFO: Found listing with ID: 10730548
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730548%27 HTTP/1.1" 200 None
2026-03-28 15:16:34 [adesa.be] INFO: Scrape type for 10730548: 0
2026-03-28 15:16:34 [adesa.be] INFO: Skipping item 10730548 url https://www.openlane.eu/en/carv6/auction/10730548
2026-03-28 15:16:34 [adesa.be] INFO: Found listing with ID: 10730514
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730514%27 HTTP/1.1" 200 None
2026-03-28 15:16:34 [adesa.be] INFO: Scrape type for 10730514: 0
2026-03-28 15:16:34 [adesa.be] INFO: Skipping item 10730514 url https://www.openlane.eu/en/carv6/auction/10730514
2026-03-28 15:16:34 [adesa.be] INFO: Found listing with ID: 10731405
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731405%27 HTTP/1.1" 200 None
2026-03-28 15:16:34 [adesa.be] INFO: Scrape type for 10731405: 0
2026-03-28 15:16:34 [adesa.be] INFO: Skipping item 10731405 url https://www.openlane.eu/en/carv6/auction/10731405
2026-03-28 15:16:34 [adesa.be] INFO: Found listing with ID: 10730491
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730491%27 HTTP/1.1" 200 None
2026-03-28 15:16:34 [adesa.be] INFO: Scrape type for 10730491: 0
2026-03-28 15:16:34 [adesa.be] INFO: Skipping item 10730491 url https://www.openlane.eu/en/carv6/auction/10730491
2026-03-28 15:16:34 [adesa.be] INFO: Found listing with ID: 10731411
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731411%27 HTTP/1.1" 200 None
2026-03-28 15:16:34 [adesa.be] INFO: Scrape type for 10731411: 0
2026-03-28 15:16:34 [adesa.be] INFO: Skipping item 10731411 url https://www.openlane.eu/en/carv6/auction/10731411
2026-03-28 15:16:34 [adesa.be] INFO: Found listing with ID: 10730489
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730489%27 HTTP/1.1" 200 None
2026-03-28 15:16:34 [adesa.be] INFO: Scrape type for 10730489: 0
2026-03-28 15:16:34 [adesa.be] INFO: Skipping item 10730489 url https://www.openlane.eu/en/carv6/auction/10730489
2026-03-28 15:16:34 [adesa.be] INFO: Found listing with ID: 10730558
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730558%27 HTTP/1.1" 200 None
2026-03-28 15:16:34 [adesa.be] INFO: Scrape type for 10730558: 2
2026-03-28 15:16:34 [adesa.be] INFO: Scraping item 10730558 url https://www.openlane.eu/en/carv6/auction/10730558
2026-03-28 15:16:34 [adesa.be] INFO: Found listing with ID: 10730527
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730527%27 HTTP/1.1" 200 None
2026-03-28 15:16:34 [adesa.be] INFO: Scrape type for 10730527: 0
2026-03-28 15:16:34 [adesa.be] INFO: Skipping item 10730527 url https://www.openlane.eu/en/carv6/auction/10730527
2026-03-28 15:16:34 [adesa.be] INFO: Found listing with ID: 10731431
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731431%27 HTTP/1.1" 200 None
2026-03-28 15:16:34 [adesa.be] INFO: Scrape type for 10731431: 0
2026-03-28 15:16:34 [adesa.be] INFO: Skipping item 10731431 url https://www.openlane.eu/en/carv6/auction/10731431
2026-03-28 15:16:34 [adesa.be] INFO: Found listing with ID: 10730642
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730642%27 HTTP/1.1" 200 None
2026-03-28 15:16:34 [adesa.be] INFO: Scrape type for 10730642: 0
2026-03-28 15:16:34 [adesa.be] INFO: Skipping item 10730642 url https://www.openlane.eu/en/carv6/auction/10730642
2026-03-28 15:16:34 [adesa.be] INFO: Found listing with ID: 10731427
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731427%27 HTTP/1.1" 200 None
2026-03-28 15:16:34 [adesa.be] INFO: Scrape type for 10731427: 0
2026-03-28 15:16:34 [adesa.be] INFO: Skipping item 10731427 url https://www.openlane.eu/en/carv6/auction/10731427
2026-03-28 15:16:34 [adesa.be] INFO: Found listing with ID: 10730492
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730492%27 HTTP/1.1" 200 None
2026-03-28 15:16:34 [adesa.be] INFO: Scrape type for 10730492: 0
2026-03-28 15:16:34 [adesa.be] INFO: Skipping item 10730492 url https://www.openlane.eu/en/carv6/auction/10730492
2026-03-28 15:16:34 [adesa.be] INFO: Found listing with ID: 10730508
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730508%27 HTTP/1.1" 200 None
2026-03-28 15:16:34 [adesa.be] INFO: Scrape type for 10730508: 0
2026-03-28 15:16:34 [adesa.be] INFO: Skipping item 10730508 url https://www.openlane.eu/en/carv6/auction/10730508
2026-03-28 15:16:34 [adesa.be] INFO: Found listing with ID: 10730498
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730498%27 HTTP/1.1" 200 None
2026-03-28 15:16:34 [adesa.be] INFO: Scrape type for 10730498: 0
2026-03-28 15:16:34 [adesa.be] INFO: Skipping item 10730498 url https://www.openlane.eu/en/carv6/auction/10730498
2026-03-28 15:16:34 [adesa.be] INFO: Found listing with ID: 10732580
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710732580%27 HTTP/1.1" 200 None
2026-03-28 15:16:34 [adesa.be] INFO: Scrape type for 10732580: 0
2026-03-28 15:16:34 [adesa.be] INFO: Skipping item 10732580 url https://www.openlane.eu/en/carv6/auction/10732580
2026-03-28 15:16:34 [adesa.be] INFO: Found listing with ID: 10732594
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710732594%27 HTTP/1.1" 200 None
2026-03-28 15:16:34 [adesa.be] INFO: Scrape type for 10732594: 0
2026-03-28 15:16:34 [adesa.be] INFO: Skipping item 10732594 url https://www.openlane.eu/en/carv6/auction/10732594
2026-03-28 15:16:34 [adesa.be] INFO: Found listing with ID: 10727129
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710727129%27 HTTP/1.1" 200 None
2026-03-28 15:16:34 [adesa.be] INFO: Scrape type for 10727129: 0
2026-03-28 15:16:34 [adesa.be] INFO: Skipping item 10727129 url https://www.openlane.eu/en/carv6/auction/10727129
2026-03-28 15:16:34 [adesa.be] INFO: Found listing with ID: 10730478
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730478%27 HTTP/1.1" 200 None
2026-03-28 15:16:34 [adesa.be] INFO: Scrape type for 10730478: 0
2026-03-28 15:16:34 [adesa.be] INFO: Skipping item 10730478 url https://www.openlane.eu/en/carv6/auction/10730478
2026-03-28 15:16:34 [adesa.be] INFO: Found listing with ID: 10730480
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730480%27 HTTP/1.1" 200 None
2026-03-28 15:16:34 [adesa.be] INFO: Scrape type for 10730480: 0
2026-03-28 15:16:34 [adesa.be] INFO: Skipping item 10730480 url https://www.openlane.eu/en/carv6/auction/10730480
2026-03-28 15:16:34 [adesa.be] INFO: Found listing with ID: 10732622
2026-03-28 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710732622%27 HTTP/1.1" 200 None
2026-03-28 15:16:35 [adesa.be] INFO: Scrape type for 10732622: 0
2026-03-28 15:16:35 [adesa.be] INFO: Skipping item 10732622 url https://www.openlane.eu/en/carv6/auction/10732622
2026-03-28 15:16:35 [adesa.be] INFO: Found listing with ID: 10730490
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730490%27 HTTP/1.1" 200 None
2026-03-28 15:16:35 [adesa.be] INFO: Scrape type for 10730490: 0
2026-03-28 15:16:35 [adesa.be] INFO: Skipping item 10730490 url https://www.openlane.eu/en/carv6/auction/10730490
2026-03-28 15:16:35 [adesa.be] INFO: Found listing with ID: 10730484
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730484%27 HTTP/1.1" 200 None
2026-03-28 15:16:35 [adesa.be] INFO: Scrape type for 10730484: 0
2026-03-28 15:16:35 [adesa.be] INFO: Skipping item 10730484 url https://www.openlane.eu/en/carv6/auction/10730484
2026-03-28 15:16:35 [adesa.be] INFO: Found listing with ID: 10730457
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730457%27 HTTP/1.1" 200 None
2026-03-28 15:16:35 [adesa.be] INFO: Scrape type for 10730457: 0
2026-03-28 15:16:35 [adesa.be] INFO: Skipping item 10730457 url https://www.openlane.eu/en/carv6/auction/10730457
2026-03-28 15:16:35 [adesa.be] INFO: Found listing with ID: 10730472
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730472%27 HTTP/1.1" 200 None
2026-03-28 15:16:35 [adesa.be] INFO: Scrape type for 10730472: 0
2026-03-28 15:16:35 [adesa.be] INFO: Skipping item 10730472 url https://www.openlane.eu/en/carv6/auction/10730472
2026-03-28 15:16:35 [adesa.be] INFO: Found listing with ID: 10730482
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730482%27 HTTP/1.1" 200 None
2026-03-28 15:16:35 [adesa.be] INFO: Scrape type for 10730482: 0
2026-03-28 15:16:35 [adesa.be] INFO: Skipping item 10730482 url https://www.openlane.eu/en/carv6/auction/10730482
2026-03-28 15:16:35 [adesa.be] INFO: Found listing with ID: 10731430
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731430%27 HTTP/1.1" 200 None
2026-03-28 15:16:35 [adesa.be] INFO: Scrape type for 10731430: 0
2026-03-28 15:16:35 [adesa.be] INFO: Skipping item 10731430 url https://www.openlane.eu/en/carv6/auction/10731430
2026-03-28 15:16:35 [adesa.be] INFO: Found listing with ID: 10730464
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730464%27 HTTP/1.1" 200 None
2026-03-28 15:16:35 [adesa.be] INFO: Scrape type for 10730464: 0
2026-03-28 15:16:35 [adesa.be] INFO: Skipping item 10730464 url https://www.openlane.eu/en/carv6/auction/10730464
2026-03-28 15:16:35 [adesa.be] INFO: Found listing with ID: 10733082
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733082%27 HTTP/1.1" 200 None
2026-03-28 15:16:35 [adesa.be] INFO: Scrape type for 10733082: 0
2026-03-28 15:16:35 [adesa.be] INFO: Skipping item 10733082 url https://www.openlane.eu/en/carv6/auction/10733082
2026-03-28 15:16:35 [adesa.be] INFO: Found listing with ID: 10730461
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730461%27 HTTP/1.1" 200 None
2026-03-28 15:16:35 [adesa.be] INFO: Scrape type for 10730461: 0
2026-03-28 15:16:35 [adesa.be] INFO: Skipping item 10730461 url https://www.openlane.eu/en/carv6/auction/10730461
2026-03-28 15:16:35 [adesa.be] INFO: Found listing with ID: 10730470
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730470%27 HTTP/1.1" 200 None
2026-03-28 15:16:35 [adesa.be] INFO: Scrape type for 10730470: 0
2026-03-28 15:16:35 [adesa.be] INFO: Skipping item 10730470 url https://www.openlane.eu/en/carv6/auction/10730470
2026-03-28 15:16:35 [adesa.be] INFO: Found listing with ID: 10730486
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730486%27 HTTP/1.1" 200 None
2026-03-28 15:16:35 [adesa.be] INFO: Scrape type for 10730486: 0
2026-03-28 15:16:35 [adesa.be] INFO: Skipping item 10730486 url https://www.openlane.eu/en/carv6/auction/10730486
2026-03-28 15:16:35 [adesa.be] INFO: Found listing with ID: 10731425
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731425%27 HTTP/1.1" 200 None
2026-03-28 15:16:35 [adesa.be] INFO: Scrape type for 10731425: 0
2026-03-28 15:16:35 [adesa.be] INFO: Skipping item 10731425 url https://www.openlane.eu/en/carv6/auction/10731425
2026-03-28 15:16:35 [adesa.be] INFO: Found listing with ID: 10730493
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730493%27 HTTP/1.1" 200 None
2026-03-28 15:16:35 [adesa.be] INFO: Scrape type for 10730493: 0
2026-03-28 15:16:35 [adesa.be] INFO: Skipping item 10730493 url https://www.openlane.eu/en/carv6/auction/10730493
2026-03-28 15:16:35 [adesa.be] INFO: Found listing with ID: 10730528
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730528%27 HTTP/1.1" 200 None
2026-03-28 15:16:35 [adesa.be] INFO: Scrape type for 10730528: 0
2026-03-28 15:16:35 [adesa.be] INFO: Skipping item 10730528 url https://www.openlane.eu/en/carv6/auction/10730528
2026-03-28 15:16:35 [adesa.be] INFO: Found listing with ID: 10730507
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730507%27 HTTP/1.1" 200 None
2026-03-28 15:16:35 [adesa.be] INFO: Scrape type for 10730507: 0
2026-03-28 15:16:35 [adesa.be] INFO: Skipping item 10730507 url https://www.openlane.eu/en/carv6/auction/10730507
2026-03-28 15:16:35 [adesa.be] INFO: Found listing with ID: 10730510
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730510%27 HTTP/1.1" 200 None
2026-03-28 15:16:35 [adesa.be] INFO: Scrape type for 10730510: 0
2026-03-28 15:16:35 [adesa.be] INFO: Skipping item 10730510 url https://www.openlane.eu/en/carv6/auction/10730510
2026-03-28 15:16:35 [adesa.be] INFO: Found listing with ID: 10731418
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731418%27 HTTP/1.1" 200 None
2026-03-28 15:16:35 [adesa.be] INFO: Scrape type for 10731418: 0
2026-03-28 15:16:35 [adesa.be] INFO: Skipping item 10731418 url https://www.openlane.eu/en/carv6/auction/10731418
2026-03-28 15:16:35 [adesa.be] INFO: Found listing with ID: 10730524
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730524%27 HTTP/1.1" 200 None
2026-03-28 15:16:35 [adesa.be] INFO: Scrape type for 10730524: 0
2026-03-28 15:16:35 [adesa.be] INFO: Skipping item 10730524 url https://www.openlane.eu/en/carv6/auction/10730524
2026-03-28 15:16:35 [adesa.be] INFO: Found listing with ID: 10730552
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730552%27 HTTP/1.1" 200 None
2026-03-28 15:16:35 [adesa.be] INFO: Scrape type for 10730552: 0
2026-03-28 15:16:35 [adesa.be] INFO: Skipping item 10730552 url https://www.openlane.eu/en/carv6/auction/10730552
2026-03-28 15:16:35 [adesa.be] INFO: Found listing with ID: 10730456
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730456%27 HTTP/1.1" 200 None
2026-03-28 15:16:35 [adesa.be] INFO: Scrape type for 10730456: 0
2026-03-28 15:16:35 [adesa.be] INFO: Skipping item 10730456 url https://www.openlane.eu/en/carv6/auction/10730456
2026-03-28 15:16:35 [adesa.be] INFO: Found listing with ID: 10730569
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730569%27 HTTP/1.1" 200 None
2026-03-28 15:16:35 [adesa.be] INFO: Scrape type for 10730569: 0
2026-03-28 15:16:35 [adesa.be] INFO: Skipping item 10730569 url https://www.openlane.eu/en/carv6/auction/10730569
2026-03-28 15:16:35 [adesa.be] INFO: Found listing with ID: 10732475
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710732475%27 HTTP/1.1" 200 None
2026-03-28 15:16:35 [adesa.be] INFO: Scrape type for 10732475: 0
2026-03-28 15:16:35 [adesa.be] INFO: Skipping item 10732475 url https://www.openlane.eu/en/carv6/auction/10732475
2026-03-28 15:16:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:16:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:16:37 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:16:37 [adesa.be] INFO: Found listing with ID: 10731424
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731424%27 HTTP/1.1" 200 None
2026-03-28 15:16:37 [adesa.be] INFO: Scrape type for 10731424: 0
2026-03-28 15:16:37 [adesa.be] INFO: Skipping item 10731424 url https://www.openlane.eu/en/carv6/auction/10731424
2026-03-28 15:16:37 [adesa.be] INFO: Found listing with ID: 10730468
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730468%27 HTTP/1.1" 200 None
2026-03-28 15:16:37 [adesa.be] INFO: Scrape type for 10730468: 0
2026-03-28 15:16:37 [adesa.be] INFO: Skipping item 10730468 url https://www.openlane.eu/en/carv6/auction/10730468
2026-03-28 15:16:37 [adesa.be] INFO: Found listing with ID: 10730550
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730550%27 HTTP/1.1" 200 None
2026-03-28 15:16:37 [adesa.be] INFO: Scrape type for 10730550: 0
2026-03-28 15:16:37 [adesa.be] INFO: Skipping item 10730550 url https://www.openlane.eu/en/carv6/auction/10730550
2026-03-28 15:16:37 [adesa.be] INFO: Found listing with ID: 10732495
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710732495%27 HTTP/1.1" 200 None
2026-03-28 15:16:37 [adesa.be] INFO: Scrape type for 10732495: 0
2026-03-28 15:16:37 [adesa.be] INFO: Skipping item 10732495 url https://www.openlane.eu/en/carv6/auction/10732495
2026-03-28 15:16:37 [adesa.be] INFO: Found listing with ID: 10726498
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726498%27 HTTP/1.1" 200 None
2026-03-28 15:16:37 [adesa.be] INFO: Scrape type for 10726498: 0
2026-03-28 15:16:37 [adesa.be] INFO: Skipping item 10726498 url https://www.openlane.eu/en/carv6/auction/10726498
2026-03-28 15:16:37 [adesa.be] INFO: Found listing with ID: 10730497
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730497%27 HTTP/1.1" 200 None
2026-03-28 15:16:37 [adesa.be] INFO: Scrape type for 10730497: 0
2026-03-28 15:16:37 [adesa.be] INFO: Skipping item 10730497 url https://www.openlane.eu/en/carv6/auction/10730497
2026-03-28 15:16:37 [adesa.be] INFO: Found listing with ID: 10731420
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731420%27 HTTP/1.1" 200 None
2026-03-28 15:16:37 [adesa.be] INFO: Scrape type for 10731420: 0
2026-03-28 15:16:37 [adesa.be] INFO: Skipping item 10731420 url https://www.openlane.eu/en/carv6/auction/10731420
2026-03-28 15:16:37 [adesa.be] INFO: Found listing with ID: 10730505
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730505%27 HTTP/1.1" 200 None
2026-03-28 15:16:37 [adesa.be] INFO: Scrape type for 10730505: 0
2026-03-28 15:16:37 [adesa.be] INFO: Skipping item 10730505 url https://www.openlane.eu/en/carv6/auction/10730505
2026-03-28 15:16:37 [adesa.be] INFO: Found listing with ID: 10732641
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710732641%27 HTTP/1.1" 200 None
2026-03-28 15:16:37 [adesa.be] INFO: Scrape type for 10732641: 0
2026-03-28 15:16:37 [adesa.be] INFO: Skipping item 10732641 url https://www.openlane.eu/en/carv6/auction/10732641
2026-03-28 15:16:37 [adesa.be] INFO: Found listing with ID: 10730501
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730501%27 HTTP/1.1" 200 None
2026-03-28 15:16:37 [adesa.be] INFO: Scrape type for 10730501: 0
2026-03-28 15:16:37 [adesa.be] INFO: Skipping item 10730501 url https://www.openlane.eu/en/carv6/auction/10730501
2026-03-28 15:16:37 [adesa.be] INFO: Found listing with ID: 10730521
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730521%27 HTTP/1.1" 200 None
2026-03-28 15:16:37 [adesa.be] INFO: Scrape type for 10730521: 0
2026-03-28 15:16:37 [adesa.be] INFO: Skipping item 10730521 url https://www.openlane.eu/en/carv6/auction/10730521
2026-03-28 15:16:37 [adesa.be] INFO: Found listing with ID: 10732645
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710732645%27 HTTP/1.1" 200 None
2026-03-28 15:16:37 [adesa.be] INFO: Scrape type for 10732645: 0
2026-03-28 15:16:37 [adesa.be] INFO: Skipping item 10732645 url https://www.openlane.eu/en/carv6/auction/10732645
2026-03-28 15:16:37 [adesa.be] INFO: Found listing with ID: 10730526
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730526%27 HTTP/1.1" 200 None
2026-03-28 15:16:37 [adesa.be] INFO: Scrape type for 10730526: 0
2026-03-28 15:16:37 [adesa.be] INFO: Skipping item 10730526 url https://www.openlane.eu/en/carv6/auction/10730526
2026-03-28 15:16:37 [adesa.be] INFO: Found listing with ID: 10737304
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737304%27 HTTP/1.1" 200 None
2026-03-28 15:16:37 [adesa.be] INFO: Scrape type for 10737304: 0
2026-03-28 15:16:37 [adesa.be] INFO: Skipping item 10737304 url https://www.openlane.eu/en/carv6/auction/10737304
2026-03-28 15:16:37 [adesa.be] INFO: Found listing with ID: 10730485
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730485%27 HTTP/1.1" 200 None
2026-03-28 15:16:37 [adesa.be] INFO: Scrape type for 10730485: 0
2026-03-28 15:16:37 [adesa.be] INFO: Skipping item 10730485 url https://www.openlane.eu/en/carv6/auction/10730485
2026-03-28 15:16:37 [adesa.be] INFO: Found listing with ID: 10730518
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730518%27 HTTP/1.1" 200 None
2026-03-28 15:16:37 [adesa.be] INFO: Scrape type for 10730518: 0
2026-03-28 15:16:37 [adesa.be] INFO: Skipping item 10730518 url https://www.openlane.eu/en/carv6/auction/10730518
2026-03-28 15:16:37 [adesa.be] INFO: Found listing with ID: 10737302
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737302%27 HTTP/1.1" 200 None
2026-03-28 15:16:37 [adesa.be] INFO: Scrape type for 10737302: 0
2026-03-28 15:16:37 [adesa.be] INFO: Skipping item 10737302 url https://www.openlane.eu/en/carv6/auction/10737302
2026-03-28 15:16:37 [adesa.be] INFO: Found listing with ID: 10730525
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730525%27 HTTP/1.1" 200 None
2026-03-28 15:16:37 [adesa.be] INFO: Scrape type for 10730525: 0
2026-03-28 15:16:37 [adesa.be] INFO: Skipping item 10730525 url https://www.openlane.eu/en/carv6/auction/10730525
2026-03-28 15:16:37 [adesa.be] INFO: Found listing with ID: 10731410
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731410%27 HTTP/1.1" 200 None
2026-03-28 15:16:37 [adesa.be] INFO: Scrape type for 10731410: 0
2026-03-28 15:16:37 [adesa.be] INFO: Skipping item 10731410 url https://www.openlane.eu/en/carv6/auction/10731410
2026-03-28 15:16:37 [adesa.be] INFO: Found listing with ID: 10730496
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730496%27 HTTP/1.1" 200 None
2026-03-28 15:16:37 [adesa.be] INFO: Scrape type for 10730496: 0
2026-03-28 15:16:37 [adesa.be] INFO: Skipping item 10730496 url https://www.openlane.eu/en/carv6/auction/10730496
2026-03-28 15:16:37 [adesa.be] INFO: Found listing with ID: 10730641
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730641%27 HTTP/1.1" 200 None
2026-03-28 15:16:37 [adesa.be] INFO: Scrape type for 10730641: 0
2026-03-28 15:16:37 [adesa.be] INFO: Skipping item 10730641 url https://www.openlane.eu/en/carv6/auction/10730641
2026-03-28 15:16:37 [adesa.be] INFO: Found listing with ID: 10730634
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730634%27 HTTP/1.1" 200 None
2026-03-28 15:16:37 [adesa.be] INFO: Scrape type for 10730634: 0
2026-03-28 15:16:37 [adesa.be] INFO: Skipping item 10730634 url https://www.openlane.eu/en/carv6/auction/10730634
2026-03-28 15:16:37 [adesa.be] INFO: Found listing with ID: 10732646
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710732646%27 HTTP/1.1" 200 None
2026-03-28 15:16:37 [adesa.be] INFO: Scrape type for 10732646: 0
2026-03-28 15:16:37 [adesa.be] INFO: Skipping item 10732646 url https://www.openlane.eu/en/carv6/auction/10732646
2026-03-28 15:16:37 [adesa.be] INFO: Found listing with ID: 10730494
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730494%27 HTTP/1.1" 200 None
2026-03-28 15:16:37 [adesa.be] INFO: Scrape type for 10730494: 0
2026-03-28 15:16:37 [adesa.be] INFO: Skipping item 10730494 url https://www.openlane.eu/en/carv6/auction/10730494
2026-03-28 15:16:37 [adesa.be] INFO: Found listing with ID: 10730529
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730529%27 HTTP/1.1" 200 None
2026-03-28 15:16:37 [adesa.be] INFO: Scrape type for 10730529: 0
2026-03-28 15:16:37 [adesa.be] INFO: Skipping item 10730529 url https://www.openlane.eu/en/carv6/auction/10730529
2026-03-28 15:16:37 [adesa.be] INFO: Found listing with ID: 10730500
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730500%27 HTTP/1.1" 200 None
2026-03-28 15:16:37 [adesa.be] INFO: Scrape type for 10730500: 0
2026-03-28 15:16:37 [adesa.be] INFO: Skipping item 10730500 url https://www.openlane.eu/en/carv6/auction/10730500
2026-03-28 15:16:37 [adesa.be] INFO: Found listing with ID: 10730463
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730463%27 HTTP/1.1" 200 None
2026-03-28 15:16:37 [adesa.be] INFO: Scrape type for 10730463: 0
2026-03-28 15:16:37 [adesa.be] INFO: Skipping item 10730463 url https://www.openlane.eu/en/carv6/auction/10730463
2026-03-28 15:16:37 [adesa.be] INFO: Found listing with ID: 10733083
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733083%27 HTTP/1.1" 200 None
2026-03-28 15:16:37 [adesa.be] INFO: Scrape type for 10733083: 0
2026-03-28 15:16:37 [adesa.be] INFO: Skipping item 10733083 url https://www.openlane.eu/en/carv6/auction/10733083
2026-03-28 15:16:37 [adesa.be] INFO: Found listing with ID: 10730458
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730458%27 HTTP/1.1" 200 None
2026-03-28 15:16:37 [adesa.be] INFO: Scrape type for 10730458: 0
2026-03-28 15:16:37 [adesa.be] INFO: Skipping item 10730458 url https://www.openlane.eu/en/carv6/auction/10730458
2026-03-28 15:16:37 [adesa.be] INFO: Found listing with ID: 10732644
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710732644%27 HTTP/1.1" 200 None
2026-03-28 15:16:37 [adesa.be] INFO: Scrape type for 10732644: 0
2026-03-28 15:16:37 [adesa.be] INFO: Skipping item 10732644 url https://www.openlane.eu/en/carv6/auction/10732644
2026-03-28 15:16:37 [adesa.be] INFO: Found listing with ID: 10730509
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730509%27 HTTP/1.1" 200 None
2026-03-28 15:16:37 [adesa.be] INFO: Scrape type for 10730509: 0
2026-03-28 15:16:37 [adesa.be] INFO: Skipping item 10730509 url https://www.openlane.eu/en/carv6/auction/10730509
2026-03-28 15:16:37 [adesa.be] INFO: Found listing with ID: 10730561
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730561%27 HTTP/1.1" 200 None
2026-03-28 15:16:37 [adesa.be] INFO: Scrape type for 10730561: 0
2026-03-28 15:16:37 [adesa.be] INFO: Skipping item 10730561 url https://www.openlane.eu/en/carv6/auction/10730561
2026-03-28 15:16:37 [adesa.be] INFO: Found listing with ID: 10730565
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730565%27 HTTP/1.1" 200 None
2026-03-28 15:16:37 [adesa.be] INFO: Scrape type for 10730565: 0
2026-03-28 15:16:37 [adesa.be] INFO: Skipping item 10730565 url https://www.openlane.eu/en/carv6/auction/10730565
2026-03-28 15:16:37 [adesa.be] INFO: Found listing with ID: 10730555
2026-03-28 15:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730555%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10730555: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10730555 url https://www.openlane.eu/en/carv6/auction/10730555
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10731429
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731429%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10731429: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10731429 url https://www.openlane.eu/en/carv6/auction/10731429
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10730566
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730566%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10730566: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10730566 url https://www.openlane.eu/en/carv6/auction/10730566
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10732608
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710732608%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10732608: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10732608 url https://www.openlane.eu/en/carv6/auction/10732608
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10731413
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731413%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10731413: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10731413 url https://www.openlane.eu/en/carv6/auction/10731413
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10731412
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731412%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10731412: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10731412 url https://www.openlane.eu/en/carv6/auction/10731412
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10737303
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737303%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10737303: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10737303 url https://www.openlane.eu/en/carv6/auction/10737303
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10731416
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731416%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10731416: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10731416 url https://www.openlane.eu/en/carv6/auction/10731416
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10730640
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730640%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10730640: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10730640 url https://www.openlane.eu/en/carv6/auction/10730640
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10731415
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731415%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10731415: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10731415 url https://www.openlane.eu/en/carv6/auction/10731415
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10731414
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731414%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10731414: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10731414 url https://www.openlane.eu/en/carv6/auction/10731414
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10732507
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710732507%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10732507: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10732507 url https://www.openlane.eu/en/carv6/auction/10732507
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10731419
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731419%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10731419: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10731419 url https://www.openlane.eu/en/carv6/auction/10731419
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10730638
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730638%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10730638: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10730638 url https://www.openlane.eu/en/carv6/auction/10730638
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10737300
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737300%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10737300: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10737300 url https://www.openlane.eu/en/carv6/auction/10737300
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10730639
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730639%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10730639: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10730639 url https://www.openlane.eu/en/carv6/auction/10730639
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10730476
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730476%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10730476: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10730476 url https://www.openlane.eu/en/carv6/auction/10730476
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10732537
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710732537%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10732537: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10732537 url https://www.openlane.eu/en/carv6/auction/10732537
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10724903
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724903%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10724903: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10724903 url https://www.openlane.eu/en/carv6/auction/10724903
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10730564
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730564%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10730564: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10730564 url https://www.openlane.eu/en/carv6/auction/10730564
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10731406
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731406%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10731406: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10731406 url https://www.openlane.eu/en/carv6/auction/10731406
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10730513
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730513%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10730513: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10730513 url https://www.openlane.eu/en/carv6/auction/10730513
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10730520
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730520%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10730520: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10730520 url https://www.openlane.eu/en/carv6/auction/10730520
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10737301
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737301%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10737301: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10737301 url https://www.openlane.eu/en/carv6/auction/10737301
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10730466
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730466%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10730466: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10730466 url https://www.openlane.eu/en/carv6/auction/10730466
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10732493
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710732493%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10732493: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10732493 url https://www.openlane.eu/en/carv6/auction/10732493
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10732491
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710732491%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10732491: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10732491 url https://www.openlane.eu/en/carv6/auction/10732491
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10732500
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710732500%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10732500: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10732500 url https://www.openlane.eu/en/carv6/auction/10732500
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10732488
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710732488%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10732488: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10732488 url https://www.openlane.eu/en/carv6/auction/10732488
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10732490
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710732490%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10732490: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10732490 url https://www.openlane.eu/en/carv6/auction/10732490
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10732489
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710732489%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10732489: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10732489 url https://www.openlane.eu/en/carv6/auction/10732489
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10732487
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710732487%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10732487: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10732487 url https://www.openlane.eu/en/carv6/auction/10732487
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10732486
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710732486%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10732486: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10732486 url https://www.openlane.eu/en/carv6/auction/10732486
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10732485
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710732485%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10732485: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10732485 url https://www.openlane.eu/en/carv6/auction/10732485
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10732492
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710732492%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10732492: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10732492 url https://www.openlane.eu/en/carv6/auction/10732492
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10732494
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710732494%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10732494: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10732494 url https://www.openlane.eu/en/carv6/auction/10732494
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10730506
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730506%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10730506: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10730506 url https://www.openlane.eu/en/carv6/auction/10730506
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10730637
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730637%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10730637: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10730637 url https://www.openlane.eu/en/carv6/auction/10730637
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10730475
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730475%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10730475: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10730475 url https://www.openlane.eu/en/carv6/auction/10730475
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10730477
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730477%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10730477: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10730477 url https://www.openlane.eu/en/carv6/auction/10730477
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10730512
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730512%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10730512: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10730512 url https://www.openlane.eu/en/carv6/auction/10730512
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10731404
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731404%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10731404: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10731404 url https://www.openlane.eu/en/carv6/auction/10731404
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10730557
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730557%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10730557: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10730557 url https://www.openlane.eu/en/carv6/auction/10730557
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10730636
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730636%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10730636: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10730636 url https://www.openlane.eu/en/carv6/auction/10730636
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10730522
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730522%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10730522: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10730522 url https://www.openlane.eu/en/carv6/auction/10730522
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10730516
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730516%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10730516: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10730516 url https://www.openlane.eu/en/carv6/auction/10730516
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10733084
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733084%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10733084: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10733084 url https://www.openlane.eu/en/carv6/auction/10733084
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10730473
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730473%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10730473: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10730473 url https://www.openlane.eu/en/carv6/auction/10730473
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10736364
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736364%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10736364: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10736364 url https://www.openlane.eu/en/carv6/auction/10736364
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10735621
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735621%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10735621: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10735621 url https://www.openlane.eu/en/carv6/auction/10735621
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10735476
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735476%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10735476: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10735476 url https://www.openlane.eu/en/carv6/auction/10735476
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10737701
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737701%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10737701: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10737701 url https://www.openlane.eu/en/carv6/auction/10737701
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10735559
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735559%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10735559: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10735559 url https://www.openlane.eu/en/carv6/auction/10735559
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10735419
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735419%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10735419: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10735419 url https://www.openlane.eu/en/carv6/auction/10735419
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10739884
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739884%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10739884: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10739884 url https://www.openlane.eu/en/carv6/auction/10739884
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10735532
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735532%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10735532: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10735532 url https://www.openlane.eu/en/carv6/auction/10735532
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10737675
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737675%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10737675: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10737675 url https://www.openlane.eu/en/carv6/auction/10737675
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10735594
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735594%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10735594: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10735594 url https://www.openlane.eu/en/carv6/auction/10735594
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10735539
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735539%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10735539: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10735539 url https://www.openlane.eu/en/carv6/auction/10735539
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10735511
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735511%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10735511: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10735511 url https://www.openlane.eu/en/carv6/auction/10735511
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10737551
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737551%27 HTTP/1.1" 200 None
2026-03-28 15:16:38 [adesa.be] INFO: Scrape type for 10737551: 0
2026-03-28 15:16:38 [adesa.be] INFO: Skipping item 10737551 url https://www.openlane.eu/en/carv6/auction/10737551
2026-03-28 15:16:38 [adesa.be] INFO: Found listing with ID: 10735552
2026-03-28 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735552%27 HTTP/1.1" 200 None
2026-03-28 15:16:39 [adesa.be] INFO: Scrape type for 10735552: 0
2026-03-28 15:16:39 [adesa.be] INFO: Skipping item 10735552 url https://www.openlane.eu/en/carv6/auction/10735552
2026-03-28 15:16:39 [adesa.be] INFO: Found listing with ID: 10735507
2026-03-28 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735507%27 HTTP/1.1" 200 None
2026-03-28 15:16:39 [adesa.be] INFO: Scrape type for 10735507: 0
2026-03-28 15:16:39 [adesa.be] INFO: Skipping item 10735507 url https://www.openlane.eu/en/carv6/auction/10735507
2026-03-28 15:16:39 [adesa.be] INFO: Found listing with ID: 10735445
2026-03-28 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735445%27 HTTP/1.1" 200 None
2026-03-28 15:16:39 [adesa.be] INFO: Scrape type for 10735445: 0
2026-03-28 15:16:39 [adesa.be] INFO: Skipping item 10735445 url https://www.openlane.eu/en/carv6/auction/10735445
2026-03-28 15:16:39 [adesa.be] INFO: Found listing with ID: 10735443
2026-03-28 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735443%27 HTTP/1.1" 200 None
2026-03-28 15:16:39 [adesa.be] INFO: Scrape type for 10735443: 0
2026-03-28 15:16:39 [adesa.be] INFO: Skipping item 10735443 url https://www.openlane.eu/en/carv6/auction/10735443
2026-03-28 15:16:39 [adesa.be] INFO: Found listing with ID: 10735499
2026-03-28 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735499%27 HTTP/1.1" 200 None
2026-03-28 15:16:39 [adesa.be] INFO: Scrape type for 10735499: 0
2026-03-28 15:16:39 [adesa.be] INFO: Skipping item 10735499 url https://www.openlane.eu/en/carv6/auction/10735499
2026-03-28 15:16:39 [adesa.be] INFO: Found listing with ID: 10737614
2026-03-28 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737614%27 HTTP/1.1" 200 None
2026-03-28 15:16:39 [adesa.be] INFO: Scrape type for 10737614: 0
2026-03-28 15:16:39 [adesa.be] INFO: Skipping item 10737614 url https://www.openlane.eu/en/carv6/auction/10737614
2026-03-28 15:16:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10730558> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:16:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:16:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7cc1dfe7-9849-5a13-a12e-f11e1e592c1b with identifier: 10730558
2026-03-28 15:16:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cc1dfe7-9849-5a13-a12e-f11e1e592c1b with scrape type 2
2026-03-28 15:16:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7cc1dfe7-9849-5a13-a12e-f11e1e592c1b with scrape type 2
2026-03-28 15:16:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 7cc1dfe7-9849-5a13-a12e-f11e1e592c1b, identifier: 10730558
2026-03-28 15:16:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 7cc1dfe7-9849-5a13-a12e-f11e1e592c1b with identifier: 10730558
2026-03-28 15:16:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 7cc1dfe7-9849-5a13-a12e-f11e1e592c1b with identifier: 10730558
2026-03-28 15:16:39 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 7cc1dfe7-9849-5a13-a12e-f11e1e592c1b with identifier: 10730558 to the API
2026-03-28 15:16:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:16:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:16:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10730558>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 123,
'expiration_date': '2026-03-30T10:15:00Z',
'fuel_type': 'Petrol',
'id': '7cc1dfe7-9849-5a13-a12e-f11e1e592c1b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': '61382',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10730558',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Ford',
'model': 'Puma',
'odometer': 53267,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 8050,
'price_includes_vat': True,
'registration_date': '2022-07-11',
'seats_number': 5,
'seller_name': None,
'title': 'Ford Puma 1.0 - Petrol - Manual - 123 hp - 53.267 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2022}
2026-03-28 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730558%27 HTTP/1.1" 200 None
2026-03-28 15:16:40 [adesa.be] INFO: Saving data for 10730558: {'auction_closing_time': 1774865700.0, 'created_time': 1774585208.035875, 'last_price_update_time': 1774711000.006946}
2026-03-28 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10730558') HTTP/1.1" 204 0
2026-03-28 15:16:41 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:16:41 [adesa.be] INFO: Found listing with ID: 10735489
2026-03-28 15:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735489%27 HTTP/1.1" 200 None
2026-03-28 15:16:41 [adesa.be] INFO: Scrape type for 10735489: 0
2026-03-28 15:16:41 [adesa.be] INFO: Skipping item 10735489 url https://www.openlane.eu/en/carv6/auction/10735489
2026-03-28 15:16:41 [adesa.be] INFO: Found listing with ID: 10735475
2026-03-28 15:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735475%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10735475: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10735475 url https://www.openlane.eu/en/carv6/auction/10735475
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10735633
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735633%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10735633: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10735633 url https://www.openlane.eu/en/carv6/auction/10735633
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10735508
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735508%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10735508: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10735508 url https://www.openlane.eu/en/carv6/auction/10735508
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10735528
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735528%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10735528: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10735528 url https://www.openlane.eu/en/carv6/auction/10735528
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10739888
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739888%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10739888: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10739888 url https://www.openlane.eu/en/carv6/auction/10739888
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10737712
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737712%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10737712: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10737712 url https://www.openlane.eu/en/carv6/auction/10737712
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10738273
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738273%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10738273: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10738273 url https://www.openlane.eu/en/carv6/auction/10738273
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10735503
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735503%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10735503: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10735503 url https://www.openlane.eu/en/carv6/auction/10735503
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10735613
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735613%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10735613: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10735613 url https://www.openlane.eu/en/carv6/auction/10735613
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10735455
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735455%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10735455: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10735455 url https://www.openlane.eu/en/carv6/auction/10735455
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10738277
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738277%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10738277: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10738277 url https://www.openlane.eu/en/carv6/auction/10738277
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10735457
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735457%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10735457: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10735457 url https://www.openlane.eu/en/carv6/auction/10735457
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10735752
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735752%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10735752: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10735752 url https://www.openlane.eu/en/carv6/auction/10735752
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10737721
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737721%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10737721: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10737721 url https://www.openlane.eu/en/carv6/auction/10737721
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10737605
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737605%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10737605: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10737605 url https://www.openlane.eu/en/carv6/auction/10737605
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10735557
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735557%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10735557: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10735557 url https://www.openlane.eu/en/carv6/auction/10735557
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10735584
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735584%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10735584: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10735584 url https://www.openlane.eu/en/carv6/auction/10735584
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10735523
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735523%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10735523: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10735523 url https://www.openlane.eu/en/carv6/auction/10735523
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10737612
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737612%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10737612: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10737612 url https://www.openlane.eu/en/carv6/auction/10737612
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10735573
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735573%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10735573: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10735573 url https://www.openlane.eu/en/carv6/auction/10735573
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10739887
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739887%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10739887: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10739887 url https://www.openlane.eu/en/carv6/auction/10739887
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10738306
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738306%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10738306: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10738306 url https://www.openlane.eu/en/carv6/auction/10738306
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10737690
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737690%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10737690: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10737690 url https://www.openlane.eu/en/carv6/auction/10737690
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10739891
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739891%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10739891: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10739891 url https://www.openlane.eu/en/carv6/auction/10739891
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10735449
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735449%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10735449: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10735449 url https://www.openlane.eu/en/carv6/auction/10735449
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10735416
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735416%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10735416: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10735416 url https://www.openlane.eu/en/carv6/auction/10735416
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10735619
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735619%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10735619: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10735619 url https://www.openlane.eu/en/carv6/auction/10735619
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10735540
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735540%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10735540: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10735540 url https://www.openlane.eu/en/carv6/auction/10735540
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10735408
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735408%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10735408: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10735408 url https://www.openlane.eu/en/carv6/auction/10735408
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10735548
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735548%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10735548: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10735548 url https://www.openlane.eu/en/carv6/auction/10735548
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10735474
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735474%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10735474: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10735474 url https://www.openlane.eu/en/carv6/auction/10735474
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10735608
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735608%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10735608: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10735608 url https://www.openlane.eu/en/carv6/auction/10735608
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10737680
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737680%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10737680: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10737680 url https://www.openlane.eu/en/carv6/auction/10737680
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10736406
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736406%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10736406: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10736406 url https://www.openlane.eu/en/carv6/auction/10736406
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10739895
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739895%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10739895: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10739895 url https://www.openlane.eu/en/carv6/auction/10739895
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10736402
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736402%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10736402: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10736402 url https://www.openlane.eu/en/carv6/auction/10736402
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10739906
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739906%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10739906: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10739906 url https://www.openlane.eu/en/carv6/auction/10739906
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10738316
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738316%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10738316: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10738316 url https://www.openlane.eu/en/carv6/auction/10738316
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10737613
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737613%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10737613: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10737613 url https://www.openlane.eu/en/carv6/auction/10737613
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10737630
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737630%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10737630: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10737630 url https://www.openlane.eu/en/carv6/auction/10737630
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10735603
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735603%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10735603: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10735603 url https://www.openlane.eu/en/carv6/auction/10735603
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10735039
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735039%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10735039: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10735039 url https://www.openlane.eu/en/carv6/auction/10735039
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10735592
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735592%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10735592: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10735592 url https://www.openlane.eu/en/carv6/auction/10735592
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10735595
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735595%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10735595: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10735595 url https://www.openlane.eu/en/carv6/auction/10735595
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10739844
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739844%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10739844: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10739844 url https://www.openlane.eu/en/carv6/auction/10739844
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10735578
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735578%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10735578: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10735578 url https://www.openlane.eu/en/carv6/auction/10735578
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10735415
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735415%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10735415: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10735415 url https://www.openlane.eu/en/carv6/auction/10735415
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10735424
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735424%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10735424: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10735424 url https://www.openlane.eu/en/carv6/auction/10735424
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10737632
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737632%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10737632: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10737632 url https://www.openlane.eu/en/carv6/auction/10737632
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10735590
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735590%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10735590: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10735590 url https://www.openlane.eu/en/carv6/auction/10735590
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10738280
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738280%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10738280: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10738280 url https://www.openlane.eu/en/carv6/auction/10738280
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10736674
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736674%27 HTTP/1.1" 200 None
2026-03-28 15:16:42 [adesa.be] INFO: Scrape type for 10736674: 0
2026-03-28 15:16:42 [adesa.be] INFO: Skipping item 10736674 url https://www.openlane.eu/en/carv6/auction/10736674
2026-03-28 15:16:42 [adesa.be] INFO: Found listing with ID: 10735598
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735598%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10735598: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10735598 url https://www.openlane.eu/en/carv6/auction/10735598
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10736480
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736480%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10736480: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10736480 url https://www.openlane.eu/en/carv6/auction/10736480
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10735504
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735504%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10735504: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10735504 url https://www.openlane.eu/en/carv6/auction/10735504
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10735569
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735569%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10735569: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10735569 url https://www.openlane.eu/en/carv6/auction/10735569
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10737656
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737656%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10737656: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10737656 url https://www.openlane.eu/en/carv6/auction/10737656
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10739921
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739921%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10739921: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10739921 url https://www.openlane.eu/en/carv6/auction/10739921
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10735493
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735493%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10735493: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10735493 url https://www.openlane.eu/en/carv6/auction/10735493
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10736383
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736383%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10736383: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10736383 url https://www.openlane.eu/en/carv6/auction/10736383
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10739901
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739901%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10739901: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10739901 url https://www.openlane.eu/en/carv6/auction/10739901
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10736483
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736483%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10736483: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10736483 url https://www.openlane.eu/en/carv6/auction/10736483
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10738307
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738307%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10738307: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10738307 url https://www.openlane.eu/en/carv6/auction/10738307
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10736392
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736392%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10736392: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10736392 url https://www.openlane.eu/en/carv6/auction/10736392
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10735525
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735525%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10735525: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10735525 url https://www.openlane.eu/en/carv6/auction/10735525
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10735589
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735589%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10735589: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10735589 url https://www.openlane.eu/en/carv6/auction/10735589
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10735510
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735510%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10735510: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10735510 url https://www.openlane.eu/en/carv6/auction/10735510
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10736675
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736675%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10736675: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10736675 url https://www.openlane.eu/en/carv6/auction/10736675
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10735572
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735572%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10735572: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10735572 url https://www.openlane.eu/en/carv6/auction/10735572
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10738268
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738268%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10738268: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10738268 url https://www.openlane.eu/en/carv6/auction/10738268
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10735430
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735430%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10735430: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10735430 url https://www.openlane.eu/en/carv6/auction/10735430
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10736378
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736378%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10736378: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10736378 url https://www.openlane.eu/en/carv6/auction/10736378
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10736399
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736399%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10736399: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10736399 url https://www.openlane.eu/en/carv6/auction/10736399
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10735591
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735591%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10735591: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10735591 url https://www.openlane.eu/en/carv6/auction/10735591
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10735478
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735478%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10735478: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10735478 url https://www.openlane.eu/en/carv6/auction/10735478
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10738287
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738287%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10738287: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10738287 url https://www.openlane.eu/en/carv6/auction/10738287
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10737621
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737621%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10737621: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10737621 url https://www.openlane.eu/en/carv6/auction/10737621
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10736400
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736400%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10736400: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10736400 url https://www.openlane.eu/en/carv6/auction/10736400
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10737677
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737677%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10737677: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10737677 url https://www.openlane.eu/en/carv6/auction/10737677
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10736676
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736676%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10736676: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10736676 url https://www.openlane.eu/en/carv6/auction/10736676
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10739883
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739883%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10739883: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10739883 url https://www.openlane.eu/en/carv6/auction/10739883
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10735491
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735491%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10735491: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10735491 url https://www.openlane.eu/en/carv6/auction/10735491
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10736409
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736409%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10736409: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10736409 url https://www.openlane.eu/en/carv6/auction/10736409
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10735555
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735555%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10735555: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10735555 url https://www.openlane.eu/en/carv6/auction/10735555
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10736485
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736485%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10736485: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10736485 url https://www.openlane.eu/en/carv6/auction/10736485
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10735562
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735562%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10735562: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10735562 url https://www.openlane.eu/en/carv6/auction/10735562
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10736683
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736683%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10736683: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10736683 url https://www.openlane.eu/en/carv6/auction/10736683
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10739908
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739908%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10739908: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10739908 url https://www.openlane.eu/en/carv6/auction/10739908
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10737752
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737752%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10737752: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10737752 url https://www.openlane.eu/en/carv6/auction/10737752
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10735454
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735454%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10735454: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10735454 url https://www.openlane.eu/en/carv6/auction/10735454
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10737637
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737637%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10737637: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10737637 url https://www.openlane.eu/en/carv6/auction/10737637
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10738293
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738293%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10738293: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10738293 url https://www.openlane.eu/en/carv6/auction/10738293
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10735626
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735626%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10735626: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10735626 url https://www.openlane.eu/en/carv6/auction/10735626
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10735549
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735549%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10735549: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10735549 url https://www.openlane.eu/en/carv6/auction/10735549
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10736384
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736384%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10736384: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10736384 url https://www.openlane.eu/en/carv6/auction/10736384
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10736393
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736393%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10736393: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10736393 url https://www.openlane.eu/en/carv6/auction/10736393
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10739917
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739917%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10739917: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10739917 url https://www.openlane.eu/en/carv6/auction/10739917
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10737565
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737565%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10737565: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10737565 url https://www.openlane.eu/en/carv6/auction/10737565
2026-03-28 15:16:43 [adesa.be] INFO: Found listing with ID: 10736372
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736372%27 HTTP/1.1" 200 None
2026-03-28 15:16:43 [adesa.be] INFO: Scrape type for 10736372: 0
2026-03-28 15:16:43 [adesa.be] INFO: Skipping item 10736372 url https://www.openlane.eu/en/carv6/auction/10736372
2026-03-28 15:16:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:16:47 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:16:47 [adesa.be] INFO: Found listing with ID: 10735513
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735513%27 HTTP/1.1" 200 None
2026-03-28 15:16:47 [adesa.be] INFO: Scrape type for 10735513: 0
2026-03-28 15:16:47 [adesa.be] INFO: Skipping item 10735513 url https://www.openlane.eu/en/carv6/auction/10735513
2026-03-28 15:16:47 [adesa.be] INFO: Found listing with ID: 10736482
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736482%27 HTTP/1.1" 200 None
2026-03-28 15:16:47 [adesa.be] INFO: Scrape type for 10736482: 0
2026-03-28 15:16:47 [adesa.be] INFO: Skipping item 10736482 url https://www.openlane.eu/en/carv6/auction/10736482
2026-03-28 15:16:47 [adesa.be] INFO: Found listing with ID: 10735428
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735428%27 HTTP/1.1" 200 None
2026-03-28 15:16:47 [adesa.be] INFO: Scrape type for 10735428: 0
2026-03-28 15:16:47 [adesa.be] INFO: Skipping item 10735428 url https://www.openlane.eu/en/carv6/auction/10735428
2026-03-28 15:16:47 [adesa.be] INFO: Found listing with ID: 10736388
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736388%27 HTTP/1.1" 200 None
2026-03-28 15:16:47 [adesa.be] INFO: Scrape type for 10736388: 0
2026-03-28 15:16:47 [adesa.be] INFO: Skipping item 10736388 url https://www.openlane.eu/en/carv6/auction/10736388
2026-03-28 15:16:47 [adesa.be] INFO: Found listing with ID: 10736386
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736386%27 HTTP/1.1" 200 None
2026-03-28 15:16:47 [adesa.be] INFO: Scrape type for 10736386: 0
2026-03-28 15:16:47 [adesa.be] INFO: Skipping item 10736386 url https://www.openlane.eu/en/carv6/auction/10736386
2026-03-28 15:16:47 [adesa.be] INFO: Found listing with ID: 10736394
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736394%27 HTTP/1.1" 200 None
2026-03-28 15:16:47 [adesa.be] INFO: Scrape type for 10736394: 0
2026-03-28 15:16:47 [adesa.be] INFO: Skipping item 10736394 url https://www.openlane.eu/en/carv6/auction/10736394
2026-03-28 15:16:47 [adesa.be] INFO: Found listing with ID: 10735537
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735537%27 HTTP/1.1" 200 None
2026-03-28 15:16:47 [adesa.be] INFO: Scrape type for 10735537: 0
2026-03-28 15:16:47 [adesa.be] INFO: Skipping item 10735537 url https://www.openlane.eu/en/carv6/auction/10735537
2026-03-28 15:16:47 [adesa.be] INFO: Found listing with ID: 10736362
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736362%27 HTTP/1.1" 200 None
2026-03-28 15:16:47 [adesa.be] INFO: Scrape type for 10736362: 0
2026-03-28 15:16:47 [adesa.be] INFO: Skipping item 10736362 url https://www.openlane.eu/en/carv6/auction/10736362
2026-03-28 15:16:47 [adesa.be] INFO: Found listing with ID: 10737622
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737622%27 HTTP/1.1" 200 None
2026-03-28 15:16:47 [adesa.be] INFO: Scrape type for 10737622: 0
2026-03-28 15:16:47 [adesa.be] INFO: Skipping item 10737622 url https://www.openlane.eu/en/carv6/auction/10737622
2026-03-28 15:16:47 [adesa.be] INFO: Found listing with ID: 10738298
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738298%27 HTTP/1.1" 200 None
2026-03-28 15:16:47 [adesa.be] INFO: Scrape type for 10738298: 0
2026-03-28 15:16:47 [adesa.be] INFO: Skipping item 10738298 url https://www.openlane.eu/en/carv6/auction/10738298
2026-03-28 15:16:47 [adesa.be] INFO: Found listing with ID: 10735509
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735509%27 HTTP/1.1" 200 None
2026-03-28 15:16:47 [adesa.be] INFO: Scrape type for 10735509: 0
2026-03-28 15:16:47 [adesa.be] INFO: Skipping item 10735509 url https://www.openlane.eu/en/carv6/auction/10735509
2026-03-28 15:16:47 [adesa.be] INFO: Found listing with ID: 10735575
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735575%27 HTTP/1.1" 200 None
2026-03-28 15:16:47 [adesa.be] INFO: Scrape type for 10735575: 0
2026-03-28 15:16:47 [adesa.be] INFO: Skipping item 10735575 url https://www.openlane.eu/en/carv6/auction/10735575
2026-03-28 15:16:47 [adesa.be] INFO: Found listing with ID: 10737705
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737705%27 HTTP/1.1" 200 None
2026-03-28 15:16:47 [adesa.be] INFO: Scrape type for 10737705: 0
2026-03-28 15:16:47 [adesa.be] INFO: Skipping item 10737705 url https://www.openlane.eu/en/carv6/auction/10737705
2026-03-28 15:16:47 [adesa.be] INFO: Found listing with ID: 10736371
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736371%27 HTTP/1.1" 200 None
2026-03-28 15:16:47 [adesa.be] INFO: Scrape type for 10736371: 0
2026-03-28 15:16:47 [adesa.be] INFO: Skipping item 10736371 url https://www.openlane.eu/en/carv6/auction/10736371
2026-03-28 15:16:47 [adesa.be] INFO: Found listing with ID: 10737638
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737638%27 HTTP/1.1" 200 None
2026-03-28 15:16:47 [adesa.be] INFO: Scrape type for 10737638: 0
2026-03-28 15:16:47 [adesa.be] INFO: Skipping item 10737638 url https://www.openlane.eu/en/carv6/auction/10737638
2026-03-28 15:16:47 [adesa.be] INFO: Found listing with ID: 10737636
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737636%27 HTTP/1.1" 200 None
2026-03-28 15:16:47 [adesa.be] INFO: Scrape type for 10737636: 0
2026-03-28 15:16:47 [adesa.be] INFO: Skipping item 10737636 url https://www.openlane.eu/en/carv6/auction/10737636
2026-03-28 15:16:47 [adesa.be] INFO: Found listing with ID: 10738281
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738281%27 HTTP/1.1" 200 None
2026-03-28 15:16:47 [adesa.be] INFO: Scrape type for 10738281: 0
2026-03-28 15:16:47 [adesa.be] INFO: Skipping item 10738281 url https://www.openlane.eu/en/carv6/auction/10738281
2026-03-28 15:16:47 [adesa.be] INFO: Found listing with ID: 10735418
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735418%27 HTTP/1.1" 200 None
2026-03-28 15:16:47 [adesa.be] INFO: Scrape type for 10735418: 0
2026-03-28 15:16:47 [adesa.be] INFO: Skipping item 10735418 url https://www.openlane.eu/en/carv6/auction/10735418
2026-03-28 15:16:47 [adesa.be] INFO: Found listing with ID: 10735498
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735498%27 HTTP/1.1" 200 None
2026-03-28 15:16:47 [adesa.be] INFO: Scrape type for 10735498: 0
2026-03-28 15:16:47 [adesa.be] INFO: Skipping item 10735498 url https://www.openlane.eu/en/carv6/auction/10735498
2026-03-28 15:16:47 [adesa.be] INFO: Found listing with ID: 10735614
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735614%27 HTTP/1.1" 200 None
2026-03-28 15:16:47 [adesa.be] INFO: Scrape type for 10735614: 0
2026-03-28 15:16:47 [adesa.be] INFO: Skipping item 10735614 url https://www.openlane.eu/en/carv6/auction/10735614
2026-03-28 15:16:47 [adesa.be] INFO: Found listing with ID: 10737657
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737657%27 HTTP/1.1" 200 None
2026-03-28 15:16:47 [adesa.be] INFO: Scrape type for 10737657: 0
2026-03-28 15:16:47 [adesa.be] INFO: Skipping item 10737657 url https://www.openlane.eu/en/carv6/auction/10737657
2026-03-28 15:16:47 [adesa.be] INFO: Found listing with ID: 10735016
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735016%27 HTTP/1.1" 200 None
2026-03-28 15:16:47 [adesa.be] INFO: Scrape type for 10735016: 0
2026-03-28 15:16:47 [adesa.be] INFO: Skipping item 10735016 url https://www.openlane.eu/en/carv6/auction/10735016
2026-03-28 15:16:47 [adesa.be] INFO: Found listing with ID: 10735651
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735651%27 HTTP/1.1" 200 None
2026-03-28 15:16:47 [adesa.be] INFO: Scrape type for 10735651: 0
2026-03-28 15:16:47 [adesa.be] INFO: Skipping item 10735651 url https://www.openlane.eu/en/carv6/auction/10735651
2026-03-28 15:16:47 [adesa.be] INFO: Found listing with ID: 10735636
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735636%27 HTTP/1.1" 200 None
2026-03-28 15:16:47 [adesa.be] INFO: Scrape type for 10735636: 0
2026-03-28 15:16:47 [adesa.be] INFO: Skipping item 10735636 url https://www.openlane.eu/en/carv6/auction/10735636
2026-03-28 15:16:47 [adesa.be] INFO: Found listing with ID: 10735534
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735534%27 HTTP/1.1" 200 None
2026-03-28 15:16:47 [adesa.be] INFO: Scrape type for 10735534: 0
2026-03-28 15:16:47 [adesa.be] INFO: Skipping item 10735534 url https://www.openlane.eu/en/carv6/auction/10735534
2026-03-28 15:16:47 [adesa.be] INFO: Found listing with ID: 10735538
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735538%27 HTTP/1.1" 200 None
2026-03-28 15:16:47 [adesa.be] INFO: Scrape type for 10735538: 0
2026-03-28 15:16:47 [adesa.be] INFO: Skipping item 10735538 url https://www.openlane.eu/en/carv6/auction/10735538
2026-03-28 15:16:47 [adesa.be] INFO: Found listing with ID: 10737707
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737707%27 HTTP/1.1" 200 None
2026-03-28 15:16:47 [adesa.be] INFO: Scrape type for 10737707: 0
2026-03-28 15:16:47 [adesa.be] INFO: Skipping item 10737707 url https://www.openlane.eu/en/carv6/auction/10737707
2026-03-28 15:16:47 [adesa.be] INFO: Found listing with ID: 10735543
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735543%27 HTTP/1.1" 200 None
2026-03-28 15:16:47 [adesa.be] INFO: Scrape type for 10735543: 0
2026-03-28 15:16:47 [adesa.be] INFO: Skipping item 10735543 url https://www.openlane.eu/en/carv6/auction/10735543
2026-03-28 15:16:47 [adesa.be] INFO: Found listing with ID: 10738266
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738266%27 HTTP/1.1" 200 None
2026-03-28 15:16:47 [adesa.be] INFO: Scrape type for 10738266: 0
2026-03-28 15:16:47 [adesa.be] INFO: Skipping item 10738266 url https://www.openlane.eu/en/carv6/auction/10738266
2026-03-28 15:16:47 [adesa.be] INFO: Found listing with ID: 10737562
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737562%27 HTTP/1.1" 200 None
2026-03-28 15:16:47 [adesa.be] INFO: Scrape type for 10737562: 0
2026-03-28 15:16:47 [adesa.be] INFO: Skipping item 10737562 url https://www.openlane.eu/en/carv6/auction/10737562
2026-03-28 15:16:47 [adesa.be] INFO: Found listing with ID: 10737588
2026-03-28 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737588%27 HTTP/1.1" 200 None
2026-03-28 15:16:48 [adesa.be] INFO: Scrape type for 10737588: 0
2026-03-28 15:16:48 [adesa.be] INFO: Skipping item 10737588 url https://www.openlane.eu/en/carv6/auction/10737588
2026-03-28 15:16:48 [adesa.be] INFO: Found listing with ID: 10738332
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738332%27 HTTP/1.1" 200 None
2026-03-28 15:16:48 [adesa.be] INFO: Scrape type for 10738332: 0
2026-03-28 15:16:48 [adesa.be] INFO: Skipping item 10738332 url https://www.openlane.eu/en/carv6/auction/10738332
2026-03-28 15:16:48 [adesa.be] INFO: Found listing with ID: 10737658
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737658%27 HTTP/1.1" 200 None
2026-03-28 15:16:48 [adesa.be] INFO: Scrape type for 10737658: 0
2026-03-28 15:16:48 [adesa.be] INFO: Skipping item 10737658 url https://www.openlane.eu/en/carv6/auction/10737658
2026-03-28 15:16:48 [adesa.be] INFO: Found listing with ID: 10737620
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737620%27 HTTP/1.1" 200 None
2026-03-28 15:16:48 [adesa.be] INFO: Scrape type for 10737620: 0
2026-03-28 15:16:48 [adesa.be] INFO: Skipping item 10737620 url https://www.openlane.eu/en/carv6/auction/10737620
2026-03-28 15:16:48 [adesa.be] INFO: Found listing with ID: 10735640
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735640%27 HTTP/1.1" 200 None
2026-03-28 15:16:48 [adesa.be] INFO: Scrape type for 10735640: 0
2026-03-28 15:16:48 [adesa.be] INFO: Skipping item 10735640 url https://www.openlane.eu/en/carv6/auction/10735640
2026-03-28 15:16:48 [adesa.be] INFO: Found listing with ID: 10737665
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737665%27 HTTP/1.1" 200 None
2026-03-28 15:16:48 [adesa.be] INFO: Scrape type for 10737665: 0
2026-03-28 15:16:48 [adesa.be] INFO: Skipping item 10737665 url https://www.openlane.eu/en/carv6/auction/10737665
2026-03-28 15:16:48 [adesa.be] INFO: Found listing with ID: 10739914
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739914%27 HTTP/1.1" 200 None
2026-03-28 15:16:48 [adesa.be] INFO: Scrape type for 10739914: 0
2026-03-28 15:16:48 [adesa.be] INFO: Skipping item 10739914 url https://www.openlane.eu/en/carv6/auction/10739914
2026-03-28 15:16:48 [adesa.be] INFO: Found listing with ID: 10737695
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737695%27 HTTP/1.1" 200 None
2026-03-28 15:16:48 [adesa.be] INFO: Scrape type for 10737695: 0
2026-03-28 15:16:48 [adesa.be] INFO: Skipping item 10737695 url https://www.openlane.eu/en/carv6/auction/10737695
2026-03-28 15:16:48 [adesa.be] INFO: Found listing with ID: 10738290
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738290%27 HTTP/1.1" 200 None
2026-03-28 15:16:48 [adesa.be] INFO: Scrape type for 10738290: 0
2026-03-28 15:16:48 [adesa.be] INFO: Skipping item 10738290 url https://www.openlane.eu/en/carv6/auction/10738290
2026-03-28 15:16:48 [adesa.be] INFO: Found listing with ID: 10735630
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735630%27 HTTP/1.1" 200 None
2026-03-28 15:16:48 [adesa.be] INFO: Scrape type for 10735630: 0
2026-03-28 15:16:48 [adesa.be] INFO: Skipping item 10735630 url https://www.openlane.eu/en/carv6/auction/10735630
2026-03-28 15:16:48 [adesa.be] INFO: Found listing with ID: 10738267
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738267%27 HTTP/1.1" 200 None
2026-03-28 15:16:48 [adesa.be] INFO: Scrape type for 10738267: 0
2026-03-28 15:16:48 [adesa.be] INFO: Skipping item 10738267 url https://www.openlane.eu/en/carv6/auction/10738267
2026-03-28 15:16:48 [adesa.be] INFO: Found listing with ID: 10737561
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737561%27 HTTP/1.1" 200 None
2026-03-28 15:16:48 [adesa.be] INFO: Scrape type for 10737561: 0
2026-03-28 15:16:48 [adesa.be] INFO: Skipping item 10737561 url https://www.openlane.eu/en/carv6/auction/10737561
2026-03-28 15:16:48 [adesa.be] INFO: Found listing with ID: 10737710
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737710%27 HTTP/1.1" 200 None
2026-03-28 15:16:48 [adesa.be] INFO: Scrape type for 10737710: 0
2026-03-28 15:16:48 [adesa.be] INFO: Skipping item 10737710 url https://www.openlane.eu/en/carv6/auction/10737710
2026-03-28 15:16:48 [adesa.be] INFO: Found listing with ID: 10737558
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737558%27 HTTP/1.1" 200 None
2026-03-28 15:16:48 [adesa.be] INFO: Scrape type for 10737558: 0
2026-03-28 15:16:48 [adesa.be] INFO: Skipping item 10737558 url https://www.openlane.eu/en/carv6/auction/10737558
2026-03-28 15:16:48 [adesa.be] INFO: Found listing with ID: 10737697
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737697%27 HTTP/1.1" 200 None
2026-03-28 15:16:48 [adesa.be] INFO: Scrape type for 10737697: 0
2026-03-28 15:16:48 [adesa.be] INFO: Skipping item 10737697 url https://www.openlane.eu/en/carv6/auction/10737697
2026-03-28 15:16:48 [adesa.be] INFO: Found listing with ID: 10737579
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737579%27 HTTP/1.1" 200 None
2026-03-28 15:16:48 [adesa.be] INFO: Scrape type for 10737579: 0
2026-03-28 15:16:48 [adesa.be] INFO: Skipping item 10737579 url https://www.openlane.eu/en/carv6/auction/10737579
2026-03-28 15:16:48 [adesa.be] INFO: Found listing with ID: 10738270
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738270%27 HTTP/1.1" 200 None
2026-03-28 15:16:48 [adesa.be] INFO: Scrape type for 10738270: 0
2026-03-28 15:16:48 [adesa.be] INFO: Skipping item 10738270 url https://www.openlane.eu/en/carv6/auction/10738270
2026-03-28 15:16:48 [adesa.be] INFO: Found listing with ID: 10737645
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737645%27 HTTP/1.1" 200 None
2026-03-28 15:16:48 [adesa.be] INFO: Scrape type for 10737645: 0
2026-03-28 15:16:48 [adesa.be] INFO: Skipping item 10737645 url https://www.openlane.eu/en/carv6/auction/10737645
2026-03-28 15:16:48 [adesa.be] INFO: Found listing with ID: 10737650
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737650%27 HTTP/1.1" 200 None
2026-03-28 15:16:48 [adesa.be] INFO: Scrape type for 10737650: 0
2026-03-28 15:16:48 [adesa.be] INFO: Skipping item 10737650 url https://www.openlane.eu/en/carv6/auction/10737650
2026-03-28 15:16:48 [adesa.be] INFO: Found listing with ID: 10735634
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735634%27 HTTP/1.1" 200 None
2026-03-28 15:16:48 [adesa.be] INFO: Scrape type for 10735634: 0
2026-03-28 15:16:48 [adesa.be] INFO: Skipping item 10735634 url https://www.openlane.eu/en/carv6/auction/10735634
2026-03-28 15:16:48 [adesa.be] INFO: Found listing with ID: 10737583
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737583%27 HTTP/1.1" 200 None
2026-03-28 15:16:48 [adesa.be] INFO: Scrape type for 10737583: 0
2026-03-28 15:16:48 [adesa.be] INFO: Skipping item 10737583 url https://www.openlane.eu/en/carv6/auction/10737583
2026-03-28 15:16:48 [adesa.be] INFO: Found listing with ID: 10737651
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737651%27 HTTP/1.1" 200 None
2026-03-28 15:16:48 [adesa.be] INFO: Scrape type for 10737651: 0
2026-03-28 15:16:48 [adesa.be] INFO: Skipping item 10737651 url https://www.openlane.eu/en/carv6/auction/10737651
2026-03-28 15:16:48 [adesa.be] INFO: Found listing with ID: 10738330
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738330%27 HTTP/1.1" 200 None
2026-03-28 15:16:48 [adesa.be] INFO: Scrape type for 10738330: 0
2026-03-28 15:16:48 [adesa.be] INFO: Skipping item 10738330 url https://www.openlane.eu/en/carv6/auction/10738330
2026-03-28 15:16:48 [adesa.be] INFO: Found listing with ID: 10735579
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735579%27 HTTP/1.1" 200 None
2026-03-28 15:16:48 [adesa.be] INFO: Scrape type for 10735579: 0
2026-03-28 15:16:48 [adesa.be] INFO: Skipping item 10735579 url https://www.openlane.eu/en/carv6/auction/10735579
2026-03-28 15:16:48 [adesa.be] INFO: Found listing with ID: 10737678
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737678%27 HTTP/1.1" 200 None
2026-03-28 15:16:48 [adesa.be] INFO: Scrape type for 10737678: 0
2026-03-28 15:16:48 [adesa.be] INFO: Skipping item 10737678 url https://www.openlane.eu/en/carv6/auction/10737678
2026-03-28 15:16:48 [adesa.be] INFO: Found listing with ID: 10738269
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738269%27 HTTP/1.1" 200 None
2026-03-28 15:16:48 [adesa.be] INFO: Scrape type for 10738269: 0
2026-03-28 15:16:48 [adesa.be] INFO: Skipping item 10738269 url https://www.openlane.eu/en/carv6/auction/10738269
2026-03-28 15:16:48 [adesa.be] INFO: Found listing with ID: 10735558
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735558%27 HTTP/1.1" 200 None
2026-03-28 15:16:48 [adesa.be] INFO: Scrape type for 10735558: 0
2026-03-28 15:16:48 [adesa.be] INFO: Skipping item 10735558 url https://www.openlane.eu/en/carv6/auction/10735558
2026-03-28 15:16:48 [adesa.be] INFO: Found listing with ID: 10735482
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735482%27 HTTP/1.1" 200 None
2026-03-28 15:16:48 [adesa.be] INFO: Scrape type for 10735482: 0
2026-03-28 15:16:48 [adesa.be] INFO: Skipping item 10735482 url https://www.openlane.eu/en/carv6/auction/10735482
2026-03-28 15:16:48 [adesa.be] INFO: Found listing with ID: 10736369
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736369%27 HTTP/1.1" 200 None
2026-03-28 15:16:48 [adesa.be] INFO: Scrape type for 10736369: 0
2026-03-28 15:16:48 [adesa.be] INFO: Skipping item 10736369 url https://www.openlane.eu/en/carv6/auction/10736369
2026-03-28 15:16:48 [adesa.be] INFO: Found listing with ID: 10736366
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736366%27 HTTP/1.1" 200 None
2026-03-28 15:16:48 [adesa.be] INFO: Scrape type for 10736366: 0
2026-03-28 15:16:48 [adesa.be] INFO: Skipping item 10736366 url https://www.openlane.eu/en/carv6/auction/10736366
2026-03-28 15:16:48 [adesa.be] INFO: Found listing with ID: 10737724
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737724%27 HTTP/1.1" 200 None
2026-03-28 15:16:48 [adesa.be] INFO: Scrape type for 10737724: 0
2026-03-28 15:16:48 [adesa.be] INFO: Skipping item 10737724 url https://www.openlane.eu/en/carv6/auction/10737724
2026-03-28 15:16:48 [adesa.be] INFO: Found listing with ID: 10737567
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737567%27 HTTP/1.1" 200 None
2026-03-28 15:16:48 [adesa.be] INFO: Scrape type for 10737567: 0
2026-03-28 15:16:48 [adesa.be] INFO: Skipping item 10737567 url https://www.openlane.eu/en/carv6/auction/10737567
2026-03-28 15:16:48 [adesa.be] INFO: Found listing with ID: 10735629
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735629%27 HTTP/1.1" 200 None
2026-03-28 15:16:48 [adesa.be] INFO: Scrape type for 10735629: 0
2026-03-28 15:16:48 [adesa.be] INFO: Skipping item 10735629 url https://www.openlane.eu/en/carv6/auction/10735629
2026-03-28 15:16:48 [adesa.be] INFO: Found listing with ID: 10735470
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735470%27 HTTP/1.1" 200 None
2026-03-28 15:16:48 [adesa.be] INFO: Scrape type for 10735470: 0
2026-03-28 15:16:48 [adesa.be] INFO: Skipping item 10735470 url https://www.openlane.eu/en/carv6/auction/10735470
2026-03-28 15:16:48 [adesa.be] INFO: Found listing with ID: 10734331
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734331%27 HTTP/1.1" 200 None
2026-03-28 15:16:48 [adesa.be] INFO: Scrape type for 10734331: 0
2026-03-28 15:16:48 [adesa.be] INFO: Skipping item 10734331 url https://www.openlane.eu/en/carv6/auction/10734331
2026-03-28 15:16:48 [adesa.be] INFO: Found listing with ID: 10733987
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733987%27 HTTP/1.1" 200 None
2026-03-28 15:16:48 [adesa.be] INFO: Scrape type for 10733987: 2
2026-03-28 15:16:48 [adesa.be] INFO: Scraping item 10733987 url https://www.openlane.eu/en/carv6/auction/10733987
2026-03-28 15:16:48 [adesa.be] INFO: Found listing with ID: 10733994
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733994%27 HTTP/1.1" 200 None
2026-03-28 15:16:48 [adesa.be] INFO: Scrape type for 10733994: 0
2026-03-28 15:16:49 [adesa.be] INFO: Skipping item 10733994 url https://www.openlane.eu/en/carv6/auction/10733994
2026-03-28 15:16:49 [adesa.be] INFO: Found listing with ID: 10734333
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734333%27 HTTP/1.1" 200 None
2026-03-28 15:16:49 [adesa.be] INFO: Scrape type for 10734333: 2
2026-03-28 15:16:49 [adesa.be] INFO: Scraping item 10734333 url https://www.openlane.eu/en/carv6/auction/10734333
2026-03-28 15:16:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:16:49 [adesa.be] INFO: Found listing with ID: 10733995
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733995%27 HTTP/1.1" 200 None
2026-03-28 15:16:49 [adesa.be] INFO: Scrape type for 10733995: 0
2026-03-28 15:16:49 [adesa.be] INFO: Skipping item 10733995 url https://www.openlane.eu/en/carv6/auction/10733995
2026-03-28 15:16:49 [adesa.be] INFO: Found listing with ID: 10733993
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733993%27 HTTP/1.1" 200 None
2026-03-28 15:16:49 [adesa.be] INFO: Scrape type for 10733993: 2
2026-03-28 15:16:49 [adesa.be] INFO: Scraping item 10733993 url https://www.openlane.eu/en/carv6/auction/10733993
2026-03-28 15:16:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:16:49 [adesa.be] INFO: Found listing with ID: 10733989
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733989%27 HTTP/1.1" 200 None
2026-03-28 15:16:49 [adesa.be] INFO: Scrape type for 10733989: 2
2026-03-28 15:16:49 [adesa.be] INFO: Scraping item 10733989 url https://www.openlane.eu/en/carv6/auction/10733989
2026-03-28 15:16:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:16:49 [adesa.be] INFO: Found listing with ID: 10733988
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733988%27 HTTP/1.1" 200 None
2026-03-28 15:16:49 [adesa.be] INFO: Scrape type for 10733988: 0
2026-03-28 15:16:49 [adesa.be] INFO: Skipping item 10733988 url https://www.openlane.eu/en/carv6/auction/10733988
2026-03-28 15:16:49 [adesa.be] INFO: Found listing with ID: 10735522
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735522%27 HTTP/1.1" 200 None
2026-03-28 15:16:49 [adesa.be] INFO: Scrape type for 10735522: 0
2026-03-28 15:16:49 [adesa.be] INFO: Skipping item 10735522 url https://www.openlane.eu/en/carv6/auction/10735522
2026-03-28 15:16:49 [adesa.be] INFO: Found listing with ID: 10735623
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735623%27 HTTP/1.1" 200 None
2026-03-28 15:16:49 [adesa.be] INFO: Scrape type for 10735623: 0
2026-03-28 15:16:49 [adesa.be] INFO: Skipping item 10735623 url https://www.openlane.eu/en/carv6/auction/10735623
2026-03-28 15:16:49 [adesa.be] INFO: Found listing with ID: 10737722
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737722%27 HTTP/1.1" 200 None
2026-03-28 15:16:49 [adesa.be] INFO: Scrape type for 10737722: 0
2026-03-28 15:16:49 [adesa.be] INFO: Skipping item 10737722 url https://www.openlane.eu/en/carv6/auction/10737722
2026-03-28 15:16:49 [adesa.be] INFO: Found listing with ID: 10737684
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737684%27 HTTP/1.1" 200 None
2026-03-28 15:16:49 [adesa.be] INFO: Scrape type for 10737684: 0
2026-03-28 15:16:49 [adesa.be] INFO: Skipping item 10737684 url https://www.openlane.eu/en/carv6/auction/10737684
2026-03-28 15:16:49 [adesa.be] INFO: Found listing with ID: 10736397
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736397%27 HTTP/1.1" 200 None
2026-03-28 15:16:49 [adesa.be] INFO: Scrape type for 10736397: 0
2026-03-28 15:16:49 [adesa.be] INFO: Skipping item 10736397 url https://www.openlane.eu/en/carv6/auction/10736397
2026-03-28 15:16:49 [adesa.be] INFO: Found listing with ID: 10734332
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734332%27 HTTP/1.1" 200 None
2026-03-28 15:16:49 [adesa.be] INFO: Scrape type for 10734332: 0
2026-03-28 15:16:49 [adesa.be] INFO: Skipping item 10734332 url https://www.openlane.eu/en/carv6/auction/10734332
2026-03-28 15:16:49 [adesa.be] INFO: Found listing with ID: 10737316
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737316%27 HTTP/1.1" 200 None
2026-03-28 15:16:49 [adesa.be] INFO: Scrape type for 10737316: 0
2026-03-28 15:16:49 [adesa.be] INFO: Skipping item 10737316 url https://www.openlane.eu/en/carv6/auction/10737316
2026-03-28 15:16:49 [adesa.be] INFO: Found listing with ID: 10735520
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735520%27 HTTP/1.1" 200 None
2026-03-28 15:16:49 [adesa.be] INFO: Scrape type for 10735520: 0
2026-03-28 15:16:49 [adesa.be] INFO: Skipping item 10735520 url https://www.openlane.eu/en/carv6/auction/10735520
2026-03-28 15:16:49 [adesa.be] INFO: Found listing with ID: 10738264
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738264%27 HTTP/1.1" 200 None
2026-03-28 15:16:49 [adesa.be] INFO: Scrape type for 10738264: 0
2026-03-28 15:16:49 [adesa.be] INFO: Skipping item 10738264 url https://www.openlane.eu/en/carv6/auction/10738264
2026-03-28 15:16:49 [adesa.be] INFO: Found listing with ID: 10737685
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737685%27 HTTP/1.1" 200 None
2026-03-28 15:16:49 [adesa.be] INFO: Scrape type for 10737685: 0
2026-03-28 15:16:49 [adesa.be] INFO: Skipping item 10737685 url https://www.openlane.eu/en/carv6/auction/10737685
2026-03-28 15:16:49 [adesa.be] INFO: Found listing with ID: 10735452
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735452%27 HTTP/1.1" 200 None
2026-03-28 15:16:49 [adesa.be] INFO: Scrape type for 10735452: 0
2026-03-28 15:16:49 [adesa.be] INFO: Skipping item 10735452 url https://www.openlane.eu/en/carv6/auction/10735452
2026-03-28 15:16:49 [adesa.be] INFO: Found listing with ID: 10738300
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738300%27 HTTP/1.1" 200 None
2026-03-28 15:16:49 [adesa.be] INFO: Scrape type for 10738300: 0
2026-03-28 15:16:49 [adesa.be] INFO: Skipping item 10738300 url https://www.openlane.eu/en/carv6/auction/10738300
2026-03-28 15:16:49 [adesa.be] INFO: Found listing with ID: 10735566
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735566%27 HTTP/1.1" 200 None
2026-03-28 15:16:49 [adesa.be] INFO: Scrape type for 10735566: 0
2026-03-28 15:16:49 [adesa.be] INFO: Skipping item 10735566 url https://www.openlane.eu/en/carv6/auction/10735566
2026-03-28 15:16:49 [adesa.be] INFO: Found listing with ID: 10738314
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738314%27 HTTP/1.1" 200 None
2026-03-28 15:16:49 [adesa.be] INFO: Scrape type for 10738314: 0
2026-03-28 15:16:49 [adesa.be] INFO: Skipping item 10738314 url https://www.openlane.eu/en/carv6/auction/10738314
2026-03-28 15:16:49 [adesa.be] INFO: Found listing with ID: 10737560
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737560%27 HTTP/1.1" 200 None
2026-03-28 15:16:49 [adesa.be] INFO: Scrape type for 10737560: 0
2026-03-28 15:16:49 [adesa.be] INFO: Skipping item 10737560 url https://www.openlane.eu/en/carv6/auction/10737560
2026-03-28 15:16:49 [adesa.be] INFO: Found listing with ID: 10735639
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735639%27 HTTP/1.1" 200 None
2026-03-28 15:16:49 [adesa.be] INFO: Scrape type for 10735639: 0
2026-03-28 15:16:49 [adesa.be] INFO: Skipping item 10735639 url https://www.openlane.eu/en/carv6/auction/10735639
2026-03-28 15:16:49 [adesa.be] INFO: Found listing with ID: 10737693
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737693%27 HTTP/1.1" 200 None
2026-03-28 15:16:49 [adesa.be] INFO: Scrape type for 10737693: 0
2026-03-28 15:16:49 [adesa.be] INFO: Skipping item 10737693 url https://www.openlane.eu/en/carv6/auction/10737693
2026-03-28 15:16:49 [adesa.be] INFO: Found listing with ID: 10737610
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737610%27 HTTP/1.1" 200 None
2026-03-28 15:16:49 [adesa.be] INFO: Scrape type for 10737610: 0
2026-03-28 15:16:49 [adesa.be] INFO: Skipping item 10737610 url https://www.openlane.eu/en/carv6/auction/10737610
2026-03-28 15:16:49 [adesa.be] INFO: Found listing with ID: 10737556
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737556%27 HTTP/1.1" 200 None
2026-03-28 15:16:49 [adesa.be] INFO: Scrape type for 10737556: 0
2026-03-28 15:16:49 [adesa.be] INFO: Skipping item 10737556 url https://www.openlane.eu/en/carv6/auction/10737556
2026-03-28 15:16:49 [adesa.be] INFO: Found listing with ID: 10735029
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735029%27 HTTP/1.1" 200 None
2026-03-28 15:16:49 [adesa.be] INFO: Scrape type for 10735029: 0
2026-03-28 15:16:49 [adesa.be] INFO: Skipping item 10735029 url https://www.openlane.eu/en/carv6/auction/10735029
2026-03-28 15:16:49 [adesa.be] INFO: Found listing with ID: 10737311
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737311%27 HTTP/1.1" 200 None
2026-03-28 15:16:49 [adesa.be] INFO: Scrape type for 10737311: 0
2026-03-28 15:16:49 [adesa.be] INFO: Skipping item 10737311 url https://www.openlane.eu/en/carv6/auction/10737311
2026-03-28 15:16:49 [adesa.be] INFO: Found listing with ID: 10737694
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737694%27 HTTP/1.1" 200 None
2026-03-28 15:16:49 [adesa.be] INFO: Scrape type for 10737694: 0
2026-03-28 15:16:49 [adesa.be] INFO: Skipping item 10737694 url https://www.openlane.eu/en/carv6/auction/10737694
2026-03-28 15:16:49 [adesa.be] INFO: Found listing with ID: 10737719
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737719%27 HTTP/1.1" 200 None
2026-03-28 15:16:49 [adesa.be] INFO: Scrape type for 10737719: 0
2026-03-28 15:16:49 [adesa.be] INFO: Skipping item 10737719 url https://www.openlane.eu/en/carv6/auction/10737719
2026-03-28 15:16:49 [adesa.be] INFO: Found listing with ID: 10736365
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736365%27 HTTP/1.1" 200 None
2026-03-28 15:16:49 [adesa.be] INFO: Scrape type for 10736365: 0
2026-03-28 15:16:49 [adesa.be] INFO: Skipping item 10736365 url https://www.openlane.eu/en/carv6/auction/10736365
2026-03-28 15:16:49 [adesa.be] INFO: Found listing with ID: 10737601
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737601%27 HTTP/1.1" 200 None
2026-03-28 15:16:49 [adesa.be] INFO: Scrape type for 10737601: 0
2026-03-28 15:16:49 [adesa.be] INFO: Skipping item 10737601 url https://www.openlane.eu/en/carv6/auction/10737601
2026-03-28 15:16:49 [adesa.be] INFO: Found listing with ID: 10736411
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736411%27 HTTP/1.1" 200 None
2026-03-28 15:16:49 [adesa.be] INFO: Scrape type for 10736411: 0
2026-03-28 15:16:49 [adesa.be] INFO: Skipping item 10736411 url https://www.openlane.eu/en/carv6/auction/10736411
2026-03-28 15:16:49 [adesa.be] INFO: Found listing with ID: 10735480
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735480%27 HTTP/1.1" 200 None
2026-03-28 15:16:49 [adesa.be] INFO: Scrape type for 10735480: 0
2026-03-28 15:16:49 [adesa.be] INFO: Skipping item 10735480 url https://www.openlane.eu/en/carv6/auction/10735480
2026-03-28 15:16:49 [adesa.be] INFO: Found listing with ID: 10735025
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735025%27 HTTP/1.1" 200 None
2026-03-28 15:16:49 [adesa.be] INFO: Scrape type for 10735025: 0
2026-03-28 15:16:49 [adesa.be] INFO: Skipping item 10735025 url https://www.openlane.eu/en/carv6/auction/10735025
2026-03-28 15:16:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:16:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:16:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734333> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:16:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733987> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:16:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 470b8ee0-0ee2-5506-b18f-e2fe8b789fd2 with identifier: 10734333
2026-03-28 15:16:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 470b8ee0-0ee2-5506-b18f-e2fe8b789fd2 with scrape type 2
2026-03-28 15:16:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 470b8ee0-0ee2-5506-b18f-e2fe8b789fd2 with scrape type 2
2026-03-28 15:16:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 470b8ee0-0ee2-5506-b18f-e2fe8b789fd2, identifier: 10734333
2026-03-28 15:16:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 470b8ee0-0ee2-5506-b18f-e2fe8b789fd2 with identifier: 10734333
2026-03-28 15:16:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 470b8ee0-0ee2-5506-b18f-e2fe8b789fd2 with identifier: 10734333
2026-03-28 15:16:50 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 470b8ee0-0ee2-5506-b18f-e2fe8b789fd2 with identifier: 10734333 to the API
2026-03-28 15:16:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:16:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:16:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734333>
{'auction_title': '',
'c_o_2_emission_value': 185,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'engine_horse_power': 115,
'expiration_date': '2026-03-30T10:30:00Z',
'fuel_type': 'Diesel',
'id': '470b8ee0-0ee2-5506-b18f-e2fe8b789fd2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1HDP482',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734333',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Fiat',
'model': 'Ducato',
'odometer': 999999,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 3300,
'price_includes_vat': True,
'registration_date': '2014-06-25',
'seats_number': 2,
'seller_name': 'Ores Assets',
'title': 'Fiat Ducato 2.0 MultiJet - Diesel - Manual - 115 hp - 999.999 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2014}
2026-03-28 15:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734333%27 HTTP/1.1" 200 None
2026-03-28 15:16:51 [adesa.be] INFO: Saving data for 10734333: {'auction_closing_time': 1774866600.0, 'created_time': 1774606961.367478, 'last_price_update_time': 1774711011.091879}
2026-03-28 15:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734333') HTTP/1.1" 204 0
2026-03-28 15:16:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733989> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:16:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d304ce1b-7708-52e3-829e-1c5bbe65f182 with identifier: 10733987
2026-03-28 15:16:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d304ce1b-7708-52e3-829e-1c5bbe65f182 with scrape type 2
2026-03-28 15:16:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d304ce1b-7708-52e3-829e-1c5bbe65f182 with scrape type 2
2026-03-28 15:16:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: d304ce1b-7708-52e3-829e-1c5bbe65f182, identifier: 10733987
2026-03-28 15:16:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733993> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:16:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: d304ce1b-7708-52e3-829e-1c5bbe65f182 with identifier: 10733987
2026-03-28 15:16:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: d304ce1b-7708-52e3-829e-1c5bbe65f182 with identifier: 10733987
2026-03-28 15:16:51 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: d304ce1b-7708-52e3-829e-1c5bbe65f182 with identifier: 10733987 to the API
2026-03-28 15:16:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:16:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:16:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733987>
{'auction_title': '',
'c_o_2_emission_value': 179,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'engine_horse_power': 115,
'expiration_date': '2026-03-30T10:30:00Z',
'fuel_type': 'Diesel',
'id': 'd304ce1b-7708-52e3-829e-1c5bbe65f182',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1KSS874',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733987',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Fiat',
'model': 'Ducato',
'odometer': 221612,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 2300,
'price_includes_vat': True,
'registration_date': '2015-06-24',
'seats_number': 2,
'seller_name': 'Ores Assets',
'title': 'Fiat Ducato 2.0 - Diesel - Manual - 115 hp - 221.612 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2015}
2026-03-28 15:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733987%27 HTTP/1.1" 200 None
2026-03-28 15:16:51 [adesa.be] INFO: Saving data for 10733987: {'auction_closing_time': 1774866600.0, 'created_time': 1774606957.885842, 'last_price_update_time': 1774711011.537061}
2026-03-28 15:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733987') HTTP/1.1" 204 0
2026-03-28 15:16:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05dceb53-ac9b-542c-be08-0c421cc6abbc with identifier: 10733989
2026-03-28 15:16:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05dceb53-ac9b-542c-be08-0c421cc6abbc with scrape type 2
2026-03-28 15:16:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05dceb53-ac9b-542c-be08-0c421cc6abbc with scrape type 2
2026-03-28 15:16:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 05dceb53-ac9b-542c-be08-0c421cc6abbc, identifier: 10733989
2026-03-28 15:16:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8bad6606-ea16-5367-ab12-b9c744390038 with identifier: 10733993
2026-03-28 15:16:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8bad6606-ea16-5367-ab12-b9c744390038 with scrape type 2
2026-03-28 15:16:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8bad6606-ea16-5367-ab12-b9c744390038 with scrape type 2
2026-03-28 15:16:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 8bad6606-ea16-5367-ab12-b9c744390038, identifier: 10733993
2026-03-28 15:16:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 05dceb53-ac9b-542c-be08-0c421cc6abbc with identifier: 10733989
2026-03-28 15:16:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 05dceb53-ac9b-542c-be08-0c421cc6abbc with identifier: 10733989
2026-03-28 15:16:51 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 05dceb53-ac9b-542c-be08-0c421cc6abbc with identifier: 10733989 to the API
2026-03-28 15:16:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:16:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:16:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733989>
{'auction_title': '',
'c_o_2_emission_value': 166,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.3L',
'engine_horse_power': 130,
'expiration_date': '2026-03-30T10:30:00Z',
'fuel_type': 'Diesel',
'id': '05dceb53-ac9b-542c-be08-0c421cc6abbc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1UQS843',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733989',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Fiat',
'model': 'Ducato',
'odometer': 150088,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 4300,
'price_includes_vat': True,
'registration_date': '2018-07-11',
'seats_number': 3,
'seller_name': 'Ores Assets',
'title': 'Fiat Ducato 2.3 MultiJet - Diesel - Manual - 130 hp - 150.088 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2018}
2026-03-28 15:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733989%27 HTTP/1.1" 200 None
2026-03-28 15:16:51 [adesa.be] INFO: Saving data for 10733989: {'auction_closing_time': 1774866600.0, 'created_time': 1774606949.979822, 'last_price_update_time': 1774711011.980993}
2026-03-28 15:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733989') HTTP/1.1" 204 0
2026-03-28 15:16:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 8bad6606-ea16-5367-ab12-b9c744390038 with identifier: 10733993
2026-03-28 15:16:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 8bad6606-ea16-5367-ab12-b9c744390038 with identifier: 10733993
2026-03-28 15:16:52 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 8bad6606-ea16-5367-ab12-b9c744390038 with identifier: 10733993 to the API
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:16:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733993>
{'auction_title': '',
'c_o_2_emission_value': 166,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.3L',
'engine_horse_power': 130,
'expiration_date': '2026-03-30T10:15:00Z',
'fuel_type': 'Diesel',
'id': '8bad6606-ea16-5367-ab12-b9c744390038',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1TBQ134',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733993',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Fiat',
'model': 'Ducato',
'odometer': 107052,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 1250,
'price_includes_vat': True,
'registration_date': '2017-09-15',
'seats_number': 3,
'seller_name': 'Ores Assets',
'title': 'Fiat Ducato 2.3 MultiJet - Diesel - Manual - 130 hp - 107.052 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2017}
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733993%27 HTTP/1.1" 200 None
2026-03-28 15:16:52 [adesa.be] INFO: Saving data for 10733993: {'auction_closing_time': 1774865700.0, 'created_time': 1774606960.852399, 'last_price_update_time': 1774711012.242898}
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733993') HTTP/1.1" 204 0
2026-03-28 15:16:52 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:16:52 [adesa.be] INFO: Found listing with ID: 10735417
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735417%27 HTTP/1.1" 200 None
2026-03-28 15:16:52 [adesa.be] INFO: Scrape type for 10735417: 0
2026-03-28 15:16:52 [adesa.be] INFO: Skipping item 10735417 url https://www.openlane.eu/en/carv6/auction/10735417
2026-03-28 15:16:52 [adesa.be] INFO: Found listing with ID: 10735486
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735486%27 HTTP/1.1" 200 None
2026-03-28 15:16:52 [adesa.be] INFO: Scrape type for 10735486: 0
2026-03-28 15:16:52 [adesa.be] INFO: Skipping item 10735486 url https://www.openlane.eu/en/carv6/auction/10735486
2026-03-28 15:16:52 [adesa.be] INFO: Found listing with ID: 10737659
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737659%27 HTTP/1.1" 200 None
2026-03-28 15:16:52 [adesa.be] INFO: Scrape type for 10737659: 0
2026-03-28 15:16:52 [adesa.be] INFO: Skipping item 10737659 url https://www.openlane.eu/en/carv6/auction/10737659
2026-03-28 15:16:52 [adesa.be] INFO: Found listing with ID: 10737591
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737591%27 HTTP/1.1" 200 None
2026-03-28 15:16:52 [adesa.be] INFO: Scrape type for 10737591: 0
2026-03-28 15:16:52 [adesa.be] INFO: Skipping item 10737591 url https://www.openlane.eu/en/carv6/auction/10737591
2026-03-28 15:16:52 [adesa.be] INFO: Found listing with ID: 10737563
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737563%27 HTTP/1.1" 200 None
2026-03-28 15:16:52 [adesa.be] INFO: Scrape type for 10737563: 0
2026-03-28 15:16:52 [adesa.be] INFO: Skipping item 10737563 url https://www.openlane.eu/en/carv6/auction/10737563
2026-03-28 15:16:52 [adesa.be] INFO: Found listing with ID: 10735593
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735593%27 HTTP/1.1" 200 None
2026-03-28 15:16:52 [adesa.be] INFO: Scrape type for 10735593: 0
2026-03-28 15:16:52 [adesa.be] INFO: Skipping item 10735593 url https://www.openlane.eu/en/carv6/auction/10735593
2026-03-28 15:16:52 [adesa.be] INFO: Found listing with ID: 10735032
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735032%27 HTTP/1.1" 200 None
2026-03-28 15:16:52 [adesa.be] INFO: Scrape type for 10735032: 0
2026-03-28 15:16:52 [adesa.be] INFO: Skipping item 10735032 url https://www.openlane.eu/en/carv6/auction/10735032
2026-03-28 15:16:52 [adesa.be] INFO: Found listing with ID: 10735473
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735473%27 HTTP/1.1" 200 None
2026-03-28 15:16:52 [adesa.be] INFO: Scrape type for 10735473: 0
2026-03-28 15:16:52 [adesa.be] INFO: Skipping item 10735473 url https://www.openlane.eu/en/carv6/auction/10735473
2026-03-28 15:16:52 [adesa.be] INFO: Found listing with ID: 10738271
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738271%27 HTTP/1.1" 200 None
2026-03-28 15:16:52 [adesa.be] INFO: Scrape type for 10738271: 0
2026-03-28 15:16:52 [adesa.be] INFO: Skipping item 10738271 url https://www.openlane.eu/en/carv6/auction/10738271
2026-03-28 15:16:52 [adesa.be] INFO: Found listing with ID: 10735583
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735583%27 HTTP/1.1" 200 None
2026-03-28 15:16:52 [adesa.be] INFO: Scrape type for 10735583: 0
2026-03-28 15:16:52 [adesa.be] INFO: Skipping item 10735583 url https://www.openlane.eu/en/carv6/auction/10735583
2026-03-28 15:16:52 [adesa.be] INFO: Found listing with ID: 10737585
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737585%27 HTTP/1.1" 200 None
2026-03-28 15:16:52 [adesa.be] INFO: Scrape type for 10737585: 0
2026-03-28 15:16:52 [adesa.be] INFO: Skipping item 10737585 url https://www.openlane.eu/en/carv6/auction/10737585
2026-03-28 15:16:52 [adesa.be] INFO: Found listing with ID: 10737604
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737604%27 HTTP/1.1" 200 None
2026-03-28 15:16:52 [adesa.be] INFO: Scrape type for 10737604: 0
2026-03-28 15:16:52 [adesa.be] INFO: Skipping item 10737604 url https://www.openlane.eu/en/carv6/auction/10737604
2026-03-28 15:16:52 [adesa.be] INFO: Found listing with ID: 10737570
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737570%27 HTTP/1.1" 200 None
2026-03-28 15:16:52 [adesa.be] INFO: Scrape type for 10737570: 0
2026-03-28 15:16:52 [adesa.be] INFO: Skipping item 10737570 url https://www.openlane.eu/en/carv6/auction/10737570
2026-03-28 15:16:52 [adesa.be] INFO: Found listing with ID: 10738760
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738760%27 HTTP/1.1" 200 None
2026-03-28 15:16:52 [adesa.be] INFO: Scrape type for 10738760: 0
2026-03-28 15:16:52 [adesa.be] INFO: Skipping item 10738760 url https://www.openlane.eu/en/carv6/auction/10738760
2026-03-28 15:16:52 [adesa.be] INFO: Found listing with ID: 10734328
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734328%27 HTTP/1.1" 200 None
2026-03-28 15:16:52 [adesa.be] INFO: Scrape type for 10734328: 0
2026-03-28 15:16:52 [adesa.be] INFO: Skipping item 10734328 url https://www.openlane.eu/en/carv6/auction/10734328
2026-03-28 15:16:52 [adesa.be] INFO: Found listing with ID: 10738326
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738326%27 HTTP/1.1" 200 None
2026-03-28 15:16:52 [adesa.be] INFO: Scrape type for 10738326: 0
2026-03-28 15:16:52 [adesa.be] INFO: Skipping item 10738326 url https://www.openlane.eu/en/carv6/auction/10738326
2026-03-28 15:16:52 [adesa.be] INFO: Found listing with ID: 10735483
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735483%27 HTTP/1.1" 200 None
2026-03-28 15:16:52 [adesa.be] INFO: Scrape type for 10735483: 0
2026-03-28 15:16:52 [adesa.be] INFO: Skipping item 10735483 url https://www.openlane.eu/en/carv6/auction/10735483
2026-03-28 15:16:52 [adesa.be] INFO: Found listing with ID: 10738721
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738721%27 HTTP/1.1" 200 None
2026-03-28 15:16:52 [adesa.be] INFO: Scrape type for 10738721: 0
2026-03-28 15:16:52 [adesa.be] INFO: Skipping item 10738721 url https://www.openlane.eu/en/carv6/auction/10738721
2026-03-28 15:16:52 [adesa.be] INFO: Found listing with ID: 10737859
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737859%27 HTTP/1.1" 200 None
2026-03-28 15:16:52 [adesa.be] INFO: Scrape type for 10737859: 0
2026-03-28 15:16:52 [adesa.be] INFO: Skipping item 10737859 url https://www.openlane.eu/en/carv6/auction/10737859
2026-03-28 15:16:52 [adesa.be] INFO: Found listing with ID: 10735022
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735022%27 HTTP/1.1" 200 None
2026-03-28 15:16:52 [adesa.be] INFO: Scrape type for 10735022: 0
2026-03-28 15:16:52 [adesa.be] INFO: Skipping item 10735022 url https://www.openlane.eu/en/carv6/auction/10735022
2026-03-28 15:16:52 [adesa.be] INFO: Found listing with ID: 10736405
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736405%27 HTTP/1.1" 200 None
2026-03-28 15:16:52 [adesa.be] INFO: Scrape type for 10736405: 0
2026-03-28 15:16:52 [adesa.be] INFO: Skipping item 10736405 url https://www.openlane.eu/en/carv6/auction/10736405
2026-03-28 15:16:52 [adesa.be] INFO: Found listing with ID: 10737624
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737624%27 HTTP/1.1" 200 None
2026-03-28 15:16:52 [adesa.be] INFO: Scrape type for 10737624: 0
2026-03-28 15:16:52 [adesa.be] INFO: Skipping item 10737624 url https://www.openlane.eu/en/carv6/auction/10737624
2026-03-28 15:16:52 [adesa.be] INFO: Found listing with ID: 10737750
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737750%27 HTTP/1.1" 200 None
2026-03-28 15:16:52 [adesa.be] INFO: Scrape type for 10737750: 0
2026-03-28 15:16:52 [adesa.be] INFO: Skipping item 10737750 url https://www.openlane.eu/en/carv6/auction/10737750
2026-03-28 15:16:52 [adesa.be] INFO: Found listing with ID: 10738285
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738285%27 HTTP/1.1" 200 None
2026-03-28 15:16:52 [adesa.be] INFO: Scrape type for 10738285: 0
2026-03-28 15:16:52 [adesa.be] INFO: Skipping item 10738285 url https://www.openlane.eu/en/carv6/auction/10738285
2026-03-28 15:16:52 [adesa.be] INFO: Found listing with ID: 10736465
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736465%27 HTTP/1.1" 200 None
2026-03-28 15:16:52 [adesa.be] INFO: Scrape type for 10736465: 0
2026-03-28 15:16:52 [adesa.be] INFO: Skipping item 10736465 url https://www.openlane.eu/en/carv6/auction/10736465
2026-03-28 15:16:52 [adesa.be] INFO: Found listing with ID: 10738275
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738275%27 HTTP/1.1" 200 None
2026-03-28 15:16:52 [adesa.be] INFO: Scrape type for 10738275: 0
2026-03-28 15:16:52 [adesa.be] INFO: Skipping item 10738275 url https://www.openlane.eu/en/carv6/auction/10738275
2026-03-28 15:16:52 [adesa.be] INFO: Found listing with ID: 10735530
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735530%27 HTTP/1.1" 200 None
2026-03-28 15:16:52 [adesa.be] INFO: Scrape type for 10735530: 0
2026-03-28 15:16:52 [adesa.be] INFO: Skipping item 10735530 url https://www.openlane.eu/en/carv6/auction/10735530
2026-03-28 15:16:52 [adesa.be] INFO: Found listing with ID: 10736361
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736361%27 HTTP/1.1" 200 None
2026-03-28 15:16:52 [adesa.be] INFO: Scrape type for 10736361: 0
2026-03-28 15:16:52 [adesa.be] INFO: Skipping item 10736361 url https://www.openlane.eu/en/carv6/auction/10736361
2026-03-28 15:16:52 [adesa.be] INFO: Found listing with ID: 10737603
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737603%27 HTTP/1.1" 200 None
2026-03-28 15:16:52 [adesa.be] INFO: Scrape type for 10737603: 0
2026-03-28 15:16:52 [adesa.be] INFO: Skipping item 10737603 url https://www.openlane.eu/en/carv6/auction/10737603
2026-03-28 15:16:52 [adesa.be] INFO: Found listing with ID: 10738305
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738305%27 HTTP/1.1" 200 None
2026-03-28 15:16:52 [adesa.be] INFO: Scrape type for 10738305: 0
2026-03-28 15:16:52 [adesa.be] INFO: Skipping item 10738305 url https://www.openlane.eu/en/carv6/auction/10738305
2026-03-28 15:16:52 [adesa.be] INFO: Found listing with ID: 10735628
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735628%27 HTTP/1.1" 200 None
2026-03-28 15:16:52 [adesa.be] INFO: Scrape type for 10735628: 0
2026-03-28 15:16:52 [adesa.be] INFO: Skipping item 10735628 url https://www.openlane.eu/en/carv6/auction/10735628
2026-03-28 15:16:52 [adesa.be] INFO: Found listing with ID: 10735439
2026-03-28 15:16:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735439%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10735439: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10735439 url https://www.openlane.eu/en/carv6/auction/10735439
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10736374
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736374%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10736374: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10736374 url https://www.openlane.eu/en/carv6/auction/10736374
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10735485
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735485%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10735485: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10735485 url https://www.openlane.eu/en/carv6/auction/10735485
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10736380
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736380%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10736380: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10736380 url https://www.openlane.eu/en/carv6/auction/10736380
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10739842
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739842%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10739842: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10739842 url https://www.openlane.eu/en/carv6/auction/10739842
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10735519
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735519%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10735519: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10735519 url https://www.openlane.eu/en/carv6/auction/10735519
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10736382
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736382%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10736382: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10736382 url https://www.openlane.eu/en/carv6/auction/10736382
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10737700
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737700%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10737700: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10737700 url https://www.openlane.eu/en/carv6/auction/10737700
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10737723
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737723%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10737723: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10737723 url https://www.openlane.eu/en/carv6/auction/10737723
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10739915
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739915%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10739915: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10739915 url https://www.openlane.eu/en/carv6/auction/10739915
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10737641
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737641%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10737641: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10737641 url https://www.openlane.eu/en/carv6/auction/10737641
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10737640
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737640%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10737640: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10737640 url https://www.openlane.eu/en/carv6/auction/10737640
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10737692
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737692%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10737692: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10737692 url https://www.openlane.eu/en/carv6/auction/10737692
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10737683
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737683%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10737683: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10737683 url https://www.openlane.eu/en/carv6/auction/10737683
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10737703
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737703%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10737703: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10737703 url https://www.openlane.eu/en/carv6/auction/10737703
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10736410
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736410%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10736410: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10736410 url https://www.openlane.eu/en/carv6/auction/10736410
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10735535
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735535%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10735535: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10735535 url https://www.openlane.eu/en/carv6/auction/10735535
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10739904
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739904%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10739904: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10739904 url https://www.openlane.eu/en/carv6/auction/10739904
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10737688
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737688%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10737688: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10737688 url https://www.openlane.eu/en/carv6/auction/10737688
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10737550
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737550%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10737550: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10737550 url https://www.openlane.eu/en/carv6/auction/10737550
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10739843
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739843%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10739843: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10739843 url https://www.openlane.eu/en/carv6/auction/10739843
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10735585
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735585%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10735585: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10735585 url https://www.openlane.eu/en/carv6/auction/10735585
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10735601
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735601%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10735601: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10735601 url https://www.openlane.eu/en/carv6/auction/10735601
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10737571
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737571%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10737571: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10737571 url https://www.openlane.eu/en/carv6/auction/10737571
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10737596
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737596%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10737596: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10737596 url https://www.openlane.eu/en/carv6/auction/10737596
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10737631
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737631%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10737631: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10737631 url https://www.openlane.eu/en/carv6/auction/10737631
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10735026
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735026%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10735026: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10735026 url https://www.openlane.eu/en/carv6/auction/10735026
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10735488
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735488%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10735488: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10735488 url https://www.openlane.eu/en/carv6/auction/10735488
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10737646
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737646%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10737646: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10737646 url https://www.openlane.eu/en/carv6/auction/10737646
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10737654
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737654%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10737654: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10737654 url https://www.openlane.eu/en/carv6/auction/10737654
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10735516
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735516%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10735516: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10735516 url https://www.openlane.eu/en/carv6/auction/10735516
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10739885
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739885%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10739885: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10739885 url https://www.openlane.eu/en/carv6/auction/10739885
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10737713
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737713%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10737713: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10737713 url https://www.openlane.eu/en/carv6/auction/10737713
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10737602
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737602%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10737602: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10737602 url https://www.openlane.eu/en/carv6/auction/10737602
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10737718
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737718%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10737718: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10737718 url https://www.openlane.eu/en/carv6/auction/10737718
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10738278
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738278%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10738278: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10738278 url https://www.openlane.eu/en/carv6/auction/10738278
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10736358
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736358%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10736358: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10736358 url https://www.openlane.eu/en/carv6/auction/10736358
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10736484
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736484%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10736484: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10736484 url https://www.openlane.eu/en/carv6/auction/10736484
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10735494
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735494%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10735494: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10735494 url https://www.openlane.eu/en/carv6/auction/10735494
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10735617
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735617%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10735617: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10735617 url https://www.openlane.eu/en/carv6/auction/10735617
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10735561
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735561%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10735561: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10735561 url https://www.openlane.eu/en/carv6/auction/10735561
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10735412
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735412%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10735412: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10735412 url https://www.openlane.eu/en/carv6/auction/10735412
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10739916
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739916%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10739916: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10739916 url https://www.openlane.eu/en/carv6/auction/10739916
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10735403
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735403%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10735403: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10735403 url https://www.openlane.eu/en/carv6/auction/10735403
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10735607
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735607%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10735607: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10735607 url https://www.openlane.eu/en/carv6/auction/10735607
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10735461
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735461%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10735461: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10735461 url https://www.openlane.eu/en/carv6/auction/10735461
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10737566
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737566%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10737566: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10737566 url https://www.openlane.eu/en/carv6/auction/10737566
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10738297
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738297%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10738297: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10738297 url https://www.openlane.eu/en/carv6/auction/10738297
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10736377
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736377%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10736377: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10736377 url https://www.openlane.eu/en/carv6/auction/10736377
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10737618
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737618%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10737618: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10737618 url https://www.openlane.eu/en/carv6/auction/10737618
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10735451
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735451%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10735451: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10735451 url https://www.openlane.eu/en/carv6/auction/10735451
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10737312
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737312%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10737312: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10737312 url https://www.openlane.eu/en/carv6/auction/10737312
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10740878
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740878%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10740878: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10740878 url https://www.openlane.eu/en/carv6/auction/10740878
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10735564
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735564%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10735564: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10735564 url https://www.openlane.eu/en/carv6/auction/10735564
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10738291
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738291%27 HTTP/1.1" 200 None
2026-03-28 15:16:53 [adesa.be] INFO: Scrape type for 10738291: 0
2026-03-28 15:16:53 [adesa.be] INFO: Skipping item 10738291 url https://www.openlane.eu/en/carv6/auction/10738291
2026-03-28 15:16:53 [adesa.be] INFO: Found listing with ID: 10735611
2026-03-28 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735611%27 HTTP/1.1" 200 None
2026-03-28 15:16:54 [adesa.be] INFO: Scrape type for 10735611: 0
2026-03-28 15:16:54 [adesa.be] INFO: Skipping item 10735611 url https://www.openlane.eu/en/carv6/auction/10735611
2026-03-28 15:16:54 [adesa.be] INFO: Found listing with ID: 10735531
2026-03-28 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735531%27 HTTP/1.1" 200 None
2026-03-28 15:16:54 [adesa.be] INFO: Scrape type for 10735531: 0
2026-03-28 15:16:54 [adesa.be] INFO: Skipping item 10735531 url https://www.openlane.eu/en/carv6/auction/10735531
2026-03-28 15:16:54 [adesa.be] INFO: Found listing with ID: 10735641
2026-03-28 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735641%27 HTTP/1.1" 200 None
2026-03-28 15:16:54 [adesa.be] INFO: Scrape type for 10735641: 0
2026-03-28 15:16:54 [adesa.be] INFO: Skipping item 10735641 url https://www.openlane.eu/en/carv6/auction/10735641
2026-03-28 15:16:54 [adesa.be] INFO: Found listing with ID: 10735615
2026-03-28 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735615%27 HTTP/1.1" 200 None
2026-03-28 15:16:54 [adesa.be] INFO: Scrape type for 10735615: 0
2026-03-28 15:16:54 [adesa.be] INFO: Skipping item 10735615 url https://www.openlane.eu/en/carv6/auction/10735615
2026-03-28 15:16:54 [adesa.be] INFO: Found listing with ID: 10735468
2026-03-28 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735468%27 HTTP/1.1" 200 None
2026-03-28 15:16:54 [adesa.be] INFO: Scrape type for 10735468: 0
2026-03-28 15:16:54 [adesa.be] INFO: Skipping item 10735468 url https://www.openlane.eu/en/carv6/auction/10735468
2026-03-28 15:16:54 [adesa.be] INFO: Found listing with ID: 10735490
2026-03-28 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735490%27 HTTP/1.1" 200 None
2026-03-28 15:16:54 [adesa.be] INFO: Scrape type for 10735490: 0
2026-03-28 15:16:54 [adesa.be] INFO: Skipping item 10735490 url https://www.openlane.eu/en/carv6/auction/10735490
2026-03-28 15:16:54 [adesa.be] INFO: Found listing with ID: 10737627
2026-03-28 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737627%27 HTTP/1.1" 200 None
2026-03-28 15:16:54 [adesa.be] INFO: Scrape type for 10737627: 0
2026-03-28 15:16:54 [adesa.be] INFO: Skipping item 10737627 url https://www.openlane.eu/en/carv6/auction/10737627
2026-03-28 15:16:54 [adesa.be] INFO: Found listing with ID: 10738283
2026-03-28 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738283%27 HTTP/1.1" 200 None
2026-03-28 15:16:54 [adesa.be] INFO: Scrape type for 10738283: 0
2026-03-28 15:16:54 [adesa.be] INFO: Skipping item 10738283 url https://www.openlane.eu/en/carv6/auction/10738283
2026-03-28 15:16:54 [adesa.be] INFO: Found listing with ID: 10736681
2026-03-28 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736681%27 HTTP/1.1" 200 None
2026-03-28 15:16:54 [adesa.be] INFO: Scrape type for 10736681: 0
2026-03-28 15:16:54 [adesa.be] INFO: Skipping item 10736681 url https://www.openlane.eu/en/carv6/auction/10736681
2026-03-28 15:16:54 [adesa.be] INFO: Found listing with ID: 10735632
2026-03-28 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735632%27 HTTP/1.1" 200 None
2026-03-28 15:16:54 [adesa.be] INFO: Scrape type for 10735632: 0
2026-03-28 15:16:54 [adesa.be] INFO: Skipping item 10735632 url https://www.openlane.eu/en/carv6/auction/10735632
2026-03-28 15:16:54 [adesa.be] INFO: Found listing with ID: 10740880
2026-03-28 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740880%27 HTTP/1.1" 200 None
2026-03-28 15:16:54 [adesa.be] INFO: Scrape type for 10740880: 0
2026-03-28 15:16:54 [adesa.be] INFO: Skipping item 10740880 url https://www.openlane.eu/en/carv6/auction/10740880
2026-03-28 15:16:54 [adesa.be] INFO: Found listing with ID: 10739909
2026-03-28 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739909%27 HTTP/1.1" 200 None
2026-03-28 15:16:54 [adesa.be] INFO: Scrape type for 10739909: 0
2026-03-28 15:16:54 [adesa.be] INFO: Skipping item 10739909 url https://www.openlane.eu/en/carv6/auction/10739909
2026-03-28 15:16:54 [adesa.be] INFO: Found listing with ID: 10739890
2026-03-28 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739890%27 HTTP/1.1" 200 None
2026-03-28 15:16:54 [adesa.be] INFO: Scrape type for 10739890: 0
2026-03-28 15:16:54 [adesa.be] INFO: Skipping item 10739890 url https://www.openlane.eu/en/carv6/auction/10739890
2026-03-28 15:16:54 [adesa.be] INFO: Found listing with ID: 10737313
2026-03-28 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737313%27 HTTP/1.1" 200 None
2026-03-28 15:16:54 [adesa.be] INFO: Scrape type for 10737313: 0
2026-03-28 15:16:54 [adesa.be] INFO: Skipping item 10737313 url https://www.openlane.eu/en/carv6/auction/10737313
2026-03-28 15:16:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:16:56 [adesa.be] INFO: Found listing with ID: 10736403
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736403%27 HTTP/1.1" 200 None
2026-03-28 15:16:56 [adesa.be] INFO: Scrape type for 10736403: 0
2026-03-28 15:16:56 [adesa.be] INFO: Skipping item 10736403 url https://www.openlane.eu/en/carv6/auction/10736403
2026-03-28 15:16:56 [adesa.be] INFO: Found listing with ID: 10735596
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735596%27 HTTP/1.1" 200 None
2026-03-28 15:16:56 [adesa.be] INFO: Scrape type for 10735596: 0
2026-03-28 15:16:56 [adesa.be] INFO: Skipping item 10735596 url https://www.openlane.eu/en/carv6/auction/10735596
2026-03-28 15:16:56 [adesa.be] INFO: Found listing with ID: 10735481
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735481%27 HTTP/1.1" 200 None
2026-03-28 15:16:56 [adesa.be] INFO: Scrape type for 10735481: 0
2026-03-28 15:16:56 [adesa.be] INFO: Skipping item 10735481 url https://www.openlane.eu/en/carv6/auction/10735481
2026-03-28 15:16:56 [adesa.be] INFO: Found listing with ID: 10735456
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735456%27 HTTP/1.1" 200 None
2026-03-28 15:16:56 [adesa.be] INFO: Scrape type for 10735456: 0
2026-03-28 15:16:56 [adesa.be] INFO: Skipping item 10735456 url https://www.openlane.eu/en/carv6/auction/10735456
2026-03-28 15:16:56 [adesa.be] INFO: Found listing with ID: 10738286
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738286%27 HTTP/1.1" 200 None
2026-03-28 15:16:56 [adesa.be] INFO: Scrape type for 10738286: 0
2026-03-28 15:16:56 [adesa.be] INFO: Skipping item 10738286 url https://www.openlane.eu/en/carv6/auction/10738286
2026-03-28 15:16:56 [adesa.be] INFO: Found listing with ID: 10735620
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735620%27 HTTP/1.1" 200 None
2026-03-28 15:16:56 [adesa.be] INFO: Scrape type for 10735620: 0
2026-03-28 15:16:56 [adesa.be] INFO: Skipping item 10735620 url https://www.openlane.eu/en/carv6/auction/10735620
2026-03-28 15:16:56 [adesa.be] INFO: Found listing with ID: 10738329
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738329%27 HTTP/1.1" 200 None
2026-03-28 15:16:56 [adesa.be] INFO: Scrape type for 10738329: 0
2026-03-28 15:16:56 [adesa.be] INFO: Skipping item 10738329 url https://www.openlane.eu/en/carv6/auction/10738329
2026-03-28 15:16:56 [adesa.be] INFO: Found listing with ID: 10735432
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735432%27 HTTP/1.1" 200 None
2026-03-28 15:16:56 [adesa.be] INFO: Scrape type for 10735432: 0
2026-03-28 15:16:56 [adesa.be] INFO: Skipping item 10735432 url https://www.openlane.eu/en/carv6/auction/10735432
2026-03-28 15:16:56 [adesa.be] INFO: Found listing with ID: 10735458
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735458%27 HTTP/1.1" 200 None
2026-03-28 15:16:56 [adesa.be] INFO: Scrape type for 10735458: 0
2026-03-28 15:16:56 [adesa.be] INFO: Skipping item 10735458 url https://www.openlane.eu/en/carv6/auction/10735458
2026-03-28 15:16:56 [adesa.be] INFO: Found listing with ID: 10737704
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737704%27 HTTP/1.1" 200 None
2026-03-28 15:16:56 [adesa.be] INFO: Scrape type for 10737704: 0
2026-03-28 15:16:56 [adesa.be] INFO: Skipping item 10737704 url https://www.openlane.eu/en/carv6/auction/10737704
2026-03-28 15:16:56 [adesa.be] INFO: Found listing with ID: 10738284
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738284%27 HTTP/1.1" 200 None
2026-03-28 15:16:56 [adesa.be] INFO: Scrape type for 10738284: 0
2026-03-28 15:16:56 [adesa.be] INFO: Skipping item 10738284 url https://www.openlane.eu/en/carv6/auction/10738284
2026-03-28 15:16:56 [adesa.be] INFO: Found listing with ID: 10735020
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735020%27 HTTP/1.1" 200 None
2026-03-28 15:16:56 [adesa.be] INFO: Scrape type for 10735020: 0
2026-03-28 15:16:56 [adesa.be] INFO: Skipping item 10735020 url https://www.openlane.eu/en/carv6/auction/10735020
2026-03-28 15:16:56 [adesa.be] INFO: Found listing with ID: 10737751
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737751%27 HTTP/1.1" 200 None
2026-03-28 15:16:56 [adesa.be] INFO: Scrape type for 10737751: 0
2026-03-28 15:16:56 [adesa.be] INFO: Skipping item 10737751 url https://www.openlane.eu/en/carv6/auction/10737751
2026-03-28 15:16:56 [adesa.be] INFO: Found listing with ID: 10736376
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736376%27 HTTP/1.1" 200 None
2026-03-28 15:16:56 [adesa.be] INFO: Scrape type for 10736376: 0
2026-03-28 15:16:56 [adesa.be] INFO: Skipping item 10736376 url https://www.openlane.eu/en/carv6/auction/10736376
2026-03-28 15:16:56 [adesa.be] INFO: Found listing with ID: 10736375
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736375%27 HTTP/1.1" 200 None
2026-03-28 15:16:56 [adesa.be] INFO: Scrape type for 10736375: 0
2026-03-28 15:16:56 [adesa.be] INFO: Skipping item 10736375 url https://www.openlane.eu/en/carv6/auction/10736375
2026-03-28 15:16:56 [adesa.be] INFO: Found listing with ID: 10737662
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737662%27 HTTP/1.1" 200 None
2026-03-28 15:16:56 [adesa.be] INFO: Scrape type for 10737662: 0
2026-03-28 15:16:56 [adesa.be] INFO: Skipping item 10737662 url https://www.openlane.eu/en/carv6/auction/10737662
2026-03-28 15:16:56 [adesa.be] INFO: Found listing with ID: 10735602
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735602%27 HTTP/1.1" 200 None
2026-03-28 15:16:56 [adesa.be] INFO: Scrape type for 10735602: 0
2026-03-28 15:16:56 [adesa.be] INFO: Skipping item 10735602 url https://www.openlane.eu/en/carv6/auction/10735602
2026-03-28 15:16:56 [adesa.be] INFO: Found listing with ID: 10735606
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735606%27 HTTP/1.1" 200 None
2026-03-28 15:16:56 [adesa.be] INFO: Scrape type for 10735606: 0
2026-03-28 15:16:56 [adesa.be] INFO: Skipping item 10735606 url https://www.openlane.eu/en/carv6/auction/10735606
2026-03-28 15:16:56 [adesa.be] INFO: Found listing with ID: 10736677
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736677%27 HTTP/1.1" 200 None
2026-03-28 15:16:56 [adesa.be] INFO: Scrape type for 10736677: 0
2026-03-28 15:16:56 [adesa.be] INFO: Skipping item 10736677 url https://www.openlane.eu/en/carv6/auction/10736677
2026-03-28 15:16:56 [adesa.be] INFO: Found listing with ID: 10739899
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739899%27 HTTP/1.1" 200 None
2026-03-28 15:16:56 [adesa.be] INFO: Scrape type for 10739899: 0
2026-03-28 15:16:56 [adesa.be] INFO: Skipping item 10739899 url https://www.openlane.eu/en/carv6/auction/10739899
2026-03-28 15:16:56 [adesa.be] INFO: Found listing with ID: 10735526
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735526%27 HTTP/1.1" 200 None
2026-03-28 15:16:56 [adesa.be] INFO: Scrape type for 10735526: 0
2026-03-28 15:16:56 [adesa.be] INFO: Skipping item 10735526 url https://www.openlane.eu/en/carv6/auction/10735526
2026-03-28 15:16:56 [adesa.be] INFO: Found listing with ID: 10736389
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736389%27 HTTP/1.1" 200 None
2026-03-28 15:16:56 [adesa.be] INFO: Scrape type for 10736389: 0
2026-03-28 15:16:56 [adesa.be] INFO: Skipping item 10736389 url https://www.openlane.eu/en/carv6/auction/10736389
2026-03-28 15:16:56 [adesa.be] INFO: Found listing with ID: 10735477
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735477%27 HTTP/1.1" 200 None
2026-03-28 15:16:56 [adesa.be] INFO: Scrape type for 10735477: 0
2026-03-28 15:16:56 [adesa.be] INFO: Skipping item 10735477 url https://www.openlane.eu/en/carv6/auction/10735477
2026-03-28 15:16:56 [adesa.be] INFO: Found listing with ID: 10735551
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735551%27 HTTP/1.1" 200 None
2026-03-28 15:16:56 [adesa.be] INFO: Scrape type for 10735551: 0
2026-03-28 15:16:56 [adesa.be] INFO: Skipping item 10735551 url https://www.openlane.eu/en/carv6/auction/10735551
2026-03-28 15:16:56 [adesa.be] INFO: Found listing with ID: 10735465
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735465%27 HTTP/1.1" 200 None
2026-03-28 15:16:56 [adesa.be] INFO: Scrape type for 10735465: 0
2026-03-28 15:16:56 [adesa.be] INFO: Skipping item 10735465 url https://www.openlane.eu/en/carv6/auction/10735465
2026-03-28 15:16:56 [adesa.be] INFO: Found listing with ID: 10735426
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735426%27 HTTP/1.1" 200 None
2026-03-28 15:16:56 [adesa.be] INFO: Scrape type for 10735426: 0
2026-03-28 15:16:56 [adesa.be] INFO: Skipping item 10735426 url https://www.openlane.eu/en/carv6/auction/10735426
2026-03-28 15:16:56 [adesa.be] INFO: Found listing with ID: 10734334
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734334%27 HTTP/1.1" 200 None
2026-03-28 15:16:56 [adesa.be] INFO: Scrape type for 10734334: 0
2026-03-28 15:16:56 [adesa.be] INFO: Skipping item 10734334 url https://www.openlane.eu/en/carv6/auction/10734334
2026-03-28 15:16:56 [adesa.be] INFO: Found listing with ID: 10739907
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739907%27 HTTP/1.1" 200 None
2026-03-28 15:16:56 [adesa.be] INFO: Scrape type for 10739907: 0
2026-03-28 15:16:56 [adesa.be] INFO: Skipping item 10739907 url https://www.openlane.eu/en/carv6/auction/10739907
2026-03-28 15:16:56 [adesa.be] INFO: Found listing with ID: 10737696
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737696%27 HTTP/1.1" 200 None
2026-03-28 15:16:57 [adesa.be] INFO: Scrape type for 10737696: 0
2026-03-28 15:16:57 [adesa.be] INFO: Skipping item 10737696 url https://www.openlane.eu/en/carv6/auction/10737696
2026-03-28 15:16:57 [adesa.be] INFO: Found listing with ID: 10736359
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736359%27 HTTP/1.1" 200 None
2026-03-28 15:16:57 [adesa.be] INFO: Scrape type for 10736359: 0
2026-03-28 15:16:57 [adesa.be] INFO: Skipping item 10736359 url https://www.openlane.eu/en/carv6/auction/10736359
2026-03-28 15:16:57 [adesa.be] INFO: Found listing with ID: 10738274
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738274%27 HTTP/1.1" 200 None
2026-03-28 15:16:57 [adesa.be] INFO: Scrape type for 10738274: 0
2026-03-28 15:16:57 [adesa.be] INFO: Skipping item 10738274 url https://www.openlane.eu/en/carv6/auction/10738274
2026-03-28 15:16:57 [adesa.be] INFO: Found listing with ID: 10739913
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739913%27 HTTP/1.1" 200 None
2026-03-28 15:16:57 [adesa.be] INFO: Scrape type for 10739913: 0
2026-03-28 15:16:57 [adesa.be] INFO: Skipping item 10739913 url https://www.openlane.eu/en/carv6/auction/10739913
2026-03-28 15:16:57 [adesa.be] INFO: Found listing with ID: 10735467
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735467%27 HTTP/1.1" 200 None
2026-03-28 15:16:57 [adesa.be] INFO: Scrape type for 10735467: 0
2026-03-28 15:16:57 [adesa.be] INFO: Skipping item 10735467 url https://www.openlane.eu/en/carv6/auction/10735467
2026-03-28 15:16:57 [adesa.be] INFO: Found listing with ID: 10735463
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735463%27 HTTP/1.1" 200 None
2026-03-28 15:16:57 [adesa.be] INFO: Scrape type for 10735463: 0
2026-03-28 15:16:57 [adesa.be] INFO: Skipping item 10735463 url https://www.openlane.eu/en/carv6/auction/10735463
2026-03-28 15:16:57 [adesa.be] INFO: Found listing with ID: 10735556
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735556%27 HTTP/1.1" 200 None
2026-03-28 15:16:57 [adesa.be] INFO: Scrape type for 10735556: 0
2026-03-28 15:16:57 [adesa.be] INFO: Skipping item 10735556 url https://www.openlane.eu/en/carv6/auction/10735556
2026-03-28 15:16:57 [adesa.be] INFO: Found listing with ID: 10735624
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735624%27 HTTP/1.1" 200 None
2026-03-28 15:16:57 [adesa.be] INFO: Scrape type for 10735624: 0
2026-03-28 15:16:57 [adesa.be] INFO: Skipping item 10735624 url https://www.openlane.eu/en/carv6/auction/10735624
2026-03-28 15:16:57 [adesa.be] INFO: Found listing with ID: 10735495
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735495%27 HTTP/1.1" 200 None
2026-03-28 15:16:57 [adesa.be] INFO: Scrape type for 10735495: 0
2026-03-28 15:16:57 [adesa.be] INFO: Skipping item 10735495 url https://www.openlane.eu/en/carv6/auction/10735495
2026-03-28 15:16:57 [adesa.be] INFO: Found listing with ID: 10735547
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735547%27 HTTP/1.1" 200 None
2026-03-28 15:16:57 [adesa.be] INFO: Scrape type for 10735547: 0
2026-03-28 15:16:57 [adesa.be] INFO: Skipping item 10735547 url https://www.openlane.eu/en/carv6/auction/10735547
2026-03-28 15:16:57 [adesa.be] INFO: Found listing with ID: 10735515
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735515%27 HTTP/1.1" 200 None
2026-03-28 15:16:57 [adesa.be] INFO: Scrape type for 10735515: 0
2026-03-28 15:16:57 [adesa.be] INFO: Skipping item 10735515 url https://www.openlane.eu/en/carv6/auction/10735515
2026-03-28 15:16:57 [adesa.be] INFO: Found listing with ID: 10735577
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735577%27 HTTP/1.1" 200 None
2026-03-28 15:16:57 [adesa.be] INFO: Scrape type for 10735577: 0
2026-03-28 15:16:57 [adesa.be] INFO: Skipping item 10735577 url https://www.openlane.eu/en/carv6/auction/10735577
2026-03-28 15:16:57 [adesa.be] INFO: Found listing with ID: 10737587
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737587%27 HTTP/1.1" 200 None
2026-03-28 15:16:57 [adesa.be] INFO: Scrape type for 10737587: 0
2026-03-28 15:16:57 [adesa.be] INFO: Skipping item 10737587 url https://www.openlane.eu/en/carv6/auction/10737587
2026-03-28 15:16:57 [adesa.be] INFO: Found listing with ID: 10737623
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737623%27 HTTP/1.1" 200 None
2026-03-28 15:16:57 [adesa.be] INFO: Scrape type for 10737623: 0
2026-03-28 15:16:57 [adesa.be] INFO: Skipping item 10737623 url https://www.openlane.eu/en/carv6/auction/10737623
2026-03-28 15:16:57 [adesa.be] INFO: Found listing with ID: 10737686
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737686%27 HTTP/1.1" 200 None
2026-03-28 15:16:57 [adesa.be] INFO: Scrape type for 10737686: 0
2026-03-28 15:16:57 [adesa.be] INFO: Skipping item 10737686 url https://www.openlane.eu/en/carv6/auction/10737686
2026-03-28 15:16:57 [adesa.be] INFO: Found listing with ID: 10735527
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735527%27 HTTP/1.1" 200 None
2026-03-28 15:16:57 [adesa.be] INFO: Scrape type for 10735527: 0
2026-03-28 15:16:57 [adesa.be] INFO: Skipping item 10735527 url https://www.openlane.eu/en/carv6/auction/10735527
2026-03-28 15:16:57 [adesa.be] INFO: Found listing with ID: 10731422
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731422%27 HTTP/1.1" 200 None
2026-03-28 15:16:57 [adesa.be] INFO: Scrape type for 10731422: 0
2026-03-28 15:16:57 [adesa.be] INFO: Skipping item 10731422 url https://www.openlane.eu/en/carv6/auction/10731422
2026-03-28 15:16:57 [adesa.be] INFO: Found listing with ID: 10737574
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737574%27 HTTP/1.1" 200 None
2026-03-28 15:16:57 [adesa.be] INFO: Scrape type for 10737574: 0
2026-03-28 15:16:57 [adesa.be] INFO: Skipping item 10737574 url https://www.openlane.eu/en/carv6/auction/10737574
2026-03-28 15:16:57 [adesa.be] INFO: Found listing with ID: 10737628
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737628%27 HTTP/1.1" 200 None
2026-03-28 15:16:57 [adesa.be] INFO: Scrape type for 10737628: 0
2026-03-28 15:16:57 [adesa.be] INFO: Skipping item 10737628 url https://www.openlane.eu/en/carv6/auction/10737628
2026-03-28 15:16:57 [adesa.be] INFO: Found listing with ID: 10737575
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737575%27 HTTP/1.1" 200 None
2026-03-28 15:16:57 [adesa.be] INFO: Scrape type for 10737575: 0
2026-03-28 15:16:57 [adesa.be] INFO: Skipping item 10737575 url https://www.openlane.eu/en/carv6/auction/10737575
2026-03-28 15:16:57 [adesa.be] INFO: Found listing with ID: 10735492
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735492%27 HTTP/1.1" 200 None
2026-03-28 15:16:57 [adesa.be] INFO: Scrape type for 10735492: 0
2026-03-28 15:16:57 [adesa.be] INFO: Skipping item 10735492 url https://www.openlane.eu/en/carv6/auction/10735492
2026-03-28 15:16:57 [adesa.be] INFO: Found listing with ID: 10735411
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735411%27 HTTP/1.1" 200 None
2026-03-28 15:16:57 [adesa.be] INFO: Scrape type for 10735411: 0
2026-03-28 15:16:57 [adesa.be] INFO: Skipping item 10735411 url https://www.openlane.eu/en/carv6/auction/10735411
2026-03-28 15:16:57 [adesa.be] INFO: Found listing with ID: 10735429
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735429%27 HTTP/1.1" 200 None
2026-03-28 15:16:57 [adesa.be] INFO: Scrape type for 10735429: 0
2026-03-28 15:16:57 [adesa.be] INFO: Skipping item 10735429 url https://www.openlane.eu/en/carv6/auction/10735429
2026-03-28 15:16:57 [adesa.be] INFO: Found listing with ID: 10735576
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735576%27 HTTP/1.1" 200 None
2026-03-28 15:16:57 [adesa.be] INFO: Scrape type for 10735576: 0
2026-03-28 15:16:57 [adesa.be] INFO: Skipping item 10735576 url https://www.openlane.eu/en/carv6/auction/10735576
2026-03-28 15:16:57 [adesa.be] INFO: Found listing with ID: 10735565
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735565%27 HTTP/1.1" 200 None
2026-03-28 15:16:57 [adesa.be] INFO: Scrape type for 10735565: 0
2026-03-28 15:16:57 [adesa.be] INFO: Skipping item 10735565 url https://www.openlane.eu/en/carv6/auction/10735565
2026-03-28 15:16:57 [adesa.be] INFO: Found listing with ID: 10737689
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737689%27 HTTP/1.1" 200 None
2026-03-28 15:16:57 [adesa.be] INFO: Scrape type for 10737689: 0
2026-03-28 15:16:57 [adesa.be] INFO: Skipping item 10737689 url https://www.openlane.eu/en/carv6/auction/10737689
2026-03-28 15:16:57 [adesa.be] INFO: Found listing with ID: 10736379
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736379%27 HTTP/1.1" 200 None
2026-03-28 15:16:57 [adesa.be] INFO: Scrape type for 10736379: 0
2026-03-28 15:16:57 [adesa.be] INFO: Skipping item 10736379 url https://www.openlane.eu/en/carv6/auction/10736379
2026-03-28 15:16:57 [adesa.be] INFO: Found listing with ID: 10739900
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739900%27 HTTP/1.1" 200 None
2026-03-28 15:16:57 [adesa.be] INFO: Scrape type for 10739900: 0
2026-03-28 15:16:57 [adesa.be] INFO: Skipping item 10739900 url https://www.openlane.eu/en/carv6/auction/10739900
2026-03-28 15:16:57 [adesa.be] INFO: Found listing with ID: 10737674
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737674%27 HTTP/1.1" 200 None
2026-03-28 15:16:57 [adesa.be] INFO: Scrape type for 10737674: 0
2026-03-28 15:16:57 [adesa.be] INFO: Skipping item 10737674 url https://www.openlane.eu/en/carv6/auction/10737674
2026-03-28 15:16:57 [adesa.be] INFO: Found listing with ID: 10737315
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737315%27 HTTP/1.1" 200 None
2026-03-28 15:16:57 [adesa.be] INFO: Scrape type for 10737315: 0
2026-03-28 15:16:57 [adesa.be] INFO: Skipping item 10737315 url https://www.openlane.eu/en/carv6/auction/10737315
2026-03-28 15:16:57 [adesa.be] INFO: Found listing with ID: 10736390
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736390%27 HTTP/1.1" 200 None
2026-03-28 15:16:57 [adesa.be] INFO: Scrape type for 10736390: 0
2026-03-28 15:16:57 [adesa.be] INFO: Skipping item 10736390 url https://www.openlane.eu/en/carv6/auction/10736390
2026-03-28 15:16:57 [adesa.be] INFO: Found listing with ID: 10737681
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737681%27 HTTP/1.1" 200 None
2026-03-28 15:16:57 [adesa.be] INFO: Scrape type for 10737681: 0
2026-03-28 15:16:57 [adesa.be] INFO: Skipping item 10737681 url https://www.openlane.eu/en/carv6/auction/10737681
2026-03-28 15:16:57 [adesa.be] INFO: Found listing with ID: 10737549
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737549%27 HTTP/1.1" 200 None
2026-03-28 15:16:57 [adesa.be] INFO: Scrape type for 10737549: 0
2026-03-28 15:16:57 [adesa.be] INFO: Skipping item 10737549 url https://www.openlane.eu/en/carv6/auction/10737549
2026-03-28 15:16:57 [adesa.be] INFO: Found listing with ID: 10735588
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735588%27 HTTP/1.1" 200 None
2026-03-28 15:16:57 [adesa.be] INFO: Scrape type for 10735588: 0
2026-03-28 15:16:57 [adesa.be] INFO: Skipping item 10735588 url https://www.openlane.eu/en/carv6/auction/10735588
2026-03-28 15:16:57 [adesa.be] INFO: Found listing with ID: 10739841
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739841%27 HTTP/1.1" 200 None
2026-03-28 15:16:57 [adesa.be] INFO: Scrape type for 10739841: 0
2026-03-28 15:16:57 [adesa.be] INFO: Skipping item 10739841 url https://www.openlane.eu/en/carv6/auction/10739841
2026-03-28 15:16:57 [adesa.be] INFO: Found listing with ID: 10738272
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738272%27 HTTP/1.1" 200 None
2026-03-28 15:16:57 [adesa.be] INFO: Scrape type for 10738272: 0
2026-03-28 15:16:57 [adesa.be] INFO: Skipping item 10738272 url https://www.openlane.eu/en/carv6/auction/10738272
2026-03-28 15:16:57 [adesa.be] INFO: Found listing with ID: 10735612
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735612%27 HTTP/1.1" 200 None
2026-03-28 15:16:57 [adesa.be] INFO: Scrape type for 10735612: 0
2026-03-28 15:16:57 [adesa.be] INFO: Skipping item 10735612 url https://www.openlane.eu/en/carv6/auction/10735612
2026-03-28 15:16:57 [adesa.be] INFO: Found listing with ID: 10737600
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737600%27 HTTP/1.1" 200 None
2026-03-28 15:16:57 [adesa.be] INFO: Scrape type for 10737600: 0
2026-03-28 15:16:57 [adesa.be] INFO: Skipping item 10737600 url https://www.openlane.eu/en/carv6/auction/10737600
2026-03-28 15:16:57 [adesa.be] INFO: Found listing with ID: 10735581
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735581%27 HTTP/1.1" 200 None
2026-03-28 15:16:58 [adesa.be] INFO: Scrape type for 10735581: 0
2026-03-28 15:16:58 [adesa.be] INFO: Skipping item 10735581 url https://www.openlane.eu/en/carv6/auction/10735581
2026-03-28 15:16:58 [adesa.be] INFO: Found listing with ID: 10737716
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737716%27 HTTP/1.1" 200 None
2026-03-28 15:16:58 [adesa.be] INFO: Scrape type for 10737716: 0
2026-03-28 15:16:58 [adesa.be] INFO: Skipping item 10737716 url https://www.openlane.eu/en/carv6/auction/10737716
2026-03-28 15:16:58 [adesa.be] INFO: Found listing with ID: 10737559
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737559%27 HTTP/1.1" 200 None
2026-03-28 15:16:58 [adesa.be] INFO: Scrape type for 10737559: 0
2026-03-28 15:16:58 [adesa.be] INFO: Skipping item 10737559 url https://www.openlane.eu/en/carv6/auction/10737559
2026-03-28 15:16:58 [adesa.be] INFO: Found listing with ID: 10737754
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737754%27 HTTP/1.1" 200 None
2026-03-28 15:16:58 [adesa.be] INFO: Scrape type for 10737754: 0
2026-03-28 15:16:58 [adesa.be] INFO: Skipping item 10737754 url https://www.openlane.eu/en/carv6/auction/10737754
2026-03-28 15:16:58 [adesa.be] INFO: Found listing with ID: 10737580
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737580%27 HTTP/1.1" 200 None
2026-03-28 15:16:58 [adesa.be] INFO: Scrape type for 10737580: 0
2026-03-28 15:16:58 [adesa.be] INFO: Skipping item 10737580 url https://www.openlane.eu/en/carv6/auction/10737580
2026-03-28 15:16:58 [adesa.be] INFO: Found listing with ID: 10737635
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737635%27 HTTP/1.1" 200 None
2026-03-28 15:16:58 [adesa.be] INFO: Scrape type for 10737635: 0
2026-03-28 15:16:58 [adesa.be] INFO: Skipping item 10737635 url https://www.openlane.eu/en/carv6/auction/10737635
2026-03-28 15:16:58 [adesa.be] INFO: Found listing with ID: 10737598
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737598%27 HTTP/1.1" 200 None
2026-03-28 15:16:58 [adesa.be] INFO: Scrape type for 10737598: 0
2026-03-28 15:16:58 [adesa.be] INFO: Skipping item 10737598 url https://www.openlane.eu/en/carv6/auction/10737598
2026-03-28 15:16:58 [adesa.be] INFO: Found listing with ID: 10737725
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737725%27 HTTP/1.1" 200 None
2026-03-28 15:16:58 [adesa.be] INFO: Scrape type for 10737725: 0
2026-03-28 15:16:58 [adesa.be] INFO: Skipping item 10737725 url https://www.openlane.eu/en/carv6/auction/10737725
2026-03-28 15:16:58 [adesa.be] INFO: Found listing with ID: 10735466
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735466%27 HTTP/1.1" 200 None
2026-03-28 15:16:58 [adesa.be] INFO: Scrape type for 10735466: 0
2026-03-28 15:16:58 [adesa.be] INFO: Skipping item 10735466 url https://www.openlane.eu/en/carv6/auction/10735466
2026-03-28 15:16:58 [adesa.be] INFO: Found listing with ID: 10739896
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739896%27 HTTP/1.1" 200 None
2026-03-28 15:16:58 [adesa.be] INFO: Scrape type for 10739896: 0
2026-03-28 15:16:58 [adesa.be] INFO: Skipping item 10739896 url https://www.openlane.eu/en/carv6/auction/10739896
2026-03-28 15:16:58 [adesa.be] INFO: Found listing with ID: 10737660
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737660%27 HTTP/1.1" 200 None
2026-03-28 15:16:58 [adesa.be] INFO: Scrape type for 10737660: 0
2026-03-28 15:16:58 [adesa.be] INFO: Skipping item 10737660 url https://www.openlane.eu/en/carv6/auction/10737660
2026-03-28 15:16:58 [adesa.be] INFO: Found listing with ID: 10739902
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739902%27 HTTP/1.1" 200 None
2026-03-28 15:16:58 [adesa.be] INFO: Scrape type for 10739902: 0
2026-03-28 15:16:58 [adesa.be] INFO: Skipping item 10739902 url https://www.openlane.eu/en/carv6/auction/10739902
2026-03-28 15:16:58 [adesa.be] INFO: Found listing with ID: 10735471
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735471%27 HTTP/1.1" 200 None
2026-03-28 15:16:58 [adesa.be] INFO: Scrape type for 10735471: 0
2026-03-28 15:16:58 [adesa.be] INFO: Skipping item 10735471 url https://www.openlane.eu/en/carv6/auction/10735471
2026-03-28 15:16:58 [adesa.be] INFO: Found listing with ID: 10737590
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737590%27 HTTP/1.1" 200 None
2026-03-28 15:16:58 [adesa.be] INFO: Scrape type for 10737590: 0
2026-03-28 15:16:58 [adesa.be] INFO: Skipping item 10737590 url https://www.openlane.eu/en/carv6/auction/10737590
2026-03-28 15:16:58 [adesa.be] INFO: Found listing with ID: 10739845
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739845%27 HTTP/1.1" 200 None
2026-03-28 15:16:58 [adesa.be] INFO: Scrape type for 10739845: 0
2026-03-28 15:16:58 [adesa.be] INFO: Skipping item 10739845 url https://www.openlane.eu/en/carv6/auction/10739845
2026-03-28 15:16:58 [adesa.be] INFO: Found listing with ID: 10739911
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739911%27 HTTP/1.1" 200 None
2026-03-28 15:16:58 [adesa.be] INFO: Scrape type for 10739911: 0
2026-03-28 15:16:58 [adesa.be] INFO: Skipping item 10739911 url https://www.openlane.eu/en/carv6/auction/10739911
2026-03-28 15:16:58 [adesa.be] INFO: Found listing with ID: 10737555
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737555%27 HTTP/1.1" 200 None
2026-03-28 15:16:58 [adesa.be] INFO: Scrape type for 10737555: 0
2026-03-28 15:16:58 [adesa.be] INFO: Skipping item 10737555 url https://www.openlane.eu/en/carv6/auction/10737555
2026-03-28 15:16:58 [adesa.be] INFO: Found listing with ID: 10737617
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737617%27 HTTP/1.1" 200 None
2026-03-28 15:16:58 [adesa.be] INFO: Scrape type for 10737617: 0
2026-03-28 15:16:58 [adesa.be] INFO: Skipping item 10737617 url https://www.openlane.eu/en/carv6/auction/10737617
2026-03-28 15:16:58 [adesa.be] INFO: Found listing with ID: 10737714
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737714%27 HTTP/1.1" 200 None
2026-03-28 15:16:58 [adesa.be] INFO: Scrape type for 10737714: 0
2026-03-28 15:16:58 [adesa.be] INFO: Skipping item 10737714 url https://www.openlane.eu/en/carv6/auction/10737714
2026-03-28 15:16:58 [adesa.be] INFO: Found listing with ID: 10735529
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735529%27 HTTP/1.1" 200 None
2026-03-28 15:16:58 [adesa.be] INFO: Scrape type for 10735529: 0
2026-03-28 15:16:58 [adesa.be] INFO: Skipping item 10735529 url https://www.openlane.eu/en/carv6/auction/10735529
2026-03-28 15:16:58 [adesa.be] INFO: Found listing with ID: 10735407
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735407%27 HTTP/1.1" 200 None
2026-03-28 15:16:58 [adesa.be] INFO: Scrape type for 10735407: 0
2026-03-28 15:16:58 [adesa.be] INFO: Skipping item 10735407 url https://www.openlane.eu/en/carv6/auction/10735407
2026-03-28 15:16:58 [adesa.be] INFO: Found listing with ID: 10735030
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735030%27 HTTP/1.1" 200 None
2026-03-28 15:16:58 [adesa.be] INFO: Scrape type for 10735030: 0
2026-03-28 15:16:58 [adesa.be] INFO: Skipping item 10735030 url https://www.openlane.eu/en/carv6/auction/10735030
2026-03-28 15:16:58 [adesa.be] INFO: Found listing with ID: 10738323
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738323%27 HTTP/1.1" 200 None
2026-03-28 15:16:58 [adesa.be] INFO: Scrape type for 10738323: 0
2026-03-28 15:16:58 [adesa.be] INFO: Skipping item 10738323 url https://www.openlane.eu/en/carv6/auction/10738323
2026-03-28 15:16:58 [adesa.be] INFO: Found listing with ID: 10738289
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738289%27 HTTP/1.1" 200 None
2026-03-28 15:16:58 [adesa.be] INFO: Scrape type for 10738289: 0
2026-03-28 15:16:58 [adesa.be] INFO: Skipping item 10738289 url https://www.openlane.eu/en/carv6/auction/10738289
2026-03-28 15:16:58 [adesa.be] INFO: Found listing with ID: 10739889
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739889%27 HTTP/1.1" 200 None
2026-03-28 15:16:58 [adesa.be] INFO: Scrape type for 10739889: 0
2026-03-28 15:16:58 [adesa.be] INFO: Skipping item 10739889 url https://www.openlane.eu/en/carv6/auction/10739889
2026-03-28 15:16:58 [adesa.be] INFO: Found listing with ID: 10735518
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735518%27 HTTP/1.1" 200 None
2026-03-28 15:16:58 [adesa.be] INFO: Scrape type for 10735518: 0
2026-03-28 15:16:58 [adesa.be] INFO: Skipping item 10735518 url https://www.openlane.eu/en/carv6/auction/10735518
2026-03-28 15:16:58 [adesa.be] INFO: Found listing with ID: 10737584
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737584%27 HTTP/1.1" 200 None
2026-03-28 15:16:58 [adesa.be] INFO: Scrape type for 10737584: 0
2026-03-28 15:16:58 [adesa.be] INFO: Skipping item 10737584 url https://www.openlane.eu/en/carv6/auction/10737584
2026-03-28 15:16:58 [adesa.be] INFO: Found listing with ID: 10737577
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737577%27 HTTP/1.1" 200 None
2026-03-28 15:16:58 [adesa.be] INFO: Scrape type for 10737577: 0
2026-03-28 15:16:58 [adesa.be] INFO: Skipping item 10737577 url https://www.openlane.eu/en/carv6/auction/10737577
2026-03-28 15:16:58 [adesa.be] INFO: Found listing with ID: 10735497
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735497%27 HTTP/1.1" 200 None
2026-03-28 15:16:58 [adesa.be] INFO: Scrape type for 10735497: 0
2026-03-28 15:16:58 [adesa.be] INFO: Skipping item 10735497 url https://www.openlane.eu/en/carv6/auction/10735497
2026-03-28 15:16:58 [adesa.be] INFO: Found listing with ID: 10737639
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737639%27 HTTP/1.1" 200 None
2026-03-28 15:16:58 [adesa.be] INFO: Scrape type for 10737639: 0
2026-03-28 15:16:58 [adesa.be] INFO: Skipping item 10737639 url https://www.openlane.eu/en/carv6/auction/10737639
2026-03-28 15:16:58 [adesa.be] INFO: Found listing with ID: 10737647
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737647%27 HTTP/1.1" 200 None
2026-03-28 15:16:58 [adesa.be] INFO: Scrape type for 10737647: 0
2026-03-28 15:16:58 [adesa.be] INFO: Skipping item 10737647 url https://www.openlane.eu/en/carv6/auction/10737647
2026-03-28 15:16:58 [adesa.be] INFO: Found listing with ID: 10735650
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735650%27 HTTP/1.1" 200 None
2026-03-28 15:16:58 [adesa.be] INFO: Scrape type for 10735650: 0
2026-03-28 15:16:58 [adesa.be] INFO: Skipping item 10735650 url https://www.openlane.eu/en/carv6/auction/10735650
2026-03-28 15:16:58 [adesa.be] INFO: Found listing with ID: 10734329
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734329%27 HTTP/1.1" 200 None
2026-03-28 15:16:58 [adesa.be] INFO: Scrape type for 10734329: 0
2026-03-28 15:16:58 [adesa.be] INFO: Skipping item 10734329 url https://www.openlane.eu/en/carv6/auction/10734329
2026-03-28 15:16:58 [adesa.be] INFO: Found listing with ID: 10737564
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737564%27 HTTP/1.1" 200 None
2026-03-28 15:16:58 [adesa.be] INFO: Scrape type for 10737564: 0
2026-03-28 15:16:58 [adesa.be] INFO: Skipping item 10737564 url https://www.openlane.eu/en/carv6/auction/10737564
2026-03-28 15:16:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:01 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:01 [adesa.be] INFO: Found listing with ID: 10737668
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737668%27 HTTP/1.1" 200 None
2026-03-28 15:17:01 [adesa.be] INFO: Scrape type for 10737668: 0
2026-03-28 15:17:01 [adesa.be] INFO: Skipping item 10737668 url https://www.openlane.eu/en/carv6/auction/10737668
2026-03-28 15:17:01 [adesa.be] INFO: Found listing with ID: 10737706
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737706%27 HTTP/1.1" 200 None
2026-03-28 15:17:01 [adesa.be] INFO: Scrape type for 10737706: 0
2026-03-28 15:17:01 [adesa.be] INFO: Skipping item 10737706 url https://www.openlane.eu/en/carv6/auction/10737706
2026-03-28 15:17:01 [adesa.be] INFO: Found listing with ID: 10737626
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737626%27 HTTP/1.1" 200 None
2026-03-28 15:17:01 [adesa.be] INFO: Scrape type for 10737626: 0
2026-03-28 15:17:01 [adesa.be] INFO: Skipping item 10737626 url https://www.openlane.eu/en/carv6/auction/10737626
2026-03-28 15:17:01 [adesa.be] INFO: Found listing with ID: 10734335
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734335%27 HTTP/1.1" 200 None
2026-03-28 15:17:01 [adesa.be] INFO: Scrape type for 10734335: 0
2026-03-28 15:17:01 [adesa.be] INFO: Skipping item 10734335 url https://www.openlane.eu/en/carv6/auction/10734335
2026-03-28 15:17:01 [adesa.be] INFO: Found listing with ID: 10734330
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734330%27 HTTP/1.1" 200 None
2026-03-28 15:17:01 [adesa.be] INFO: Scrape type for 10734330: 0
2026-03-28 15:17:01 [adesa.be] INFO: Skipping item 10734330 url https://www.openlane.eu/en/carv6/auction/10734330
2026-03-28 15:17:01 [adesa.be] INFO: Found listing with ID: 10735501
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735501%27 HTTP/1.1" 200 None
2026-03-28 15:17:01 [adesa.be] INFO: Scrape type for 10735501: 0
2026-03-28 15:17:01 [adesa.be] INFO: Skipping item 10735501 url https://www.openlane.eu/en/carv6/auction/10735501
2026-03-28 15:17:01 [adesa.be] INFO: Found listing with ID: 10735521
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735521%27 HTTP/1.1" 200 None
2026-03-28 15:17:01 [adesa.be] INFO: Scrape type for 10735521: 0
2026-03-28 15:17:01 [adesa.be] INFO: Skipping item 10735521 url https://www.openlane.eu/en/carv6/auction/10735521
2026-03-28 15:17:01 [adesa.be] INFO: Found listing with ID: 10737687
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737687%27 HTTP/1.1" 200 None
2026-03-28 15:17:01 [adesa.be] INFO: Scrape type for 10737687: 0
2026-03-28 15:17:01 [adesa.be] INFO: Skipping item 10737687 url https://www.openlane.eu/en/carv6/auction/10737687
2026-03-28 15:17:01 [adesa.be] INFO: Found listing with ID: 10737609
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737609%27 HTTP/1.1" 200 None
2026-03-28 15:17:01 [adesa.be] INFO: Scrape type for 10737609: 0
2026-03-28 15:17:01 [adesa.be] INFO: Skipping item 10737609 url https://www.openlane.eu/en/carv6/auction/10737609
2026-03-28 15:17:01 [adesa.be] INFO: Found listing with ID: 10737653
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737653%27 HTTP/1.1" 200 None
2026-03-28 15:17:01 [adesa.be] INFO: Scrape type for 10737653: 0
2026-03-28 15:17:01 [adesa.be] INFO: Skipping item 10737653 url https://www.openlane.eu/en/carv6/auction/10737653
2026-03-28 15:17:01 [adesa.be] INFO: Found listing with ID: 10738328
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738328%27 HTTP/1.1" 200 None
2026-03-28 15:17:01 [adesa.be] INFO: Scrape type for 10738328: 0
2026-03-28 15:17:01 [adesa.be] INFO: Skipping item 10738328 url https://www.openlane.eu/en/carv6/auction/10738328
2026-03-28 15:17:01 [adesa.be] INFO: Found listing with ID: 10735425
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735425%27 HTTP/1.1" 200 None
2026-03-28 15:17:01 [adesa.be] INFO: Scrape type for 10735425: 0
2026-03-28 15:17:01 [adesa.be] INFO: Skipping item 10735425 url https://www.openlane.eu/en/carv6/auction/10735425
2026-03-28 15:17:01 [adesa.be] INFO: Found listing with ID: 10737702
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737702%27 HTTP/1.1" 200 None
2026-03-28 15:17:01 [adesa.be] INFO: Scrape type for 10737702: 0
2026-03-28 15:17:01 [adesa.be] INFO: Skipping item 10737702 url https://www.openlane.eu/en/carv6/auction/10737702
2026-03-28 15:17:01 [adesa.be] INFO: Found listing with ID: 10735544
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735544%27 HTTP/1.1" 200 None
2026-03-28 15:17:01 [adesa.be] INFO: Scrape type for 10735544: 0
2026-03-28 15:17:01 [adesa.be] INFO: Skipping item 10735544 url https://www.openlane.eu/en/carv6/auction/10735544
2026-03-28 15:17:01 [adesa.be] INFO: Found listing with ID: 10736368
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736368%27 HTTP/1.1" 200 None
2026-03-28 15:17:01 [adesa.be] INFO: Scrape type for 10736368: 0
2026-03-28 15:17:01 [adesa.be] INFO: Skipping item 10736368 url https://www.openlane.eu/en/carv6/auction/10736368
2026-03-28 15:17:01 [adesa.be] INFO: Found listing with ID: 10739898
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739898%27 HTTP/1.1" 200 None
2026-03-28 15:17:01 [adesa.be] INFO: Scrape type for 10739898: 0
2026-03-28 15:17:01 [adesa.be] INFO: Skipping item 10739898 url https://www.openlane.eu/en/carv6/auction/10739898
2026-03-28 15:17:01 [adesa.be] INFO: Found listing with ID: 10735460
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735460%27 HTTP/1.1" 200 None
2026-03-28 15:17:01 [adesa.be] INFO: Scrape type for 10735460: 0
2026-03-28 15:17:01 [adesa.be] INFO: Skipping item 10735460 url https://www.openlane.eu/en/carv6/auction/10735460
2026-03-28 15:17:01 [adesa.be] INFO: Found listing with ID: 10735017
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735017%27 HTTP/1.1" 200 None
2026-03-28 15:17:01 [adesa.be] INFO: Scrape type for 10735017: 0
2026-03-28 15:17:01 [adesa.be] INFO: Skipping item 10735017 url https://www.openlane.eu/en/carv6/auction/10735017
2026-03-28 15:17:01 [adesa.be] INFO: Found listing with ID: 10737671
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737671%27 HTTP/1.1" 200 None
2026-03-28 15:17:01 [adesa.be] INFO: Scrape type for 10737671: 0
2026-03-28 15:17:01 [adesa.be] INFO: Skipping item 10737671 url https://www.openlane.eu/en/carv6/auction/10737671
2026-03-28 15:17:01 [adesa.be] INFO: Found listing with ID: 10737652
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737652%27 HTTP/1.1" 200 None
2026-03-28 15:17:01 [adesa.be] INFO: Scrape type for 10737652: 0
2026-03-28 15:17:01 [adesa.be] INFO: Skipping item 10737652 url https://www.openlane.eu/en/carv6/auction/10737652
2026-03-28 15:17:01 [adesa.be] INFO: Found listing with ID: 10737607
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737607%27 HTTP/1.1" 200 None
2026-03-28 15:17:01 [adesa.be] INFO: Scrape type for 10737607: 0
2026-03-28 15:17:01 [adesa.be] INFO: Skipping item 10737607 url https://www.openlane.eu/en/carv6/auction/10737607
2026-03-28 15:17:01 [adesa.be] INFO: Found listing with ID: 10737661
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737661%27 HTTP/1.1" 200 None
2026-03-28 15:17:01 [adesa.be] INFO: Scrape type for 10737661: 0
2026-03-28 15:17:01 [adesa.be] INFO: Skipping item 10737661 url https://www.openlane.eu/en/carv6/auction/10737661
2026-03-28 15:17:01 [adesa.be] INFO: Found listing with ID: 10737578
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737578%27 HTTP/1.1" 200 None
2026-03-28 15:17:01 [adesa.be] INFO: Scrape type for 10737578: 0
2026-03-28 15:17:01 [adesa.be] INFO: Skipping item 10737578 url https://www.openlane.eu/en/carv6/auction/10737578
2026-03-28 15:17:01 [adesa.be] INFO: Found listing with ID: 10736381
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736381%27 HTTP/1.1" 200 None
2026-03-28 15:17:01 [adesa.be] INFO: Scrape type for 10736381: 0
2026-03-28 15:17:01 [adesa.be] INFO: Skipping item 10736381 url https://www.openlane.eu/en/carv6/auction/10736381
2026-03-28 15:17:01 [adesa.be] INFO: Found listing with ID: 10735550
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735550%27 HTTP/1.1" 200 None
2026-03-28 15:17:01 [adesa.be] INFO: Scrape type for 10735550: 0
2026-03-28 15:17:01 [adesa.be] INFO: Skipping item 10735550 url https://www.openlane.eu/en/carv6/auction/10735550
2026-03-28 15:17:01 [adesa.be] INFO: Found listing with ID: 10737634
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737634%27 HTTP/1.1" 200 None
2026-03-28 15:17:01 [adesa.be] INFO: Scrape type for 10737634: 0
2026-03-28 15:17:01 [adesa.be] INFO: Skipping item 10737634 url https://www.openlane.eu/en/carv6/auction/10737634
2026-03-28 15:17:01 [adesa.be] INFO: Found listing with ID: 10737669
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737669%27 HTTP/1.1" 200 None
2026-03-28 15:17:01 [adesa.be] INFO: Scrape type for 10737669: 0
2026-03-28 15:17:01 [adesa.be] INFO: Skipping item 10737669 url https://www.openlane.eu/en/carv6/auction/10737669
2026-03-28 15:17:01 [adesa.be] INFO: Found listing with ID: 10735541
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735541%27 HTTP/1.1" 200 None
2026-03-28 15:17:01 [adesa.be] INFO: Scrape type for 10735541: 0
2026-03-28 15:17:01 [adesa.be] INFO: Skipping item 10735541 url https://www.openlane.eu/en/carv6/auction/10735541
2026-03-28 15:17:01 [adesa.be] INFO: Found listing with ID: 10738302
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738302%27 HTTP/1.1" 200 None
2026-03-28 15:17:01 [adesa.be] INFO: Scrape type for 10738302: 0
2026-03-28 15:17:01 [adesa.be] INFO: Skipping item 10738302 url https://www.openlane.eu/en/carv6/auction/10738302
2026-03-28 15:17:01 [adesa.be] INFO: Found listing with ID: 10735568
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735568%27 HTTP/1.1" 200 None
2026-03-28 15:17:01 [adesa.be] INFO: Scrape type for 10735568: 0
2026-03-28 15:17:01 [adesa.be] INFO: Skipping item 10735568 url https://www.openlane.eu/en/carv6/auction/10735568
2026-03-28 15:17:01 [adesa.be] INFO: Found listing with ID: 10738292
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738292%27 HTTP/1.1" 200 None
2026-03-28 15:17:01 [adesa.be] INFO: Scrape type for 10738292: 0
2026-03-28 15:17:01 [adesa.be] INFO: Skipping item 10738292 url https://www.openlane.eu/en/carv6/auction/10738292
2026-03-28 15:17:01 [adesa.be] INFO: Found listing with ID: 10739912
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739912%27 HTTP/1.1" 200 None
2026-03-28 15:17:01 [adesa.be] INFO: Scrape type for 10739912: 0
2026-03-28 15:17:01 [adesa.be] INFO: Skipping item 10739912 url https://www.openlane.eu/en/carv6/auction/10739912
2026-03-28 15:17:01 [adesa.be] INFO: Found listing with ID: 10735542
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735542%27 HTTP/1.1" 200 None
2026-03-28 15:17:01 [adesa.be] INFO: Scrape type for 10735542: 0
2026-03-28 15:17:01 [adesa.be] INFO: Skipping item 10735542 url https://www.openlane.eu/en/carv6/auction/10735542
2026-03-28 15:17:01 [adesa.be] INFO: Found listing with ID: 10737666
2026-03-28 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737666%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10737666: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10737666 url https://www.openlane.eu/en/carv6/auction/10737666
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10739918
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739918%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10739918: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10739918 url https://www.openlane.eu/en/carv6/auction/10739918
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10739893
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739893%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10739893: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10739893 url https://www.openlane.eu/en/carv6/auction/10739893
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10739903
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739903%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10739903: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10739903 url https://www.openlane.eu/en/carv6/auction/10739903
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10735616
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735616%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10735616: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10735616 url https://www.openlane.eu/en/carv6/auction/10735616
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10736487
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736487%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10736487: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10736487 url https://www.openlane.eu/en/carv6/auction/10736487
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10735406
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735406%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10735406: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10735406 url https://www.openlane.eu/en/carv6/auction/10735406
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10735413
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735413%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10735413: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10735413 url https://www.openlane.eu/en/carv6/auction/10735413
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10735440
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735440%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10735440: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10735440 url https://www.openlane.eu/en/carv6/auction/10735440
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10735414
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735414%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10735414: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10735414 url https://www.openlane.eu/en/carv6/auction/10735414
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10739894
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739894%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10739894: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10739894 url https://www.openlane.eu/en/carv6/auction/10739894
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10739886
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739886%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10739886: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10739886 url https://www.openlane.eu/en/carv6/auction/10739886
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10735655
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735655%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10735655: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10735655 url https://www.openlane.eu/en/carv6/auction/10735655
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10739910
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739910%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10739910: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10739910 url https://www.openlane.eu/en/carv6/auction/10739910
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10735453
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735453%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10735453: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10735453 url https://www.openlane.eu/en/carv6/auction/10735453
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10736680
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736680%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10736680: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10736680 url https://www.openlane.eu/en/carv6/auction/10736680
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10736407
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736407%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10736407: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10736407 url https://www.openlane.eu/en/carv6/auction/10736407
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10735464
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735464%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10735464: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10735464 url https://www.openlane.eu/en/carv6/auction/10735464
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10737592
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737592%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10737592: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10737592 url https://www.openlane.eu/en/carv6/auction/10737592
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10736398
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736398%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10736398: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10736398 url https://www.openlane.eu/en/carv6/auction/10736398
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10735524
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735524%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10735524: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10735524 url https://www.openlane.eu/en/carv6/auction/10735524
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10737568
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737568%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10737568: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10737568 url https://www.openlane.eu/en/carv6/auction/10737568
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10737691
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737691%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10737691: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10737691 url https://www.openlane.eu/en/carv6/auction/10737691
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10735427
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735427%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10735427: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10735427 url https://www.openlane.eu/en/carv6/auction/10735427
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10737717
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737717%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10737717: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10737717 url https://www.openlane.eu/en/carv6/auction/10737717
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10735496
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735496%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10735496: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10735496 url https://www.openlane.eu/en/carv6/auction/10735496
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10735484
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735484%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10735484: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10735484 url https://www.openlane.eu/en/carv6/auction/10735484
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10737616
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737616%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10737616: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10737616 url https://www.openlane.eu/en/carv6/auction/10737616
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10735469
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735469%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10735469: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10735469 url https://www.openlane.eu/en/carv6/auction/10735469
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10735487
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735487%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10735487: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10735487 url https://www.openlane.eu/en/carv6/auction/10735487
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10737709
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737709%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10737709: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10737709 url https://www.openlane.eu/en/carv6/auction/10737709
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10737606
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737606%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10737606: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10737606 url https://www.openlane.eu/en/carv6/auction/10737606
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10737608
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737608%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10737608: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10737608 url https://www.openlane.eu/en/carv6/auction/10737608
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10737642
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737642%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10737642: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10737642 url https://www.openlane.eu/en/carv6/auction/10737642
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10735635
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735635%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10735635: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10735635 url https://www.openlane.eu/en/carv6/auction/10735635
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10735019
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735019%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10735019: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10735019 url https://www.openlane.eu/en/carv6/auction/10735019
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10736387
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736387%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10736387: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10736387 url https://www.openlane.eu/en/carv6/auction/10736387
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10737552
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737552%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10737552: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10737552 url https://www.openlane.eu/en/carv6/auction/10737552
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10737676
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737676%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10737676: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10737676 url https://www.openlane.eu/en/carv6/auction/10737676
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10737643
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737643%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10737643: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10737643 url https://www.openlane.eu/en/carv6/auction/10737643
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10737670
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737670%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10737670: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10737670 url https://www.openlane.eu/en/carv6/auction/10737670
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10737599
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737599%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10737599: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10737599 url https://www.openlane.eu/en/carv6/auction/10737599
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10735433
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735433%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10735433: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10735433 url https://www.openlane.eu/en/carv6/auction/10735433
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10735434
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735434%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10735434: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10735434 url https://www.openlane.eu/en/carv6/auction/10735434
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10737619
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737619%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10737619: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10737619 url https://www.openlane.eu/en/carv6/auction/10737619
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10737595
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737595%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10737595: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10737595 url https://www.openlane.eu/en/carv6/auction/10737595
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10737698
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737698%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10737698: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10737698 url https://www.openlane.eu/en/carv6/auction/10737698
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10737576
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737576%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10737576: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10737576 url https://www.openlane.eu/en/carv6/auction/10737576
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10738265
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738265%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10738265: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10738265 url https://www.openlane.eu/en/carv6/auction/10738265
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10735034
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735034%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10735034: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10735034 url https://www.openlane.eu/en/carv6/auction/10735034
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10735027
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735027%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10735027: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10735027 url https://www.openlane.eu/en/carv6/auction/10735027
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10735533
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735533%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10735533: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10735533 url https://www.openlane.eu/en/carv6/auction/10735533
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10737314
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737314%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10737314: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10737314 url https://www.openlane.eu/en/carv6/auction/10737314
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10737611
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737611%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10737611: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10737611 url https://www.openlane.eu/en/carv6/auction/10737611
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10737708
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737708%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10737708: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10737708 url https://www.openlane.eu/en/carv6/auction/10737708
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10735441
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735441%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10735441: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10735441 url https://www.openlane.eu/en/carv6/auction/10735441
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10737699
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737699%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10737699: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10737699 url https://www.openlane.eu/en/carv6/auction/10737699
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10737569
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737569%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10737569: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10737569 url https://www.openlane.eu/en/carv6/auction/10737569
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10737711
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737711%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10737711: 0
2026-03-28 15:17:02 [adesa.be] INFO: Skipping item 10737711 url https://www.openlane.eu/en/carv6/auction/10737711
2026-03-28 15:17:02 [adesa.be] INFO: Found listing with ID: 10737557
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737557%27 HTTP/1.1" 200 None
2026-03-28 15:17:02 [adesa.be] INFO: Scrape type for 10737557: 0
2026-03-28 15:17:03 [adesa.be] INFO: Skipping item 10737557 url https://www.openlane.eu/en/carv6/auction/10737557
2026-03-28 15:17:03 [adesa.be] INFO: Found listing with ID: 10738802
2026-03-28 15:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738802%27 HTTP/1.1" 200 None
2026-03-28 15:17:03 [adesa.be] INFO: Scrape type for 10738802: 0
2026-03-28 15:17:03 [adesa.be] INFO: Skipping item 10738802 url https://www.openlane.eu/en/carv6/auction/10738802
2026-03-28 15:17:03 [adesa.be] INFO: Found listing with ID: 10737586
2026-03-28 15:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737586%27 HTTP/1.1" 200 None
2026-03-28 15:17:03 [adesa.be] INFO: Scrape type for 10737586: 0
2026-03-28 15:17:03 [adesa.be] INFO: Skipping item 10737586 url https://www.openlane.eu/en/carv6/auction/10737586
2026-03-28 15:17:03 [adesa.be] INFO: Found listing with ID: 10737597
2026-03-28 15:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737597%27 HTTP/1.1" 200 None
2026-03-28 15:17:03 [adesa.be] INFO: Scrape type for 10737597: 0
2026-03-28 15:17:03 [adesa.be] INFO: Skipping item 10737597 url https://www.openlane.eu/en/carv6/auction/10737597
2026-03-28 15:17:03 [adesa.be] INFO: Found listing with ID: 10735649
2026-03-28 15:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735649%27 HTTP/1.1" 200 None
2026-03-28 15:17:03 [adesa.be] INFO: Scrape type for 10735649: 0
2026-03-28 15:17:03 [adesa.be] INFO: Skipping item 10735649 url https://www.openlane.eu/en/carv6/auction/10735649
2026-03-28 15:17:03 [adesa.be] INFO: Found listing with ID: 10737581
2026-03-28 15:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737581%27 HTTP/1.1" 200 None
2026-03-28 15:17:03 [adesa.be] INFO: Scrape type for 10737581: 0
2026-03-28 15:17:03 [adesa.be] INFO: Skipping item 10737581 url https://www.openlane.eu/en/carv6/auction/10737581
2026-03-28 15:17:03 [adesa.be] INFO: Found listing with ID: 10735582
2026-03-28 15:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735582%27 HTTP/1.1" 200 None
2026-03-28 15:17:03 [adesa.be] INFO: Scrape type for 10735582: 0
2026-03-28 15:17:03 [adesa.be] INFO: Skipping item 10735582 url https://www.openlane.eu/en/carv6/auction/10735582
2026-03-28 15:17:03 [adesa.be] INFO: Found listing with ID: 10735512
2026-03-28 15:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735512%27 HTTP/1.1" 200 None
2026-03-28 15:17:03 [adesa.be] INFO: Scrape type for 10735512: 0
2026-03-28 15:17:03 [adesa.be] INFO: Skipping item 10735512 url https://www.openlane.eu/en/carv6/auction/10735512
2026-03-28 15:17:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:05 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:05 [adesa.be] INFO: Found listing with ID: 10737649
2026-03-28 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737649%27 HTTP/1.1" 200 None
2026-03-28 15:17:05 [adesa.be] INFO: Scrape type for 10737649: 0
2026-03-28 15:17:05 [adesa.be] INFO: Skipping item 10737649 url https://www.openlane.eu/en/carv6/auction/10737649
2026-03-28 15:17:05 [adesa.be] INFO: Found listing with ID: 10735755
2026-03-28 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735755%27 HTTP/1.1" 200 None
2026-03-28 15:17:05 [adesa.be] INFO: Scrape type for 10735755: 0
2026-03-28 15:17:05 [adesa.be] INFO: Skipping item 10735755 url https://www.openlane.eu/en/carv6/auction/10735755
2026-03-28 15:17:05 [adesa.be] INFO: Found listing with ID: 10735638
2026-03-28 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735638%27 HTTP/1.1" 200 None
2026-03-28 15:17:05 [adesa.be] INFO: Scrape type for 10735638: 0
2026-03-28 15:17:05 [adesa.be] INFO: Skipping item 10735638 url https://www.openlane.eu/en/carv6/auction/10735638
2026-03-28 15:17:05 [adesa.be] INFO: Found listing with ID: 10736373
2026-03-28 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736373%27 HTTP/1.1" 200 None
2026-03-28 15:17:05 [adesa.be] INFO: Scrape type for 10736373: 0
2026-03-28 15:17:05 [adesa.be] INFO: Skipping item 10736373 url https://www.openlane.eu/en/carv6/auction/10736373
2026-03-28 15:17:05 [adesa.be] INFO: Found listing with ID: 10735472
2026-03-28 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735472%27 HTTP/1.1" 200 None
2026-03-28 15:17:05 [adesa.be] INFO: Scrape type for 10735472: 0
2026-03-28 15:17:05 [adesa.be] INFO: Skipping item 10735472 url https://www.openlane.eu/en/carv6/auction/10735472
2026-03-28 15:17:05 [adesa.be] INFO: Found listing with ID: 10738331
2026-03-28 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738331%27 HTTP/1.1" 200 None
2026-03-28 15:17:05 [adesa.be] INFO: Scrape type for 10738331: 0
2026-03-28 15:17:05 [adesa.be] INFO: Skipping item 10738331 url https://www.openlane.eu/en/carv6/auction/10738331
2026-03-28 15:17:05 [adesa.be] INFO: Found listing with ID: 10737633
2026-03-28 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737633%27 HTTP/1.1" 200 None
2026-03-28 15:17:05 [adesa.be] INFO: Scrape type for 10737633: 0
2026-03-28 15:17:05 [adesa.be] INFO: Skipping item 10737633 url https://www.openlane.eu/en/carv6/auction/10737633
2026-03-28 15:17:05 [adesa.be] INFO: Found listing with ID: 10737625
2026-03-28 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737625%27 HTTP/1.1" 200 None
2026-03-28 15:17:05 [adesa.be] INFO: Scrape type for 10737625: 0
2026-03-28 15:17:05 [adesa.be] INFO: Skipping item 10737625 url https://www.openlane.eu/en/carv6/auction/10737625
2026-03-28 15:17:05 [adesa.be] INFO: Found listing with ID: 10737572
2026-03-28 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737572%27 HTTP/1.1" 200 None
2026-03-28 15:17:05 [adesa.be] INFO: Scrape type for 10737572: 0
2026-03-28 15:17:05 [adesa.be] INFO: Skipping item 10737572 url https://www.openlane.eu/en/carv6/auction/10737572
2026-03-28 15:17:05 [adesa.be] INFO: Found listing with ID: 10735028
2026-03-28 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735028%27 HTTP/1.1" 200 None
2026-03-28 15:17:05 [adesa.be] INFO: Scrape type for 10735028: 0
2026-03-28 15:17:05 [adesa.be] INFO: Skipping item 10735028 url https://www.openlane.eu/en/carv6/auction/10735028
2026-03-28 15:17:05 [adesa.be] INFO: Found listing with ID: 10735627
2026-03-28 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735627%27 HTTP/1.1" 200 None
2026-03-28 15:17:05 [adesa.be] INFO: Scrape type for 10735627: 0
2026-03-28 15:17:05 [adesa.be] INFO: Skipping item 10735627 url https://www.openlane.eu/en/carv6/auction/10735627
2026-03-28 15:17:05 [adesa.be] INFO: Found listing with ID: 10738308
2026-03-28 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738308%27 HTTP/1.1" 200 None
2026-03-28 15:17:05 [adesa.be] INFO: Scrape type for 10738308: 0
2026-03-28 15:17:05 [adesa.be] INFO: Skipping item 10738308 url https://www.openlane.eu/en/carv6/auction/10738308
2026-03-28 15:17:05 [adesa.be] INFO: Found listing with ID: 10738315
2026-03-28 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738315%27 HTTP/1.1" 200 None
2026-03-28 15:17:05 [adesa.be] INFO: Scrape type for 10738315: 0
2026-03-28 15:17:05 [adesa.be] INFO: Skipping item 10738315 url https://www.openlane.eu/en/carv6/auction/10738315
2026-03-28 15:17:05 [adesa.be] INFO: Found listing with ID: 10736412
2026-03-28 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736412%27 HTTP/1.1" 200 None
2026-03-28 15:17:05 [adesa.be] INFO: Scrape type for 10736412: 0
2026-03-28 15:17:05 [adesa.be] INFO: Skipping item 10736412 url https://www.openlane.eu/en/carv6/auction/10736412
2026-03-28 15:17:05 [adesa.be] INFO: Found listing with ID: 10737615
2026-03-28 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737615%27 HTTP/1.1" 200 None
2026-03-28 15:17:05 [adesa.be] INFO: Scrape type for 10737615: 0
2026-03-28 15:17:05 [adesa.be] INFO: Skipping item 10737615 url https://www.openlane.eu/en/carv6/auction/10737615
2026-03-28 15:17:05 [adesa.be] INFO: Found listing with ID: 10738294
2026-03-28 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738294%27 HTTP/1.1" 200 None
2026-03-28 15:17:05 [adesa.be] INFO: Scrape type for 10738294: 0
2026-03-28 15:17:05 [adesa.be] INFO: Skipping item 10738294 url https://www.openlane.eu/en/carv6/auction/10738294
2026-03-28 15:17:05 [adesa.be] INFO: Found listing with ID: 10735420
2026-03-28 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735420%27 HTTP/1.1" 200 None
2026-03-28 15:17:05 [adesa.be] INFO: Scrape type for 10735420: 0
2026-03-28 15:17:05 [adesa.be] INFO: Skipping item 10735420 url https://www.openlane.eu/en/carv6/auction/10735420
2026-03-28 15:17:05 [adesa.be] INFO: Found listing with ID: 10735753
2026-03-28 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735753%27 HTTP/1.1" 200 None
2026-03-28 15:17:05 [adesa.be] INFO: Scrape type for 10735753: 0
2026-03-28 15:17:05 [adesa.be] INFO: Skipping item 10735753 url https://www.openlane.eu/en/carv6/auction/10735753
2026-03-28 15:17:05 [adesa.be] INFO: Found listing with ID: 10737589
2026-03-28 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737589%27 HTTP/1.1" 200 None
2026-03-28 15:17:05 [adesa.be] INFO: Scrape type for 10737589: 0
2026-03-28 15:17:05 [adesa.be] INFO: Skipping item 10737589 url https://www.openlane.eu/en/carv6/auction/10737589
2026-03-28 15:17:05 [adesa.be] INFO: Found listing with ID: 10737553
2026-03-28 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737553%27 HTTP/1.1" 200 None
2026-03-28 15:17:05 [adesa.be] INFO: Scrape type for 10737553: 0
2026-03-28 15:17:05 [adesa.be] INFO: Skipping item 10737553 url https://www.openlane.eu/en/carv6/auction/10737553
2026-03-28 15:17:05 [adesa.be] INFO: Found listing with ID: 10735586
2026-03-28 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735586%27 HTTP/1.1" 200 None
2026-03-28 15:17:05 [adesa.be] INFO: Scrape type for 10735586: 0
2026-03-28 15:17:05 [adesa.be] INFO: Skipping item 10735586 url https://www.openlane.eu/en/carv6/auction/10735586
2026-03-28 15:17:05 [adesa.be] INFO: Found listing with ID: 10737672
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737672%27 HTTP/1.1" 200 None
2026-03-28 15:17:06 [adesa.be] INFO: Scrape type for 10737672: 0
2026-03-28 15:17:06 [adesa.be] INFO: Skipping item 10737672 url https://www.openlane.eu/en/carv6/auction/10737672
2026-03-28 15:17:06 [adesa.be] INFO: Found listing with ID: 10737667
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737667%27 HTTP/1.1" 200 None
2026-03-28 15:17:06 [adesa.be] INFO: Scrape type for 10737667: 0
2026-03-28 15:17:06 [adesa.be] INFO: Skipping item 10737667 url https://www.openlane.eu/en/carv6/auction/10737667
2026-03-28 15:17:06 [adesa.be] INFO: Found listing with ID: 10738333
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738333%27 HTTP/1.1" 200 None
2026-03-28 15:17:06 [adesa.be] INFO: Scrape type for 10738333: 0
2026-03-28 15:17:06 [adesa.be] INFO: Skipping item 10738333 url https://www.openlane.eu/en/carv6/auction/10738333
2026-03-28 15:17:06 [adesa.be] INFO: Found listing with ID: 10737644
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737644%27 HTTP/1.1" 200 None
2026-03-28 15:17:06 [adesa.be] INFO: Scrape type for 10737644: 0
2026-03-28 15:17:06 [adesa.be] INFO: Skipping item 10737644 url https://www.openlane.eu/en/carv6/auction/10737644
2026-03-28 15:17:06 [adesa.be] INFO: Found listing with ID: 10736395
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736395%27 HTTP/1.1" 200 None
2026-03-28 15:17:06 [adesa.be] INFO: Scrape type for 10736395: 0
2026-03-28 15:17:06 [adesa.be] INFO: Skipping item 10736395 url https://www.openlane.eu/en/carv6/auction/10736395
2026-03-28 15:17:06 [adesa.be] INFO: Found listing with ID: 10740050
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740050%27 HTTP/1.1" 200 None
2026-03-28 15:17:06 [adesa.be] INFO: Scrape type for 10740050: 0
2026-03-28 15:17:06 [adesa.be] INFO: Skipping item 10740050 url https://www.openlane.eu/en/carv6/auction/10740050
2026-03-28 15:17:06 [adesa.be] INFO: Found listing with ID: 10735437
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735437%27 HTTP/1.1" 200 None
2026-03-28 15:17:06 [adesa.be] INFO: Scrape type for 10735437: 0
2026-03-28 15:17:06 [adesa.be] INFO: Skipping item 10735437 url https://www.openlane.eu/en/carv6/auction/10735437
2026-03-28 15:17:06 [adesa.be] INFO: Found listing with ID: 10737593
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737593%27 HTTP/1.1" 200 None
2026-03-28 15:17:06 [adesa.be] INFO: Scrape type for 10737593: 0
2026-03-28 15:17:06 [adesa.be] INFO: Skipping item 10737593 url https://www.openlane.eu/en/carv6/auction/10737593
2026-03-28 15:17:06 [adesa.be] INFO: Found listing with ID: 10735435
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735435%27 HTTP/1.1" 200 None
2026-03-28 15:17:06 [adesa.be] INFO: Scrape type for 10735435: 0
2026-03-28 15:17:06 [adesa.be] INFO: Skipping item 10735435 url https://www.openlane.eu/en/carv6/auction/10735435
2026-03-28 15:17:06 [adesa.be] INFO: Found listing with ID: 10738303
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738303%27 HTTP/1.1" 200 None
2026-03-28 15:17:06 [adesa.be] INFO: Scrape type for 10738303: 0
2026-03-28 15:17:06 [adesa.be] INFO: Skipping item 10738303 url https://www.openlane.eu/en/carv6/auction/10738303
2026-03-28 15:17:06 [adesa.be] INFO: Found listing with ID: 10738301
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738301%27 HTTP/1.1" 200 None
2026-03-28 15:17:06 [adesa.be] INFO: Scrape type for 10738301: 0
2026-03-28 15:17:06 [adesa.be] INFO: Skipping item 10738301 url https://www.openlane.eu/en/carv6/auction/10738301
2026-03-28 15:17:06 [adesa.be] INFO: Found listing with ID: 10738296
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738296%27 HTTP/1.1" 200 None
2026-03-28 15:17:06 [adesa.be] INFO: Scrape type for 10738296: 0
2026-03-28 15:17:06 [adesa.be] INFO: Skipping item 10738296 url https://www.openlane.eu/en/carv6/auction/10738296
2026-03-28 15:17:06 [adesa.be] INFO: Found listing with ID: 10738295
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738295%27 HTTP/1.1" 200 None
2026-03-28 15:17:06 [adesa.be] INFO: Scrape type for 10738295: 0
2026-03-28 15:17:06 [adesa.be] INFO: Skipping item 10738295 url https://www.openlane.eu/en/carv6/auction/10738295
2026-03-28 15:17:06 [adesa.be] INFO: Found listing with ID: 10736396
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736396%27 HTTP/1.1" 200 None
2026-03-28 15:17:06 [adesa.be] INFO: Scrape type for 10736396: 0
2026-03-28 15:17:06 [adesa.be] INFO: Skipping item 10736396 url https://www.openlane.eu/en/carv6/auction/10736396
2026-03-28 15:17:06 [adesa.be] INFO: Found listing with ID: 10737554
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737554%27 HTTP/1.1" 200 None
2026-03-28 15:17:06 [adesa.be] INFO: Scrape type for 10737554: 0
2026-03-28 15:17:06 [adesa.be] INFO: Skipping item 10737554 url https://www.openlane.eu/en/carv6/auction/10737554
2026-03-28 15:17:06 [adesa.be] INFO: Found listing with ID: 10737594
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737594%27 HTTP/1.1" 200 None
2026-03-28 15:17:06 [adesa.be] INFO: Scrape type for 10737594: 0
2026-03-28 15:17:06 [adesa.be] INFO: Skipping item 10737594 url https://www.openlane.eu/en/carv6/auction/10737594
2026-03-28 15:17:06 [adesa.be] INFO: Found listing with ID: 10737857
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737857%27 HTTP/1.1" 200 None
2026-03-28 15:17:06 [adesa.be] INFO: Scrape type for 10737857: 0
2026-03-28 15:17:06 [adesa.be] INFO: Skipping item 10737857 url https://www.openlane.eu/en/carv6/auction/10737857
2026-03-28 15:17:06 [adesa.be] INFO: Found listing with ID: 10735642
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735642%27 HTTP/1.1" 200 None
2026-03-28 15:17:06 [adesa.be] INFO: Scrape type for 10735642: 0
2026-03-28 15:17:06 [adesa.be] INFO: Skipping item 10735642 url https://www.openlane.eu/en/carv6/auction/10735642
2026-03-28 15:17:06 [adesa.be] INFO: Found listing with ID: 10739892
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739892%27 HTTP/1.1" 200 None
2026-03-28 15:17:06 [adesa.be] INFO: Scrape type for 10739892: 0
2026-03-28 15:17:06 [adesa.be] INFO: Skipping item 10739892 url https://www.openlane.eu/en/carv6/auction/10739892
2026-03-28 15:17:06 [adesa.be] INFO: Found listing with ID: 10735033
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735033%27 HTTP/1.1" 200 None
2026-03-28 15:17:06 [adesa.be] INFO: Scrape type for 10735033: 0
2026-03-28 15:17:06 [adesa.be] INFO: Skipping item 10735033 url https://www.openlane.eu/en/carv6/auction/10735033
2026-03-28 15:17:06 [adesa.be] INFO: Found listing with ID: 10736367
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736367%27 HTTP/1.1" 200 None
2026-03-28 15:17:06 [adesa.be] INFO: Scrape type for 10736367: 0
2026-03-28 15:17:06 [adesa.be] INFO: Skipping item 10736367 url https://www.openlane.eu/en/carv6/auction/10736367
2026-03-28 15:17:06 [adesa.be] INFO: Found listing with ID: 10735517
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735517%27 HTTP/1.1" 200 None
2026-03-28 15:17:06 [adesa.be] INFO: Scrape type for 10735517: 0
2026-03-28 15:17:06 [adesa.be] INFO: Skipping item 10735517 url https://www.openlane.eu/en/carv6/auction/10735517
2026-03-28 15:17:06 [adesa.be] INFO: Found listing with ID: 10737629
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737629%27 HTTP/1.1" 200 None
2026-03-28 15:17:06 [adesa.be] INFO: Scrape type for 10737629: 0
2026-03-28 15:17:06 [adesa.be] INFO: Skipping item 10737629 url https://www.openlane.eu/en/carv6/auction/10737629
2026-03-28 15:17:06 [adesa.be] INFO: Found listing with ID: 10735506
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735506%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10735506: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10735506 url https://www.openlane.eu/en/carv6/auction/10735506
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10735446
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735446%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10735446: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10735446 url https://www.openlane.eu/en/carv6/auction/10735446
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10737582
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737582%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10737582: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10737582 url https://www.openlane.eu/en/carv6/auction/10737582
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10735571
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735571%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10735571: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10735571 url https://www.openlane.eu/en/carv6/auction/10735571
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10735444
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735444%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10735444: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10735444 url https://www.openlane.eu/en/carv6/auction/10735444
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10735622
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735622%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10735622: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10735622 url https://www.openlane.eu/en/carv6/auction/10735622
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10738313
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738313%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10738313: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10738313 url https://www.openlane.eu/en/carv6/auction/10738313
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10735563
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735563%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10735563: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10735563 url https://www.openlane.eu/en/carv6/auction/10735563
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10735500
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735500%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10735500: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10735500 url https://www.openlane.eu/en/carv6/auction/10735500
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10737573
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737573%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10737573: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10737573 url https://www.openlane.eu/en/carv6/auction/10737573
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10736408
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736408%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10736408: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10736408 url https://www.openlane.eu/en/carv6/auction/10736408
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10735018
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735018%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10735018: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10735018 url https://www.openlane.eu/en/carv6/auction/10735018
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10735021
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735021%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10735021: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10735021 url https://www.openlane.eu/en/carv6/auction/10735021
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10735031
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735031%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10735031: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10735031 url https://www.openlane.eu/en/carv6/auction/10735031
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10736363
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736363%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10736363: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10736363 url https://www.openlane.eu/en/carv6/auction/10736363
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10735754
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735754%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10735754: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10735754 url https://www.openlane.eu/en/carv6/auction/10735754
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10735554
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735554%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10735554: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10735554 url https://www.openlane.eu/en/carv6/auction/10735554
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10735580
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735580%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10735580: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10735580 url https://www.openlane.eu/en/carv6/auction/10735580
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10735618
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735618%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10735618: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10735618 url https://www.openlane.eu/en/carv6/auction/10735618
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10735609
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735609%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10735609: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10735609 url https://www.openlane.eu/en/carv6/auction/10735609
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10735597
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735597%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10735597: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10735597 url https://www.openlane.eu/en/carv6/auction/10735597
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10736678
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736678%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10736678: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10736678 url https://www.openlane.eu/en/carv6/auction/10736678
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10735436
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735436%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10735436: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10735436 url https://www.openlane.eu/en/carv6/auction/10735436
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10737682
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737682%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10737682: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10737682 url https://www.openlane.eu/en/carv6/auction/10737682
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10735631
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735631%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10735631: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10735631 url https://www.openlane.eu/en/carv6/auction/10735631
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10735423
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735423%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10735423: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10735423 url https://www.openlane.eu/en/carv6/auction/10735423
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10735505
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735505%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10735505: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10735505 url https://www.openlane.eu/en/carv6/auction/10735505
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10735502
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735502%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10735502: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10735502 url https://www.openlane.eu/en/carv6/auction/10735502
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10735438
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735438%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10735438: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10735438 url https://www.openlane.eu/en/carv6/auction/10735438
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10737655
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737655%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10737655: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10737655 url https://www.openlane.eu/en/carv6/auction/10737655
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10740877
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740877%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10740877: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10740877 url https://www.openlane.eu/en/carv6/auction/10740877
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10737648
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737648%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10737648: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10737648 url https://www.openlane.eu/en/carv6/auction/10737648
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10737720
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737720%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10737720: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10737720 url https://www.openlane.eu/en/carv6/auction/10737720
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10736486
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736486%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10736486: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10736486 url https://www.openlane.eu/en/carv6/auction/10736486
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10738282
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738282%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10738282: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10738282 url https://www.openlane.eu/en/carv6/auction/10738282
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10735587
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735587%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10735587: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10735587 url https://www.openlane.eu/en/carv6/auction/10735587
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10735459
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735459%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10735459: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10735459 url https://www.openlane.eu/en/carv6/auction/10735459
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10735600
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735600%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10735600: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10735600 url https://www.openlane.eu/en/carv6/auction/10735600
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10738288
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738288%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10738288: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10738288 url https://www.openlane.eu/en/carv6/auction/10738288
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10736682
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736682%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10736682: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10736682 url https://www.openlane.eu/en/carv6/auction/10736682
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10735599
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735599%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10735599: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10735599 url https://www.openlane.eu/en/carv6/auction/10735599
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10738312
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738312%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10738312: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10738312 url https://www.openlane.eu/en/carv6/auction/10738312
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10735462
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735462%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10735462: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10735462 url https://www.openlane.eu/en/carv6/auction/10735462
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10738299
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738299%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10738299: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10738299 url https://www.openlane.eu/en/carv6/auction/10738299
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10735479
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735479%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10735479: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10735479 url https://www.openlane.eu/en/carv6/auction/10735479
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10737753
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737753%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10737753: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10737753 url https://www.openlane.eu/en/carv6/auction/10737753
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10735637
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735637%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10735637: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10735637 url https://www.openlane.eu/en/carv6/auction/10735637
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10736385
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736385%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10736385: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10736385 url https://www.openlane.eu/en/carv6/auction/10736385
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10737679
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737679%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10737679: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10737679 url https://www.openlane.eu/en/carv6/auction/10737679
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10737673
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737673%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10737673: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10737673 url https://www.openlane.eu/en/carv6/auction/10737673
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10737664
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737664%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10737664: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10737664 url https://www.openlane.eu/en/carv6/auction/10737664
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10736370
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736370%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10736370: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10736370 url https://www.openlane.eu/en/carv6/auction/10736370
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10737663
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737663%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10737663: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10737663 url https://www.openlane.eu/en/carv6/auction/10737663
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10738279
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738279%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10738279: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10738279 url https://www.openlane.eu/en/carv6/auction/10738279
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10737715
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737715%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10737715: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10737715 url https://www.openlane.eu/en/carv6/auction/10737715
2026-03-28 15:17:07 [adesa.be] INFO: Found listing with ID: 10735567
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735567%27 HTTP/1.1" 200 None
2026-03-28 15:17:07 [adesa.be] INFO: Scrape type for 10735567: 0
2026-03-28 15:17:07 [adesa.be] INFO: Skipping item 10735567 url https://www.openlane.eu/en/carv6/auction/10735567
2026-03-28 15:17:07 [scrapy.extensions.logstats] INFO: Crawled 39 pages (at 18 pages/min), scraped 18 items (at 5 items/min)
2026-03-28 15:17:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 175MiB
2026-03-28 15:17:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:09 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:09 [adesa.be] INFO: Found listing with ID: 10739897
2026-03-28 15:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739897%27 HTTP/1.1" 200 None
2026-03-28 15:17:10 [adesa.be] INFO: Scrape type for 10739897: 0
2026-03-28 15:17:10 [adesa.be] INFO: Skipping item 10739897 url https://www.openlane.eu/en/carv6/auction/10739897
2026-03-28 15:17:10 [adesa.be] INFO: Found listing with ID: 10735450
2026-03-28 15:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735450%27 HTTP/1.1" 200 None
2026-03-28 15:17:10 [adesa.be] INFO: Scrape type for 10735450: 0
2026-03-28 15:17:10 [adesa.be] INFO: Skipping item 10735450 url https://www.openlane.eu/en/carv6/auction/10735450
2026-03-28 15:17:10 [adesa.be] INFO: Found listing with ID: 10735442
2026-03-28 15:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735442%27 HTTP/1.1" 200 None
2026-03-28 15:17:10 [adesa.be] INFO: Scrape type for 10735442: 0
2026-03-28 15:17:10 [adesa.be] INFO: Skipping item 10735442 url https://www.openlane.eu/en/carv6/auction/10735442
2026-03-28 15:17:10 [adesa.be] INFO: Found listing with ID: 10739905
2026-03-28 15:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739905%27 HTTP/1.1" 200 None
2026-03-28 15:17:10 [adesa.be] INFO: Scrape type for 10739905: 0
2026-03-28 15:17:10 [adesa.be] INFO: Skipping item 10739905 url https://www.openlane.eu/en/carv6/auction/10739905
2026-03-28 15:17:10 [adesa.be] INFO: Found listing with ID: 10735545
2026-03-28 15:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735545%27 HTTP/1.1" 200 None
2026-03-28 15:17:10 [adesa.be] INFO: Scrape type for 10735545: 0
2026-03-28 15:17:10 [adesa.be] INFO: Skipping item 10735545 url https://www.openlane.eu/en/carv6/auction/10735545
2026-03-28 15:17:10 [adesa.be] INFO: Found listing with ID: 10733283
2026-03-28 15:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733283%27 HTTP/1.1" 200 None
2026-03-28 15:17:10 [adesa.be] INFO: Scrape type for 10733283: 0
2026-03-28 15:17:10 [adesa.be] INFO: Skipping item 10733283 url https://www.openlane.eu/en/carv6/auction/10733283
2026-03-28 15:17:10 [adesa.be] INFO: Found listing with ID: 10733286
2026-03-28 15:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733286%27 HTTP/1.1" 200 None
2026-03-28 15:17:10 [adesa.be] INFO: Scrape type for 10733286: 0
2026-03-28 15:17:10 [adesa.be] INFO: Skipping item 10733286 url https://www.openlane.eu/en/carv6/auction/10733286
2026-03-28 15:17:10 [adesa.be] INFO: Found listing with ID: 10733289
2026-03-28 15:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733289%27 HTTP/1.1" 200 None
2026-03-28 15:17:10 [adesa.be] INFO: Scrape type for 10733289: 0
2026-03-28 15:17:10 [adesa.be] INFO: Skipping item 10733289 url https://www.openlane.eu/en/carv6/auction/10733289
2026-03-28 15:17:10 [adesa.be] INFO: Found listing with ID: 10733290
2026-03-28 15:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733290%27 HTTP/1.1" 200 None
2026-03-28 15:17:10 [adesa.be] INFO: Scrape type for 10733290: 0
2026-03-28 15:17:10 [adesa.be] INFO: Skipping item 10733290 url https://www.openlane.eu/en/carv6/auction/10733290
2026-03-28 15:17:10 [adesa.be] INFO: Found listing with ID: 10733293
2026-03-28 15:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733293%27 HTTP/1.1" 200 None
2026-03-28 15:17:10 [adesa.be] INFO: Scrape type for 10733293: 0
2026-03-28 15:17:10 [adesa.be] INFO: Skipping item 10733293 url https://www.openlane.eu/en/carv6/auction/10733293
2026-03-28 15:17:10 [adesa.be] INFO: Found listing with ID: 10733297
2026-03-28 15:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733297%27 HTTP/1.1" 200 None
2026-03-28 15:17:10 [adesa.be] INFO: Scrape type for 10733297: 0
2026-03-28 15:17:10 [adesa.be] INFO: Skipping item 10733297 url https://www.openlane.eu/en/carv6/auction/10733297
2026-03-28 15:17:10 [adesa.be] INFO: Found listing with ID: 10733298
2026-03-28 15:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733298%27 HTTP/1.1" 200 None
2026-03-28 15:17:10 [adesa.be] INFO: Scrape type for 10733298: 0
2026-03-28 15:17:10 [adesa.be] INFO: Skipping item 10733298 url https://www.openlane.eu/en/carv6/auction/10733298
2026-03-28 15:17:10 [adesa.be] INFO: Found listing with ID: 10733304
2026-03-28 15:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733304%27 HTTP/1.1" 200 None
2026-03-28 15:17:11 [adesa.be] INFO: Scrape type for 10733304: 2
2026-03-28 15:17:11 [adesa.be] INFO: Scraping item 10733304 url https://www.openlane.eu/en/carv6/auction/10733304
2026-03-28 15:17:11 [adesa.be] INFO: Found listing with ID: 10733309
2026-03-28 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733309%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733309: 0
2026-03-28 15:17:12 [adesa.be] INFO: Skipping item 10733309 url https://www.openlane.eu/en/carv6/auction/10733309
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733317
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733317%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733317: 0
2026-03-28 15:17:12 [adesa.be] INFO: Skipping item 10733317 url https://www.openlane.eu/en/carv6/auction/10733317
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733316
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733316%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733316: 0
2026-03-28 15:17:12 [adesa.be] INFO: Skipping item 10733316 url https://www.openlane.eu/en/carv6/auction/10733316
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733312
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733312%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733312: 0
2026-03-28 15:17:12 [adesa.be] INFO: Skipping item 10733312 url https://www.openlane.eu/en/carv6/auction/10733312
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733313
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733313%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733313: 0
2026-03-28 15:17:12 [adesa.be] INFO: Skipping item 10733313 url https://www.openlane.eu/en/carv6/auction/10733313
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733314
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733314%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733314: 0
2026-03-28 15:17:12 [adesa.be] INFO: Skipping item 10733314 url https://www.openlane.eu/en/carv6/auction/10733314
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733311
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733311%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733311: 0
2026-03-28 15:17:12 [adesa.be] INFO: Skipping item 10733311 url https://www.openlane.eu/en/carv6/auction/10733311
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733318
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733318%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733318: 0
2026-03-28 15:17:12 [adesa.be] INFO: Skipping item 10733318 url https://www.openlane.eu/en/carv6/auction/10733318
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733340
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733340%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733340: 2
2026-03-28 15:17:12 [adesa.be] INFO: Scraping item 10733340 url https://www.openlane.eu/en/carv6/auction/10733340
2026-03-28 15:17:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733330
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733330%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733330: 2
2026-03-28 15:17:12 [adesa.be] INFO: Scraping item 10733330 url https://www.openlane.eu/en/carv6/auction/10733330
2026-03-28 15:17:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733331
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733331%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733331: 2
2026-03-28 15:17:12 [adesa.be] INFO: Scraping item 10733331 url https://www.openlane.eu/en/carv6/auction/10733331
2026-03-28 15:17:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733341
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733341%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733341: 2
2026-03-28 15:17:12 [adesa.be] INFO: Scraping item 10733341 url https://www.openlane.eu/en/carv6/auction/10733341
2026-03-28 15:17:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733332
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733332%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733332: 2
2026-03-28 15:17:12 [adesa.be] INFO: Scraping item 10733332 url https://www.openlane.eu/en/carv6/auction/10733332
2026-03-28 15:17:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733342
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733342%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733342: 0
2026-03-28 15:17:12 [adesa.be] INFO: Skipping item 10733342 url https://www.openlane.eu/en/carv6/auction/10733342
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733344
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733344%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733344: 0
2026-03-28 15:17:12 [adesa.be] INFO: Skipping item 10733344 url https://www.openlane.eu/en/carv6/auction/10733344
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733343
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733343%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733343: 0
2026-03-28 15:17:12 [adesa.be] INFO: Skipping item 10733343 url https://www.openlane.eu/en/carv6/auction/10733343
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733347
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733347%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733347: 0
2026-03-28 15:17:12 [adesa.be] INFO: Skipping item 10733347 url https://www.openlane.eu/en/carv6/auction/10733347
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733346
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733346%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733346: 0
2026-03-28 15:17:12 [adesa.be] INFO: Skipping item 10733346 url https://www.openlane.eu/en/carv6/auction/10733346
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733348
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733348%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733348: 0
2026-03-28 15:17:12 [adesa.be] INFO: Skipping item 10733348 url https://www.openlane.eu/en/carv6/auction/10733348
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733349
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733349%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733349: 0
2026-03-28 15:17:12 [adesa.be] INFO: Skipping item 10733349 url https://www.openlane.eu/en/carv6/auction/10733349
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733351
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733351%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733351: 0
2026-03-28 15:17:12 [adesa.be] INFO: Skipping item 10733351 url https://www.openlane.eu/en/carv6/auction/10733351
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733352
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733352%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733352: 0
2026-03-28 15:17:12 [adesa.be] INFO: Skipping item 10733352 url https://www.openlane.eu/en/carv6/auction/10733352
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733355
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733355%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733355: 0
2026-03-28 15:17:12 [adesa.be] INFO: Skipping item 10733355 url https://www.openlane.eu/en/carv6/auction/10733355
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733354
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733354%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733354: 0
2026-03-28 15:17:12 [adesa.be] INFO: Skipping item 10733354 url https://www.openlane.eu/en/carv6/auction/10733354
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733362
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733362%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733362: 0
2026-03-28 15:17:12 [adesa.be] INFO: Skipping item 10733362 url https://www.openlane.eu/en/carv6/auction/10733362
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733370
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733370%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733370: 2
2026-03-28 15:17:12 [adesa.be] INFO: Scraping item 10733370 url https://www.openlane.eu/en/carv6/auction/10733370
2026-03-28 15:17:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733374
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733374%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733374: 0
2026-03-28 15:17:12 [adesa.be] INFO: Skipping item 10733374 url https://www.openlane.eu/en/carv6/auction/10733374
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733388
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733388%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733388: 2
2026-03-28 15:17:12 [adesa.be] INFO: Scraping item 10733388 url https://www.openlane.eu/en/carv6/auction/10733388
2026-03-28 15:17:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733387
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733387%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733387: 2
2026-03-28 15:17:12 [adesa.be] INFO: Scraping item 10733387 url https://www.openlane.eu/en/carv6/auction/10733387
2026-03-28 15:17:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733398
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733398%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733398: 0
2026-03-28 15:17:12 [adesa.be] INFO: Skipping item 10733398 url https://www.openlane.eu/en/carv6/auction/10733398
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733403
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733403%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733403: 2
2026-03-28 15:17:12 [adesa.be] INFO: Scraping item 10733403 url https://www.openlane.eu/en/carv6/auction/10733403
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733402
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733402%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733402: 2
2026-03-28 15:17:12 [adesa.be] INFO: Scraping item 10733402 url https://www.openlane.eu/en/carv6/auction/10733402
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733404
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733404%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733404: 2
2026-03-28 15:17:12 [adesa.be] INFO: Scraping item 10733404 url https://www.openlane.eu/en/carv6/auction/10733404
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733405
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733405%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733405: 0
2026-03-28 15:17:12 [adesa.be] INFO: Skipping item 10733405 url https://www.openlane.eu/en/carv6/auction/10733405
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733406
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733406%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733406: 0
2026-03-28 15:17:12 [adesa.be] INFO: Skipping item 10733406 url https://www.openlane.eu/en/carv6/auction/10733406
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733408
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733408%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733408: 2
2026-03-28 15:17:12 [adesa.be] INFO: Scraping item 10733408 url https://www.openlane.eu/en/carv6/auction/10733408
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733409
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733409%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733409: 2
2026-03-28 15:17:12 [adesa.be] INFO: Scraping item 10733409 url https://www.openlane.eu/en/carv6/auction/10733409
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733407
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733407%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733407: 2
2026-03-28 15:17:12 [adesa.be] INFO: Scraping item 10733407 url https://www.openlane.eu/en/carv6/auction/10733407
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733284
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733284%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733284: 2
2026-03-28 15:17:12 [adesa.be] INFO: Scraping item 10733284 url https://www.openlane.eu/en/carv6/auction/10733284
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733285
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733285%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733285: 2
2026-03-28 15:17:12 [adesa.be] INFO: Scraping item 10733285 url https://www.openlane.eu/en/carv6/auction/10733285
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733288
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733288%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733288: 2
2026-03-28 15:17:12 [adesa.be] INFO: Scraping item 10733288 url https://www.openlane.eu/en/carv6/auction/10733288
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733287
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733287%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733287: 2
2026-03-28 15:17:12 [adesa.be] INFO: Scraping item 10733287 url https://www.openlane.eu/en/carv6/auction/10733287
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733291
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733291%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733291: 2
2026-03-28 15:17:12 [adesa.be] INFO: Scraping item 10733291 url https://www.openlane.eu/en/carv6/auction/10733291
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733292
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733292%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733292: 2
2026-03-28 15:17:12 [adesa.be] INFO: Scraping item 10733292 url https://www.openlane.eu/en/carv6/auction/10733292
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733295
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733295%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733295: 2
2026-03-28 15:17:12 [adesa.be] INFO: Scraping item 10733295 url https://www.openlane.eu/en/carv6/auction/10733295
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733301
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733301%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733301: 2
2026-03-28 15:17:12 [adesa.be] INFO: Scraping item 10733301 url https://www.openlane.eu/en/carv6/auction/10733301
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733300
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733300%27 HTTP/1.1" 200 None
2026-03-28 15:17:12 [adesa.be] INFO: Scrape type for 10733300: 0
2026-03-28 15:17:12 [adesa.be] INFO: Skipping item 10733300 url https://www.openlane.eu/en/carv6/auction/10733300
2026-03-28 15:17:12 [adesa.be] INFO: Found listing with ID: 10733299
2026-03-28 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733299%27 HTTP/1.1" 200 None
2026-03-28 15:17:13 [adesa.be] INFO: Scrape type for 10733299: 0
2026-03-28 15:17:13 [adesa.be] INFO: Skipping item 10733299 url https://www.openlane.eu/en/carv6/auction/10733299
2026-03-28 15:17:13 [adesa.be] INFO: Found listing with ID: 10733305
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733305%27 HTTP/1.1" 200 None
2026-03-28 15:17:13 [adesa.be] INFO: Scrape type for 10733305: 2
2026-03-28 15:17:13 [adesa.be] INFO: Scraping item 10733305 url https://www.openlane.eu/en/carv6/auction/10733305
2026-03-28 15:17:13 [adesa.be] INFO: Found listing with ID: 10733303
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733303%27 HTTP/1.1" 200 None
2026-03-28 15:17:13 [adesa.be] INFO: Scrape type for 10733303: 0
2026-03-28 15:17:13 [adesa.be] INFO: Skipping item 10733303 url https://www.openlane.eu/en/carv6/auction/10733303
2026-03-28 15:17:13 [adesa.be] INFO: Found listing with ID: 10733306
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733306%27 HTTP/1.1" 200 None
2026-03-28 15:17:13 [adesa.be] INFO: Scrape type for 10733306: 2
2026-03-28 15:17:13 [adesa.be] INFO: Scraping item 10733306 url https://www.openlane.eu/en/carv6/auction/10733306
2026-03-28 15:17:13 [adesa.be] INFO: Found listing with ID: 10733307
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733307%27 HTTP/1.1" 200 None
2026-03-28 15:17:13 [adesa.be] INFO: Scrape type for 10733307: 0
2026-03-28 15:17:13 [adesa.be] INFO: Skipping item 10733307 url https://www.openlane.eu/en/carv6/auction/10733307
2026-03-28 15:17:13 [adesa.be] INFO: Found listing with ID: 10733319
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733319%27 HTTP/1.1" 200 None
2026-03-28 15:17:13 [adesa.be] INFO: Scrape type for 10733319: 2
2026-03-28 15:17:13 [adesa.be] INFO: Scraping item 10733319 url https://www.openlane.eu/en/carv6/auction/10733319
2026-03-28 15:17:13 [adesa.be] INFO: Found listing with ID: 10733320
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733320%27 HTTP/1.1" 200 None
2026-03-28 15:17:13 [adesa.be] INFO: Scrape type for 10733320: 0
2026-03-28 15:17:13 [adesa.be] INFO: Skipping item 10733320 url https://www.openlane.eu/en/carv6/auction/10733320
2026-03-28 15:17:13 [adesa.be] INFO: Found listing with ID: 10733328
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733328%27 HTTP/1.1" 200 None
2026-03-28 15:17:13 [adesa.be] INFO: Scrape type for 10733328: 2
2026-03-28 15:17:13 [adesa.be] INFO: Scraping item 10733328 url https://www.openlane.eu/en/carv6/auction/10733328
2026-03-28 15:17:13 [adesa.be] INFO: Found listing with ID: 10733323
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733323%27 HTTP/1.1" 200 None
2026-03-28 15:17:13 [adesa.be] INFO: Scrape type for 10733323: 2
2026-03-28 15:17:13 [adesa.be] INFO: Scraping item 10733323 url https://www.openlane.eu/en/carv6/auction/10733323
2026-03-28 15:17:13 [adesa.be] INFO: Found listing with ID: 10733333
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733333%27 HTTP/1.1" 200 None
2026-03-28 15:17:13 [adesa.be] INFO: Scrape type for 10733333: 0
2026-03-28 15:17:13 [adesa.be] INFO: Skipping item 10733333 url https://www.openlane.eu/en/carv6/auction/10733333
2026-03-28 15:17:13 [adesa.be] INFO: Found listing with ID: 10733324
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733324%27 HTTP/1.1" 200 None
2026-03-28 15:17:13 [adesa.be] INFO: Scrape type for 10733324: 0
2026-03-28 15:17:13 [adesa.be] INFO: Skipping item 10733324 url https://www.openlane.eu/en/carv6/auction/10733324
2026-03-28 15:17:13 [adesa.be] INFO: Found listing with ID: 10733326
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733326%27 HTTP/1.1" 200 None
2026-03-28 15:17:13 [adesa.be] INFO: Scrape type for 10733326: 0
2026-03-28 15:17:13 [adesa.be] INFO: Skipping item 10733326 url https://www.openlane.eu/en/carv6/auction/10733326
2026-03-28 15:17:13 [adesa.be] INFO: Found listing with ID: 10733327
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733327%27 HTTP/1.1" 200 None
2026-03-28 15:17:13 [adesa.be] INFO: Scrape type for 10733327: 0
2026-03-28 15:17:13 [adesa.be] INFO: Skipping item 10733327 url https://www.openlane.eu/en/carv6/auction/10733327
2026-03-28 15:17:13 [adesa.be] INFO: Found listing with ID: 10733325
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733325%27 HTTP/1.1" 200 None
2026-03-28 15:17:13 [adesa.be] INFO: Scrape type for 10733325: 2
2026-03-28 15:17:13 [adesa.be] INFO: Scraping item 10733325 url https://www.openlane.eu/en/carv6/auction/10733325
2026-03-28 15:17:13 [adesa.be] INFO: Found listing with ID: 10733336
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733336%27 HTTP/1.1" 200 None
2026-03-28 15:17:13 [adesa.be] INFO: Scrape type for 10733336: 2
2026-03-28 15:17:13 [adesa.be] INFO: Scraping item 10733336 url https://www.openlane.eu/en/carv6/auction/10733336
2026-03-28 15:17:13 [adesa.be] INFO: Found listing with ID: 10733335
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733335%27 HTTP/1.1" 200 None
2026-03-28 15:17:13 [adesa.be] INFO: Scrape type for 10733335: 2
2026-03-28 15:17:13 [adesa.be] INFO: Scraping item 10733335 url https://www.openlane.eu/en/carv6/auction/10733335
2026-03-28 15:17:13 [adesa.be] INFO: Found listing with ID: 10733337
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733337%27 HTTP/1.1" 200 None
2026-03-28 15:17:13 [adesa.be] INFO: Scrape type for 10733337: 2
2026-03-28 15:17:13 [adesa.be] INFO: Scraping item 10733337 url https://www.openlane.eu/en/carv6/auction/10733337
2026-03-28 15:17:13 [adesa.be] INFO: Found listing with ID: 10733338
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733338%27 HTTP/1.1" 200 None
2026-03-28 15:17:13 [adesa.be] INFO: Scrape type for 10733338: 2
2026-03-28 15:17:13 [adesa.be] INFO: Scraping item 10733338 url https://www.openlane.eu/en/carv6/auction/10733338
2026-03-28 15:17:13 [adesa.be] INFO: Found listing with ID: 10733356
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733356%27 HTTP/1.1" 200 None
2026-03-28 15:17:13 [adesa.be] INFO: Scrape type for 10733356: 2
2026-03-28 15:17:13 [adesa.be] INFO: Scraping item 10733356 url https://www.openlane.eu/en/carv6/auction/10733356
2026-03-28 15:17:13 [adesa.be] INFO: Found listing with ID: 10733357
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733357%27 HTTP/1.1" 200 None
2026-03-28 15:17:13 [adesa.be] INFO: Scrape type for 10733357: 2
2026-03-28 15:17:13 [adesa.be] INFO: Scraping item 10733357 url https://www.openlane.eu/en/carv6/auction/10733357
2026-03-28 15:17:13 [adesa.be] INFO: Found listing with ID: 10733359
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733359%27 HTTP/1.1" 200 None
2026-03-28 15:17:13 [adesa.be] INFO: Scrape type for 10733359: 2
2026-03-28 15:17:13 [adesa.be] INFO: Scraping item 10733359 url https://www.openlane.eu/en/carv6/auction/10733359
2026-03-28 15:17:13 [adesa.be] INFO: Found listing with ID: 10733358
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733358%27 HTTP/1.1" 200 None
2026-03-28 15:17:13 [adesa.be] INFO: Scrape type for 10733358: 2
2026-03-28 15:17:13 [adesa.be] INFO: Scraping item 10733358 url https://www.openlane.eu/en/carv6/auction/10733358
2026-03-28 15:17:13 [adesa.be] INFO: Found listing with ID: 10733360
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733360%27 HTTP/1.1" 200 None
2026-03-28 15:17:13 [adesa.be] INFO: Scrape type for 10733360: 2
2026-03-28 15:17:13 [adesa.be] INFO: Scraping item 10733360 url https://www.openlane.eu/en/carv6/auction/10733360
2026-03-28 15:17:13 [adesa.be] INFO: Found listing with ID: 10733361
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733361%27 HTTP/1.1" 200 None
2026-03-28 15:17:13 [adesa.be] INFO: Scrape type for 10733361: 2
2026-03-28 15:17:13 [adesa.be] INFO: Scraping item 10733361 url https://www.openlane.eu/en/carv6/auction/10733361
2026-03-28 15:17:13 [adesa.be] INFO: Found listing with ID: 10733363
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733363%27 HTTP/1.1" 200 None
2026-03-28 15:17:13 [adesa.be] INFO: Scrape type for 10733363: 2
2026-03-28 15:17:13 [adesa.be] INFO: Scraping item 10733363 url https://www.openlane.eu/en/carv6/auction/10733363
2026-03-28 15:17:13 [adesa.be] INFO: Found listing with ID: 10733364
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733364%27 HTTP/1.1" 200 None
2026-03-28 15:17:13 [adesa.be] INFO: Scrape type for 10733364: 2
2026-03-28 15:17:13 [adesa.be] INFO: Scraping item 10733364 url https://www.openlane.eu/en/carv6/auction/10733364
2026-03-28 15:17:13 [adesa.be] INFO: Found listing with ID: 10733366
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733366%27 HTTP/1.1" 200 None
2026-03-28 15:17:13 [adesa.be] INFO: Scrape type for 10733366: 2
2026-03-28 15:17:13 [adesa.be] INFO: Scraping item 10733366 url https://www.openlane.eu/en/carv6/auction/10733366
2026-03-28 15:17:13 [adesa.be] INFO: Found listing with ID: 10733367
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733367%27 HTTP/1.1" 200 None
2026-03-28 15:17:13 [adesa.be] INFO: Scrape type for 10733367: 2
2026-03-28 15:17:13 [adesa.be] INFO: Scraping item 10733367 url https://www.openlane.eu/en/carv6/auction/10733367
2026-03-28 15:17:13 [adesa.be] INFO: Found listing with ID: 10733369
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733369%27 HTTP/1.1" 200 None
2026-03-28 15:17:13 [adesa.be] INFO: Scrape type for 10733369: 2
2026-03-28 15:17:13 [adesa.be] INFO: Scraping item 10733369 url https://www.openlane.eu/en/carv6/auction/10733369
2026-03-28 15:17:13 [adesa.be] INFO: Found listing with ID: 10733372
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733372%27 HTTP/1.1" 200 None
2026-03-28 15:17:13 [adesa.be] INFO: Scrape type for 10733372: 2
2026-03-28 15:17:13 [adesa.be] INFO: Scraping item 10733372 url https://www.openlane.eu/en/carv6/auction/10733372
2026-03-28 15:17:13 [adesa.be] INFO: Found listing with ID: 10733379
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733379%27 HTTP/1.1" 200 None
2026-03-28 15:17:13 [adesa.be] INFO: Scrape type for 10733379: 0
2026-03-28 15:17:13 [adesa.be] INFO: Skipping item 10733379 url https://www.openlane.eu/en/carv6/auction/10733379
2026-03-28 15:17:13 [adesa.be] INFO: Found listing with ID: 10733376
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733376%27 HTTP/1.1" 200 None
2026-03-28 15:17:13 [adesa.be] INFO: Scrape type for 10733376: 0
2026-03-28 15:17:13 [adesa.be] INFO: Skipping item 10733376 url https://www.openlane.eu/en/carv6/auction/10733376
2026-03-28 15:17:13 [adesa.be] INFO: Found listing with ID: 10733377
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733377%27 HTTP/1.1" 200 None
2026-03-28 15:17:13 [adesa.be] INFO: Scrape type for 10733377: 0
2026-03-28 15:17:13 [adesa.be] INFO: Skipping item 10733377 url https://www.openlane.eu/en/carv6/auction/10733377
2026-03-28 15:17:13 [adesa.be] INFO: Found listing with ID: 10733375
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733375%27 HTTP/1.1" 200 None
2026-03-28 15:17:13 [adesa.be] INFO: Scrape type for 10733375: 0
2026-03-28 15:17:13 [adesa.be] INFO: Skipping item 10733375 url https://www.openlane.eu/en/carv6/auction/10733375
2026-03-28 15:17:13 [adesa.be] INFO: Found listing with ID: 10733380
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733380%27 HTTP/1.1" 200 None
2026-03-28 15:17:13 [adesa.be] INFO: Scrape type for 10733380: 0
2026-03-28 15:17:13 [adesa.be] INFO: Skipping item 10733380 url https://www.openlane.eu/en/carv6/auction/10733380
2026-03-28 15:17:13 [adesa.be] INFO: Found listing with ID: 10733381
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733381%27 HTTP/1.1" 200 None
2026-03-28 15:17:13 [adesa.be] INFO: Scrape type for 10733381: 0
2026-03-28 15:17:13 [adesa.be] INFO: Skipping item 10733381 url https://www.openlane.eu/en/carv6/auction/10733381
2026-03-28 15:17:13 [adesa.be] INFO: Found listing with ID: 10733382
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733382%27 HTTP/1.1" 200 None
2026-03-28 15:17:13 [adesa.be] INFO: Scrape type for 10733382: 0
2026-03-28 15:17:13 [adesa.be] INFO: Skipping item 10733382 url https://www.openlane.eu/en/carv6/auction/10733382
2026-03-28 15:17:13 [adesa.be] INFO: Found listing with ID: 10733386
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733386%27 HTTP/1.1" 200 None
2026-03-28 15:17:13 [adesa.be] INFO: Scrape type for 10733386: 0
2026-03-28 15:17:13 [adesa.be] INFO: Skipping item 10733386 url https://www.openlane.eu/en/carv6/auction/10733386
2026-03-28 15:17:13 [adesa.be] INFO: Found listing with ID: 10733384
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733384%27 HTTP/1.1" 200 None
2026-03-28 15:17:13 [adesa.be] INFO: Scrape type for 10733384: 0
2026-03-28 15:17:13 [adesa.be] INFO: Skipping item 10733384 url https://www.openlane.eu/en/carv6/auction/10733384
2026-03-28 15:17:14 [adesa.be] INFO: Found listing with ID: 10733385
2026-03-28 15:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733385%27 HTTP/1.1" 200 None
2026-03-28 15:17:14 [adesa.be] INFO: Scrape type for 10733385: 2
2026-03-28 15:17:14 [adesa.be] INFO: Scraping item 10733385 url https://www.openlane.eu/en/carv6/auction/10733385
2026-03-28 15:17:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733304> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733331> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733388> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733332> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733330> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733340> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b69f2e4-c098-5b72-a9dd-8e79b90be4d6 with identifier: 10733304
2026-03-28 15:17:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b69f2e4-c098-5b72-a9dd-8e79b90be4d6 with scrape type 2
2026-03-28 15:17:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b69f2e4-c098-5b72-a9dd-8e79b90be4d6 with scrape type 2
2026-03-28 15:17:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 7b69f2e4-c098-5b72-a9dd-8e79b90be4d6, identifier: 10733304
2026-03-28 15:17:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6dc2d8f2-de24-5592-956b-83a58f7a7d11 with identifier: 10733331
2026-03-28 15:17:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6dc2d8f2-de24-5592-956b-83a58f7a7d11 with scrape type 2
2026-03-28 15:17:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6dc2d8f2-de24-5592-956b-83a58f7a7d11 with scrape type 2
2026-03-28 15:17:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 6dc2d8f2-de24-5592-956b-83a58f7a7d11, identifier: 10733331
2026-03-28 15:17:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 7b69f2e4-c098-5b72-a9dd-8e79b90be4d6 with identifier: 10733304
2026-03-28 15:17:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 7b69f2e4-c098-5b72-a9dd-8e79b90be4d6 with identifier: 10733304
2026-03-28 15:17:14 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 7b69f2e4-c098-5b72-a9dd-8e79b90be4d6 with identifier: 10733304 to the API
2026-03-28 15:17:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733304>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 116,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Diesel',
'id': '7b69f2e4-c098-5b72-a9dd-8e79b90be4d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1XSS075',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733304',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': 'X1',
'odometer': 76510,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 11000,
'price_includes_vat': True,
'registration_date': '2020-05-07',
'seats_number': 5,
'seller_name': 'Ayvens-BE',
'title': 'BMW X1 16d - Diesel - Manual - 116 hp - 76.510 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2020}
2026-03-28 15:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733304%27 HTTP/1.1" 200 None
2026-03-28 15:17:14 [adesa.be] INFO: Saving data for 10733304: {'auction_closing_time': 1775032200.0, 'created_time': 1774606966.135879, 'last_price_update_time': 1774711034.929625}
2026-03-28 15:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733304') HTTP/1.1" 204 0
2026-03-28 15:17:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 6dc2d8f2-de24-5592-956b-83a58f7a7d11 with identifier: 10733331
2026-03-28 15:17:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 6dc2d8f2-de24-5592-956b-83a58f7a7d11 with identifier: 10733331
2026-03-28 15:17:15 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 6dc2d8f2-de24-5592-956b-83a58f7a7d11 with identifier: 10733331 to the API
2026-03-28 15:17:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733331>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 150,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Diesel',
'id': '6dc2d8f2-de24-5592-956b-83a58f7a7d11',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2APH145',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733331',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'GLB',
'odometer': 114184,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 17600,
'price_includes_vat': True,
'registration_date': '2021-06-01',
'seats_number': 7,
'seller_name': 'Ayvens-BE',
'title': 'Mercedes-Benz GLB 200d Business Solution - Diesel - Automatic - 150 '
'hp - 114.184 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2021}
2026-03-28 15:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733331%27 HTTP/1.1" 200 None
2026-03-28 15:17:15 [adesa.be] INFO: Saving data for 10733331: {'auction_closing_time': 1775032200.0, 'created_time': 1774606952.177256, 'last_price_update_time': 1774711035.300434}
2026-03-28 15:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733331') HTTP/1.1" 204 0
2026-03-28 15:17:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76baf806-afd2-5986-af8e-ba8236dbd998 with identifier: 10733388
2026-03-28 15:17:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76baf806-afd2-5986-af8e-ba8236dbd998 with scrape type 2
2026-03-28 15:17:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76baf806-afd2-5986-af8e-ba8236dbd998 with scrape type 2
2026-03-28 15:17:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 76baf806-afd2-5986-af8e-ba8236dbd998, identifier: 10733388
2026-03-28 15:17:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 76baf806-afd2-5986-af8e-ba8236dbd998 with identifier: 10733388
2026-03-28 15:17:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 76baf806-afd2-5986-af8e-ba8236dbd998 with identifier: 10733388
2026-03-28 15:17:15 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 76baf806-afd2-5986-af8e-ba8236dbd998 with identifier: 10733388 to the API
2026-03-28 15:17:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733388>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.8L',
'engine_horse_power': 177,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Diesel',
'id': '76baf806-afd2-5986-af8e-ba8236dbd998',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1WRW739',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733388',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Toyota',
'model': 'Landcruiser',
'odometer': 110608,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 22000,
'price_includes_vat': True,
'registration_date': '2019-08-26',
'seats_number': 2,
'seller_name': 'Ayvens-BE',
'title': 'Toyota Landcruiser 2.8 D-4D Active - AWD - Diesel - Manual - 177 hp '
'- 110.608 km',
'transmission': 'manual',
'trim': 'Active',
'vin': None,
'year': 2019}
2026-03-28 15:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733388%27 HTTP/1.1" 200 None
2026-03-28 15:17:15 [adesa.be] INFO: Saving data for 10733388: {'auction_closing_time': 1775032200.0, 'created_time': 1774606941.477757, 'last_price_update_time': 1774711035.66562}
2026-03-28 15:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733388') HTTP/1.1" 204 0
2026-03-28 15:17:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7cc53a4b-0667-5eae-ae6b-f470275d8243 with identifier: 10733332
2026-03-28 15:17:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cc53a4b-0667-5eae-ae6b-f470275d8243 with scrape type 2
2026-03-28 15:17:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7cc53a4b-0667-5eae-ae6b-f470275d8243 with scrape type 2
2026-03-28 15:17:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 7cc53a4b-0667-5eae-ae6b-f470275d8243, identifier: 10733332
2026-03-28 15:17:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc1d778c-d810-52bb-94b1-601c82de46d2 with identifier: 10733330
2026-03-28 15:17:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc1d778c-d810-52bb-94b1-601c82de46d2 with scrape type 2
2026-03-28 15:17:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc1d778c-d810-52bb-94b1-601c82de46d2 with scrape type 2
2026-03-28 15:17:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: fc1d778c-d810-52bb-94b1-601c82de46d2, identifier: 10733330
2026-03-28 15:17:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3407ff91-15d3-51fe-b812-679c50081a20 with identifier: 10733340
2026-03-28 15:17:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3407ff91-15d3-51fe-b812-679c50081a20 with scrape type 2
2026-03-28 15:17:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3407ff91-15d3-51fe-b812-679c50081a20 with scrape type 2
2026-03-28 15:17:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 3407ff91-15d3-51fe-b812-679c50081a20, identifier: 10733340
2026-03-28 15:17:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733341> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 7cc53a4b-0667-5eae-ae6b-f470275d8243 with identifier: 10733332
2026-03-28 15:17:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 7cc53a4b-0667-5eae-ae6b-f470275d8243 with identifier: 10733332
2026-03-28 15:17:16 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 7cc53a4b-0667-5eae-ae6b-f470275d8243 with identifier: 10733332 to the API
2026-03-28 15:17:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733332>
{'auction_title': '',
'c_o_2_emission_value': 29,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 194,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Hybrid',
'id': '7cc53a4b-0667-5eae-ae6b-f470275d8243',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YSD559',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733332',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'GLE',
'odometer': 140549,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 26700,
'price_includes_vat': True,
'registration_date': '2020-11-25',
'seats_number': 5,
'seller_name': 'Ayvens-BE',
'title': 'Mercedes-Benz GLE 350de - 4-Matic - Hybrid - Automatic - 194 hp - '
'140.549 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2020}
2026-03-28 15:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733332%27 HTTP/1.1" 200 None
2026-03-28 15:17:16 [adesa.be] INFO: Saving data for 10733332: {'auction_closing_time': 1775032200.0, 'created_time': 1774606958.583148, 'last_price_update_time': 1774711036.319283}
2026-03-28 15:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733332') HTTP/1.1" 204 0
2026-03-28 15:17:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: fc1d778c-d810-52bb-94b1-601c82de46d2 with identifier: 10733330
2026-03-28 15:17:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: fc1d778c-d810-52bb-94b1-601c82de46d2 with identifier: 10733330
2026-03-28 15:17:16 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: fc1d778c-d810-52bb-94b1-601c82de46d2 with identifier: 10733330 to the API
2026-03-28 15:17:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733330>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 116,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Diesel',
'id': 'fc1d778c-d810-52bb-94b1-601c82de46d2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2AWP794',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733330',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'GLB',
'odometer': 75241,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 15700,
'price_includes_vat': True,
'registration_date': '2021-08-18',
'seats_number': 5,
'seller_name': 'Ayvens-BE',
'title': 'Mercedes-Benz GLB 180d Business Solution - Diesel - Automatic - 116 '
'hp - 75.241 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2021}
2026-03-28 15:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733330%27 HTTP/1.1" 200 None
2026-03-28 15:17:16 [adesa.be] INFO: Saving data for 10733330: {'auction_closing_time': 1775032200.0, 'created_time': 1774606956.974651, 'last_price_update_time': 1774711036.592905}
2026-03-28 15:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733330') HTTP/1.1" 204 0
2026-03-28 15:17:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 3407ff91-15d3-51fe-b812-679c50081a20 with identifier: 10733340
2026-03-28 15:17:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 3407ff91-15d3-51fe-b812-679c50081a20 with identifier: 10733340
2026-03-28 15:17:16 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 3407ff91-15d3-51fe-b812-679c50081a20 with identifier: 10733340 to the API
2026-03-28 15:17:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733340>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 116,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Diesel',
'id': '3407ff91-15d3-51fe-b812-679c50081a20',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BHU830',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733340',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'GLB',
'odometer': 133565,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13900,
'price_includes_vat': True,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': 'Ayvens-BE',
'title': 'Mercedes-Benz GLB 180d Business Solution - Diesel - Automatic - 116 '
'hp - 133.565 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2021}
2026-03-28 15:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733340%27 HTTP/1.1" 200 None
2026-03-28 15:17:16 [adesa.be] INFO: Saving data for 10733340: {'auction_closing_time': 1775032200.0, 'created_time': 1774606967.189922, 'last_price_update_time': 1774711036.893204}
2026-03-28 15:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733340') HTTP/1.1" 204 0
2026-03-28 15:17:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733370> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28bf077c-3491-5042-8a5a-c2d6cbb4d559 with identifier: 10733341
2026-03-28 15:17:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28bf077c-3491-5042-8a5a-c2d6cbb4d559 with scrape type 2
2026-03-28 15:17:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 28bf077c-3491-5042-8a5a-c2d6cbb4d559 with scrape type 2
2026-03-28 15:17:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 28bf077c-3491-5042-8a5a-c2d6cbb4d559, identifier: 10733341
2026-03-28 15:17:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 28bf077c-3491-5042-8a5a-c2d6cbb4d559 with identifier: 10733341
2026-03-28 15:17:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 28bf077c-3491-5042-8a5a-c2d6cbb4d559 with identifier: 10733341
2026-03-28 15:17:17 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 28bf077c-3491-5042-8a5a-c2d6cbb4d559 with identifier: 10733341 to the API
2026-03-28 15:17:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733341>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 194,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Hybrid',
'id': '28bf077c-3491-5042-8a5a-c2d6cbb4d559',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2ATD596',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733341',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'GLC',
'odometer': 96955,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 25100,
'price_includes_vat': True,
'registration_date': '2021-07-07',
'seats_number': 5,
'seller_name': 'Ayvens-BE',
'title': 'Mercedes-Benz GLC Coupé 300de Business - 4-Matic - Hybrid - '
'Automatic - 194 hp - 96.955 km',
'transmission': 'automatic',
'trim': 'Business',
'vin': None,
'year': 2021}
2026-03-28 15:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733341%27 HTTP/1.1" 200 None
2026-03-28 15:17:17 [adesa.be] INFO: Saving data for 10733341: {'auction_closing_time': 1775032200.0, 'created_time': 1774606956.007192, 'last_price_update_time': 1774711037.260471}
2026-03-28 15:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733341') HTTP/1.1" 204 0
2026-03-28 15:17:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef1d9596-a7c7-5fac-bec0-7145afc067e8 with identifier: 10733370
2026-03-28 15:17:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef1d9596-a7c7-5fac-bec0-7145afc067e8 with scrape type 2
2026-03-28 15:17:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef1d9596-a7c7-5fac-bec0-7145afc067e8 with scrape type 2
2026-03-28 15:17:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: ef1d9596-a7c7-5fac-bec0-7145afc067e8, identifier: 10733370
2026-03-28 15:17:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: ef1d9596-a7c7-5fac-bec0-7145afc067e8 with identifier: 10733370
2026-03-28 15:17:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: ef1d9596-a7c7-5fac-bec0-7145afc067e8 with identifier: 10733370
2026-03-28 15:17:17 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: ef1d9596-a7c7-5fac-bec0-7145afc067e8 with identifier: 10733370 to the API
2026-03-28 15:17:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733370>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 95,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Petrol',
'id': 'ef1d9596-a7c7-5fac-bec0-7145afc067e8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BLT984',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733370',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Seat',
'model': 'Ibiza',
'odometer': 29944,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 8600,
'price_includes_vat': True,
'registration_date': '2022-01-06',
'seats_number': 5,
'seller_name': 'Ayvens-BE',
'title': 'Seat Ibiza 1.0 TSI Style - Petrol - Manual - 95 hp - 29.944 km',
'transmission': 'manual',
'trim': 'Style',
'vin': None,
'year': 2022}
2026-03-28 15:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733370%27 HTTP/1.1" 200 None
2026-03-28 15:17:17 [adesa.be] INFO: Saving data for 10733370: {'auction_closing_time': 1775032200.0, 'created_time': 1774606940.643293, 'last_price_update_time': 1774711037.659501}
2026-03-28 15:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733370') HTTP/1.1" 204 0
2026-03-28 15:17:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733404> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733408> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733387> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733409> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733402> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5d210fa-7587-5534-bfd7-d8e94c615199 with identifier: 10733404
2026-03-28 15:17:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5d210fa-7587-5534-bfd7-d8e94c615199 with scrape type 2
2026-03-28 15:17:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5d210fa-7587-5534-bfd7-d8e94c615199 with scrape type 2
2026-03-28 15:17:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: b5d210fa-7587-5534-bfd7-d8e94c615199, identifier: 10733404
2026-03-28 15:17:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f41f539e-55b4-59d7-a37f-76fab7e5210b with identifier: 10733408
2026-03-28 15:17:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f41f539e-55b4-59d7-a37f-76fab7e5210b with scrape type 2
2026-03-28 15:17:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f41f539e-55b4-59d7-a37f-76fab7e5210b with scrape type 2
2026-03-28 15:17:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: f41f539e-55b4-59d7-a37f-76fab7e5210b, identifier: 10733408
2026-03-28 15:17:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f095bfc-bc3f-54fc-954c-0ff149832187 with identifier: 10733387
2026-03-28 15:17:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f095bfc-bc3f-54fc-954c-0ff149832187 with scrape type 2
2026-03-28 15:17:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f095bfc-bc3f-54fc-954c-0ff149832187 with scrape type 2
2026-03-28 15:17:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 6f095bfc-bc3f-54fc-954c-0ff149832187, identifier: 10733387
2026-03-28 15:17:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: b5d210fa-7587-5534-bfd7-d8e94c615199 with identifier: 10733404
2026-03-28 15:17:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: b5d210fa-7587-5534-bfd7-d8e94c615199 with identifier: 10733404
2026-03-28 15:17:18 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: b5d210fa-7587-5534-bfd7-d8e94c615199 with identifier: 10733404 to the API
2026-03-28 15:17:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733404>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 129,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Petrol',
'id': 'b5d210fa-7587-5534-bfd7-d8e94c615199',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BPE331',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733404',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volvo',
'model': 'XC40',
'odometer': 40490,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 14300,
'price_includes_vat': True,
'registration_date': '2022-02-02',
'seats_number': 5,
'seller_name': 'Ayvens-BE',
'title': 'Volvo XC40 1.5 T2 Momentum Pro - Petrol - Manual - 129 hp - 40.490 '
'km',
'transmission': 'manual',
'trim': 'Momentum Pro',
'vin': None,
'year': 2022}
2026-03-28 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733404%27 HTTP/1.1" 200 None
2026-03-28 15:17:18 [adesa.be] INFO: Saving data for 10733404: {'auction_closing_time': 1775032200.0, 'created_time': 1774606946.762917, 'last_price_update_time': 1774711038.350388}
2026-03-28 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733404') HTTP/1.1" 204 0
2026-03-28 15:17:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: f41f539e-55b4-59d7-a37f-76fab7e5210b with identifier: 10733408
2026-03-28 15:17:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: f41f539e-55b4-59d7-a37f-76fab7e5210b with identifier: 10733408
2026-03-28 15:17:18 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: f41f539e-55b4-59d7-a37f-76fab7e5210b with identifier: 10733408 to the API
2026-03-28 15:17:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733408>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 129,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Hybrid',
'id': 'f41f539e-55b4-59d7-a37f-76fab7e5210b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2ABN193',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733408',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volvo',
'model': 'XC40',
'odometer': 147472,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 12400,
'price_includes_vat': True,
'registration_date': '2021-02-10',
'seats_number': 5,
'seller_name': 'Ayvens-BE',
'title': 'Volvo XC40 1.5 T4 Inscription - Hybrid - Automatic - 129 hp - '
'147.472 km',
'transmission': 'automatic',
'trim': 'Inscription',
'vin': None,
'year': 2021}
2026-03-28 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733408%27 HTTP/1.1" 200 None
2026-03-28 15:17:18 [adesa.be] INFO: Saving data for 10733408: {'auction_closing_time': 1775032200.0, 'created_time': 1774606943.765276, 'last_price_update_time': 1774711038.630405}
2026-03-28 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733408') HTTP/1.1" 204 0
2026-03-28 15:17:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 6f095bfc-bc3f-54fc-954c-0ff149832187 with identifier: 10733387
2026-03-28 15:17:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 6f095bfc-bc3f-54fc-954c-0ff149832187 with identifier: 10733387
2026-03-28 15:17:18 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 6f095bfc-bc3f-54fc-954c-0ff149832187 with identifier: 10733387 to the API
2026-03-28 15:17:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733387>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.8L',
'engine_horse_power': 177,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Diesel',
'id': '6f095bfc-bc3f-54fc-954c-0ff149832187',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1TTB386',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733387',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Toyota',
'model': 'Landcruiser',
'odometer': 195815,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 15100,
'price_includes_vat': True,
'registration_date': '2018-02-05',
'seats_number': 2,
'seller_name': 'Ayvens-BE',
'title': 'Toyota Landcruiser 2.8 D-4D Active - AWD - Diesel - Manual - 177 hp '
'- 195.815 km',
'transmission': 'manual',
'trim': 'Active',
'vin': None,
'year': 2018}
2026-03-28 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733387%27 HTTP/1.1" 200 None
2026-03-28 15:17:18 [adesa.be] INFO: Saving data for 10733387: {'auction_closing_time': 1775032200.0, 'created_time': 1774606942.284765, 'last_price_update_time': 1774711038.91316}
2026-03-28 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733387') HTTP/1.1" 204 0
2026-03-28 15:17:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733407> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c24961a-fcd2-5b9c-8255-cd1b7df45b55 with identifier: 10733409
2026-03-28 15:17:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c24961a-fcd2-5b9c-8255-cd1b7df45b55 with scrape type 2
2026-03-28 15:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c24961a-fcd2-5b9c-8255-cd1b7df45b55 with scrape type 2
2026-03-28 15:17:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 9c24961a-fcd2-5b9c-8255-cd1b7df45b55, identifier: 10733409
2026-03-28 15:17:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd94a50c-2b8e-5ede-8cc3-3ab0d317143a with identifier: 10733402
2026-03-28 15:17:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd94a50c-2b8e-5ede-8cc3-3ab0d317143a with scrape type 2
2026-03-28 15:17:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd94a50c-2b8e-5ede-8cc3-3ab0d317143a with scrape type 2
2026-03-28 15:17:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: bd94a50c-2b8e-5ede-8cc3-3ab0d317143a, identifier: 10733402
2026-03-28 15:17:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 9c24961a-fcd2-5b9c-8255-cd1b7df45b55 with identifier: 10733409
2026-03-28 15:17:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 9c24961a-fcd2-5b9c-8255-cd1b7df45b55 with identifier: 10733409
2026-03-28 15:17:19 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 9c24961a-fcd2-5b9c-8255-cd1b7df45b55 with identifier: 10733409 to the API
2026-03-28 15:17:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733409>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 129,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Hybrid',
'id': '9c24961a-fcd2-5b9c-8255-cd1b7df45b55',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2ACL501',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733409',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volvo',
'model': 'XC40',
'odometer': 152950,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 12400,
'price_includes_vat': True,
'registration_date': '2021-02-18',
'seats_number': 5,
'seller_name': 'Ayvens-BE',
'title': 'Volvo XC40 1.5 T4 Inscription - Hybrid - Automatic - 129 hp - '
'152.950 km',
'transmission': 'automatic',
'trim': 'Inscription',
'vin': None,
'year': 2021}
2026-03-28 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733409%27 HTTP/1.1" 200 None
2026-03-28 15:17:19 [adesa.be] INFO: Saving data for 10733409: {'auction_closing_time': 1775032200.0, 'created_time': 1774606924.351968, 'last_price_update_time': 1774711039.392852}
2026-03-28 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733409') HTTP/1.1" 204 0
2026-03-28 15:17:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: bd94a50c-2b8e-5ede-8cc3-3ab0d317143a with identifier: 10733402
2026-03-28 15:17:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: bd94a50c-2b8e-5ede-8cc3-3ab0d317143a with identifier: 10733402
2026-03-28 15:17:19 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: bd94a50c-2b8e-5ede-8cc3-3ab0d317143a with identifier: 10733402 to the API
2026-03-28 15:17:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733402>
{'auction_title': '',
'c_o_2_emission_value': 43,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 303,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Hybrid',
'id': 'bd94a50c-2b8e-5ede-8cc3-3ab0d317143a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1XEG512',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733402',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volvo',
'model': 'V90',
'odometer': 123931,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 15000,
'price_includes_vat': True,
'registration_date': '2019-12-04',
'seats_number': 5,
'seller_name': 'Ayvens-BE',
'title': 'Volvo V90 T8 Inscription - AWD - Hybrid - Automatic - 303 hp - '
'123.931 km',
'transmission': 'automatic',
'trim': 'Inscription',
'vin': None,
'year': 2019}
2026-03-28 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733402%27 HTTP/1.1" 200 None
2026-03-28 15:17:20 [adesa.be] INFO: Saving data for 10733402: {'auction_closing_time': 1775032200.0, 'created_time': 1774606943.376675, 'last_price_update_time': 1774711040.578003}
2026-03-28 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733402') HTTP/1.1" 204 0
2026-03-28 15:17:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733403> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 556feaba-7bcc-54cb-913b-64ad918b6907 with identifier: 10733407
2026-03-28 15:17:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 556feaba-7bcc-54cb-913b-64ad918b6907 with scrape type 2
2026-03-28 15:17:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 556feaba-7bcc-54cb-913b-64ad918b6907 with scrape type 2
2026-03-28 15:17:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 556feaba-7bcc-54cb-913b-64ad918b6907, identifier: 10733407
2026-03-28 15:17:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 556feaba-7bcc-54cb-913b-64ad918b6907 with identifier: 10733407
2026-03-28 15:17:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 556feaba-7bcc-54cb-913b-64ad918b6907 with identifier: 10733407
2026-03-28 15:17:20 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 556feaba-7bcc-54cb-913b-64ad918b6907 with identifier: 10733407 to the API
2026-03-28 15:17:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733407>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 129,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Hybrid',
'id': '556feaba-7bcc-54cb-913b-64ad918b6907',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BWF824',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733407',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volvo',
'model': 'XC40',
'odometer': 90381,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 15800,
'price_includes_vat': True,
'registration_date': '2022-04-15',
'seats_number': 5,
'seller_name': 'Ayvens-BE',
'title': 'Volvo XC40 1.5 T4 Inscription - Hybrid - Automatic - 129 hp - '
'90.381 km',
'transmission': 'automatic',
'trim': 'Inscription',
'vin': None,
'year': 2022}
2026-03-28 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733407%27 HTTP/1.1" 200 None
2026-03-28 15:17:20 [adesa.be] INFO: Saving data for 10733407: {'auction_closing_time': 1775032200.0, 'created_time': 1774606925.242109, 'last_price_update_time': 1774711040.977109}
2026-03-28 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733407') HTTP/1.1" 204 0
2026-03-28 15:17:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 385c40a0-1378-5a49-9800-f8869fd58af5 with identifier: 10733403
2026-03-28 15:17:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 385c40a0-1378-5a49-9800-f8869fd58af5 with scrape type 2
2026-03-28 15:17:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 385c40a0-1378-5a49-9800-f8869fd58af5 with scrape type 2
2026-03-28 15:17:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 385c40a0-1378-5a49-9800-f8869fd58af5, identifier: 10733403
2026-03-28 15:17:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 385c40a0-1378-5a49-9800-f8869fd58af5 with identifier: 10733403
2026-03-28 15:17:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 385c40a0-1378-5a49-9800-f8869fd58af5 with identifier: 10733403
2026-03-28 15:17:21 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 385c40a0-1378-5a49-9800-f8869fd58af5 with identifier: 10733403 to the API
2026-03-28 15:17:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733403>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 253,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Hybrid',
'id': '385c40a0-1378-5a49-9800-f8869fd58af5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YWF569',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733403',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volvo',
'model': 'V90',
'odometer': 125307,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 16600,
'price_includes_vat': True,
'registration_date': '2021-01-08',
'seats_number': 5,
'seller_name': 'Ayvens-BE',
'title': 'Volvo V90 T6 Inscription Expression - AWD - Hybrid - Automatic - '
'253 hp - 125.307 km',
'transmission': 'automatic',
'trim': 'Inscription Expression',
'vin': None,
'year': 2021}
2026-03-28 15:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733403%27 HTTP/1.1" 200 None
2026-03-28 15:17:21 [adesa.be] INFO: Saving data for 10733403: {'auction_closing_time': 1775032200.0, 'created_time': 1774606947.546902, 'last_price_update_time': 1774711041.331513}
2026-03-28 15:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733403') HTTP/1.1" 204 0
2026-03-28 15:17:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733385> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733367> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5faff5fe-4bdd-585a-ad2d-ebe8b6856577 with identifier: 10733385
2026-03-28 15:17:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5faff5fe-4bdd-585a-ad2d-ebe8b6856577 with scrape type 2
2026-03-28 15:17:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5faff5fe-4bdd-585a-ad2d-ebe8b6856577 with scrape type 2
2026-03-28 15:17:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 5faff5fe-4bdd-585a-ad2d-ebe8b6856577, identifier: 10733385
2026-03-28 15:17:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 5faff5fe-4bdd-585a-ad2d-ebe8b6856577 with identifier: 10733385
2026-03-28 15:17:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 15:17:21 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Electric HTTP/1.1" 200 None
2026-03-28 15:17:21 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 15:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 15:17:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 5faff5fe-4bdd-585a-ad2d-ebe8b6856577 with identifier: 10733385
2026-03-28 15:17:21 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 5faff5fe-4bdd-585a-ad2d-ebe8b6856577 with identifier: 10733385 to the API
2026-03-28 15:17:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733385>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 325,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Electric',
'id': '5faff5fe-4bdd-585a-ad2d-ebe8b6856577',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CVV945',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733385',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 89447,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 17100,
'price_includes_vat': True,
'registration_date': '2022-12-15',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Tesla Model 3 Standard Range Plus - Electric - Automatic - 325 hp - '
'89.447 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-28 15:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733385%27 HTTP/1.1" 200 None
2026-03-28 15:17:22 [adesa.be] INFO: Saving data for 10733385: {'auction_closing_time': 1775032200.0, 'created_time': 1774606707.012673, 'last_price_update_time': 1774711042.104671}
2026-03-28 15:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733385') HTTP/1.1" 204 0
2026-03-28 15:17:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733284> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733366> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c00961de-d63f-52fe-8c02-50a9ebd872f4 with identifier: 10733367
2026-03-28 15:17:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c00961de-d63f-52fe-8c02-50a9ebd872f4 with scrape type 2
2026-03-28 15:17:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c00961de-d63f-52fe-8c02-50a9ebd872f4 with scrape type 2
2026-03-28 15:17:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: c00961de-d63f-52fe-8c02-50a9ebd872f4, identifier: 10733367
2026-03-28 15:17:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: c00961de-d63f-52fe-8c02-50a9ebd872f4 with identifier: 10733367
2026-03-28 15:17:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: c00961de-d63f-52fe-8c02-50a9ebd872f4 with identifier: 10733367
2026-03-28 15:17:22 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: c00961de-d63f-52fe-8c02-50a9ebd872f4 with identifier: 10733367 to the API
2026-03-28 15:17:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733367>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.3L',
'engine_horse_power': 136,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Diesel',
'id': 'c00961de-d63f-52fe-8c02-50a9ebd872f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2ANG228',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733367',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Renault',
'model': 'Master',
'odometer': 131976,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 9500,
'price_includes_vat': True,
'registration_date': '2021-05-21',
'seats_number': 3,
'seller_name': 'Ayvens België',
'title': 'Renault Master L1H1 2.3 DCI Comfort - Diesel - Manual - 136 hp - '
'131.976 km',
'transmission': 'manual',
'trim': 'Comfort',
'vin': None,
'year': 2021}
2026-03-28 15:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733367%27 HTTP/1.1" 200 None
2026-03-28 15:17:22 [adesa.be] INFO: Saving data for 10733367: {'auction_closing_time': 1775032200.0, 'created_time': 1774606710.878156, 'last_price_update_time': 1774711042.482588}
2026-03-28 15:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733367') HTTP/1.1" 204 0
2026-03-28 15:17:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733372> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1cddd560-e790-5cb2-a8ac-a93e98cfdf42 with identifier: 10733284
2026-03-28 15:17:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1cddd560-e790-5cb2-a8ac-a93e98cfdf42 with scrape type 2
2026-03-28 15:17:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1cddd560-e790-5cb2-a8ac-a93e98cfdf42 with scrape type 2
2026-03-28 15:17:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 1cddd560-e790-5cb2-a8ac-a93e98cfdf42, identifier: 10733284
2026-03-28 15:17:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da9451bf-43cc-55a7-b4df-96170c059839 with identifier: 10733366
2026-03-28 15:17:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da9451bf-43cc-55a7-b4df-96170c059839 with scrape type 2
2026-03-28 15:17:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da9451bf-43cc-55a7-b4df-96170c059839 with scrape type 2
2026-03-28 15:17:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: da9451bf-43cc-55a7-b4df-96170c059839, identifier: 10733366
2026-03-28 15:17:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 1cddd560-e790-5cb2-a8ac-a93e98cfdf42 with identifier: 10733284
2026-03-28 15:17:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 1cddd560-e790-5cb2-a8ac-a93e98cfdf42 with identifier: 10733284
2026-03-28 15:17:22 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 1cddd560-e790-5cb2-a8ac-a93e98cfdf42 with identifier: 10733284 to the API
2026-03-28 15:17:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733284>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Petrol',
'id': '1cddd560-e790-5cb2-a8ac-a93e98cfdf42',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YRV651',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733284',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'A4',
'odometer': 116277,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 12500,
'price_includes_vat': True,
'registration_date': '2020-11-20',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Audi A4 Avant 35 TFSI Business - Petrol - Automatic - 150 hp - '
'116.277 km',
'transmission': 'automatic',
'trim': 'Business',
'vin': None,
'year': 2020}
2026-03-28 15:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733284%27 HTTP/1.1" 200 None
2026-03-28 15:17:22 [adesa.be] INFO: Saving data for 10733284: {'auction_closing_time': 1775032200.0, 'created_time': 1774606923.658322, 'last_price_update_time': 1774711042.973071}
2026-03-28 15:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733284') HTTP/1.1" 204 0
2026-03-28 15:17:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: da9451bf-43cc-55a7-b4df-96170c059839 with identifier: 10733366
2026-03-28 15:17:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: da9451bf-43cc-55a7-b4df-96170c059839 with identifier: 10733366
2026-03-28 15:17:23 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: da9451bf-43cc-55a7-b4df-96170c059839 with identifier: 10733366 to the API
2026-03-28 15:17:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733366>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 75,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Diesel',
'id': 'da9451bf-43cc-55a7-b4df-96170c059839',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2DBH663',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733366',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Renault',
'model': 'Express',
'odometer': 66102,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 8900,
'price_includes_vat': True,
'registration_date': '2022-11-15',
'seats_number': 2,
'seller_name': 'Ayvens België',
'title': 'Renault Express 1.5 dCi Comfort - Diesel - Manual - 75 hp - 66.102 '
'km',
'transmission': 'manual',
'trim': 'Comfort',
'vin': None,
'year': 2022}
2026-03-28 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733366%27 HTTP/1.1" 200 None
2026-03-28 15:17:24 [adesa.be] INFO: Saving data for 10733366: {'auction_closing_time': 1775032200.0, 'created_time': 1774606734.069189, 'last_price_update_time': 1774711044.086245}
2026-03-28 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733366') HTTP/1.1" 204 0
2026-03-28 15:17:24 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733363> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733369> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733364> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c9fc053-2b89-5155-a0d6-1e0cf7e7411e with identifier: 10733372
2026-03-28 15:17:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c9fc053-2b89-5155-a0d6-1e0cf7e7411e with scrape type 2
2026-03-28 15:17:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c9fc053-2b89-5155-a0d6-1e0cf7e7411e with scrape type 2
2026-03-28 15:17:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 3c9fc053-2b89-5155-a0d6-1e0cf7e7411e, identifier: 10733372
2026-03-28 15:17:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 3c9fc053-2b89-5155-a0d6-1e0cf7e7411e with identifier: 10733372
2026-03-28 15:17:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 3c9fc053-2b89-5155-a0d6-1e0cf7e7411e with identifier: 10733372
2026-03-28 15:17:24 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 3c9fc053-2b89-5155-a0d6-1e0cf7e7411e with identifier: 10733372 to the API
2026-03-28 15:17:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733372>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 204,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Electric',
'id': '3c9fc053-2b89-5155-a0d6-1e0cf7e7411e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CCW569',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733372',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Enyaq',
'odometer': 68699,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 18600,
'price_includes_vat': True,
'registration_date': '2022-06-08',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Skoda Enyaq 80 - Electric - Automatic - 204 hp - 68.699 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-28 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733372%27 HTTP/1.1" 200 None
2026-03-28 15:17:24 [adesa.be] INFO: Saving data for 10733372: {'auction_closing_time': 1775032200.0, 'created_time': 1774606707.903573, 'last_price_update_time': 1774711044.526437}
2026-03-28 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733372') HTTP/1.1" 204 0
2026-03-28 15:17:24 [adesa.be] INFO: Found listing with ID: 10733389
2026-03-28 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733389%27 HTTP/1.1" 200 None
2026-03-28 15:17:24 [adesa.be] INFO: Scrape type for 10733389: 2
2026-03-28 15:17:24 [adesa.be] INFO: Scraping item 10733389 url https://www.openlane.eu/en/carv6/auction/10733389
2026-03-28 15:17:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abaa5003-af30-5eb3-8538-3a90df8e90dc with identifier: 10733363
2026-03-28 15:17:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abaa5003-af30-5eb3-8538-3a90df8e90dc with scrape type 2
2026-03-28 15:17:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abaa5003-af30-5eb3-8538-3a90df8e90dc with scrape type 2
2026-03-28 15:17:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: abaa5003-af30-5eb3-8538-3a90df8e90dc, identifier: 10733363
2026-03-28 15:17:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aedc99c3-b514-56a0-87b1-a18d74165e30 with identifier: 10733369
2026-03-28 15:17:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aedc99c3-b514-56a0-87b1-a18d74165e30 with scrape type 2
2026-03-28 15:17:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aedc99c3-b514-56a0-87b1-a18d74165e30 with scrape type 2
2026-03-28 15:17:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: aedc99c3-b514-56a0-87b1-a18d74165e30, identifier: 10733369
2026-03-28 15:17:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2fc22ddd-ab61-5bde-b3ba-0a15e48a6a68 with identifier: 10733364
2026-03-28 15:17:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2fc22ddd-ab61-5bde-b3ba-0a15e48a6a68 with scrape type 2
2026-03-28 15:17:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2fc22ddd-ab61-5bde-b3ba-0a15e48a6a68 with scrape type 2
2026-03-28 15:17:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 2fc22ddd-ab61-5bde-b3ba-0a15e48a6a68, identifier: 10733364
2026-03-28 15:17:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: abaa5003-af30-5eb3-8538-3a90df8e90dc with identifier: 10733363
2026-03-28 15:17:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: abaa5003-af30-5eb3-8538-3a90df8e90dc with identifier: 10733363
2026-03-28 15:17:24 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: abaa5003-af30-5eb3-8538-3a90df8e90dc with identifier: 10733363 to the API
2026-03-28 15:17:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733363>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 408,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Electric',
'id': 'abaa5003-af30-5eb3-8538-3a90df8e90dc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CQE369',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733363',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Polestar',
'model': '2',
'odometer': 28964,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 21000,
'price_includes_vat': True,
'registration_date': '2022-10-14',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Polestar 2 Long Range 79 kWh - Dual Motor - Electric - Automatic - '
'408 hp - 28.964 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-28 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733363%27 HTTP/1.1" 200 None
2026-03-28 15:17:25 [adesa.be] INFO: Saving data for 10733363: {'auction_closing_time': 1775032200.0, 'created_time': 1774606732.641649, 'last_price_update_time': 1774711045.207705}
2026-03-28 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733363') HTTP/1.1" 204 0
2026-03-28 15:17:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: aedc99c3-b514-56a0-87b1-a18d74165e30 with identifier: 10733369
2026-03-28 15:17:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: aedc99c3-b514-56a0-87b1-a18d74165e30 with identifier: 10733369
2026-03-28 15:17:25 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: aedc99c3-b514-56a0-87b1-a18d74165e30 with identifier: 10733369 to the API
2026-03-28 15:17:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733369>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 95,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Petrol',
'id': 'aedc99c3-b514-56a0-87b1-a18d74165e30',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CTV359',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733369',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Seat',
'model': 'Arona',
'odometer': 41950,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 9300,
'price_includes_vat': True,
'registration_date': '2022-11-25',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Seat Arona 1.0 TSI Move! - Petrol - Manual - 95 hp - 41.950 km',
'transmission': 'manual',
'trim': 'Move!',
'vin': None,
'year': 2022}
2026-03-28 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733369%27 HTTP/1.1" 200 None
2026-03-28 15:17:25 [adesa.be] INFO: Saving data for 10733369: {'auction_closing_time': 1775032200.0, 'created_time': 1774606705.93323, 'last_price_update_time': 1774711045.485339}
2026-03-28 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733369') HTTP/1.1" 204 0
2026-03-28 15:17:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 2fc22ddd-ab61-5bde-b3ba-0a15e48a6a68 with identifier: 10733364
2026-03-28 15:17:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 2fc22ddd-ab61-5bde-b3ba-0a15e48a6a68 with identifier: 10733364
2026-03-28 15:17:25 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 2fc22ddd-ab61-5bde-b3ba-0a15e48a6a68 with identifier: 10733364 to the API
2026-03-28 15:17:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733364>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 94,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Hybrid',
'id': '2fc22ddd-ab61-5bde-b3ba-0a15e48a6a68',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BPM563',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733364',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Renault',
'model': 'Arkana',
'odometer': 142459,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 10100,
'price_includes_vat': True,
'registration_date': '2022-02-04',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Renault Arkana 1.6 Intens - Hybrid - Automatic - 94 hp - 142.459 km',
'transmission': 'automatic',
'trim': 'Intens',
'vin': None,
'year': 2022}
2026-03-28 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733364%27 HTTP/1.1" 200 None
2026-03-28 15:17:25 [adesa.be] INFO: Saving data for 10733364: {'auction_closing_time': 1775032200.0, 'created_time': 1774606731.957675, 'last_price_update_time': 1774711045.771561}
2026-03-28 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733364') HTTP/1.1" 204 0
2026-03-28 15:17:25 [adesa.be] INFO: Found listing with ID: 10733390
2026-03-28 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733390%27 HTTP/1.1" 200 None
2026-03-28 15:17:25 [adesa.be] INFO: Scrape type for 10733390: 0
2026-03-28 15:17:25 [adesa.be] INFO: Skipping item 10733390 url https://www.openlane.eu/en/carv6/auction/10733390
2026-03-28 15:17:25 [adesa.be] INFO: Found listing with ID: 10733391
2026-03-28 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733391%27 HTTP/1.1" 200 None
2026-03-28 15:17:25 [adesa.be] INFO: Scrape type for 10733391: 2
2026-03-28 15:17:25 [adesa.be] INFO: Scraping item 10733391 url https://www.openlane.eu/en/carv6/auction/10733391
2026-03-28 15:17:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733359> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:25 [adesa.be] INFO: Found listing with ID: 10733392
2026-03-28 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733392%27 HTTP/1.1" 200 None
2026-03-28 15:17:25 [adesa.be] INFO: Scrape type for 10733392: 0
2026-03-28 15:17:25 [adesa.be] INFO: Skipping item 10733392 url https://www.openlane.eu/en/carv6/auction/10733392
2026-03-28 15:17:25 [adesa.be] INFO: Found listing with ID: 10733393
2026-03-28 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733393%27 HTTP/1.1" 200 None
2026-03-28 15:17:25 [adesa.be] INFO: Scrape type for 10733393: 0
2026-03-28 15:17:25 [adesa.be] INFO: Skipping item 10733393 url https://www.openlane.eu/en/carv6/auction/10733393
2026-03-28 15:17:25 [adesa.be] INFO: Found listing with ID: 10733396
2026-03-28 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733396%27 HTTP/1.1" 200 None
2026-03-28 15:17:25 [adesa.be] INFO: Scrape type for 10733396: 0
2026-03-28 15:17:25 [adesa.be] INFO: Skipping item 10733396 url https://www.openlane.eu/en/carv6/auction/10733396
2026-03-28 15:17:25 [adesa.be] INFO: Found listing with ID: 10733399
2026-03-28 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733399%27 HTTP/1.1" 200 None
2026-03-28 15:17:25 [adesa.be] INFO: Scrape type for 10733399: 0
2026-03-28 15:17:25 [adesa.be] INFO: Skipping item 10733399 url https://www.openlane.eu/en/carv6/auction/10733399
2026-03-28 15:17:25 [adesa.be] INFO: Found listing with ID: 10733400
2026-03-28 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733400%27 HTTP/1.1" 200 None
2026-03-28 15:17:25 [adesa.be] INFO: Scrape type for 10733400: 0
2026-03-28 15:17:25 [adesa.be] INFO: Skipping item 10733400 url https://www.openlane.eu/en/carv6/auction/10733400
2026-03-28 15:17:25 [adesa.be] INFO: Found listing with ID: 10733401
2026-03-28 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733401%27 HTTP/1.1" 200 None
2026-03-28 15:17:25 [adesa.be] INFO: Scrape type for 10733401: 0
2026-03-28 15:17:25 [adesa.be] INFO: Skipping item 10733401 url https://www.openlane.eu/en/carv6/auction/10733401
2026-03-28 15:17:25 [adesa.be] INFO: Found listing with ID: 10742482
2026-03-28 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742482%27 HTTP/1.1" 200 None
2026-03-28 15:17:25 [adesa.be] INFO: Scrape type for 10742482: 1
2026-03-28 15:17:25 [adesa.be] INFO: Scraping item 10742482 url https://www.openlane.eu/en/carv6/auction/10742482
2026-03-28 15:17:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733358> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733360> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:25 [adesa.be] INFO: Found listing with ID: 10742425
2026-03-28 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742425%27 HTTP/1.1" 200 None
2026-03-28 15:17:25 [adesa.be] INFO: Scrape type for 10742425: 1
2026-03-28 15:17:25 [adesa.be] INFO: Scraping item 10742425 url https://www.openlane.eu/en/carv6/auction/10742425
2026-03-28 15:17:25 [adesa.be] INFO: Found listing with ID: 10742448
2026-03-28 15:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742448%27 HTTP/1.1" 200 None
2026-03-28 15:17:26 [adesa.be] INFO: Scrape type for 10742448: 1
2026-03-28 15:17:26 [adesa.be] INFO: Scraping item 10742448 url https://www.openlane.eu/en/carv6/auction/10742448
2026-03-28 15:17:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6342afdb-dd1d-55ee-9ec1-164caa139704 with identifier: 10733359
2026-03-28 15:17:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6342afdb-dd1d-55ee-9ec1-164caa139704 with scrape type 2
2026-03-28 15:17:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6342afdb-dd1d-55ee-9ec1-164caa139704 with scrape type 2
2026-03-28 15:17:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 6342afdb-dd1d-55ee-9ec1-164caa139704, identifier: 10733359
2026-03-28 15:17:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 6342afdb-dd1d-55ee-9ec1-164caa139704 with identifier: 10733359
2026-03-28 15:17:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 6342afdb-dd1d-55ee-9ec1-164caa139704 with identifier: 10733359
2026-03-28 15:17:26 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 6342afdb-dd1d-55ee-9ec1-164caa139704 with identifier: 10733359 to the API
2026-03-28 15:17:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733359>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'MPV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Diesel',
'id': '6342afdb-dd1d-55ee-9ec1-164caa139704',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YNB539',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733359',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '5008',
'odometer': 92706,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 10800,
'price_includes_vat': True,
'registration_date': '2020-10-26',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Peugeot 5008 1.5 HDI Active - Diesel - Automatic - 130 hp - 92.706 '
'km',
'transmission': 'automatic',
'trim': 'Active',
'vin': None,
'year': 2020}
2026-03-28 15:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733359%27 HTTP/1.1" 200 None
2026-03-28 15:17:26 [adesa.be] INFO: Saving data for 10733359: {'auction_closing_time': 1775032200.0, 'created_time': 1774606904.727337, 'last_price_update_time': 1774711046.455002}
2026-03-28 15:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733359') HTTP/1.1" 204 0
2026-03-28 15:17:26 [adesa.be] INFO: Found listing with ID: 10742421
2026-03-28 15:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742421%27 HTTP/1.1" 200 None
2026-03-28 15:17:26 [adesa.be] INFO: Scrape type for 10742421: 1
2026-03-28 15:17:26 [adesa.be] INFO: Scraping item 10742421 url https://www.openlane.eu/en/carv6/auction/10742421
2026-03-28 15:17:26 [adesa.be] INFO: Found listing with ID: 10742494
2026-03-28 15:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742494%27 HTTP/1.1" 200 None
2026-03-28 15:17:26 [adesa.be] INFO: Scrape type for 10742494: 1
2026-03-28 15:17:26 [adesa.be] INFO: Scraping item 10742494 url https://www.openlane.eu/en/carv6/auction/10742494
2026-03-28 15:17:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d230829-24e0-5b08-bc64-6b26ca07cbb7 with identifier: 10733358
2026-03-28 15:17:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d230829-24e0-5b08-bc64-6b26ca07cbb7 with scrape type 2
2026-03-28 15:17:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d230829-24e0-5b08-bc64-6b26ca07cbb7 with scrape type 2
2026-03-28 15:17:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 3d230829-24e0-5b08-bc64-6b26ca07cbb7, identifier: 10733358
2026-03-28 15:17:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44f484dc-f5df-5cc6-90d7-36370448d4ec with identifier: 10733360
2026-03-28 15:17:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44f484dc-f5df-5cc6-90d7-36370448d4ec with scrape type 2
2026-03-28 15:17:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44f484dc-f5df-5cc6-90d7-36370448d4ec with scrape type 2
2026-03-28 15:17:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 44f484dc-f5df-5cc6-90d7-36370448d4ec, identifier: 10733360
2026-03-28 15:17:26 [adesa.be] INFO: Found listing with ID: 10742451
2026-03-28 15:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742451%27 HTTP/1.1" 200 None
2026-03-28 15:17:26 [adesa.be] INFO: Scrape type for 10742451: 1
2026-03-28 15:17:26 [adesa.be] INFO: Scraping item 10742451 url https://www.openlane.eu/en/carv6/auction/10742451
2026-03-28 15:17:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 3d230829-24e0-5b08-bc64-6b26ca07cbb7 with identifier: 10733358
2026-03-28 15:17:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 3d230829-24e0-5b08-bc64-6b26ca07cbb7 with identifier: 10733358
2026-03-28 15:17:26 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 3d230829-24e0-5b08-bc64-6b26ca07cbb7 with identifier: 10733358 to the API
2026-03-28 15:17:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733358>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'MPV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Diesel',
'id': '3d230829-24e0-5b08-bc64-6b26ca07cbb7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BCX542',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733358',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '5008',
'odometer': 153859,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13600,
'price_includes_vat': True,
'registration_date': '2021-10-05',
'seats_number': 7,
'seller_name': 'Ayvens België',
'title': 'Peugeot 5008 1.5 HDI GT - Diesel - Automatic - 130 hp - 153.859 km',
'transmission': 'automatic',
'trim': 'GT',
'vin': None,
'year': 2021}
2026-03-28 15:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733358%27 HTTP/1.1" 200 None
2026-03-28 15:17:27 [adesa.be] INFO: Saving data for 10733358: {'auction_closing_time': 1775032200.0, 'created_time': 1774606901.955907, 'last_price_update_time': 1774711047.051133}
2026-03-28 15:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733358') HTTP/1.1" 204 0
2026-03-28 15:17:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 44f484dc-f5df-5cc6-90d7-36370448d4ec with identifier: 10733360
2026-03-28 15:17:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 44f484dc-f5df-5cc6-90d7-36370448d4ec with identifier: 10733360
2026-03-28 15:17:27 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 44f484dc-f5df-5cc6-90d7-36370448d4ec with identifier: 10733360 to the API
2026-03-28 15:17:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733360>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Diesel',
'id': '44f484dc-f5df-5cc6-90d7-36370448d4ec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YGR366',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733360',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '508',
'odometer': 141000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 7900,
'price_includes_vat': True,
'registration_date': '2020-08-26',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Peugeot 508 1.5 HDI Active - Diesel - Manual - 130 hp - 141.000 km',
'transmission': 'manual',
'trim': 'Active',
'vin': None,
'year': 2020}
2026-03-28 15:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733360%27 HTTP/1.1" 200 None
2026-03-28 15:17:27 [adesa.be] INFO: Saving data for 10733360: {'auction_closing_time': 1775032200.0, 'created_time': 1774606758.426084, 'last_price_update_time': 1774711047.336867}
2026-03-28 15:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733360') HTTP/1.1" 204 0
2026-03-28 15:17:27 [adesa.be] INFO: Found listing with ID: 10742456
2026-03-28 15:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742456%27 HTTP/1.1" 200 None
2026-03-28 15:17:27 [adesa.be] INFO: Scrape type for 10742456: 1
2026-03-28 15:17:27 [adesa.be] INFO: Scraping item 10742456 url https://www.openlane.eu/en/carv6/auction/10742456
2026-03-28 15:17:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733338> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733337> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733361> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:27 [adesa.be] INFO: Found listing with ID: 10742457
2026-03-28 15:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742457%27 HTTP/1.1" 200 None
2026-03-28 15:17:27 [adesa.be] INFO: Scrape type for 10742457: 1
2026-03-28 15:17:27 [adesa.be] INFO: Scraping item 10742457 url https://www.openlane.eu/en/carv6/auction/10742457
2026-03-28 15:17:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:27 [adesa.be] INFO: Found listing with ID: 10742490
2026-03-28 15:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742490%27 HTTP/1.1" 200 None
2026-03-28 15:17:27 [adesa.be] INFO: Scrape type for 10742490: 1
2026-03-28 15:17:27 [adesa.be] INFO: Scraping item 10742490 url https://www.openlane.eu/en/carv6/auction/10742490
2026-03-28 15:17:27 [adesa.be] INFO: Found listing with ID: 10742437
2026-03-28 15:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742437%27 HTTP/1.1" 200 None
2026-03-28 15:17:27 [adesa.be] INFO: Scrape type for 10742437: 1
2026-03-28 15:17:27 [adesa.be] INFO: Scraping item 10742437 url https://www.openlane.eu/en/carv6/auction/10742437
2026-03-28 15:17:27 [adesa.be] INFO: Found listing with ID: 10742439
2026-03-28 15:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742439%27 HTTP/1.1" 200 None
2026-03-28 15:17:27 [adesa.be] INFO: Scrape type for 10742439: 1
2026-03-28 15:17:27 [adesa.be] INFO: Scraping item 10742439 url https://www.openlane.eu/en/carv6/auction/10742439
2026-03-28 15:17:27 [adesa.be] INFO: Found listing with ID: 10742453
2026-03-28 15:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742453%27 HTTP/1.1" 200 None
2026-03-28 15:17:27 [adesa.be] INFO: Scrape type for 10742453: 1
2026-03-28 15:17:27 [adesa.be] INFO: Scraping item 10742453 url https://www.openlane.eu/en/carv6/auction/10742453
2026-03-28 15:17:27 [adesa.be] INFO: Found listing with ID: 10742418
2026-03-28 15:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742418%27 HTTP/1.1" 200 None
2026-03-28 15:17:27 [adesa.be] INFO: Scrape type for 10742418: 1
2026-03-28 15:17:27 [adesa.be] INFO: Scraping item 10742418 url https://www.openlane.eu/en/carv6/auction/10742418
2026-03-28 15:17:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0fad69ec-ab58-5d0d-a3e3-e9c333bbcc16 with identifier: 10733338
2026-03-28 15:17:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0fad69ec-ab58-5d0d-a3e3-e9c333bbcc16 with scrape type 2
2026-03-28 15:17:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0fad69ec-ab58-5d0d-a3e3-e9c333bbcc16 with scrape type 2
2026-03-28 15:17:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 0fad69ec-ab58-5d0d-a3e3-e9c333bbcc16, identifier: 10733338
2026-03-28 15:17:27 [adesa.be] INFO: Found listing with ID: 10742420
2026-03-28 15:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742420%27 HTTP/1.1" 200 None
2026-03-28 15:17:27 [adesa.be] INFO: Scrape type for 10742420: 1
2026-03-28 15:17:27 [adesa.be] INFO: Scraping item 10742420 url https://www.openlane.eu/en/carv6/auction/10742420
2026-03-28 15:17:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 0fad69ec-ab58-5d0d-a3e3-e9c333bbcc16 with identifier: 10733338
2026-03-28 15:17:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 0fad69ec-ab58-5d0d-a3e3-e9c333bbcc16 with identifier: 10733338
2026-03-28 15:17:27 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 0fad69ec-ab58-5d0d-a3e3-e9c333bbcc16 with identifier: 10733338 to the API
2026-03-28 15:17:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733338>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 160,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Hybrid',
'id': '0fad69ec-ab58-5d0d-a3e3-e9c333bbcc16',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2DAG260',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733338',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'GLA',
'odometer': 87698,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 22200,
'price_includes_vat': True,
'registration_date': '2023-01-12',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz GLA 250e AMG Line - Hybrid - Automatic - 160 hp - '
'87.698 km',
'transmission': 'automatic',
'trim': 'AMG Line',
'vin': None,
'year': 2023}
2026-03-28 15:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733338%27 HTTP/1.1" 200 None
2026-03-28 15:17:27 [adesa.be] INFO: Saving data for 10733338: {'auction_closing_time': 1775032200.0, 'created_time': 1774606912.335926, 'last_price_update_time': 1774711047.88634}
2026-03-28 15:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733338') HTTP/1.1" 204 0
2026-03-28 15:17:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 737632c5-4329-55ae-b015-74656206be00 with identifier: 10733337
2026-03-28 15:17:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 737632c5-4329-55ae-b015-74656206be00 with scrape type 2
2026-03-28 15:17:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 737632c5-4329-55ae-b015-74656206be00 with scrape type 2
2026-03-28 15:17:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 737632c5-4329-55ae-b015-74656206be00, identifier: 10733337
2026-03-28 15:17:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a041a13d-fddd-5cb5-b33c-3da5d6a01355 with identifier: 10733361
2026-03-28 15:17:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a041a13d-fddd-5cb5-b33c-3da5d6a01355 with scrape type 2
2026-03-28 15:17:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a041a13d-fddd-5cb5-b33c-3da5d6a01355 with scrape type 2
2026-03-28 15:17:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: a041a13d-fddd-5cb5-b33c-3da5d6a01355, identifier: 10733361
2026-03-28 15:17:28 [adesa.be] INFO: Found listing with ID: 10742422
2026-03-28 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742422%27 HTTP/1.1" 200 None
2026-03-28 15:17:28 [adesa.be] INFO: Scrape type for 10742422: 1
2026-03-28 15:17:28 [adesa.be] INFO: Scraping item 10742422 url https://www.openlane.eu/en/carv6/auction/10742422
2026-03-28 15:17:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 737632c5-4329-55ae-b015-74656206be00 with identifier: 10733337
2026-03-28 15:17:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 737632c5-4329-55ae-b015-74656206be00 with identifier: 10733337
2026-03-28 15:17:28 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 737632c5-4329-55ae-b015-74656206be00 with identifier: 10733337 to the API
2026-03-28 15:17:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733337>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 408,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Electric',
'id': '737632c5-4329-55ae-b015-74656206be00',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BKW902',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733337',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'EQC',
'odometer': 171408,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 15700,
'price_includes_vat': True,
'registration_date': '2021-12-27',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz EQC 400 Business Solution AMG - 4-Matic - Electric - '
'Automatic - 408 hp - 171.408 km',
'transmission': 'automatic',
'trim': 'Business Solution AMG',
'vin': None,
'year': 2021}
2026-03-28 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733337%27 HTTP/1.1" 200 None
2026-03-28 15:17:28 [adesa.be] INFO: Saving data for 10733337: {'auction_closing_time': 1775032200.0, 'created_time': 1774606910.72339, 'last_price_update_time': 1774711048.453127}
2026-03-28 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733337') HTTP/1.1" 204 0
2026-03-28 15:17:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: a041a13d-fddd-5cb5-b33c-3da5d6a01355 with identifier: 10733361
2026-03-28 15:17:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: a041a13d-fddd-5cb5-b33c-3da5d6a01355 with identifier: 10733361
2026-03-28 15:17:28 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: a041a13d-fddd-5cb5-b33c-3da5d6a01355 with identifier: 10733361 to the API
2026-03-28 15:17:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733361>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 180,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Hybrid',
'id': 'a041a13d-fddd-5cb5-b33c-3da5d6a01355',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BMM150',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733361',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '508',
'odometer': 86792,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 11300,
'price_includes_vat': True,
'registration_date': '2022-01-13',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Peugeot 508 1.6 Allure - Hybrid - Automatic - 180 hp - 86.792 km',
'transmission': 'automatic',
'trim': 'Allure',
'vin': None,
'year': 2022}
2026-03-28 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733361%27 HTTP/1.1" 200 None
2026-03-28 15:17:28 [adesa.be] INFO: Saving data for 10733361: {'auction_closing_time': 1775032200.0, 'created_time': 1774606874.959663, 'last_price_update_time': 1774711048.726297}
2026-03-28 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733361') HTTP/1.1" 204 0
2026-03-28 15:17:28 [adesa.be] INFO: Found listing with ID: 10742454
2026-03-28 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742454%27 HTTP/1.1" 200 None
2026-03-28 15:17:28 [adesa.be] INFO: Scrape type for 10742454: 1
2026-03-28 15:17:28 [adesa.be] INFO: Scraping item 10742454 url https://www.openlane.eu/en/carv6/auction/10742454
2026-03-28 15:17:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733336> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733335> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733325> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:28 [adesa.be] INFO: Found listing with ID: 10742459
2026-03-28 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742459%27 HTTP/1.1" 200 None
2026-03-28 15:17:28 [adesa.be] INFO: Scrape type for 10742459: 1
2026-03-28 15:17:28 [adesa.be] INFO: Scraping item 10742459 url https://www.openlane.eu/en/carv6/auction/10742459
2026-03-28 15:17:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:28 [adesa.be] INFO: Found listing with ID: 10742471
2026-03-28 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742471%27 HTTP/1.1" 200 None
2026-03-28 15:17:28 [adesa.be] INFO: Scrape type for 10742471: 1
2026-03-28 15:17:28 [adesa.be] INFO: Scraping item 10742471 url https://www.openlane.eu/en/carv6/auction/10742471
2026-03-28 15:17:28 [adesa.be] INFO: Found listing with ID: 10742475
2026-03-28 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742475%27 HTTP/1.1" 200 None
2026-03-28 15:17:28 [adesa.be] INFO: Scrape type for 10742475: 1
2026-03-28 15:17:28 [adesa.be] INFO: Scraping item 10742475 url https://www.openlane.eu/en/carv6/auction/10742475
2026-03-28 15:17:28 [adesa.be] INFO: Found listing with ID: 10742467
2026-03-28 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742467%27 HTTP/1.1" 200 None
2026-03-28 15:17:28 [adesa.be] INFO: Scrape type for 10742467: 1
2026-03-28 15:17:28 [adesa.be] INFO: Scraping item 10742467 url https://www.openlane.eu/en/carv6/auction/10742467
2026-03-28 15:17:28 [adesa.be] INFO: Found listing with ID: 10742491
2026-03-28 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742491%27 HTTP/1.1" 200 None
2026-03-28 15:17:28 [adesa.be] INFO: Scrape type for 10742491: 1
2026-03-28 15:17:28 [adesa.be] INFO: Scraping item 10742491 url https://www.openlane.eu/en/carv6/auction/10742491
2026-03-28 15:17:28 [adesa.be] INFO: Found listing with ID: 10742449
2026-03-28 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742449%27 HTTP/1.1" 200 None
2026-03-28 15:17:28 [adesa.be] INFO: Scrape type for 10742449: 1
2026-03-28 15:17:28 [adesa.be] INFO: Scraping item 10742449 url https://www.openlane.eu/en/carv6/auction/10742449
2026-03-28 15:17:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2cebbf2c-efd7-5b80-b434-2cbb658c76a2 with identifier: 10733336
2026-03-28 15:17:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2cebbf2c-efd7-5b80-b434-2cbb658c76a2 with scrape type 2
2026-03-28 15:17:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2cebbf2c-efd7-5b80-b434-2cbb658c76a2 with scrape type 2
2026-03-28 15:17:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 2cebbf2c-efd7-5b80-b434-2cbb658c76a2, identifier: 10733336
2026-03-28 15:17:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 554b7ff3-2c4c-54d4-9930-58ed58a4a962 with identifier: 10733335
2026-03-28 15:17:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 554b7ff3-2c4c-54d4-9930-58ed58a4a962 with scrape type 2
2026-03-28 15:17:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 554b7ff3-2c4c-54d4-9930-58ed58a4a962 with scrape type 2
2026-03-28 15:17:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 554b7ff3-2c4c-54d4-9930-58ed58a4a962, identifier: 10733335
2026-03-28 15:17:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9837b762-7ebf-585b-99b5-4eb3eb57883e with identifier: 10733325
2026-03-28 15:17:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9837b762-7ebf-585b-99b5-4eb3eb57883e with scrape type 2
2026-03-28 15:17:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9837b762-7ebf-585b-99b5-4eb3eb57883e with scrape type 2
2026-03-28 15:17:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 9837b762-7ebf-585b-99b5-4eb3eb57883e, identifier: 10733325
2026-03-28 15:17:29 [adesa.be] INFO: Found listing with ID: 10742423
2026-03-28 15:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742423%27 HTTP/1.1" 200 None
2026-03-28 15:17:29 [adesa.be] INFO: Scrape type for 10742423: 1
2026-03-28 15:17:29 [adesa.be] INFO: Scraping item 10742423 url https://www.openlane.eu/en/carv6/auction/10742423
2026-03-28 15:17:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 2cebbf2c-efd7-5b80-b434-2cbb658c76a2 with identifier: 10733336
2026-03-28 15:17:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 2cebbf2c-efd7-5b80-b434-2cbb658c76a2 with identifier: 10733336
2026-03-28 15:17:29 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 2cebbf2c-efd7-5b80-b434-2cbb658c76a2 with identifier: 10733336 to the API
2026-03-28 15:17:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733336>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 190,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Electric',
'id': '2cebbf2c-efd7-5b80-b434-2cbb658c76a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BJA136',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733336',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'EQA',
'odometer': 79699,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 17500,
'price_includes_vat': True,
'registration_date': '2021-12-02',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz EQA 250 - Electric - Automatic - 190 hp - 79.699 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2021}
2026-03-28 15:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733336%27 HTTP/1.1" 200 None
2026-03-28 15:17:29 [adesa.be] INFO: Saving data for 10733336: {'auction_closing_time': 1775032200.0, 'created_time': 1774606903.080172, 'last_price_update_time': 1774711049.486471}
2026-03-28 15:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733336') HTTP/1.1" 204 0
2026-03-28 15:17:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 554b7ff3-2c4c-54d4-9930-58ed58a4a962 with identifier: 10733335
2026-03-28 15:17:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 554b7ff3-2c4c-54d4-9930-58ed58a4a962 with identifier: 10733335
2026-03-28 15:17:29 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 554b7ff3-2c4c-54d4-9930-58ed58a4a962 with identifier: 10733335 to the API
2026-03-28 15:17:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733335>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 190,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Electric',
'id': '554b7ff3-2c4c-54d4-9930-58ed58a4a962',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BMU429',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733335',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'EQA',
'odometer': 40652,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 19900,
'price_includes_vat': True,
'registration_date': '2022-01-18',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz EQA 250 Luxury - Electric - Automatic - 190 hp - '
'40.652 km',
'transmission': 'automatic',
'trim': 'Luxury',
'vin': None,
'year': 2022}
2026-03-28 15:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733335%27 HTTP/1.1" 200 None
2026-03-28 15:17:29 [adesa.be] INFO: Saving data for 10733335: {'auction_closing_time': 1775032200.0, 'created_time': 1774606905.153163, 'last_price_update_time': 1774711049.763025}
2026-03-28 15:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733335') HTTP/1.1" 204 0
2026-03-28 15:17:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 9837b762-7ebf-585b-99b5-4eb3eb57883e with identifier: 10733325
2026-03-28 15:17:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 9837b762-7ebf-585b-99b5-4eb3eb57883e with identifier: 10733325
2026-03-28 15:17:29 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 9837b762-7ebf-585b-99b5-4eb3eb57883e with identifier: 10733325 to the API
2026-03-28 15:17:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733325>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 160,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Hybrid',
'id': '9837b762-7ebf-585b-99b5-4eb3eb57883e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BQU610',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733325',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'CLA',
'odometer': 15063,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 17600,
'price_includes_vat': True,
'registration_date': '2022-02-17',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz CLA Shooting Brake 250e Business Solution - Hybrid - '
'Automatic - 160 hp - 15.063 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2022}
2026-03-28 15:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733325%27 HTTP/1.1" 200 None
2026-03-28 15:17:30 [adesa.be] INFO: Saving data for 10733325: {'auction_closing_time': 1775032200.0, 'created_time': 1774606897.585957, 'last_price_update_time': 1774711050.02845}
2026-03-28 15:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733325') HTTP/1.1" 204 0
2026-03-28 15:17:30 [adesa.be] INFO: Found listing with ID: 10742496
2026-03-28 15:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742496%27 HTTP/1.1" 200 None
2026-03-28 15:17:30 [adesa.be] INFO: Scrape type for 10742496: 1
2026-03-28 15:17:30 [adesa.be] INFO: Scraping item 10742496 url https://www.openlane.eu/en/carv6/auction/10742496
2026-03-28 15:17:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733319> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733357> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733328> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733323> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:30 [adesa.be] INFO: Found listing with ID: 10742497
2026-03-28 15:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742497%27 HTTP/1.1" 200 None
2026-03-28 15:17:30 [adesa.be] INFO: Scrape type for 10742497: 1
2026-03-28 15:17:30 [adesa.be] INFO: Scraping item 10742497 url https://www.openlane.eu/en/carv6/auction/10742497
2026-03-28 15:17:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:30 [adesa.be] INFO: Found listing with ID: 10742424
2026-03-28 15:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742424%27 HTTP/1.1" 200 None
2026-03-28 15:17:30 [adesa.be] INFO: Scrape type for 10742424: 1
2026-03-28 15:17:30 [adesa.be] INFO: Scraping item 10742424 url https://www.openlane.eu/en/carv6/auction/10742424
2026-03-28 15:17:30 [adesa.be] INFO: Found listing with ID: 10742428
2026-03-28 15:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742428%27 HTTP/1.1" 200 None
2026-03-28 15:17:30 [adesa.be] INFO: Scrape type for 10742428: 1
2026-03-28 15:17:30 [adesa.be] INFO: Scraping item 10742428 url https://www.openlane.eu/en/carv6/auction/10742428
2026-03-28 15:17:30 [adesa.be] INFO: Found listing with ID: 10742435
2026-03-28 15:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742435%27 HTTP/1.1" 200 None
2026-03-28 15:17:30 [adesa.be] INFO: Scrape type for 10742435: 1
2026-03-28 15:17:30 [adesa.be] INFO: Scraping item 10742435 url https://www.openlane.eu/en/carv6/auction/10742435
2026-03-28 15:17:30 [adesa.be] INFO: Found listing with ID: 10742460
2026-03-28 15:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742460%27 HTTP/1.1" 200 None
2026-03-28 15:17:30 [adesa.be] INFO: Scrape type for 10742460: 1
2026-03-28 15:17:30 [adesa.be] INFO: Scraping item 10742460 url https://www.openlane.eu/en/carv6/auction/10742460
2026-03-28 15:17:30 [adesa.be] INFO: Found listing with ID: 10742455
2026-03-28 15:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742455%27 HTTP/1.1" 200 None
2026-03-28 15:17:30 [adesa.be] INFO: Scrape type for 10742455: 1
2026-03-28 15:17:30 [adesa.be] INFO: Scraping item 10742455 url https://www.openlane.eu/en/carv6/auction/10742455
2026-03-28 15:17:30 [adesa.be] INFO: Found listing with ID: 10742468
2026-03-28 15:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742468%27 HTTP/1.1" 200 None
2026-03-28 15:17:30 [adesa.be] INFO: Scrape type for 10742468: 1
2026-03-28 15:17:30 [adesa.be] INFO: Scraping item 10742468 url https://www.openlane.eu/en/carv6/auction/10742468
2026-03-28 15:17:30 [adesa.be] INFO: Found listing with ID: 10742461
2026-03-28 15:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742461%27 HTTP/1.1" 200 None
2026-03-28 15:17:30 [adesa.be] INFO: Scrape type for 10742461: 1
2026-03-28 15:17:30 [adesa.be] INFO: Scraping item 10742461 url https://www.openlane.eu/en/carv6/auction/10742461
2026-03-28 15:17:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f330dab-b6d3-5775-9d67-4a16bf8b3e25 with identifier: 10733319
2026-03-28 15:17:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f330dab-b6d3-5775-9d67-4a16bf8b3e25 with scrape type 2
2026-03-28 15:17:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f330dab-b6d3-5775-9d67-4a16bf8b3e25 with scrape type 2
2026-03-28 15:17:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 7f330dab-b6d3-5775-9d67-4a16bf8b3e25, identifier: 10733319
2026-03-28 15:17:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a507a8ed-ad0a-513d-b78f-b758534beba6 with identifier: 10733357
2026-03-28 15:17:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a507a8ed-ad0a-513d-b78f-b758534beba6 with scrape type 2
2026-03-28 15:17:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a507a8ed-ad0a-513d-b78f-b758534beba6 with scrape type 2
2026-03-28 15:17:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: a507a8ed-ad0a-513d-b78f-b758534beba6, identifier: 10733357
2026-03-28 15:17:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a045fabb-289a-5aa8-9ee5-3fb8014e0e34 with identifier: 10733328
2026-03-28 15:17:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a045fabb-289a-5aa8-9ee5-3fb8014e0e34 with scrape type 2
2026-03-28 15:17:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a045fabb-289a-5aa8-9ee5-3fb8014e0e34 with scrape type 2
2026-03-28 15:17:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: a045fabb-289a-5aa8-9ee5-3fb8014e0e34, identifier: 10733328
2026-03-28 15:17:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74b765e0-0090-5261-aa28-8d62d3afcf50 with identifier: 10733323
2026-03-28 15:17:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74b765e0-0090-5261-aa28-8d62d3afcf50 with scrape type 2
2026-03-28 15:17:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74b765e0-0090-5261-aa28-8d62d3afcf50 with scrape type 2
2026-03-28 15:17:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 74b765e0-0090-5261-aa28-8d62d3afcf50, identifier: 10733323
2026-03-28 15:17:30 [adesa.be] INFO: Found listing with ID: 10742436
2026-03-28 15:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742436%27 HTTP/1.1" 200 None
2026-03-28 15:17:30 [adesa.be] INFO: Scrape type for 10742436: 1
2026-03-28 15:17:30 [adesa.be] INFO: Scraping item 10742436 url https://www.openlane.eu/en/carv6/auction/10742436
2026-03-28 15:17:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 7f330dab-b6d3-5775-9d67-4a16bf8b3e25 with identifier: 10733319
2026-03-28 15:17:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 7f330dab-b6d3-5775-9d67-4a16bf8b3e25 with identifier: 10733319
2026-03-28 15:17:30 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 7f330dab-b6d3-5775-9d67-4a16bf8b3e25 with identifier: 10733319 to the API
2026-03-28 15:17:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733319>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '2.0L',
'engine_horse_power': 154,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Hybrid',
'id': '7f330dab-b6d3-5775-9d67-4a16bf8b3e25',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1XTF780',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733319',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Kia',
'model': 'Optima',
'odometer': 142856,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 9800,
'price_includes_vat': True,
'registration_date': '2020-05-14',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Kia Optima SW 2.0 - Hybrid - Automatic - 154 hp - 142.856 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2020}
2026-03-28 15:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733319%27 HTTP/1.1" 200 None
2026-03-28 15:17:30 [adesa.be] INFO: Saving data for 10733319: {'auction_closing_time': 1775032200.0, 'created_time': 1774606939.297964, 'last_price_update_time': 1774711050.856835}
2026-03-28 15:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733319') HTTP/1.1" 204 0
2026-03-28 15:17:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: a507a8ed-ad0a-513d-b78f-b758534beba6 with identifier: 10733357
2026-03-28 15:17:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: a507a8ed-ad0a-513d-b78f-b758534beba6 with identifier: 10733357
2026-03-28 15:17:31 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: a507a8ed-ad0a-513d-b78f-b758534beba6 with identifier: 10733357 to the API
2026-03-28 15:17:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733357>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'MPV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 130,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Petrol',
'id': 'a507a8ed-ad0a-513d-b78f-b758534beba6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2AAE920',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733357',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '5008',
'odometer': 134297,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 9800,
'price_includes_vat': True,
'registration_date': '2021-01-27',
'seats_number': 7,
'seller_name': 'Ayvens België',
'title': 'Peugeot 5008 1.2i Active Pack - Petrol - Automatic - 130 hp - '
'134.297 km',
'transmission': 'automatic',
'trim': 'Active Pack',
'vin': None,
'year': 2021}
2026-03-28 15:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733357%27 HTTP/1.1" 200 None
2026-03-28 15:17:31 [adesa.be] INFO: Saving data for 10733357: {'auction_closing_time': 1775032200.0, 'created_time': 1774606909.945216, 'last_price_update_time': 1774711051.507743}
2026-03-28 15:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733357') HTTP/1.1" 204 0
2026-03-28 15:17:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: a045fabb-289a-5aa8-9ee5-3fb8014e0e34 with identifier: 10733328
2026-03-28 15:17:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: a045fabb-289a-5aa8-9ee5-3fb8014e0e34 with identifier: 10733328
2026-03-28 15:17:31 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: a045fabb-289a-5aa8-9ee5-3fb8014e0e34 with identifier: 10733328 to the API
2026-03-28 15:17:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733328>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 160,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Hybrid',
'id': 'a045fabb-289a-5aa8-9ee5-3fb8014e0e34',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BDD671',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733328',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'A',
'odometer': 54907,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 15700,
'price_includes_vat': True,
'registration_date': '2021-10-07',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz A 250e Business Solution - Hybrid - Automatic - 160 '
'hp - 54.907 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2021}
2026-03-28 15:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733328%27 HTTP/1.1" 200 None
2026-03-28 15:17:31 [adesa.be] INFO: Saving data for 10733328: {'auction_closing_time': 1775032200.0, 'created_time': 1774606934.471886, 'last_price_update_time': 1774711051.983878}
2026-03-28 15:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733328') HTTP/1.1" 204 0
2026-03-28 15:17:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 74b765e0-0090-5261-aa28-8d62d3afcf50 with identifier: 10733323
2026-03-28 15:17:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 74b765e0-0090-5261-aa28-8d62d3afcf50 with identifier: 10733323
2026-03-28 15:17:32 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 74b765e0-0090-5261-aa28-8d62d3afcf50 with identifier: 10733323 to the API
2026-03-28 15:17:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733323>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'MPV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 116,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Diesel',
'id': '74b765e0-0090-5261-aa28-8d62d3afcf50',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CGD314',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733323',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'B',
'odometer': 37940,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 14000,
'price_includes_vat': True,
'registration_date': '2022-07-12',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz B 180d Business Solution - Diesel - Manual - 116 hp - '
'37.940 km',
'transmission': 'manual',
'trim': 'Business Solution',
'vin': None,
'year': 2022}
2026-03-28 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733323%27 HTTP/1.1" 200 None
2026-03-28 15:17:32 [adesa.be] INFO: Saving data for 10733323: {'auction_closing_time': 1775032200.0, 'created_time': 1774606938.56451, 'last_price_update_time': 1774711052.344204}
2026-03-28 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733323') HTTP/1.1" 204 0
2026-03-28 15:17:32 [adesa.be] INFO: Found listing with ID: 10742430
2026-03-28 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742430%27 HTTP/1.1" 200 None
2026-03-28 15:17:32 [adesa.be] INFO: Scrape type for 10742430: 1
2026-03-28 15:17:32 [adesa.be] INFO: Scraping item 10742430 url https://www.openlane.eu/en/carv6/auction/10742430
2026-03-28 15:17:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733391> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733305> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733306> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:32 [adesa.be] INFO: Found listing with ID: 10742438
2026-03-28 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742438%27 HTTP/1.1" 200 None
2026-03-28 15:17:32 [adesa.be] INFO: Scrape type for 10742438: 1
2026-03-28 15:17:32 [adesa.be] INFO: Scraping item 10742438 url https://www.openlane.eu/en/carv6/auction/10742438
2026-03-28 15:17:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:32 [adesa.be] INFO: Found listing with ID: 10742473
2026-03-28 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742473%27 HTTP/1.1" 200 None
2026-03-28 15:17:32 [adesa.be] INFO: Scrape type for 10742473: 1
2026-03-28 15:17:32 [adesa.be] INFO: Scraping item 10742473 url https://www.openlane.eu/en/carv6/auction/10742473
2026-03-28 15:17:32 [adesa.be] INFO: Found listing with ID: 10742485
2026-03-28 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742485%27 HTTP/1.1" 200 None
2026-03-28 15:17:32 [adesa.be] INFO: Scrape type for 10742485: 1
2026-03-28 15:17:32 [adesa.be] INFO: Scraping item 10742485 url https://www.openlane.eu/en/carv6/auction/10742485
2026-03-28 15:17:32 [adesa.be] INFO: Found listing with ID: 10742447
2026-03-28 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742447%27 HTTP/1.1" 200 None
2026-03-28 15:17:32 [adesa.be] INFO: Scrape type for 10742447: 1
2026-03-28 15:17:32 [adesa.be] INFO: Scraping item 10742447 url https://www.openlane.eu/en/carv6/auction/10742447
2026-03-28 15:17:32 [adesa.be] INFO: Found listing with ID: 10742458
2026-03-28 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742458%27 HTTP/1.1" 200 None
2026-03-28 15:17:32 [adesa.be] INFO: Scrape type for 10742458: 1
2026-03-28 15:17:32 [adesa.be] INFO: Scraping item 10742458 url https://www.openlane.eu/en/carv6/auction/10742458
2026-03-28 15:17:32 [adesa.be] INFO: Found listing with ID: 10742442
2026-03-28 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742442%27 HTTP/1.1" 200 None
2026-03-28 15:17:32 [adesa.be] INFO: Scrape type for 10742442: 1
2026-03-28 15:17:32 [adesa.be] INFO: Scraping item 10742442 url https://www.openlane.eu/en/carv6/auction/10742442
2026-03-28 15:17:32 [adesa.be] INFO: Found listing with ID: 10742443
2026-03-28 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742443%27 HTTP/1.1" 200 None
2026-03-28 15:17:32 [adesa.be] INFO: Scrape type for 10742443: 1
2026-03-28 15:17:32 [adesa.be] INFO: Scraping item 10742443 url https://www.openlane.eu/en/carv6/auction/10742443
2026-03-28 15:17:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c9c6f9a-2904-5526-98ea-9988f667354c with identifier: 10733391
2026-03-28 15:17:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c9c6f9a-2904-5526-98ea-9988f667354c with scrape type 2
2026-03-28 15:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c9c6f9a-2904-5526-98ea-9988f667354c with scrape type 2
2026-03-28 15:17:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 2c9c6f9a-2904-5526-98ea-9988f667354c, identifier: 10733391
2026-03-28 15:17:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbc3d210-6427-5d04-bd4d-21d3ebad24a0 with identifier: 10733305
2026-03-28 15:17:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbc3d210-6427-5d04-bd4d-21d3ebad24a0 with scrape type 2
2026-03-28 15:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbc3d210-6427-5d04-bd4d-21d3ebad24a0 with scrape type 2
2026-03-28 15:17:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: fbc3d210-6427-5d04-bd4d-21d3ebad24a0, identifier: 10733305
2026-03-28 15:17:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0845f328-9dcf-5b0d-9658-fcf645204c78 with identifier: 10733306
2026-03-28 15:17:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0845f328-9dcf-5b0d-9658-fcf645204c78 with scrape type 2
2026-03-28 15:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0845f328-9dcf-5b0d-9658-fcf645204c78 with scrape type 2
2026-03-28 15:17:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 0845f328-9dcf-5b0d-9658-fcf645204c78, identifier: 10733306
2026-03-28 15:17:32 [adesa.be] INFO: Found listing with ID: 10742441
2026-03-28 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742441%27 HTTP/1.1" 200 None
2026-03-28 15:17:32 [adesa.be] INFO: Scrape type for 10742441: 1
2026-03-28 15:17:32 [adesa.be] INFO: Scraping item 10742441 url https://www.openlane.eu/en/carv6/auction/10742441
2026-03-28 15:17:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 2c9c6f9a-2904-5526-98ea-9988f667354c with identifier: 10733391
2026-03-28 15:17:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 2c9c6f9a-2904-5526-98ea-9988f667354c with identifier: 10733391
2026-03-28 15:17:32 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 2c9c6f9a-2904-5526-98ea-9988f667354c with identifier: 10733391 to the API
2026-03-28 15:17:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733391>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 110,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Petrol',
'id': '2c9c6f9a-2904-5526-98ea-9988f667354c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2AND722',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733391',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 79298,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 11000,
'price_includes_vat': True,
'registration_date': '2021-05-21',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volkswagen Golf 1.0 TSI Life - Petrol - Automatic - 110 hp - 79.298 '
'km',
'transmission': 'automatic',
'trim': 'Life',
'vin': None,
'year': 2021}
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733391%27 HTTP/1.1" 200 None
2026-03-28 15:17:33 [adesa.be] INFO: Saving data for 10733391: {'auction_closing_time': 1775032200.0, 'created_time': 1774606683.31059, 'last_price_update_time': 1774711053.119601}
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733391') HTTP/1.1" 204 0
2026-03-28 15:17:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: fbc3d210-6427-5d04-bd4d-21d3ebad24a0 with identifier: 10733305
2026-03-28 15:17:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: fbc3d210-6427-5d04-bd4d-21d3ebad24a0 with identifier: 10733305
2026-03-28 15:17:33 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: fbc3d210-6427-5d04-bd4d-21d3ebad24a0 with identifier: 10733305 to the API
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733305>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 116,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Diesel',
'id': 'fbc3d210-6427-5d04-bd4d-21d3ebad24a0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1XEL499',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733305',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': 'X1',
'odometer': 153675,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 9000,
'price_includes_vat': True,
'registration_date': '2019-12-05',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'BMW X1 16 - Diesel - Manual - 116 hp - 153.675 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2019}
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733305%27 HTTP/1.1" 200 None
2026-03-28 15:17:33 [adesa.be] INFO: Saving data for 10733305: {'auction_closing_time': 1775032200.0, 'created_time': 1774606714.964086, 'last_price_update_time': 1774711053.384554}
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733305') HTTP/1.1" 204 0
2026-03-28 15:17:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 0845f328-9dcf-5b0d-9658-fcf645204c78 with identifier: 10733306
2026-03-28 15:17:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 0845f328-9dcf-5b0d-9658-fcf645204c78 with identifier: 10733306
2026-03-28 15:17:33 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 0845f328-9dcf-5b0d-9658-fcf645204c78 with identifier: 10733306 to the API
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733306>
{'auction_title': '',
'c_o_2_emission_value': 154,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 136,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Diesel',
'id': '0845f328-9dcf-5b0d-9658-fcf645204c78',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YKH274',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733306',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': 'X3',
'odometer': 73441,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 15800,
'price_includes_vat': True,
'registration_date': '2020-09-21',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'BMW X3 18 - Diesel - Automatic - 136 hp - 73.441 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2020}
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733306%27 HTTP/1.1" 200 None
2026-03-28 15:17:33 [adesa.be] INFO: Saving data for 10733306: {'auction_closing_time': 1775032200.0, 'created_time': 1774606935.486439, 'last_price_update_time': 1774711053.63983}
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733306') HTTP/1.1" 204 0
2026-03-28 15:17:33 [adesa.be] INFO: Found listing with ID: 10742479
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742479%27 HTTP/1.1" 200 None
2026-03-28 15:17:33 [adesa.be] INFO: Scrape type for 10742479: 1
2026-03-28 15:17:33 [adesa.be] INFO: Scraping item 10742479 url https://www.openlane.eu/en/carv6/auction/10742479
2026-03-28 15:17:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742451> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742456> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:33 [adesa.be] INFO: Found listing with ID: 10742489
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742489%27 HTTP/1.1" 200 None
2026-03-28 15:17:33 [adesa.be] INFO: Scrape type for 10742489: 1
2026-03-28 15:17:33 [adesa.be] INFO: Scraping item 10742489 url https://www.openlane.eu/en/carv6/auction/10742489
2026-03-28 15:17:33 [adesa.be] INFO: Found listing with ID: 10742445
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742445%27 HTTP/1.1" 200 None
2026-03-28 15:17:33 [adesa.be] INFO: Scrape type for 10742445: 1
2026-03-28 15:17:33 [adesa.be] INFO: Scraping item 10742445 url https://www.openlane.eu/en/carv6/auction/10742445
2026-03-28 15:17:33 [adesa.be] INFO: Found listing with ID: 10742440
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742440%27 HTTP/1.1" 200 None
2026-03-28 15:17:33 [adesa.be] INFO: Scrape type for 10742440: 1
2026-03-28 15:17:33 [adesa.be] INFO: Scraping item 10742440 url https://www.openlane.eu/en/carv6/auction/10742440
2026-03-28 15:17:33 [adesa.be] INFO: Found listing with ID: 10742462
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742462%27 HTTP/1.1" 200 None
2026-03-28 15:17:33 [adesa.be] INFO: Scrape type for 10742462: 1
2026-03-28 15:17:33 [adesa.be] INFO: Scraping item 10742462 url https://www.openlane.eu/en/carv6/auction/10742462
2026-03-28 15:17:33 [adesa.be] INFO: Found listing with ID: 10742492
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742492%27 HTTP/1.1" 200 None
2026-03-28 15:17:33 [adesa.be] INFO: Scrape type for 10742492: 1
2026-03-28 15:17:33 [adesa.be] INFO: Scraping item 10742492 url https://www.openlane.eu/en/carv6/auction/10742492
2026-03-28 15:17:33 [adesa.be] INFO: Found listing with ID: 10742495
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742495%27 HTTP/1.1" 200 None
2026-03-28 15:17:33 [adesa.be] INFO: Scrape type for 10742495: 1
2026-03-28 15:17:33 [adesa.be] INFO: Scraping item 10742495 url https://www.openlane.eu/en/carv6/auction/10742495
2026-03-28 15:17:33 [adesa.be] INFO: Found listing with ID: 10742426
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742426%27 HTTP/1.1" 200 None
2026-03-28 15:17:33 [adesa.be] INFO: Scrape type for 10742426: 1
2026-03-28 15:17:33 [adesa.be] INFO: Scraping item 10742426 url https://www.openlane.eu/en/carv6/auction/10742426
2026-03-28 15:17:33 [adesa.be] INFO: Found listing with ID: 10742432
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742432%27 HTTP/1.1" 200 None
2026-03-28 15:17:33 [adesa.be] INFO: Scrape type for 10742432: 1
2026-03-28 15:17:33 [adesa.be] INFO: Scraping item 10742432 url https://www.openlane.eu/en/carv6/auction/10742432
2026-03-28 15:17:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73fdaa2e-f320-5e47-8df5-7d3af432cda6 with identifier: 10742451
2026-03-28 15:17:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73fdaa2e-f320-5e47-8df5-7d3af432cda6 with scrape type 1
2026-03-28 15:17:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 73fdaa2e-f320-5e47-8df5-7d3af432cda6
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629667%252Fgeneral%252F0e52f134-80ba-4564-b1d1-261960ba87d0.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629667/general/0e52f134-80ba-4564-b1d1-261960ba87d0.jpeg already downloaded
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629667%252Fgeneral%252F57169a72-1165-4bff-96f9-53308203de04.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629667/general/57169a72-1165-4bff-96f9-53308203de04.jpeg already downloaded
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629667%252Fgeneral%252Fb9f2d56a-87ca-4bbd-9bb0-a9d10b20e847.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629667/general/b9f2d56a-87ca-4bbd-9bb0-a9d10b20e847.jpeg already downloaded
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629667%252Fgeneral%252Ff5763257-9798-4a16-bb52-138818d939a4.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629667/general/f5763257-9798-4a16-bb52-138818d939a4.jpeg already downloaded
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629667%252Fgeneral%252F9992ea9d-a8eb-48d0-b9b2-cdef00d9fd45.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629667/general/9992ea9d-a8eb-48d0-b9b2-cdef00d9fd45.jpeg already downloaded
2026-03-28 15:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629667%252Fgeneral%252F135ed9db-ef83-4ba4-9f9c-5c239d29a5bc.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629667/general/135ed9db-ef83-4ba4-9f9c-5c239d29a5bc.jpeg already downloaded
2026-03-28 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629667%252Fgeneral%252Faa68b789-4133-42ae-9d15-8ccf13c048f4.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629667/general/aa68b789-4133-42ae-9d15-8ccf13c048f4.jpeg already downloaded
2026-03-28 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629667%252Fgeneral%252F27b18c68-5be4-49e0-b616-47328d17027f.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629667/general/27b18c68-5be4-49e0-b616-47328d17027f.jpeg already downloaded
2026-03-28 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629667%252Fgeneral%252F0871a9b5-7817-457e-8634-ac53aa3cdf4b.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629667/general/0871a9b5-7817-457e-8634-ac53aa3cdf4b.jpeg already downloaded
2026-03-28 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629667%252Fgeneral%252Fb4251631-78dc-4b1e-9516-6f90ced4867c.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629667/general/b4251631-78dc-4b1e-9516-6f90ced4867c.jpeg already downloaded
2026-03-28 15:17:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 73fdaa2e-f320-5e47-8df5-7d3af432cda6, identifier: 10742451
2026-03-28 15:17:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26628b97-05bd-5728-8ede-688f908417d7 with identifier: 10742456
2026-03-28 15:17:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26628b97-05bd-5728-8ede-688f908417d7 with scrape type 1
2026-03-28 15:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 26628b97-05bd-5728-8ede-688f908417d7
2026-03-28 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5656662%252Fgeneral%252F96c0e040-54e6-4f41-9101-60f30595440a.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5656662/general/96c0e040-54e6-4f41-9101-60f30595440a.jpeg already downloaded
2026-03-28 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5656662%252Fgeneral%252Ff6c1fae1-cb79-4e77-90dd-69a0a5eb5008.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5656662/general/f6c1fae1-cb79-4e77-90dd-69a0a5eb5008.jpeg already downloaded
2026-03-28 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5656662%252Fgeneral%252Fe47655b3-f95e-45c6-bed6-4d2488264e58.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5656662/general/e47655b3-f95e-45c6-bed6-4d2488264e58.jpeg already downloaded
2026-03-28 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5656662%252Fgeneral%252Fda3687a5-f15c-4fa5-a3eb-b31bf956ad77.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5656662/general/da3687a5-f15c-4fa5-a3eb-b31bf956ad77.jpeg already downloaded
2026-03-28 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5656662%252Fgeneral%252Fe6cfa2f5-2318-4439-97d2-f2d7c3cb82d5.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5656662/general/e6cfa2f5-2318-4439-97d2-f2d7c3cb82d5.jpeg already downloaded
2026-03-28 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5656662%252Fgeneral%252F41318db1-3e23-426a-958b-a07747d11fea.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5656662/general/41318db1-3e23-426a-958b-a07747d11fea.jpeg already downloaded
2026-03-28 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5656662%252Fgeneral%252Fee7210bc-c10e-49ee-b96f-71905fbd2f28.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5656662/general/ee7210bc-c10e-49ee-b96f-71905fbd2f28.jpeg already downloaded
2026-03-28 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5656662%252Fgeneral%252Fd4e01406-3ea4-4edb-982d-4c889f53ce68.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5656662/general/d4e01406-3ea4-4edb-982d-4c889f53ce68.jpeg already downloaded
2026-03-28 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5656662%252Fgeneral%252F0458015f-d20a-48b7-9f79-f41a96e1b297.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5656662/general/0458015f-d20a-48b7-9f79-f41a96e1b297.jpeg already downloaded
2026-03-28 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5656662%252Fgeneral%252Fcb06d32d-86fd-4a95-8bf6-c2d513e73db9.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5656662/general/cb06d32d-86fd-4a95-8bf6-c2d513e73db9.jpeg already downloaded
2026-03-28 15:17:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 26628b97-05bd-5728-8ede-688f908417d7, identifier: 10742456
2026-03-28 15:17:34 [adesa.be] INFO: Found listing with ID: 10742429
2026-03-28 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742429%27 HTTP/1.1" 200 None
2026-03-28 15:17:34 [adesa.be] INFO: Scrape type for 10742429: 1
2026-03-28 15:17:34 [adesa.be] INFO: Scraping item 10742429 url https://www.openlane.eu/en/carv6/auction/10742429
2026-03-28 15:17:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 73fdaa2e-f320-5e47-8df5-7d3af432cda6 with identifier: 10742451
2026-03-28 15:17:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 15:17:34 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=CNG HTTP/1.1" 200 None
2026-03-28 15:17:34 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 15:17:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 73fdaa2e-f320-5e47-8df5-7d3af432cda6 with identifier: 10742451
2026-03-28 15:17:34 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 73fdaa2e-f320-5e47-8df5-7d3af432cda6 with identifier: 10742451 to the API
2026-03-28 15:17:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742451>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 170,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': '73fdaa2e-f320-5e47-8df5-7d3af432cda6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '000000',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742451',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'A4',
'odometer': 162750,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 41,
'photo_urls': ['https://images.openlane.eu/carimgs/5629667/general/0e52f134-80ba-4564-b1d1-261960ba87d0.jpeg',
'https://images.openlane.eu/carimgs/5629667/general/57169a72-1165-4bff-96f9-53308203de04.jpeg',
'https://images.openlane.eu/carimgs/5629667/general/b9f2d56a-87ca-4bbd-9bb0-a9d10b20e847.jpeg',
'https://images.openlane.eu/carimgs/5629667/general/f5763257-9798-4a16-bb52-138818d939a4.jpeg',
'https://images.openlane.eu/carimgs/5629667/general/9992ea9d-a8eb-48d0-b9b2-cdef00d9fd45.jpeg',
'https://images.openlane.eu/carimgs/5629667/general/135ed9db-ef83-4ba4-9f9c-5c239d29a5bc.jpeg',
'https://images.openlane.eu/carimgs/5629667/general/aa68b789-4133-42ae-9d15-8ccf13c048f4.jpeg',
'https://images.openlane.eu/carimgs/5629667/general/27b18c68-5be4-49e0-b616-47328d17027f.jpeg',
'https://images.openlane.eu/carimgs/5629667/general/0871a9b5-7817-457e-8634-ac53aa3cdf4b.jpeg',
'https://images.openlane.eu/carimgs/5629667/general/b4251631-78dc-4b1e-9516-6f90ced4867c.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73fdaa2e-f320-5e47-8df5-7d3af432cda6/73fdaa2e-f320-5e47-8df5-7d3af432cda6_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2432301,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629667/general/0e52f134-80ba-4564-b1d1-261960ba87d0.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73fdaa2e-f320-5e47-8df5-7d3af432cda6/73fdaa2e-f320-5e47-8df5-7d3af432cda6_image_1.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 2761482,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629667/general/57169a72-1165-4bff-96f9-53308203de04.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73fdaa2e-f320-5e47-8df5-7d3af432cda6/73fdaa2e-f320-5e47-8df5-7d3af432cda6_image_2.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 3000850,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629667/general/b9f2d56a-87ca-4bbd-9bb0-a9d10b20e847.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73fdaa2e-f320-5e47-8df5-7d3af432cda6/73fdaa2e-f320-5e47-8df5-7d3af432cda6_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2498505,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629667/general/f5763257-9798-4a16-bb52-138818d939a4.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73fdaa2e-f320-5e47-8df5-7d3af432cda6/73fdaa2e-f320-5e47-8df5-7d3af432cda6_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2900578,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629667/general/9992ea9d-a8eb-48d0-b9b2-cdef00d9fd45.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73fdaa2e-f320-5e47-8df5-7d3af432cda6/73fdaa2e-f320-5e47-8df5-7d3af432cda6_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2256018,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629667/general/135ed9db-ef83-4ba4-9f9c-5c239d29a5bc.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73fdaa2e-f320-5e47-8df5-7d3af432cda6/73fdaa2e-f320-5e47-8df5-7d3af432cda6_image_6.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 1965840,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629667/general/aa68b789-4133-42ae-9d15-8ccf13c048f4.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73fdaa2e-f320-5e47-8df5-7d3af432cda6/73fdaa2e-f320-5e47-8df5-7d3af432cda6_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2964953,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629667/general/27b18c68-5be4-49e0-b616-47328d17027f.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73fdaa2e-f320-5e47-8df5-7d3af432cda6/73fdaa2e-f320-5e47-8df5-7d3af432cda6_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2024469,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629667/general/0871a9b5-7817-457e-8634-ac53aa3cdf4b.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_73fdaa2e-f320-5e47-8df5-7d3af432cda6/73fdaa2e-f320-5e47-8df5-7d3af432cda6_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2331364,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629667/general/b4251631-78dc-4b1e-9516-6f90ced4867c.jpeg',
'Width': 4032}],
'price': 9800,
'price_includes_vat': True,
'registration_date': '2019-08-22',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Audi A4 Avant 40 TFSI - CNG - Automatic - 170 hp - 162.750 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2019}
2026-03-28 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742451%27 HTTP/1.1" 200 None
2026-03-28 15:17:34 [adesa.be] INFO: Saving data for 10742451: {'created_time': 1774711054.897007, 'last_price_update_time': 1774711054.897019, 'auction_closing_time': 1774864800.0}
2026-03-28 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742451') HTTP/1.1" 204 0
2026-03-28 15:17:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 26628b97-05bd-5728-8ede-688f908417d7 with identifier: 10742456
2026-03-28 15:17:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 26628b97-05bd-5728-8ede-688f908417d7 with identifier: 10742456
2026-03-28 15:17:35 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 26628b97-05bd-5728-8ede-688f908417d7 with identifier: 10742456 to the API
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742456>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 170,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': '26628b97-05bd-5728-8ede-688f908417d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KA109071',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742456',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'A4',
'odometer': 178644,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 31,
'photo_urls': ['https://images.openlane.eu/carimgs/5656662/general/96c0e040-54e6-4f41-9101-60f30595440a.jpeg',
'https://images.openlane.eu/carimgs/5656662/general/f6c1fae1-cb79-4e77-90dd-69a0a5eb5008.jpeg',
'https://images.openlane.eu/carimgs/5656662/general/e47655b3-f95e-45c6-bed6-4d2488264e58.jpeg',
'https://images.openlane.eu/carimgs/5656662/general/da3687a5-f15c-4fa5-a3eb-b31bf956ad77.jpeg',
'https://images.openlane.eu/carimgs/5656662/general/e6cfa2f5-2318-4439-97d2-f2d7c3cb82d5.jpeg',
'https://images.openlane.eu/carimgs/5656662/general/41318db1-3e23-426a-958b-a07747d11fea.jpeg',
'https://images.openlane.eu/carimgs/5656662/general/ee7210bc-c10e-49ee-b96f-71905fbd2f28.jpeg',
'https://images.openlane.eu/carimgs/5656662/general/d4e01406-3ea4-4edb-982d-4c889f53ce68.jpeg',
'https://images.openlane.eu/carimgs/5656662/general/0458015f-d20a-48b7-9f79-f41a96e1b297.jpeg',
'https://images.openlane.eu/carimgs/5656662/general/cb06d32d-86fd-4a95-8bf6-c2d513e73db9.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_26628b97-05bd-5728-8ede-688f908417d7/26628b97-05bd-5728-8ede-688f908417d7_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2346070,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5656662/general/96c0e040-54e6-4f41-9101-60f30595440a.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_26628b97-05bd-5728-8ede-688f908417d7/26628b97-05bd-5728-8ede-688f908417d7_image_1.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 3171540,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5656662/general/f6c1fae1-cb79-4e77-90dd-69a0a5eb5008.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_26628b97-05bd-5728-8ede-688f908417d7/26628b97-05bd-5728-8ede-688f908417d7_image_2.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 2722283,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5656662/general/e47655b3-f95e-45c6-bed6-4d2488264e58.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_26628b97-05bd-5728-8ede-688f908417d7/26628b97-05bd-5728-8ede-688f908417d7_image_3.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 2374301,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5656662/general/da3687a5-f15c-4fa5-a3eb-b31bf956ad77.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_26628b97-05bd-5728-8ede-688f908417d7/26628b97-05bd-5728-8ede-688f908417d7_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1826793,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5656662/general/e6cfa2f5-2318-4439-97d2-f2d7c3cb82d5.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_26628b97-05bd-5728-8ede-688f908417d7/26628b97-05bd-5728-8ede-688f908417d7_image_5.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 1494484,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5656662/general/41318db1-3e23-426a-958b-a07747d11fea.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_26628b97-05bd-5728-8ede-688f908417d7/26628b97-05bd-5728-8ede-688f908417d7_image_6.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 2198400,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5656662/general/ee7210bc-c10e-49ee-b96f-71905fbd2f28.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_26628b97-05bd-5728-8ede-688f908417d7/26628b97-05bd-5728-8ede-688f908417d7_image_7.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 2025050,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5656662/general/d4e01406-3ea4-4edb-982d-4c889f53ce68.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_26628b97-05bd-5728-8ede-688f908417d7/26628b97-05bd-5728-8ede-688f908417d7_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1592398,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5656662/general/0458015f-d20a-48b7-9f79-f41a96e1b297.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_26628b97-05bd-5728-8ede-688f908417d7/26628b97-05bd-5728-8ede-688f908417d7_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1336228,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5656662/general/cb06d32d-86fd-4a95-8bf6-c2d513e73db9.jpeg',
'Width': 4032}],
'price': 9300,
'price_includes_vat': True,
'registration_date': '2019-08-27',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Audi A4 Avant 40 TFSI - CNG - Automatic - 170 hp - 178.644 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2019}
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742456%27 HTTP/1.1" 200 None
2026-03-28 15:17:35 [adesa.be] INFO: Saving data for 10742456: {'created_time': 1774711055.361786, 'last_price_update_time': 1774711055.361796, 'auction_closing_time': 1774864800.0}
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742456') HTTP/1.1" 204 0
2026-03-28 15:17:35 [adesa.be] INFO: Found listing with ID: 10742464
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742464%27 HTTP/1.1" 200 None
2026-03-28 15:17:35 [adesa.be] INFO: Scrape type for 10742464: 1
2026-03-28 15:17:35 [adesa.be] INFO: Scraping item 10742464 url https://www.openlane.eu/en/carv6/auction/10742464
2026-03-28 15:17:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742422> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742454> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742494> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:35 [adesa.be] INFO: Found listing with ID: 10742450
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742450%27 HTTP/1.1" 200 None
2026-03-28 15:17:35 [adesa.be] INFO: Scrape type for 10742450: 1
2026-03-28 15:17:35 [adesa.be] INFO: Scraping item 10742450 url https://www.openlane.eu/en/carv6/auction/10742450
2026-03-28 15:17:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733301> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:35 [adesa.be] INFO: Found listing with ID: 10742465
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742465%27 HTTP/1.1" 200 None
2026-03-28 15:17:35 [adesa.be] INFO: Scrape type for 10742465: 1
2026-03-28 15:17:35 [adesa.be] INFO: Scraping item 10742465 url https://www.openlane.eu/en/carv6/auction/10742465
2026-03-28 15:17:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:35 [adesa.be] INFO: Found listing with ID: 10742452
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742452%27 HTTP/1.1" 200 None
2026-03-28 15:17:35 [adesa.be] INFO: Scrape type for 10742452: 1
2026-03-28 15:17:35 [adesa.be] INFO: Scraping item 10742452 url https://www.openlane.eu/en/carv6/auction/10742452
2026-03-28 15:17:35 [adesa.be] INFO: Found listing with ID: 10742486
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742486%27 HTTP/1.1" 200 None
2026-03-28 15:17:35 [adesa.be] INFO: Scrape type for 10742486: 1
2026-03-28 15:17:35 [adesa.be] INFO: Scraping item 10742486 url https://www.openlane.eu/en/carv6/auction/10742486
2026-03-28 15:17:35 [adesa.be] INFO: Found listing with ID: 10742487
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742487%27 HTTP/1.1" 200 None
2026-03-28 15:17:35 [adesa.be] INFO: Scrape type for 10742487: 1
2026-03-28 15:17:35 [adesa.be] INFO: Scraping item 10742487 url https://www.openlane.eu/en/carv6/auction/10742487
2026-03-28 15:17:35 [adesa.be] INFO: Found listing with ID: 10742463
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742463%27 HTTP/1.1" 200 None
2026-03-28 15:17:35 [adesa.be] INFO: Scrape type for 10742463: 1
2026-03-28 15:17:35 [adesa.be] INFO: Scraping item 10742463 url https://www.openlane.eu/en/carv6/auction/10742463
2026-03-28 15:17:35 [adesa.be] INFO: Found listing with ID: 10742493
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742493%27 HTTP/1.1" 200 None
2026-03-28 15:17:35 [adesa.be] INFO: Scrape type for 10742493: 1
2026-03-28 15:17:35 [adesa.be] INFO: Scraping item 10742493 url https://www.openlane.eu/en/carv6/auction/10742493
2026-03-28 15:17:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8661b3be-1d5a-5c51-80bf-4962d70c963a with identifier: 10742422
2026-03-28 15:17:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8661b3be-1d5a-5c51-80bf-4962d70c963a with scrape type 1
2026-03-28 15:17:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8661b3be-1d5a-5c51-80bf-4962d70c963a
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5320311%252Fgeneral%252F3508cd6f-4bb3-487a-9293-3fea9af7e2d3.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5320311/general/3508cd6f-4bb3-487a-9293-3fea9af7e2d3.jpg already downloaded
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5320311%252Fgeneral%252Ff162aeda-d527-4612-ac22-8e626b7630c5.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5320311/general/f162aeda-d527-4612-ac22-8e626b7630c5.jpg already downloaded
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5320311%252Fgeneral%252F8199a068-31da-4f48-a18b-4f71c45810cc.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5320311/general/8199a068-31da-4f48-a18b-4f71c45810cc.jpg already downloaded
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5320311%252Fgeneral%252Ff6ed0221-b5f7-43c5-99d3-8a61ea08736c.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5320311/general/f6ed0221-b5f7-43c5-99d3-8a61ea08736c.jpg already downloaded
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5320311%252Fgeneral%252F83dc7b59-3d1b-45a5-b798-650d4bc7beb0.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5320311/general/83dc7b59-3d1b-45a5-b798-650d4bc7beb0.jpg already downloaded
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5320311%252Fgeneral%252F33c9c40a-af89-4a25-be73-3ed88621bd73.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5320311/general/33c9c40a-af89-4a25-be73-3ed88621bd73.jpg already downloaded
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5320311%252Fgeneral%252F6c7b7b47-bc81-4dae-ae7d-27b356bbd7f3.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5320311/general/6c7b7b47-bc81-4dae-ae7d-27b356bbd7f3.jpg already downloaded
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5320311%252Fgeneral%252F926f5ec1-2d19-4d9e-b726-ad0be399f7dc.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5320311/general/926f5ec1-2d19-4d9e-b726-ad0be399f7dc.jpg already downloaded
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5320311%252Fgeneral%252F521bc079-a5e4-420e-ad6e-5cfdfc9f4600.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5320311/general/521bc079-a5e4-420e-ad6e-5cfdfc9f4600.jpg already downloaded
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5320311%252Fgeneral%252Fed5667bd-7d1a-4a40-8b3b-e90a095d4416.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5320311/general/ed5667bd-7d1a-4a40-8b3b-e90a095d4416.jpg already downloaded
2026-03-28 15:17:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 8661b3be-1d5a-5c51-80bf-4962d70c963a, identifier: 10742422
2026-03-28 15:17:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 180ec594-9423-5acf-91e5-982237087c93 with identifier: 10742454
2026-03-28 15:17:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 180ec594-9423-5acf-91e5-982237087c93 with scrape type 1
2026-03-28 15:17:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 180ec594-9423-5acf-91e5-982237087c93
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5656158%252Fgeneral%252Fd898fb9b-d1ea-4a71-964e-c0a67a2fee4f.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5656158/general/d898fb9b-d1ea-4a71-964e-c0a67a2fee4f.jpeg already downloaded
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5656158%252Fgeneral%252F445e3cdb-2cfe-48a5-93c5-e2e0fd81dfa1.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5656158/general/445e3cdb-2cfe-48a5-93c5-e2e0fd81dfa1.jpeg already downloaded
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5656158%252Fgeneral%252F81b577b8-8e5b-4274-9e54-09a949d5ceee.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5656158/general/81b577b8-8e5b-4274-9e54-09a949d5ceee.jpeg already downloaded
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5656158%252Fgeneral%252Fa6148b65-5699-4d17-84c3-cf273592199c.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5656158/general/a6148b65-5699-4d17-84c3-cf273592199c.jpeg already downloaded
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5656158%252Fgeneral%252Feb1d1810-5379-4a71-841b-1dfc7a4b107b.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5656158/general/eb1d1810-5379-4a71-841b-1dfc7a4b107b.jpeg already downloaded
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5656158%252Fgeneral%252F0bf4a837-7a6a-400b-a524-15ee63b6a547.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5656158/general/0bf4a837-7a6a-400b-a524-15ee63b6a547.jpeg already downloaded
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5656158%252Fgeneral%252F401737fe-fa30-40d4-8fea-b9dae564b016.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5656158/general/401737fe-fa30-40d4-8fea-b9dae564b016.jpeg already downloaded
2026-03-28 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5656158%252Fgeneral%252Fa5c58e24-cfe8-4bc7-a0e4-d6400669f0f9.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5656158/general/a5c58e24-cfe8-4bc7-a0e4-d6400669f0f9.jpeg already downloaded
2026-03-28 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5656158%252Fgeneral%252F708e26dc-8a55-4761-84e2-75aa91cd9252.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5656158/general/708e26dc-8a55-4761-84e2-75aa91cd9252.jpeg already downloaded
2026-03-28 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5656158%252Fgeneral%252Fd40a5d72-2c1e-4d46-9b16-90d586d273ed.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5656158/general/d40a5d72-2c1e-4d46-9b16-90d586d273ed.jpeg already downloaded
2026-03-28 15:17:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 180ec594-9423-5acf-91e5-982237087c93, identifier: 10742454
2026-03-28 15:17:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58de69ba-958f-5e5a-930e-b3d2ff5d1856 with identifier: 10742494
2026-03-28 15:17:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58de69ba-958f-5e5a-930e-b3d2ff5d1856 with scrape type 1
2026-03-28 15:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 58de69ba-958f-5e5a-930e-b3d2ff5d1856
2026-03-28 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743876%252Fgeneral%252F2d4734bf-04fd-4a4c-97ef-f2d850337b6f.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743876/general/2d4734bf-04fd-4a4c-97ef-f2d850337b6f.jpeg already downloaded
2026-03-28 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743876%252Fgeneral%252Fd89b11f5-7c3e-4f46-a44b-f8a16e9f8fac.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743876/general/d89b11f5-7c3e-4f46-a44b-f8a16e9f8fac.jpeg already downloaded
2026-03-28 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743876%252Fgeneral%252F127c202b-d42a-42a3-b4d7-020e632ab5a0.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743876/general/127c202b-d42a-42a3-b4d7-020e632ab5a0.jpeg already downloaded
2026-03-28 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743876%252Fgeneral%252F5ed6137f-c071-4432-9d16-ac3d0b796c8d.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743876/general/5ed6137f-c071-4432-9d16-ac3d0b796c8d.jpeg already downloaded
2026-03-28 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743876%252Fgeneral%252F6d9fb6d9-83f5-4b76-9b58-47d2b2809762.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743876/general/6d9fb6d9-83f5-4b76-9b58-47d2b2809762.jpeg already downloaded
2026-03-28 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743876%252Fgeneral%252F500828a6-7056-4016-aa3a-c234ab58981f.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743876/general/500828a6-7056-4016-aa3a-c234ab58981f.jpeg already downloaded
2026-03-28 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743876%252Fgeneral%252F28c1187e-95f0-4edb-abb7-f0119db24cb0.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743876/general/28c1187e-95f0-4edb-abb7-f0119db24cb0.jpeg already downloaded
2026-03-28 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743876%252Fgeneral%252Fc198cf0e-fa3f-40e6-ac2f-1b96aabf1caa.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743876/general/c198cf0e-fa3f-40e6-ac2f-1b96aabf1caa.jpeg already downloaded
2026-03-28 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743876%252Fgeneral%252F7746043f-613d-47ef-bb08-f5a11548139f.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743876/general/7746043f-613d-47ef-bb08-f5a11548139f.jpeg already downloaded
2026-03-28 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743876%252Fgeneral%252Fe89a5983-6d88-4668-9835-f2fd0323efe6.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743876/general/e89a5983-6d88-4668-9835-f2fd0323efe6.jpeg already downloaded
2026-03-28 15:17:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 58de69ba-958f-5e5a-930e-b3d2ff5d1856, identifier: 10742494
2026-03-28 15:17:36 [adesa.be] INFO: Found listing with ID: 10742431
2026-03-28 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742431%27 HTTP/1.1" 200 None
2026-03-28 15:17:36 [adesa.be] INFO: Scrape type for 10742431: 1
2026-03-28 15:17:36 [adesa.be] INFO: Scraping item 10742431 url https://www.openlane.eu/en/carv6/auction/10742431
2026-03-28 15:17:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 8661b3be-1d5a-5c51-80bf-4962d70c963a with identifier: 10742422
2026-03-28 15:17:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 8661b3be-1d5a-5c51-80bf-4962d70c963a with identifier: 10742422
2026-03-28 15:17:36 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 8661b3be-1d5a-5c51-80bf-4962d70c963a with identifier: 10742422 to the API
2026-03-28 15:17:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742422>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 150,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '8661b3be-1d5a-5c51-80bf-4962d70c963a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '000000',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742422',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Ford',
'model': 'Kuga',
'odometer': 111001,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 38,
'photo_urls': ['https://images.openlane.eu/carimgs/5320311/general/3508cd6f-4bb3-487a-9293-3fea9af7e2d3.jpg',
'https://images.openlane.eu/carimgs/5320311/general/f162aeda-d527-4612-ac22-8e626b7630c5.jpg',
'https://images.openlane.eu/carimgs/5320311/general/8199a068-31da-4f48-a18b-4f71c45810cc.jpg',
'https://images.openlane.eu/carimgs/5320311/general/f6ed0221-b5f7-43c5-99d3-8a61ea08736c.jpg',
'https://images.openlane.eu/carimgs/5320311/general/83dc7b59-3d1b-45a5-b798-650d4bc7beb0.jpg',
'https://images.openlane.eu/carimgs/5320311/general/33c9c40a-af89-4a25-be73-3ed88621bd73.jpg',
'https://images.openlane.eu/carimgs/5320311/general/6c7b7b47-bc81-4dae-ae7d-27b356bbd7f3.jpg',
'https://images.openlane.eu/carimgs/5320311/general/926f5ec1-2d19-4d9e-b726-ad0be399f7dc.jpg',
'https://images.openlane.eu/carimgs/5320311/general/521bc079-a5e4-420e-ad6e-5cfdfc9f4600.jpg',
'https://images.openlane.eu/carimgs/5320311/general/ed5667bd-7d1a-4a40-8b3b-e90a095d4416.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8661b3be-1d5a-5c51-80bf-4962d70c963a/8661b3be-1d5a-5c51-80bf-4962d70c963a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 419624,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5320311/general/3508cd6f-4bb3-487a-9293-3fea9af7e2d3.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8661b3be-1d5a-5c51-80bf-4962d70c963a/8661b3be-1d5a-5c51-80bf-4962d70c963a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 400817,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5320311/general/f162aeda-d527-4612-ac22-8e626b7630c5.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8661b3be-1d5a-5c51-80bf-4962d70c963a/8661b3be-1d5a-5c51-80bf-4962d70c963a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 373805,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5320311/general/8199a068-31da-4f48-a18b-4f71c45810cc.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8661b3be-1d5a-5c51-80bf-4962d70c963a/8661b3be-1d5a-5c51-80bf-4962d70c963a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 358310,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5320311/general/f6ed0221-b5f7-43c5-99d3-8a61ea08736c.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8661b3be-1d5a-5c51-80bf-4962d70c963a/8661b3be-1d5a-5c51-80bf-4962d70c963a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 368805,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5320311/general/83dc7b59-3d1b-45a5-b798-650d4bc7beb0.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8661b3be-1d5a-5c51-80bf-4962d70c963a/8661b3be-1d5a-5c51-80bf-4962d70c963a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 452900,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5320311/general/33c9c40a-af89-4a25-be73-3ed88621bd73.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8661b3be-1d5a-5c51-80bf-4962d70c963a/8661b3be-1d5a-5c51-80bf-4962d70c963a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 346719,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5320311/general/6c7b7b47-bc81-4dae-ae7d-27b356bbd7f3.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8661b3be-1d5a-5c51-80bf-4962d70c963a/8661b3be-1d5a-5c51-80bf-4962d70c963a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 287975,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5320311/general/926f5ec1-2d19-4d9e-b726-ad0be399f7dc.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8661b3be-1d5a-5c51-80bf-4962d70c963a/8661b3be-1d5a-5c51-80bf-4962d70c963a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 432374,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5320311/general/521bc079-a5e4-420e-ad6e-5cfdfc9f4600.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8661b3be-1d5a-5c51-80bf-4962d70c963a/8661b3be-1d5a-5c51-80bf-4962d70c963a_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 294736,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5320311/general/ed5667bd-7d1a-4a40-8b3b-e90a095d4416.jpg',
'Width': 2000}],
'price': 7700,
'price_includes_vat': True,
'registration_date': '2019-03-29',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Ford Kuga 1.5 EcoBoost Titanium - Petrol - Manual - 150 hp - '
'111.001 km',
'transmission': 'manual',
'trim': 'Titanium',
'vin': None,
'year': 2019}
2026-03-28 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742422%27 HTTP/1.1" 200 None
2026-03-28 15:17:36 [adesa.be] INFO: Saving data for 10742422: {'created_time': 1774711056.728614, 'last_price_update_time': 1774711056.728624, 'auction_closing_time': 1774864800.0}
2026-03-28 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742422') HTTP/1.1" 204 0
2026-03-28 15:17:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 180ec594-9423-5acf-91e5-982237087c93 with identifier: 10742454
2026-03-28 15:17:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 180ec594-9423-5acf-91e5-982237087c93 with identifier: 10742454
2026-03-28 15:17:36 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 180ec594-9423-5acf-91e5-982237087c93 with identifier: 10742454 to the API
2026-03-28 15:17:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742454>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 120,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '180ec594-9423-5acf-91e5-982237087c93',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'G63624',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742454',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Ford',
'model': 'Kuga',
'odometer': 43024,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 25,
'photo_urls': ['https://images.openlane.eu/carimgs/5656158/general/d898fb9b-d1ea-4a71-964e-c0a67a2fee4f.jpeg',
'https://images.openlane.eu/carimgs/5656158/general/445e3cdb-2cfe-48a5-93c5-e2e0fd81dfa1.jpeg',
'https://images.openlane.eu/carimgs/5656158/general/81b577b8-8e5b-4274-9e54-09a949d5ceee.jpeg',
'https://images.openlane.eu/carimgs/5656158/general/a6148b65-5699-4d17-84c3-cf273592199c.jpeg',
'https://images.openlane.eu/carimgs/5656158/general/eb1d1810-5379-4a71-841b-1dfc7a4b107b.jpeg',
'https://images.openlane.eu/carimgs/5656158/general/0bf4a837-7a6a-400b-a524-15ee63b6a547.jpeg',
'https://images.openlane.eu/carimgs/5656158/general/401737fe-fa30-40d4-8fea-b9dae564b016.jpeg',
'https://images.openlane.eu/carimgs/5656158/general/a5c58e24-cfe8-4bc7-a0e4-d6400669f0f9.jpeg',
'https://images.openlane.eu/carimgs/5656158/general/708e26dc-8a55-4761-84e2-75aa91cd9252.jpeg',
'https://images.openlane.eu/carimgs/5656158/general/d40a5d72-2c1e-4d46-9b16-90d586d273ed.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_180ec594-9423-5acf-91e5-982237087c93/180ec594-9423-5acf-91e5-982237087c93_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 361315,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5656158/general/d898fb9b-d1ea-4a71-964e-c0a67a2fee4f.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_180ec594-9423-5acf-91e5-982237087c93/180ec594-9423-5acf-91e5-982237087c93_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 377578,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5656158/general/445e3cdb-2cfe-48a5-93c5-e2e0fd81dfa1.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_180ec594-9423-5acf-91e5-982237087c93/180ec594-9423-5acf-91e5-982237087c93_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 328899,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5656158/general/81b577b8-8e5b-4274-9e54-09a949d5ceee.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_180ec594-9423-5acf-91e5-982237087c93/180ec594-9423-5acf-91e5-982237087c93_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 328769,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5656158/general/a6148b65-5699-4d17-84c3-cf273592199c.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_180ec594-9423-5acf-91e5-982237087c93/180ec594-9423-5acf-91e5-982237087c93_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 338316,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5656158/general/eb1d1810-5379-4a71-841b-1dfc7a4b107b.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_180ec594-9423-5acf-91e5-982237087c93/180ec594-9423-5acf-91e5-982237087c93_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 284285,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5656158/general/0bf4a837-7a6a-400b-a524-15ee63b6a547.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_180ec594-9423-5acf-91e5-982237087c93/180ec594-9423-5acf-91e5-982237087c93_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 291413,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5656158/general/401737fe-fa30-40d4-8fea-b9dae564b016.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_180ec594-9423-5acf-91e5-982237087c93/180ec594-9423-5acf-91e5-982237087c93_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 293805,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5656158/general/a5c58e24-cfe8-4bc7-a0e4-d6400669f0f9.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_180ec594-9423-5acf-91e5-982237087c93/180ec594-9423-5acf-91e5-982237087c93_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 286817,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5656158/general/708e26dc-8a55-4761-84e2-75aa91cd9252.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_180ec594-9423-5acf-91e5-982237087c93/180ec594-9423-5acf-91e5-982237087c93_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 352797,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5656158/general/d40a5d72-2c1e-4d46-9b16-90d586d273ed.jpeg',
'Width': 1440}],
'price': 10700,
'price_includes_vat': True,
'registration_date': '2019-02-01',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Ford Kuga 2.0 TDCI Titanium - Diesel - Automatic - 120 hp - 43.024 '
'km',
'transmission': 'automatic',
'trim': 'Titanium',
'vin': None,
'year': 2019}
2026-03-28 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742454%27 HTTP/1.1" 200 None
2026-03-28 15:17:37 [adesa.be] INFO: Saving data for 10742454: {'created_time': 1774711057.054481, 'last_price_update_time': 1774711057.054491, 'auction_closing_time': 1774864800.0}
2026-03-28 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742454') HTTP/1.1" 204 0
2026-03-28 15:17:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 58de69ba-958f-5e5a-930e-b3d2ff5d1856 with identifier: 10742494
2026-03-28 15:17:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 58de69ba-958f-5e5a-930e-b3d2ff5d1856 with identifier: 10742494
2026-03-28 15:17:37 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 58de69ba-958f-5e5a-930e-b3d2ff5d1856 with identifier: 10742494 to the API
2026-03-28 15:17:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742494>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 170,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': '58de69ba-958f-5e5a-930e-b3d2ff5d1856',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '109616',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742494',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'A4',
'odometer': 119530,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 33,
'photo_urls': ['https://images.openlane.eu/carimgs/5743876/general/2d4734bf-04fd-4a4c-97ef-f2d850337b6f.jpeg',
'https://images.openlane.eu/carimgs/5743876/general/d89b11f5-7c3e-4f46-a44b-f8a16e9f8fac.jpeg',
'https://images.openlane.eu/carimgs/5743876/general/127c202b-d42a-42a3-b4d7-020e632ab5a0.jpeg',
'https://images.openlane.eu/carimgs/5743876/general/5ed6137f-c071-4432-9d16-ac3d0b796c8d.jpeg',
'https://images.openlane.eu/carimgs/5743876/general/6d9fb6d9-83f5-4b76-9b58-47d2b2809762.jpeg',
'https://images.openlane.eu/carimgs/5743876/general/500828a6-7056-4016-aa3a-c234ab58981f.jpeg',
'https://images.openlane.eu/carimgs/5743876/general/28c1187e-95f0-4edb-abb7-f0119db24cb0.jpeg',
'https://images.openlane.eu/carimgs/5743876/general/c198cf0e-fa3f-40e6-ac2f-1b96aabf1caa.jpeg',
'https://images.openlane.eu/carimgs/5743876/general/7746043f-613d-47ef-bb08-f5a11548139f.jpeg',
'https://images.openlane.eu/carimgs/5743876/general/e89a5983-6d88-4668-9835-f2fd0323efe6.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_58de69ba-958f-5e5a-930e-b3d2ff5d1856/58de69ba-958f-5e5a-930e-b3d2ff5d1856_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 292887,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743876/general/2d4734bf-04fd-4a4c-97ef-f2d850337b6f.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_58de69ba-958f-5e5a-930e-b3d2ff5d1856/58de69ba-958f-5e5a-930e-b3d2ff5d1856_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 305904,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743876/general/d89b11f5-7c3e-4f46-a44b-f8a16e9f8fac.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_58de69ba-958f-5e5a-930e-b3d2ff5d1856/58de69ba-958f-5e5a-930e-b3d2ff5d1856_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 331875,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743876/general/127c202b-d42a-42a3-b4d7-020e632ab5a0.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_58de69ba-958f-5e5a-930e-b3d2ff5d1856/58de69ba-958f-5e5a-930e-b3d2ff5d1856_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 317007,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743876/general/5ed6137f-c071-4432-9d16-ac3d0b796c8d.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_58de69ba-958f-5e5a-930e-b3d2ff5d1856/58de69ba-958f-5e5a-930e-b3d2ff5d1856_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 291413,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743876/general/6d9fb6d9-83f5-4b76-9b58-47d2b2809762.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_58de69ba-958f-5e5a-930e-b3d2ff5d1856/58de69ba-958f-5e5a-930e-b3d2ff5d1856_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 263960,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743876/general/500828a6-7056-4016-aa3a-c234ab58981f.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_58de69ba-958f-5e5a-930e-b3d2ff5d1856/58de69ba-958f-5e5a-930e-b3d2ff5d1856_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 353788,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743876/general/28c1187e-95f0-4edb-abb7-f0119db24cb0.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_58de69ba-958f-5e5a-930e-b3d2ff5d1856/58de69ba-958f-5e5a-930e-b3d2ff5d1856_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 378071,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743876/general/c198cf0e-fa3f-40e6-ac2f-1b96aabf1caa.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_58de69ba-958f-5e5a-930e-b3d2ff5d1856/58de69ba-958f-5e5a-930e-b3d2ff5d1856_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 245310,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743876/general/7746043f-613d-47ef-bb08-f5a11548139f.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_58de69ba-958f-5e5a-930e-b3d2ff5d1856/58de69ba-958f-5e5a-930e-b3d2ff5d1856_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 287971,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743876/general/e89a5983-6d88-4668-9835-f2fd0323efe6.jpeg',
'Width': 1440}],
'price': 9100,
'price_includes_vat': True,
'registration_date': '2019-08-27',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Audi A4 Avant 40 TFSI - CNG - Automatic - 170 hp - 119.530 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2019}
2026-03-28 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742494%27 HTTP/1.1" 200 None
2026-03-28 15:17:37 [adesa.be] INFO: Saving data for 10742494: {'created_time': 1774711057.398515, 'last_price_update_time': 1774711057.398525, 'auction_closing_time': 1774864800.0}
2026-03-28 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742494') HTTP/1.1" 204 0
2026-03-28 15:17:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f52b6b02-f5f9-5359-8363-302578e52700 with identifier: 10733301
2026-03-28 15:17:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f52b6b02-f5f9-5359-8363-302578e52700 with scrape type 2
2026-03-28 15:17:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f52b6b02-f5f9-5359-8363-302578e52700 with scrape type 2
2026-03-28 15:17:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: f52b6b02-f5f9-5359-8363-302578e52700, identifier: 10733301
2026-03-28 15:17:37 [adesa.be] INFO: Found listing with ID: 10742469
2026-03-28 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742469%27 HTTP/1.1" 200 None
2026-03-28 15:17:37 [adesa.be] INFO: Scrape type for 10742469: 1
2026-03-28 15:17:37 [adesa.be] INFO: Scraping item 10742469 url https://www.openlane.eu/en/carv6/auction/10742469
2026-03-28 15:17:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742420> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742496> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: f52b6b02-f5f9-5359-8363-302578e52700 with identifier: 10733301
2026-03-28 15:17:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: f52b6b02-f5f9-5359-8363-302578e52700 with identifier: 10733301
2026-03-28 15:17:37 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: f52b6b02-f5f9-5359-8363-302578e52700 with identifier: 10733301 to the API
2026-03-28 15:17:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733301>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 116,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Diesel',
'id': 'f52b6b02-f5f9-5359-8363-302578e52700',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BQV674',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733301',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': 'X1',
'odometer': 122169,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 10500,
'price_includes_vat': True,
'registration_date': '2022-02-18',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'BMW X1 16d - Diesel - Automatic - 116 hp - 122.169 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-28 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733301%27 HTTP/1.1" 200 None
2026-03-28 15:17:37 [adesa.be] INFO: Saving data for 10733301: {'auction_closing_time': 1775032200.0, 'created_time': 1774606886.654924, 'last_price_update_time': 1774711057.790749}
2026-03-28 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733301') HTTP/1.1" 204 0
2026-03-28 15:17:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:37 [adesa.be] INFO: Found listing with ID: 10742477
2026-03-28 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742477%27 HTTP/1.1" 200 None
2026-03-28 15:17:37 [adesa.be] INFO: Scrape type for 10742477: 1
2026-03-28 15:17:37 [adesa.be] INFO: Scraping item 10742477 url https://www.openlane.eu/en/carv6/auction/10742477
2026-03-28 15:17:37 [adesa.be] INFO: Found listing with ID: 10742484
2026-03-28 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742484%27 HTTP/1.1" 200 None
2026-03-28 15:17:37 [adesa.be] INFO: Scrape type for 10742484: 1
2026-03-28 15:17:37 [adesa.be] INFO: Scraping item 10742484 url https://www.openlane.eu/en/carv6/auction/10742484
2026-03-28 15:17:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69c52e92-05e0-58ed-ae99-27abf9a4cccc with identifier: 10742420
2026-03-28 15:17:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69c52e92-05e0-58ed-ae99-27abf9a4cccc with scrape type 1
2026-03-28 15:17:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 69c52e92-05e0-58ed-ae99-27abf9a4cccc
2026-03-28 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5164468%252Fgeneral%252F30a58f9f-a82a-4d99-9868-c4532729fc04.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5164468/general/30a58f9f-a82a-4d99-9868-c4532729fc04.jpg already downloaded
2026-03-28 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5164468%252Fgeneral%252F1af75b6b-4f9b-486b-8b9e-3d25de49745c.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5164468/general/1af75b6b-4f9b-486b-8b9e-3d25de49745c.jpg already downloaded
2026-03-28 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5164468%252Fgeneral%252F8b68d4a9-cece-4bec-acae-d62308dc2bab.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5164468/general/8b68d4a9-cece-4bec-acae-d62308dc2bab.jpg already downloaded
2026-03-28 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5164468%252Fgeneral%252F0d6ec16f-4c94-4787-9a61-11aaeeca5b21.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5164468/general/0d6ec16f-4c94-4787-9a61-11aaeeca5b21.jpg already downloaded
2026-03-28 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5164468%252Fgeneral%252F173306e7-cb48-46d9-85ed-6aa42ea6cd68.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5164468/general/173306e7-cb48-46d9-85ed-6aa42ea6cd68.jpg already downloaded
2026-03-28 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5164468%252Fgeneral%252F791ebfd4-9cf4-4758-b500-1122f6db460e.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5164468/general/791ebfd4-9cf4-4758-b500-1122f6db460e.jpg already downloaded
2026-03-28 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5164468%252Fgeneral%252Fcaeea5c8-493b-4185-9064-f07cee094c64.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5164468/general/caeea5c8-493b-4185-9064-f07cee094c64.jpg already downloaded
2026-03-28 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5164468%252Fgeneral%252F83c27fd4-44b3-4eee-9914-1d341185f7a9.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5164468/general/83c27fd4-44b3-4eee-9914-1d341185f7a9.jpg already downloaded
2026-03-28 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5164468%252Fgeneral%252F429a0f55-0daf-48d6-9ae8-49f72d62d938.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5164468/general/429a0f55-0daf-48d6-9ae8-49f72d62d938.jpg already downloaded
2026-03-28 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5164468%252Fgeneral%252F373923b5-410f-4805-b58f-274b7bc8bb48.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5164468/general/373923b5-410f-4805-b58f-274b7bc8bb48.jpg already downloaded
2026-03-28 15:17:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 69c52e92-05e0-58ed-ae99-27abf9a4cccc, identifier: 10742420
2026-03-28 15:17:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 131699ae-c7e4-5bcb-8088-a455516d7cd9 with identifier: 10742496
2026-03-28 15:17:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 131699ae-c7e4-5bcb-8088-a455516d7cd9 with scrape type 1
2026-03-28 15:17:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 131699ae-c7e4-5bcb-8088-a455516d7cd9
2026-03-28 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743930%252Fgeneral%252Fcdf6b726-e2fd-4a66-a705-c357b7b140c1.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743930/general/cdf6b726-e2fd-4a66-a705-c357b7b140c1.jpeg already downloaded
2026-03-28 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743930%252Fgeneral%252Ff7fb4bfc-507a-4a1a-b1a6-2a948f67c8b4.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743930/general/f7fb4bfc-507a-4a1a-b1a6-2a948f67c8b4.jpeg already downloaded
2026-03-28 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743930%252Fgeneral%252F6d04218e-41ed-4a7c-9e0a-90e2e37a1246.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743930/general/6d04218e-41ed-4a7c-9e0a-90e2e37a1246.jpeg already downloaded
2026-03-28 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743930%252Fgeneral%252F7e0fa27b-9682-4fc0-a143-13eadfebe097.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743930/general/7e0fa27b-9682-4fc0-a143-13eadfebe097.jpeg already downloaded
2026-03-28 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743930%252Fgeneral%252Fb78560a9-5661-4f0b-a025-c7a44d824ab4.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743930/general/b78560a9-5661-4f0b-a025-c7a44d824ab4.jpeg already downloaded
2026-03-28 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743930%252Fgeneral%252F5b71d1ea-a648-475f-9e4c-9b748ae213bd.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743930/general/5b71d1ea-a648-475f-9e4c-9b748ae213bd.jpeg already downloaded
2026-03-28 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743930%252Fgeneral%252F58361e6e-3911-48a1-867d-0b84d54c383c.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743930/general/58361e6e-3911-48a1-867d-0b84d54c383c.jpeg already downloaded
2026-03-28 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743930%252Fgeneral%252F2c5fab67-65d5-46c9-b6aa-bf6e35b28a8f.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743930/general/2c5fab67-65d5-46c9-b6aa-bf6e35b28a8f.jpeg already downloaded
2026-03-28 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743930%252Fgeneral%252F54127b38-3f98-4884-8abd-2180d74d56ca.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743930/general/54127b38-3f98-4884-8abd-2180d74d56ca.jpeg already downloaded
2026-03-28 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743930%252Fgeneral%252F8b0b483e-4dbe-4b3d-8c05-86f4097c6098.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743930/general/8b0b483e-4dbe-4b3d-8c05-86f4097c6098.jpeg already downloaded
2026-03-28 15:17:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 131699ae-c7e4-5bcb-8088-a455516d7cd9, identifier: 10742496
2026-03-28 15:17:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 69c52e92-05e0-58ed-ae99-27abf9a4cccc with identifier: 10742420
2026-03-28 15:17:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 69c52e92-05e0-58ed-ae99-27abf9a4cccc with identifier: 10742420
2026-03-28 15:17:38 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 69c52e92-05e0-58ed-ae99-27abf9a4cccc with identifier: 10742420 to the API
2026-03-28 15:17:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742420>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.6L',
'engine_horse_power': 120,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '69c52e92-05e0-58ed-ae99-27abf9a4cccc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'XXXX',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742420',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Fiat',
'model': 'Tipo',
'odometer': 246831,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 43,
'photo_urls': ['https://images.openlane.eu/carimgs/5164468/general/30a58f9f-a82a-4d99-9868-c4532729fc04.jpg',
'https://images.openlane.eu/carimgs/5164468/general/1af75b6b-4f9b-486b-8b9e-3d25de49745c.jpg',
'https://images.openlane.eu/carimgs/5164468/general/8b68d4a9-cece-4bec-acae-d62308dc2bab.jpg',
'https://images.openlane.eu/carimgs/5164468/general/0d6ec16f-4c94-4787-9a61-11aaeeca5b21.jpg',
'https://images.openlane.eu/carimgs/5164468/general/173306e7-cb48-46d9-85ed-6aa42ea6cd68.jpg',
'https://images.openlane.eu/carimgs/5164468/general/791ebfd4-9cf4-4758-b500-1122f6db460e.jpg',
'https://images.openlane.eu/carimgs/5164468/general/caeea5c8-493b-4185-9064-f07cee094c64.jpg',
'https://images.openlane.eu/carimgs/5164468/general/83c27fd4-44b3-4eee-9914-1d341185f7a9.jpg',
'https://images.openlane.eu/carimgs/5164468/general/429a0f55-0daf-48d6-9ae8-49f72d62d938.jpg',
'https://images.openlane.eu/carimgs/5164468/general/373923b5-410f-4805-b58f-274b7bc8bb48.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_69c52e92-05e0-58ed-ae99-27abf9a4cccc/69c52e92-05e0-58ed-ae99-27abf9a4cccc_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 423335,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5164468/general/30a58f9f-a82a-4d99-9868-c4532729fc04.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_69c52e92-05e0-58ed-ae99-27abf9a4cccc/69c52e92-05e0-58ed-ae99-27abf9a4cccc_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 477638,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5164468/general/1af75b6b-4f9b-486b-8b9e-3d25de49745c.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_69c52e92-05e0-58ed-ae99-27abf9a4cccc/69c52e92-05e0-58ed-ae99-27abf9a4cccc_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 393948,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5164468/general/8b68d4a9-cece-4bec-acae-d62308dc2bab.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_69c52e92-05e0-58ed-ae99-27abf9a4cccc/69c52e92-05e0-58ed-ae99-27abf9a4cccc_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 435568,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5164468/general/0d6ec16f-4c94-4787-9a61-11aaeeca5b21.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_69c52e92-05e0-58ed-ae99-27abf9a4cccc/69c52e92-05e0-58ed-ae99-27abf9a4cccc_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 457846,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5164468/general/173306e7-cb48-46d9-85ed-6aa42ea6cd68.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_69c52e92-05e0-58ed-ae99-27abf9a4cccc/69c52e92-05e0-58ed-ae99-27abf9a4cccc_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 489440,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5164468/general/791ebfd4-9cf4-4758-b500-1122f6db460e.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_69c52e92-05e0-58ed-ae99-27abf9a4cccc/69c52e92-05e0-58ed-ae99-27abf9a4cccc_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 319687,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5164468/general/caeea5c8-493b-4185-9064-f07cee094c64.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_69c52e92-05e0-58ed-ae99-27abf9a4cccc/69c52e92-05e0-58ed-ae99-27abf9a4cccc_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 501247,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5164468/general/83c27fd4-44b3-4eee-9914-1d341185f7a9.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_69c52e92-05e0-58ed-ae99-27abf9a4cccc/69c52e92-05e0-58ed-ae99-27abf9a4cccc_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 367925,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5164468/general/429a0f55-0daf-48d6-9ae8-49f72d62d938.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_69c52e92-05e0-58ed-ae99-27abf9a4cccc/69c52e92-05e0-58ed-ae99-27abf9a4cccc_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 305879,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5164468/general/373923b5-410f-4805-b58f-274b7bc8bb48.jpg',
'Width': 2000}],
'price': 4400,
'price_includes_vat': True,
'registration_date': '2019-07-31',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Fiat Tipo 1.6 MultiJet Mirror - Diesel - Automatic - 120 hp - '
'246.831 km',
'transmission': 'automatic',
'trim': 'Mirror',
'vin': None,
'year': 2019}
2026-03-28 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742420%27 HTTP/1.1" 200 None
2026-03-28 15:17:38 [adesa.be] INFO: Saving data for 10742420: {'created_time': 1774711058.763417, 'last_price_update_time': 1774711058.763431, 'auction_closing_time': 1774864800.0}
2026-03-28 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742420') HTTP/1.1" 204 0
2026-03-28 15:17:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 131699ae-c7e4-5bcb-8088-a455516d7cd9 with identifier: 10742496
2026-03-28 15:17:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 131699ae-c7e4-5bcb-8088-a455516d7cd9 with identifier: 10742496
2026-03-28 15:17:38 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 131699ae-c7e4-5bcb-8088-a455516d7cd9 with identifier: 10742496 to the API
2026-03-28 15:17:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742496>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '131699ae-c7e4-5bcb-8088-a455516d7cd9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '387230',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742496',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '308',
'odometer': 142721,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 32,
'photo_urls': ['https://images.openlane.eu/carimgs/5743930/general/cdf6b726-e2fd-4a66-a705-c357b7b140c1.jpeg',
'https://images.openlane.eu/carimgs/5743930/general/f7fb4bfc-507a-4a1a-b1a6-2a948f67c8b4.jpeg',
'https://images.openlane.eu/carimgs/5743930/general/6d04218e-41ed-4a7c-9e0a-90e2e37a1246.jpeg',
'https://images.openlane.eu/carimgs/5743930/general/7e0fa27b-9682-4fc0-a143-13eadfebe097.jpeg',
'https://images.openlane.eu/carimgs/5743930/general/b78560a9-5661-4f0b-a025-c7a44d824ab4.jpeg',
'https://images.openlane.eu/carimgs/5743930/general/5b71d1ea-a648-475f-9e4c-9b748ae213bd.jpeg',
'https://images.openlane.eu/carimgs/5743930/general/58361e6e-3911-48a1-867d-0b84d54c383c.jpeg',
'https://images.openlane.eu/carimgs/5743930/general/2c5fab67-65d5-46c9-b6aa-bf6e35b28a8f.jpeg',
'https://images.openlane.eu/carimgs/5743930/general/54127b38-3f98-4884-8abd-2180d74d56ca.jpeg',
'https://images.openlane.eu/carimgs/5743930/general/8b0b483e-4dbe-4b3d-8c05-86f4097c6098.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_131699ae-c7e4-5bcb-8088-a455516d7cd9/131699ae-c7e4-5bcb-8088-a455516d7cd9_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 307697,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743930/general/cdf6b726-e2fd-4a66-a705-c357b7b140c1.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_131699ae-c7e4-5bcb-8088-a455516d7cd9/131699ae-c7e4-5bcb-8088-a455516d7cd9_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 332978,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743930/general/f7fb4bfc-507a-4a1a-b1a6-2a948f67c8b4.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_131699ae-c7e4-5bcb-8088-a455516d7cd9/131699ae-c7e4-5bcb-8088-a455516d7cd9_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 307094,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743930/general/6d04218e-41ed-4a7c-9e0a-90e2e37a1246.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_131699ae-c7e4-5bcb-8088-a455516d7cd9/131699ae-c7e4-5bcb-8088-a455516d7cd9_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 313716,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743930/general/7e0fa27b-9682-4fc0-a143-13eadfebe097.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_131699ae-c7e4-5bcb-8088-a455516d7cd9/131699ae-c7e4-5bcb-8088-a455516d7cd9_image_4.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 345970,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743930/general/b78560a9-5661-4f0b-a025-c7a44d824ab4.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_131699ae-c7e4-5bcb-8088-a455516d7cd9/131699ae-c7e4-5bcb-8088-a455516d7cd9_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 293427,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743930/general/5b71d1ea-a648-475f-9e4c-9b748ae213bd.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_131699ae-c7e4-5bcb-8088-a455516d7cd9/131699ae-c7e4-5bcb-8088-a455516d7cd9_image_6.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 362025,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743930/general/58361e6e-3911-48a1-867d-0b84d54c383c.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_131699ae-c7e4-5bcb-8088-a455516d7cd9/131699ae-c7e4-5bcb-8088-a455516d7cd9_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 324046,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743930/general/2c5fab67-65d5-46c9-b6aa-bf6e35b28a8f.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_131699ae-c7e4-5bcb-8088-a455516d7cd9/131699ae-c7e4-5bcb-8088-a455516d7cd9_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 243691,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743930/general/54127b38-3f98-4884-8abd-2180d74d56ca.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_131699ae-c7e4-5bcb-8088-a455516d7cd9/131699ae-c7e4-5bcb-8088-a455516d7cd9_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 199081,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743930/general/8b0b483e-4dbe-4b3d-8c05-86f4097c6098.jpeg',
'Width': 1440}],
'price': 7800,
'price_includes_vat': True,
'registration_date': '2019-10-30',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Peugeot 308 SW 1.5 Allure - Diesel - Manual - 130 hp - 142.721 km',
'transmission': 'manual',
'trim': 'Allure',
'vin': None,
'year': 2019}
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742496%27 HTTP/1.1" 200 None
2026-03-28 15:17:39 [adesa.be] INFO: Saving data for 10742496: {'created_time': 1774711059.18434, 'last_price_update_time': 1774711059.184352, 'auction_closing_time': 1774864800.0}
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742496') HTTP/1.1" 204 0
2026-03-28 15:17:39 [adesa.be] INFO: Found listing with ID: 10742483
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742483%27 HTTP/1.1" 200 None
2026-03-28 15:17:39 [adesa.be] INFO: Scrape type for 10742483: 1
2026-03-28 15:17:39 [adesa.be] INFO: Scraping item 10742483 url https://www.openlane.eu/en/carv6/auction/10742483
2026-03-28 15:17:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742491> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742430> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:39 [adesa.be] INFO: Found listing with ID: 10742481
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742481%27 HTTP/1.1" 200 None
2026-03-28 15:17:39 [adesa.be] INFO: Scrape type for 10742481: 1
2026-03-28 15:17:39 [adesa.be] INFO: Scraping item 10742481 url https://www.openlane.eu/en/carv6/auction/10742481
2026-03-28 15:17:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:39 [adesa.be] INFO: Found listing with ID: 10742488
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742488%27 HTTP/1.1" 200 None
2026-03-28 15:17:39 [adesa.be] INFO: Scrape type for 10742488: 1
2026-03-28 15:17:39 [adesa.be] INFO: Scraping item 10742488 url https://www.openlane.eu/en/carv6/auction/10742488
2026-03-28 15:17:39 [adesa.be] INFO: Found listing with ID: 10742476
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742476%27 HTTP/1.1" 200 None
2026-03-28 15:17:39 [adesa.be] INFO: Scrape type for 10742476: 1
2026-03-28 15:17:39 [adesa.be] INFO: Scraping item 10742476 url https://www.openlane.eu/en/carv6/auction/10742476
2026-03-28 15:17:39 [adesa.be] INFO: Found listing with ID: 10742434
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742434%27 HTTP/1.1" 200 None
2026-03-28 15:17:39 [adesa.be] INFO: Scrape type for 10742434: 1
2026-03-28 15:17:39 [adesa.be] INFO: Scraping item 10742434 url https://www.openlane.eu/en/carv6/auction/10742434
2026-03-28 15:17:39 [adesa.be] INFO: Found listing with ID: 10742478
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742478%27 HTTP/1.1" 200 None
2026-03-28 15:17:39 [adesa.be] INFO: Scrape type for 10742478: 1
2026-03-28 15:17:39 [adesa.be] INFO: Scraping item 10742478 url https://www.openlane.eu/en/carv6/auction/10742478
2026-03-28 15:17:39 [adesa.be] INFO: Found listing with ID: 10742444
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742444%27 HTTP/1.1" 200 None
2026-03-28 15:17:39 [adesa.be] INFO: Scrape type for 10742444: 1
2026-03-28 15:17:39 [adesa.be] INFO: Scraping item 10742444 url https://www.openlane.eu/en/carv6/auction/10742444
2026-03-28 15:17:39 [adesa.be] INFO: Found listing with ID: 10742498
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742498%27 HTTP/1.1" 200 None
2026-03-28 15:17:39 [adesa.be] INFO: Scrape type for 10742498: 1
2026-03-28 15:17:39 [adesa.be] INFO: Scraping item 10742498 url https://www.openlane.eu/en/carv6/auction/10742498
2026-03-28 15:17:39 [adesa.be] INFO: Found listing with ID: 10742480
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742480%27 HTTP/1.1" 200 None
2026-03-28 15:17:39 [adesa.be] INFO: Scrape type for 10742480: 1
2026-03-28 15:17:39 [adesa.be] INFO: Scraping item 10742480 url https://www.openlane.eu/en/carv6/auction/10742480
2026-03-28 15:17:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7770c2f-ef17-555d-a800-00be8e1829b6 with identifier: 10742491
2026-03-28 15:17:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7770c2f-ef17-555d-a800-00be8e1829b6 with scrape type 1
2026-03-28 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f7770c2f-ef17-555d-a800-00be8e1829b6
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743858%252Fgeneral%252Fb53658d2-bcd7-40c6-99d1-6b4a00aeb472.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743858/general/b53658d2-bcd7-40c6-99d1-6b4a00aeb472.jpeg already downloaded
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743858%252Fgeneral%252Fd5d93abc-38d7-4fcc-bf2a-5cca7eb5e334.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743858/general/d5d93abc-38d7-4fcc-bf2a-5cca7eb5e334.jpeg already downloaded
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743858%252Fgeneral%252F4e3433ac-23ef-4445-851c-f6eb15bb66f9.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743858/general/4e3433ac-23ef-4445-851c-f6eb15bb66f9.jpeg already downloaded
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743858%252Fgeneral%252F01a158d9-9f68-48b7-a7cf-a1bd8495e750.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743858/general/01a158d9-9f68-48b7-a7cf-a1bd8495e750.jpeg already downloaded
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743858%252Fgeneral%252F682ee39d-e511-4ad6-9462-f6b11cc4270d.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743858/general/682ee39d-e511-4ad6-9462-f6b11cc4270d.jpeg already downloaded
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743858%252Fgeneral%252F430b7558-53cf-43f2-964a-41f6dd81999d.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743858/general/430b7558-53cf-43f2-964a-41f6dd81999d.jpeg already downloaded
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743858%252Fgeneral%252Fe29ceb18-df39-4bd9-9590-3b5a4a1a3617.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743858/general/e29ceb18-df39-4bd9-9590-3b5a4a1a3617.jpeg already downloaded
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743858%252Fgeneral%252F4f1e4706-30d0-4438-ae35-732384eda8f4.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743858/general/4f1e4706-30d0-4438-ae35-732384eda8f4.jpeg already downloaded
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743858%252Fgeneral%252F3dd71cf6-f12c-422e-abf9-b263bf80fd4c.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743858/general/3dd71cf6-f12c-422e-abf9-b263bf80fd4c.jpeg already downloaded
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743858%252Fgeneral%252Fe1e575dc-0e3b-49c2-ac45-0145472ebe15.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743858/general/e1e575dc-0e3b-49c2-ac45-0145472ebe15.jpeg already downloaded
2026-03-28 15:17:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: f7770c2f-ef17-555d-a800-00be8e1829b6, identifier: 10742491
2026-03-28 15:17:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b33ebd5e-ea24-5eb8-9a0e-1b909ca34227 with identifier: 10742430
2026-03-28 15:17:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b33ebd5e-ea24-5eb8-9a0e-1b909ca34227 with scrape type 1
2026-03-28 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b33ebd5e-ea24-5eb8-9a0e-1b909ca34227
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5493769%252Fgeneral%252F49580bdc-d457-4831-8261-ba07cfb08a77.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5493769/general/49580bdc-d457-4831-8261-ba07cfb08a77.jpg already downloaded
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5493769%252Fgeneral%252Fd8529e20-1b96-4865-914e-41f5c98b4ca9.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5493769/general/d8529e20-1b96-4865-914e-41f5c98b4ca9.jpg already downloaded
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5493769%252Fgeneral%252Fa531288d-fae1-4380-a13d-cec073f0b408.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5493769/general/a531288d-fae1-4380-a13d-cec073f0b408.jpg already downloaded
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5493769%252Fgeneral%252F06c68155-1617-4d81-9136-634476bd48a7.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5493769/general/06c68155-1617-4d81-9136-634476bd48a7.jpg already downloaded
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5493769%252Fgeneral%252F63e75661-258c-4bec-993c-b37106d2d7eb.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5493769/general/63e75661-258c-4bec-993c-b37106d2d7eb.jpg already downloaded
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5493769%252Fgeneral%252F22cfb302-46bf-4dc8-b78d-5b6573c7c4ad.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5493769/general/22cfb302-46bf-4dc8-b78d-5b6573c7c4ad.jpg already downloaded
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5493769%252Fgeneral%252F7e34e3d9-0cb5-447d-907e-6662067ed789.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5493769/general/7e34e3d9-0cb5-447d-907e-6662067ed789.jpg already downloaded
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5493769%252Fgeneral%252F2c039019-4ecd-4898-8b00-2373c726fed3.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5493769/general/2c039019-4ecd-4898-8b00-2373c726fed3.jpg already downloaded
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5493769%252Fgeneral%252F9c6e8e09-6a0e-4349-9c31-34a2feb811c6.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5493769/general/9c6e8e09-6a0e-4349-9c31-34a2feb811c6.jpg already downloaded
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5493769%252Fgeneral%252Fc183edda-643b-4926-91a0-e511206fa855.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5493769/general/c183edda-643b-4926-91a0-e511206fa855.jpg already downloaded
2026-03-28 15:17:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: b33ebd5e-ea24-5eb8-9a0e-1b909ca34227, identifier: 10742430
2026-03-28 15:17:39 [adesa.be] INFO: Found listing with ID: 10742472
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742472%27 HTTP/1.1" 200 None
2026-03-28 15:17:39 [adesa.be] INFO: Scrape type for 10742472: 1
2026-03-28 15:17:39 [adesa.be] INFO: Scraping item 10742472 url https://www.openlane.eu/en/carv6/auction/10742472
2026-03-28 15:17:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: f7770c2f-ef17-555d-a800-00be8e1829b6 with identifier: 10742491
2026-03-28 15:17:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: f7770c2f-ef17-555d-a800-00be8e1829b6 with identifier: 10742491
2026-03-28 15:17:40 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: f7770c2f-ef17-555d-a800-00be8e1829b6 with identifier: 10742491 to the API
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742491>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'f7770c2f-ef17-555d-a800-00be8e1829b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '353620',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742491',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '3008',
'odometer': 176013,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 28,
'photo_urls': ['https://images.openlane.eu/carimgs/5743858/general/b53658d2-bcd7-40c6-99d1-6b4a00aeb472.jpeg',
'https://images.openlane.eu/carimgs/5743858/general/d5d93abc-38d7-4fcc-bf2a-5cca7eb5e334.jpeg',
'https://images.openlane.eu/carimgs/5743858/general/4e3433ac-23ef-4445-851c-f6eb15bb66f9.jpeg',
'https://images.openlane.eu/carimgs/5743858/general/01a158d9-9f68-48b7-a7cf-a1bd8495e750.jpeg',
'https://images.openlane.eu/carimgs/5743858/general/682ee39d-e511-4ad6-9462-f6b11cc4270d.jpeg',
'https://images.openlane.eu/carimgs/5743858/general/430b7558-53cf-43f2-964a-41f6dd81999d.jpeg',
'https://images.openlane.eu/carimgs/5743858/general/e29ceb18-df39-4bd9-9590-3b5a4a1a3617.jpeg',
'https://images.openlane.eu/carimgs/5743858/general/4f1e4706-30d0-4438-ae35-732384eda8f4.jpeg',
'https://images.openlane.eu/carimgs/5743858/general/3dd71cf6-f12c-422e-abf9-b263bf80fd4c.jpeg',
'https://images.openlane.eu/carimgs/5743858/general/e1e575dc-0e3b-49c2-ac45-0145472ebe15.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f7770c2f-ef17-555d-a800-00be8e1829b6/f7770c2f-ef17-555d-a800-00be8e1829b6_image_0.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 357713,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743858/general/b53658d2-bcd7-40c6-99d1-6b4a00aeb472.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f7770c2f-ef17-555d-a800-00be8e1829b6/f7770c2f-ef17-555d-a800-00be8e1829b6_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 355325,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743858/general/d5d93abc-38d7-4fcc-bf2a-5cca7eb5e334.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f7770c2f-ef17-555d-a800-00be8e1829b6/f7770c2f-ef17-555d-a800-00be8e1829b6_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 310280,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743858/general/4e3433ac-23ef-4445-851c-f6eb15bb66f9.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f7770c2f-ef17-555d-a800-00be8e1829b6/f7770c2f-ef17-555d-a800-00be8e1829b6_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 301929,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743858/general/01a158d9-9f68-48b7-a7cf-a1bd8495e750.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f7770c2f-ef17-555d-a800-00be8e1829b6/f7770c2f-ef17-555d-a800-00be8e1829b6_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 392079,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743858/general/682ee39d-e511-4ad6-9462-f6b11cc4270d.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f7770c2f-ef17-555d-a800-00be8e1829b6/f7770c2f-ef17-555d-a800-00be8e1829b6_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 318172,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743858/general/430b7558-53cf-43f2-964a-41f6dd81999d.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f7770c2f-ef17-555d-a800-00be8e1829b6/f7770c2f-ef17-555d-a800-00be8e1829b6_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 319320,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743858/general/e29ceb18-df39-4bd9-9590-3b5a4a1a3617.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f7770c2f-ef17-555d-a800-00be8e1829b6/f7770c2f-ef17-555d-a800-00be8e1829b6_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 319977,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743858/general/4f1e4706-30d0-4438-ae35-732384eda8f4.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f7770c2f-ef17-555d-a800-00be8e1829b6/f7770c2f-ef17-555d-a800-00be8e1829b6_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 245286,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743858/general/3dd71cf6-f12c-422e-abf9-b263bf80fd4c.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f7770c2f-ef17-555d-a800-00be8e1829b6/f7770c2f-ef17-555d-a800-00be8e1829b6_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 239007,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743858/general/e1e575dc-0e3b-49c2-ac45-0145472ebe15.jpeg',
'Width': 1440}],
'price': 8400,
'price_includes_vat': True,
'registration_date': '2019-10-30',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Peugeot 3008 1.5 HDI Allure - Diesel - Manual - 130 hp - 176.013 km',
'transmission': 'manual',
'trim': 'Allure',
'vin': None,
'year': 2019}
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742491%27 HTTP/1.1" 200 None
2026-03-28 15:17:40 [adesa.be] INFO: Saving data for 10742491: {'created_time': 1774711060.235255, 'last_price_update_time': 1774711060.235267, 'auction_closing_time': 1774864800.0}
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742491') HTTP/1.1" 204 0
2026-03-28 15:17:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: b33ebd5e-ea24-5eb8-9a0e-1b909ca34227 with identifier: 10742430
2026-03-28 15:17:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: b33ebd5e-ea24-5eb8-9a0e-1b909ca34227 with identifier: 10742430
2026-03-28 15:17:40 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: b33ebd5e-ea24-5eb8-9a0e-1b909ca34227 with identifier: 10742430 to the API
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742430>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'MPV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'b33ebd5e-ea24-5eb8-9a0e-1b909ca34227',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '89125',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742430',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '5008',
'odometer': 150077,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 31,
'photo_urls': ['https://images.openlane.eu/carimgs/5493769/general/49580bdc-d457-4831-8261-ba07cfb08a77.jpg',
'https://images.openlane.eu/carimgs/5493769/general/d8529e20-1b96-4865-914e-41f5c98b4ca9.jpg',
'https://images.openlane.eu/carimgs/5493769/general/a531288d-fae1-4380-a13d-cec073f0b408.jpg',
'https://images.openlane.eu/carimgs/5493769/general/06c68155-1617-4d81-9136-634476bd48a7.jpg',
'https://images.openlane.eu/carimgs/5493769/general/63e75661-258c-4bec-993c-b37106d2d7eb.jpg',
'https://images.openlane.eu/carimgs/5493769/general/22cfb302-46bf-4dc8-b78d-5b6573c7c4ad.jpg',
'https://images.openlane.eu/carimgs/5493769/general/7e34e3d9-0cb5-447d-907e-6662067ed789.jpg',
'https://images.openlane.eu/carimgs/5493769/general/2c039019-4ecd-4898-8b00-2373c726fed3.jpg',
'https://images.openlane.eu/carimgs/5493769/general/9c6e8e09-6a0e-4349-9c31-34a2feb811c6.jpg',
'https://images.openlane.eu/carimgs/5493769/general/c183edda-643b-4926-91a0-e511206fa855.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b33ebd5e-ea24-5eb8-9a0e-1b909ca34227/b33ebd5e-ea24-5eb8-9a0e-1b909ca34227_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 610311,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5493769/general/49580bdc-d457-4831-8261-ba07cfb08a77.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b33ebd5e-ea24-5eb8-9a0e-1b909ca34227/b33ebd5e-ea24-5eb8-9a0e-1b909ca34227_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 564866,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5493769/general/d8529e20-1b96-4865-914e-41f5c98b4ca9.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b33ebd5e-ea24-5eb8-9a0e-1b909ca34227/b33ebd5e-ea24-5eb8-9a0e-1b909ca34227_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 587640,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5493769/general/a531288d-fae1-4380-a13d-cec073f0b408.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b33ebd5e-ea24-5eb8-9a0e-1b909ca34227/b33ebd5e-ea24-5eb8-9a0e-1b909ca34227_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 498351,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5493769/general/06c68155-1617-4d81-9136-634476bd48a7.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b33ebd5e-ea24-5eb8-9a0e-1b909ca34227/b33ebd5e-ea24-5eb8-9a0e-1b909ca34227_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 447777,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5493769/general/63e75661-258c-4bec-993c-b37106d2d7eb.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b33ebd5e-ea24-5eb8-9a0e-1b909ca34227/b33ebd5e-ea24-5eb8-9a0e-1b909ca34227_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 417799,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5493769/general/22cfb302-46bf-4dc8-b78d-5b6573c7c4ad.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b33ebd5e-ea24-5eb8-9a0e-1b909ca34227/b33ebd5e-ea24-5eb8-9a0e-1b909ca34227_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 507199,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5493769/general/7e34e3d9-0cb5-447d-907e-6662067ed789.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b33ebd5e-ea24-5eb8-9a0e-1b909ca34227/b33ebd5e-ea24-5eb8-9a0e-1b909ca34227_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 476849,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5493769/general/2c039019-4ecd-4898-8b00-2373c726fed3.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b33ebd5e-ea24-5eb8-9a0e-1b909ca34227/b33ebd5e-ea24-5eb8-9a0e-1b909ca34227_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 462448,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5493769/general/9c6e8e09-6a0e-4349-9c31-34a2feb811c6.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b33ebd5e-ea24-5eb8-9a0e-1b909ca34227/b33ebd5e-ea24-5eb8-9a0e-1b909ca34227_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 517330,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5493769/general/c183edda-643b-4926-91a0-e511206fa855.jpg',
'Width': 2000}],
'price': 9900,
'price_includes_vat': True,
'registration_date': '2020-03-18',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Peugeot 5008 1.5 HDI Allure - Diesel - Manual - 130 hp - 150.077 km',
'transmission': 'manual',
'trim': 'Allure',
'vin': None,
'year': 2020}
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742430%27 HTTP/1.1" 200 None
2026-03-28 15:17:40 [adesa.be] INFO: Saving data for 10742430: {'created_time': 1774711060.55061, 'last_price_update_time': 1774711060.55062, 'auction_closing_time': 1774864800.0}
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742430') HTTP/1.1" 204 0
2026-03-28 15:17:40 [adesa.be] INFO: Found listing with ID: 10742474
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742474%27 HTTP/1.1" 200 None
2026-03-28 15:17:40 [adesa.be] INFO: Scrape type for 10742474: 1
2026-03-28 15:17:40 [adesa.be] INFO: Scraping item 10742474 url https://www.openlane.eu/en/carv6/auction/10742474
2026-03-28 15:17:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742449> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:40 [adesa.be] INFO: Found listing with ID: 10742419
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742419%27 HTTP/1.1" 200 None
2026-03-28 15:17:40 [adesa.be] INFO: Scrape type for 10742419: 1
2026-03-28 15:17:40 [adesa.be] INFO: Scraping item 10742419 url https://www.openlane.eu/en/carv6/auction/10742419
2026-03-28 15:17:40 [adesa.be] INFO: Found listing with ID: 10742433
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742433%27 HTTP/1.1" 200 None
2026-03-28 15:17:40 [adesa.be] INFO: Scrape type for 10742433: 1
2026-03-28 15:17:40 [adesa.be] INFO: Scraping item 10742433 url https://www.openlane.eu/en/carv6/auction/10742433
2026-03-28 15:17:40 [adesa.be] INFO: Found listing with ID: 10742466
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742466%27 HTTP/1.1" 200 None
2026-03-28 15:17:40 [adesa.be] INFO: Scrape type for 10742466: 1
2026-03-28 15:17:40 [adesa.be] INFO: Scraping item 10742466 url https://www.openlane.eu/en/carv6/auction/10742466
2026-03-28 15:17:40 [adesa.be] INFO: Found listing with ID: 10742427
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742427%27 HTTP/1.1" 200 None
2026-03-28 15:17:40 [adesa.be] INFO: Scrape type for 10742427: 1
2026-03-28 15:17:40 [adesa.be] INFO: Scraping item 10742427 url https://www.openlane.eu/en/carv6/auction/10742427
2026-03-28 15:17:40 [adesa.be] INFO: Found listing with ID: 10742470
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742470%27 HTTP/1.1" 200 None
2026-03-28 15:17:40 [adesa.be] INFO: Scrape type for 10742470: 1
2026-03-28 15:17:40 [adesa.be] INFO: Scraping item 10742470 url https://www.openlane.eu/en/carv6/auction/10742470
2026-03-28 15:17:40 [adesa.be] INFO: Found listing with ID: 10734154
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734154%27 HTTP/1.1" 200 None
2026-03-28 15:17:40 [adesa.be] INFO: Scrape type for 10734154: 0
2026-03-28 15:17:40 [adesa.be] INFO: Skipping item 10734154 url https://www.openlane.eu/en/carv6/auction/10734154
2026-03-28 15:17:40 [adesa.be] INFO: Found listing with ID: 10734008
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734008%27 HTTP/1.1" 200 None
2026-03-28 15:17:40 [adesa.be] INFO: Scrape type for 10734008: 0
2026-03-28 15:17:40 [adesa.be] INFO: Skipping item 10734008 url https://www.openlane.eu/en/carv6/auction/10734008
2026-03-28 15:17:40 [adesa.be] INFO: Found listing with ID: 10734307
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734307%27 HTTP/1.1" 200 None
2026-03-28 15:17:40 [adesa.be] INFO: Scrape type for 10734307: 0
2026-03-28 15:17:40 [adesa.be] INFO: Skipping item 10734307 url https://www.openlane.eu/en/carv6/auction/10734307
2026-03-28 15:17:40 [adesa.be] INFO: Found listing with ID: 10738120
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738120%27 HTTP/1.1" 200 None
2026-03-28 15:17:40 [adesa.be] INFO: Scrape type for 10738120: 0
2026-03-28 15:17:40 [adesa.be] INFO: Skipping item 10738120 url https://www.openlane.eu/en/carv6/auction/10738120
2026-03-28 15:17:40 [adesa.be] INFO: Found listing with ID: 10734242
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734242%27 HTTP/1.1" 200 None
2026-03-28 15:17:40 [adesa.be] INFO: Scrape type for 10734242: 0
2026-03-28 15:17:40 [adesa.be] INFO: Skipping item 10734242 url https://www.openlane.eu/en/carv6/auction/10734242
2026-03-28 15:17:40 [adesa.be] INFO: Found listing with ID: 10738138
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738138%27 HTTP/1.1" 200 None
2026-03-28 15:17:40 [adesa.be] INFO: Scrape type for 10738138: 0
2026-03-28 15:17:40 [adesa.be] INFO: Skipping item 10738138 url https://www.openlane.eu/en/carv6/auction/10738138
2026-03-28 15:17:40 [adesa.be] INFO: Found listing with ID: 10734183
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734183%27 HTTP/1.1" 200 None
2026-03-28 15:17:40 [adesa.be] INFO: Scrape type for 10734183: 0
2026-03-28 15:17:40 [adesa.be] INFO: Skipping item 10734183 url https://www.openlane.eu/en/carv6/auction/10734183
2026-03-28 15:17:40 [adesa.be] INFO: Found listing with ID: 10734048
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734048%27 HTTP/1.1" 200 None
2026-03-28 15:17:40 [adesa.be] INFO: Scrape type for 10734048: 0
2026-03-28 15:17:40 [adesa.be] INFO: Skipping item 10734048 url https://www.openlane.eu/en/carv6/auction/10734048
2026-03-28 15:17:40 [adesa.be] INFO: Found listing with ID: 10734099
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734099%27 HTTP/1.1" 200 None
2026-03-28 15:17:40 [adesa.be] INFO: Scrape type for 10734099: 0
2026-03-28 15:17:40 [adesa.be] INFO: Skipping item 10734099 url https://www.openlane.eu/en/carv6/auction/10734099
2026-03-28 15:17:40 [adesa.be] INFO: Found listing with ID: 10734064
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734064%27 HTTP/1.1" 200 None
2026-03-28 15:17:40 [adesa.be] INFO: Scrape type for 10734064: 0
2026-03-28 15:17:40 [adesa.be] INFO: Skipping item 10734064 url https://www.openlane.eu/en/carv6/auction/10734064
2026-03-28 15:17:40 [adesa.be] INFO: Found listing with ID: 10734184
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734184%27 HTTP/1.1" 200 None
2026-03-28 15:17:40 [adesa.be] INFO: Scrape type for 10734184: 0
2026-03-28 15:17:40 [adesa.be] INFO: Skipping item 10734184 url https://www.openlane.eu/en/carv6/auction/10734184
2026-03-28 15:17:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2754affe-9126-586f-b6bb-1a5325a3615a with identifier: 10742449
2026-03-28 15:17:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2754affe-9126-586f-b6bb-1a5325a3615a with scrape type 1
2026-03-28 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2754affe-9126-586f-b6bb-1a5325a3615a
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629572%252Fgeneral%252F48208ac3-d990-4c29-bd80-8a351a460cb2.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629572/general/48208ac3-d990-4c29-bd80-8a351a460cb2.jpeg already downloaded
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629572%252Fgeneral%252F7b1c17c8-6dbe-4543-9ff6-224f570d38bf.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629572/general/7b1c17c8-6dbe-4543-9ff6-224f570d38bf.jpeg already downloaded
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629572%252Fgeneral%252Fed274ae1-3db6-41de-b354-5c19183669ba.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629572/general/ed274ae1-3db6-41de-b354-5c19183669ba.jpeg already downloaded
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629572%252Fgeneral%252Fd7588d2d-4697-4d7d-b21d-fd502f44df65.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629572/general/d7588d2d-4697-4d7d-b21d-fd502f44df65.jpeg already downloaded
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629572%252Fgeneral%252F34f4e620-4dc1-4c30-8261-68466f0f238d.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629572/general/34f4e620-4dc1-4c30-8261-68466f0f238d.jpeg already downloaded
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629572%252Fgeneral%252Fcb839c5e-0258-448c-b61a-2f5c4daad73b.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629572/general/cb839c5e-0258-448c-b61a-2f5c4daad73b.jpeg already downloaded
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629572%252Fgeneral%252F7f5c40ac-0614-4e80-aee6-85d785d2661d.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629572/general/7f5c40ac-0614-4e80-aee6-85d785d2661d.jpeg already downloaded
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629572%252Fgeneral%252F83291cfa-b6d0-4aa6-a1e4-c9b151e7b6c0.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629572/general/83291cfa-b6d0-4aa6-a1e4-c9b151e7b6c0.jpeg already downloaded
2026-03-28 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629572%252Fgeneral%252F4f20f4f8-0990-42c9-943d-fe100a59f003.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629572/general/4f20f4f8-0990-42c9-943d-fe100a59f003.jpeg already downloaded
2026-03-28 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629572%252Fgeneral%252F54a8acd1-5bcf-4c52-8412-1b87803b468d.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629572/general/54a8acd1-5bcf-4c52-8412-1b87803b468d.jpeg already downloaded
2026-03-28 15:17:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 2754affe-9126-586f-b6bb-1a5325a3615a, identifier: 10742449
2026-03-28 15:17:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 2754affe-9126-586f-b6bb-1a5325a3615a with identifier: 10742449
2026-03-28 15:17:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 2754affe-9126-586f-b6bb-1a5325a3615a with identifier: 10742449
2026-03-28 15:17:41 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 2754affe-9126-586f-b6bb-1a5325a3615a with identifier: 10742449 to the API
2026-03-28 15:17:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742449>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '2754affe-9126-586f-b6bb-1a5325a3615a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '000000',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742449',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '308',
'odometer': 194356,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 31,
'photo_urls': ['https://images.openlane.eu/carimgs/5629572/general/48208ac3-d990-4c29-bd80-8a351a460cb2.jpeg',
'https://images.openlane.eu/carimgs/5629572/general/7b1c17c8-6dbe-4543-9ff6-224f570d38bf.jpeg',
'https://images.openlane.eu/carimgs/5629572/general/ed274ae1-3db6-41de-b354-5c19183669ba.jpeg',
'https://images.openlane.eu/carimgs/5629572/general/d7588d2d-4697-4d7d-b21d-fd502f44df65.jpeg',
'https://images.openlane.eu/carimgs/5629572/general/34f4e620-4dc1-4c30-8261-68466f0f238d.jpeg',
'https://images.openlane.eu/carimgs/5629572/general/cb839c5e-0258-448c-b61a-2f5c4daad73b.jpeg',
'https://images.openlane.eu/carimgs/5629572/general/7f5c40ac-0614-4e80-aee6-85d785d2661d.jpeg',
'https://images.openlane.eu/carimgs/5629572/general/83291cfa-b6d0-4aa6-a1e4-c9b151e7b6c0.jpeg',
'https://images.openlane.eu/carimgs/5629572/general/4f20f4f8-0990-42c9-943d-fe100a59f003.jpeg',
'https://images.openlane.eu/carimgs/5629572/general/54a8acd1-5bcf-4c52-8412-1b87803b468d.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2754affe-9126-586f-b6bb-1a5325a3615a/2754affe-9126-586f-b6bb-1a5325a3615a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2623526,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629572/general/48208ac3-d990-4c29-bd80-8a351a460cb2.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2754affe-9126-586f-b6bb-1a5325a3615a/2754affe-9126-586f-b6bb-1a5325a3615a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2626027,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629572/general/7b1c17c8-6dbe-4543-9ff6-224f570d38bf.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2754affe-9126-586f-b6bb-1a5325a3615a/2754affe-9126-586f-b6bb-1a5325a3615a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2313356,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629572/general/ed274ae1-3db6-41de-b354-5c19183669ba.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2754affe-9126-586f-b6bb-1a5325a3615a/2754affe-9126-586f-b6bb-1a5325a3615a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2201188,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629572/general/d7588d2d-4697-4d7d-b21d-fd502f44df65.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2754affe-9126-586f-b6bb-1a5325a3615a/2754affe-9126-586f-b6bb-1a5325a3615a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1583324,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629572/general/34f4e620-4dc1-4c30-8261-68466f0f238d.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2754affe-9126-586f-b6bb-1a5325a3615a/2754affe-9126-586f-b6bb-1a5325a3615a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1972369,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629572/general/cb839c5e-0258-448c-b61a-2f5c4daad73b.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2754affe-9126-586f-b6bb-1a5325a3615a/2754affe-9126-586f-b6bb-1a5325a3615a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1772484,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629572/general/7f5c40ac-0614-4e80-aee6-85d785d2661d.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2754affe-9126-586f-b6bb-1a5325a3615a/2754affe-9126-586f-b6bb-1a5325a3615a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1787960,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629572/general/83291cfa-b6d0-4aa6-a1e4-c9b151e7b6c0.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2754affe-9126-586f-b6bb-1a5325a3615a/2754affe-9126-586f-b6bb-1a5325a3615a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1650002,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629572/general/4f20f4f8-0990-42c9-943d-fe100a59f003.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2754affe-9126-586f-b6bb-1a5325a3615a/2754affe-9126-586f-b6bb-1a5325a3615a_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1179308,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629572/general/54a8acd1-5bcf-4c52-8412-1b87803b468d.jpeg',
'Width': 4032}],
'price': 6100,
'price_includes_vat': True,
'registration_date': '2020-12-04',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Peugeot 308 SW 1.5 Active Pack - Diesel - Manual - 130 hp - 194.356 '
'km',
'transmission': 'manual',
'trim': 'Active Pack',
'vin': None,
'year': 2020}
2026-03-28 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742449%27 HTTP/1.1" 200 None
2026-03-28 15:17:41 [adesa.be] INFO: Saving data for 10742449: {'created_time': 1774711061.4809, 'last_price_update_time': 1774711061.480911, 'auction_closing_time': 1774864800.0}
2026-03-28 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742449') HTTP/1.1" 204 0
2026-03-28 15:17:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742443> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742461> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742436> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ee957a1-b477-5389-9bad-e99e150cad1a with identifier: 10742443
2026-03-28 15:17:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ee957a1-b477-5389-9bad-e99e150cad1a with scrape type 1
2026-03-28 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8ee957a1-b477-5389-9bad-e99e150cad1a
2026-03-28 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586252%252Fgeneral%252Fc90e0964-77ae-4ae2-84f0-133373af8f35.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586252/general/c90e0964-77ae-4ae2-84f0-133373af8f35.jpeg already downloaded
2026-03-28 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586252%252Fgeneral%252F83556f23-100e-4920-a850-e6791cea6793.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586252/general/83556f23-100e-4920-a850-e6791cea6793.jpeg already downloaded
2026-03-28 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586252%252Fgeneral%252F6d269667-a288-4298-a7c5-6280484b1cbd.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586252/general/6d269667-a288-4298-a7c5-6280484b1cbd.jpeg already downloaded
2026-03-28 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586252%252Fgeneral%252F8e830a1f-c48c-402b-88cd-d18e5ca0dd3a.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586252/general/8e830a1f-c48c-402b-88cd-d18e5ca0dd3a.jpeg already downloaded
2026-03-28 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586252%252Fgeneral%252Fcdb1f8e1-ac62-4910-9809-327b04872bc0.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586252/general/cdb1f8e1-ac62-4910-9809-327b04872bc0.jpeg already downloaded
2026-03-28 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586252%252Fgeneral%252F41b24a06-4664-4b6c-80d5-0e0749122310.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586252/general/41b24a06-4664-4b6c-80d5-0e0749122310.jpeg already downloaded
2026-03-28 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586252%252Fgeneral%252F2cdae6f2-f116-4e63-9e02-4b52072e85d9.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586252/general/2cdae6f2-f116-4e63-9e02-4b52072e85d9.jpeg already downloaded
2026-03-28 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586252%252Fgeneral%252F8b268aac-8c4e-454f-a45b-ac40719ca0d2.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586252/general/8b268aac-8c4e-454f-a45b-ac40719ca0d2.jpeg already downloaded
2026-03-28 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586252%252Fgeneral%252Fedda8bf2-788d-4d9e-821c-c1b9829e6bb0.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586252/general/edda8bf2-788d-4d9e-821c-c1b9829e6bb0.jpeg already downloaded
2026-03-28 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586252%252Fgeneral%252F3f4728d3-f22f-4e43-9045-8c9b9e3166b4.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586252/general/3f4728d3-f22f-4e43-9045-8c9b9e3166b4.jpeg already downloaded
2026-03-28 15:17:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 8ee957a1-b477-5389-9bad-e99e150cad1a, identifier: 10742443
2026-03-28 15:17:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 8ee957a1-b477-5389-9bad-e99e150cad1a with identifier: 10742443
2026-03-28 15:17:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 8ee957a1-b477-5389-9bad-e99e150cad1a with identifier: 10742443
2026-03-28 15:17:42 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 8ee957a1-b477-5389-9bad-e99e150cad1a with identifier: 10742443 to the API
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742443>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.4L',
'engine_horse_power': 110,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': '8ee957a1-b477-5389-9bad-e99e150cad1a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '176352',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742443',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Seat',
'model': 'Leon',
'odometer': 180798,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 51,
'photo_urls': ['https://images.openlane.eu/carimgs/5586252/general/c90e0964-77ae-4ae2-84f0-133373af8f35.jpeg',
'https://images.openlane.eu/carimgs/5586252/general/83556f23-100e-4920-a850-e6791cea6793.jpeg',
'https://images.openlane.eu/carimgs/5586252/general/6d269667-a288-4298-a7c5-6280484b1cbd.jpeg',
'https://images.openlane.eu/carimgs/5586252/general/8e830a1f-c48c-402b-88cd-d18e5ca0dd3a.jpeg',
'https://images.openlane.eu/carimgs/5586252/general/cdb1f8e1-ac62-4910-9809-327b04872bc0.jpeg',
'https://images.openlane.eu/carimgs/5586252/general/41b24a06-4664-4b6c-80d5-0e0749122310.jpeg',
'https://images.openlane.eu/carimgs/5586252/general/2cdae6f2-f116-4e63-9e02-4b52072e85d9.jpeg',
'https://images.openlane.eu/carimgs/5586252/general/8b268aac-8c4e-454f-a45b-ac40719ca0d2.jpeg',
'https://images.openlane.eu/carimgs/5586252/general/edda8bf2-788d-4d9e-821c-c1b9829e6bb0.jpeg',
'https://images.openlane.eu/carimgs/5586252/general/3f4728d3-f22f-4e43-9045-8c9b9e3166b4.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8ee957a1-b477-5389-9bad-e99e150cad1a/8ee957a1-b477-5389-9bad-e99e150cad1a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2456729,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586252/general/c90e0964-77ae-4ae2-84f0-133373af8f35.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8ee957a1-b477-5389-9bad-e99e150cad1a/8ee957a1-b477-5389-9bad-e99e150cad1a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2820469,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586252/general/83556f23-100e-4920-a850-e6791cea6793.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8ee957a1-b477-5389-9bad-e99e150cad1a/8ee957a1-b477-5389-9bad-e99e150cad1a_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2255042,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586252/general/6d269667-a288-4298-a7c5-6280484b1cbd.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8ee957a1-b477-5389-9bad-e99e150cad1a/8ee957a1-b477-5389-9bad-e99e150cad1a_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2520618,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586252/general/8e830a1f-c48c-402b-88cd-d18e5ca0dd3a.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8ee957a1-b477-5389-9bad-e99e150cad1a/8ee957a1-b477-5389-9bad-e99e150cad1a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2358087,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586252/general/cdb1f8e1-ac62-4910-9809-327b04872bc0.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8ee957a1-b477-5389-9bad-e99e150cad1a/8ee957a1-b477-5389-9bad-e99e150cad1a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1563353,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586252/general/41b24a06-4664-4b6c-80d5-0e0749122310.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8ee957a1-b477-5389-9bad-e99e150cad1a/8ee957a1-b477-5389-9bad-e99e150cad1a_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1354031,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586252/general/2cdae6f2-f116-4e63-9e02-4b52072e85d9.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8ee957a1-b477-5389-9bad-e99e150cad1a/8ee957a1-b477-5389-9bad-e99e150cad1a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2376936,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586252/general/8b268aac-8c4e-454f-a45b-ac40719ca0d2.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8ee957a1-b477-5389-9bad-e99e150cad1a/8ee957a1-b477-5389-9bad-e99e150cad1a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1061551,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586252/general/edda8bf2-788d-4d9e-821c-c1b9829e6bb0.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8ee957a1-b477-5389-9bad-e99e150cad1a/8ee957a1-b477-5389-9bad-e99e150cad1a_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1728597,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586252/general/3f4728d3-f22f-4e43-9045-8c9b9e3166b4.jpeg',
'Width': 4032}],
'price': 4200,
'price_includes_vat': True,
'registration_date': '2016-06-24',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Seat Leon Sportstourer 1.4 - CNG - Manual - 110 hp - 180.798 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2016}
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742443%27 HTTP/1.1" 200 None
2026-03-28 15:17:42 [adesa.be] INFO: Saving data for 10742443: {'created_time': 1774711062.411137, 'last_price_update_time': 1774711062.411148, 'auction_closing_time': 1774864800.0}
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742443') HTTP/1.1" 204 0
2026-03-28 15:17:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742441> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742429> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e58a5f71-adf2-5141-85c2-37365c4b7343 with identifier: 10742461
2026-03-28 15:17:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e58a5f71-adf2-5141-85c2-37365c4b7343 with scrape type 1
2026-03-28 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e58a5f71-adf2-5141-85c2-37365c4b7343
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5683118%252Fgeneral%252Fb4c4bba3-a489-4658-896b-2c1240cb2fbc.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5683118/general/b4c4bba3-a489-4658-896b-2c1240cb2fbc.jpg already downloaded
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5683118%252Fgeneral%252F796e70ea-282b-4e7b-aa7c-121cd7724585.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5683118/general/796e70ea-282b-4e7b-aa7c-121cd7724585.jpg already downloaded
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5683118%252Fgeneral%252F10b5006d-a7f5-4e93-8802-902192eb9d07.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5683118/general/10b5006d-a7f5-4e93-8802-902192eb9d07.jpg already downloaded
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5683118%252Fgeneral%252F0239dd70-385c-4903-801f-f4d1155fa493.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5683118/general/0239dd70-385c-4903-801f-f4d1155fa493.jpg already downloaded
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5683118%252Fgeneral%252F284e6a33-320c-4b64-8072-e1afdf85a51d.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5683118/general/284e6a33-320c-4b64-8072-e1afdf85a51d.jpg already downloaded
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5683118%252Fgeneral%252F9d4a5048-ed21-4647-9053-b20256943410.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5683118/general/9d4a5048-ed21-4647-9053-b20256943410.jpg already downloaded
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5683118%252Fgeneral%252F850d153f-2eef-4e6c-8a49-a0c035453471.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5683118/general/850d153f-2eef-4e6c-8a49-a0c035453471.jpg already downloaded
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5683118%252Fgeneral%252F9470f69f-9c0c-42ba-8770-087b4224b9c9.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5683118/general/9470f69f-9c0c-42ba-8770-087b4224b9c9.jpg already downloaded
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5683118%252Fgeneral%252Fc80201fe-1608-426c-862d-c4cbfd5ff3db.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5683118/general/c80201fe-1608-426c-862d-c4cbfd5ff3db.jpg already downloaded
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5683118%252Fgeneral%252F22250746-9f7c-4ef1-b7f1-a9456d2db5cc.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5683118/general/22250746-9f7c-4ef1-b7f1-a9456d2db5cc.jpg already downloaded
2026-03-28 15:17:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: e58a5f71-adf2-5141-85c2-37365c4b7343, identifier: 10742461
2026-03-28 15:17:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc7e9f61-10aa-5fc7-8371-6a3e98f88065 with identifier: 10742436
2026-03-28 15:17:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc7e9f61-10aa-5fc7-8371-6a3e98f88065 with scrape type 1
2026-03-28 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item dc7e9f61-10aa-5fc7-8371-6a3e98f88065
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5576398%252Fgeneral%252Fd270b3cc-4276-458c-9d0b-5d060c232b56.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5576398/general/d270b3cc-4276-458c-9d0b-5d060c232b56.jpeg already downloaded
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5576398%252Fgeneral%252Fb32175f8-8889-4fa7-a0c6-d2f89efaccae.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5576398/general/b32175f8-8889-4fa7-a0c6-d2f89efaccae.jpeg already downloaded
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5576398%252Fgeneral%252F90eea65b-094a-431a-8775-89517cb2fcaf.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5576398/general/90eea65b-094a-431a-8775-89517cb2fcaf.jpeg already downloaded
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5576398%252Fgeneral%252F12cf0816-604e-48af-8163-3d9d7fd24358.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5576398/general/12cf0816-604e-48af-8163-3d9d7fd24358.jpeg already downloaded
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5576398%252Fgeneral%252Fcb646717-7a96-42e7-bcae-3f5677cddbef.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5576398/general/cb646717-7a96-42e7-bcae-3f5677cddbef.jpeg already downloaded
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5576398%252Fgeneral%252F0f363bbb-a372-4eac-8350-875639fa64e3.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5576398/general/0f363bbb-a372-4eac-8350-875639fa64e3.jpeg already downloaded
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5576398%252Fgeneral%252F7caba031-a244-4f7f-a96b-de3c8496e1b6.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5576398/general/7caba031-a244-4f7f-a96b-de3c8496e1b6.jpeg already downloaded
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5576398%252Fgeneral%252Fe711d662-8eeb-4330-b2b6-02b40aa3faee.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5576398/general/e711d662-8eeb-4330-b2b6-02b40aa3faee.jpeg already downloaded
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5576398%252Fgeneral%252F3c31389c-9bc8-4c91-9090-2b406f46c5c2.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5576398/general/3c31389c-9bc8-4c91-9090-2b406f46c5c2.jpeg already downloaded
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5576398%252Fgeneral%252F64489f59-d83d-4291-9cb6-bd9741f01e64.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5576398/general/64489f59-d83d-4291-9cb6-bd9741f01e64.jpeg already downloaded
2026-03-28 15:17:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: dc7e9f61-10aa-5fc7-8371-6a3e98f88065, identifier: 10742436
2026-03-28 15:17:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: e58a5f71-adf2-5141-85c2-37365c4b7343 with identifier: 10742461
2026-03-28 15:17:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: e58a5f71-adf2-5141-85c2-37365c4b7343 with identifier: 10742461
2026-03-28 15:17:43 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: e58a5f71-adf2-5141-85c2-37365c4b7343 with identifier: 10742461 to the API
2026-03-28 15:17:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742461>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'MPV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e58a5f71-adf2-5141-85c2-37365c4b7343',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '077222',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742461',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '5008',
'odometer': 151383,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 53,
'photo_urls': ['https://images.openlane.eu/carimgs/5683118/general/b4c4bba3-a489-4658-896b-2c1240cb2fbc.jpg',
'https://images.openlane.eu/carimgs/5683118/general/796e70ea-282b-4e7b-aa7c-121cd7724585.jpg',
'https://images.openlane.eu/carimgs/5683118/general/10b5006d-a7f5-4e93-8802-902192eb9d07.jpg',
'https://images.openlane.eu/carimgs/5683118/general/0239dd70-385c-4903-801f-f4d1155fa493.jpg',
'https://images.openlane.eu/carimgs/5683118/general/284e6a33-320c-4b64-8072-e1afdf85a51d.jpg',
'https://images.openlane.eu/carimgs/5683118/general/9d4a5048-ed21-4647-9053-b20256943410.jpg',
'https://images.openlane.eu/carimgs/5683118/general/850d153f-2eef-4e6c-8a49-a0c035453471.jpg',
'https://images.openlane.eu/carimgs/5683118/general/9470f69f-9c0c-42ba-8770-087b4224b9c9.jpg',
'https://images.openlane.eu/carimgs/5683118/general/c80201fe-1608-426c-862d-c4cbfd5ff3db.jpg',
'https://images.openlane.eu/carimgs/5683118/general/22250746-9f7c-4ef1-b7f1-a9456d2db5cc.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e58a5f71-adf2-5141-85c2-37365c4b7343/e58a5f71-adf2-5141-85c2-37365c4b7343_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 3096920,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5683118/general/b4c4bba3-a489-4658-896b-2c1240cb2fbc.jpg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e58a5f71-adf2-5141-85c2-37365c4b7343/e58a5f71-adf2-5141-85c2-37365c4b7343_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2555462,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5683118/general/796e70ea-282b-4e7b-aa7c-121cd7724585.jpg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e58a5f71-adf2-5141-85c2-37365c4b7343/e58a5f71-adf2-5141-85c2-37365c4b7343_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2570396,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5683118/general/10b5006d-a7f5-4e93-8802-902192eb9d07.jpg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e58a5f71-adf2-5141-85c2-37365c4b7343/e58a5f71-adf2-5141-85c2-37365c4b7343_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2341098,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5683118/general/0239dd70-385c-4903-801f-f4d1155fa493.jpg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e58a5f71-adf2-5141-85c2-37365c4b7343/e58a5f71-adf2-5141-85c2-37365c4b7343_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2923946,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5683118/general/284e6a33-320c-4b64-8072-e1afdf85a51d.jpg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e58a5f71-adf2-5141-85c2-37365c4b7343/e58a5f71-adf2-5141-85c2-37365c4b7343_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2117357,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5683118/general/9d4a5048-ed21-4647-9053-b20256943410.jpg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e58a5f71-adf2-5141-85c2-37365c4b7343/e58a5f71-adf2-5141-85c2-37365c4b7343_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1681544,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5683118/general/850d153f-2eef-4e6c-8a49-a0c035453471.jpg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e58a5f71-adf2-5141-85c2-37365c4b7343/e58a5f71-adf2-5141-85c2-37365c4b7343_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2584657,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5683118/general/9470f69f-9c0c-42ba-8770-087b4224b9c9.jpg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e58a5f71-adf2-5141-85c2-37365c4b7343/e58a5f71-adf2-5141-85c2-37365c4b7343_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2542133,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5683118/general/c80201fe-1608-426c-862d-c4cbfd5ff3db.jpg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e58a5f71-adf2-5141-85c2-37365c4b7343/e58a5f71-adf2-5141-85c2-37365c4b7343_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2338383,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5683118/general/22250746-9f7c-4ef1-b7f1-a9456d2db5cc.jpg',
'Width': 4032}],
'price': 10000,
'price_includes_vat': True,
'registration_date': '2019-09-23',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Peugeot 5008 1.5 HDI Allure - Diesel - Automatic - 130 hp - 151.383 '
'km',
'transmission': 'automatic',
'trim': 'Allure',
'vin': None,
'year': 2019}
2026-03-28 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742461%27 HTTP/1.1" 200 None
2026-03-28 15:17:43 [adesa.be] INFO: Saving data for 10742461: {'created_time': 1774711063.312738, 'last_price_update_time': 1774711063.312747, 'auction_closing_time': 1774864800.0}
2026-03-28 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742461') HTTP/1.1" 204 0
2026-03-28 15:17:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: dc7e9f61-10aa-5fc7-8371-6a3e98f88065 with identifier: 10742436
2026-03-28 15:17:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: dc7e9f61-10aa-5fc7-8371-6a3e98f88065 with identifier: 10742436
2026-03-28 15:17:43 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: dc7e9f61-10aa-5fc7-8371-6a3e98f88065 with identifier: 10742436 to the API
2026-03-28 15:17:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742436>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'MPV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'dc7e9f61-10aa-5fc7-8371-6a3e98f88065',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1WBZ854',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742436',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '5008',
'odometer': 179411,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 36,
'photo_urls': ['https://images.openlane.eu/carimgs/5576398/general/d270b3cc-4276-458c-9d0b-5d060c232b56.jpeg',
'https://images.openlane.eu/carimgs/5576398/general/b32175f8-8889-4fa7-a0c6-d2f89efaccae.jpeg',
'https://images.openlane.eu/carimgs/5576398/general/90eea65b-094a-431a-8775-89517cb2fcaf.jpeg',
'https://images.openlane.eu/carimgs/5576398/general/12cf0816-604e-48af-8163-3d9d7fd24358.jpeg',
'https://images.openlane.eu/carimgs/5576398/general/cb646717-7a96-42e7-bcae-3f5677cddbef.jpeg',
'https://images.openlane.eu/carimgs/5576398/general/0f363bbb-a372-4eac-8350-875639fa64e3.jpeg',
'https://images.openlane.eu/carimgs/5576398/general/7caba031-a244-4f7f-a96b-de3c8496e1b6.jpeg',
'https://images.openlane.eu/carimgs/5576398/general/e711d662-8eeb-4330-b2b6-02b40aa3faee.jpeg',
'https://images.openlane.eu/carimgs/5576398/general/3c31389c-9bc8-4c91-9090-2b406f46c5c2.jpeg',
'https://images.openlane.eu/carimgs/5576398/general/64489f59-d83d-4291-9cb6-bd9741f01e64.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc7e9f61-10aa-5fc7-8371-6a3e98f88065/dc7e9f61-10aa-5fc7-8371-6a3e98f88065_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2245814,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5576398/general/d270b3cc-4276-458c-9d0b-5d060c232b56.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc7e9f61-10aa-5fc7-8371-6a3e98f88065/dc7e9f61-10aa-5fc7-8371-6a3e98f88065_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2421327,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5576398/general/b32175f8-8889-4fa7-a0c6-d2f89efaccae.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc7e9f61-10aa-5fc7-8371-6a3e98f88065/dc7e9f61-10aa-5fc7-8371-6a3e98f88065_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2789773,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5576398/general/90eea65b-094a-431a-8775-89517cb2fcaf.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc7e9f61-10aa-5fc7-8371-6a3e98f88065/dc7e9f61-10aa-5fc7-8371-6a3e98f88065_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2451270,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5576398/general/12cf0816-604e-48af-8163-3d9d7fd24358.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc7e9f61-10aa-5fc7-8371-6a3e98f88065/dc7e9f61-10aa-5fc7-8371-6a3e98f88065_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2146252,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5576398/general/cb646717-7a96-42e7-bcae-3f5677cddbef.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc7e9f61-10aa-5fc7-8371-6a3e98f88065/dc7e9f61-10aa-5fc7-8371-6a3e98f88065_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1823340,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5576398/general/0f363bbb-a372-4eac-8350-875639fa64e3.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc7e9f61-10aa-5fc7-8371-6a3e98f88065/dc7e9f61-10aa-5fc7-8371-6a3e98f88065_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2127554,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5576398/general/7caba031-a244-4f7f-a96b-de3c8496e1b6.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc7e9f61-10aa-5fc7-8371-6a3e98f88065/dc7e9f61-10aa-5fc7-8371-6a3e98f88065_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1718230,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5576398/general/e711d662-8eeb-4330-b2b6-02b40aa3faee.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc7e9f61-10aa-5fc7-8371-6a3e98f88065/dc7e9f61-10aa-5fc7-8371-6a3e98f88065_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1435681,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5576398/general/3c31389c-9bc8-4c91-9090-2b406f46c5c2.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_dc7e9f61-10aa-5fc7-8371-6a3e98f88065/dc7e9f61-10aa-5fc7-8371-6a3e98f88065_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2035107,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5576398/general/64489f59-d83d-4291-9cb6-bd9741f01e64.jpeg',
'Width': 4032}],
'price': 9000,
'price_includes_vat': True,
'registration_date': '2019-04-18',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Peugeot 5008 1.5 HDI Allure - Diesel - Automatic - 130 hp - 179.411 '
'km',
'transmission': 'automatic',
'trim': 'Allure',
'vin': None,
'year': 2019}
2026-03-28 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742436%27 HTTP/1.1" 200 None
2026-03-28 15:17:43 [adesa.be] INFO: Saving data for 10742436: {'created_time': 1774711063.628038, 'last_price_update_time': 1774711063.628098, 'auction_closing_time': 1774864800.0}
2026-03-28 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742436') HTTP/1.1" 204 0
2026-03-28 15:17:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d84340f6-c517-5e52-963b-c740bfa2170f with identifier: 10742441
2026-03-28 15:17:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d84340f6-c517-5e52-963b-c740bfa2170f with scrape type 1
2026-03-28 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d84340f6-c517-5e52-963b-c740bfa2170f
2026-03-28 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586237%252Fgeneral%252Ffedede66-e1ad-4d81-a700-5a214da632cf.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586237/general/fedede66-e1ad-4d81-a700-5a214da632cf.jpeg already downloaded
2026-03-28 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586237%252Fgeneral%252Fc36cdbe6-e4f5-4aec-88da-931ae634ef84.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586237/general/c36cdbe6-e4f5-4aec-88da-931ae634ef84.jpeg already downloaded
2026-03-28 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586237%252Fgeneral%252F7861f6a5-f5bc-4287-8baa-9db47a34d432.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586237/general/7861f6a5-f5bc-4287-8baa-9db47a34d432.jpeg already downloaded
2026-03-28 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586237%252Fgeneral%252Fdfb66b21-fbba-4baf-a98d-6337508a51e8.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586237/general/dfb66b21-fbba-4baf-a98d-6337508a51e8.jpeg already downloaded
2026-03-28 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586237%252Fgeneral%252Fc17241db-2c30-4305-8be2-7fc812ebf63a.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586237/general/c17241db-2c30-4305-8be2-7fc812ebf63a.jpeg already downloaded
2026-03-28 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586237%252Fgeneral%252Fdea281d8-411a-472e-8b15-f66183ee9506.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586237/general/dea281d8-411a-472e-8b15-f66183ee9506.jpeg already downloaded
2026-03-28 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586237%252Fgeneral%252F45b2d9a5-5b6e-452f-b148-40ca814687a4.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586237/general/45b2d9a5-5b6e-452f-b148-40ca814687a4.jpeg already downloaded
2026-03-28 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586237%252Fgeneral%252Ffc9911b7-baae-4f6f-9c28-bc8de471cff9.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586237/general/fc9911b7-baae-4f6f-9c28-bc8de471cff9.jpeg already downloaded
2026-03-28 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586237%252Fgeneral%252F4a113a32-547b-40ee-99e1-7ece8aeb40f9.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586237/general/4a113a32-547b-40ee-99e1-7ece8aeb40f9.jpeg already downloaded
2026-03-28 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586237%252Fgeneral%252Fb42e2f16-4f6a-4fd8-8193-4effaf90c86c.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586237/general/b42e2f16-4f6a-4fd8-8193-4effaf90c86c.jpeg already downloaded
2026-03-28 15:17:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: d84340f6-c517-5e52-963b-c740bfa2170f, identifier: 10742441
2026-03-28 15:17:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb12d1cd-2dd7-54d7-a2ae-13c9e4b57810 with identifier: 10742429
2026-03-28 15:17:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb12d1cd-2dd7-54d7-a2ae-13c9e4b57810 with scrape type 1
2026-03-28 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item fb12d1cd-2dd7-54d7-a2ae-13c9e4b57810
2026-03-28 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5477989%252Fgeneral%252F48af77c6-a504-4b06-a500-efe0ad8a21b6.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5477989/general/48af77c6-a504-4b06-a500-efe0ad8a21b6.jpg already downloaded
2026-03-28 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5477989%252Fgeneral%252F2ac9a057-caeb-494f-b8cc-e2671c89bd26.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5477989/general/2ac9a057-caeb-494f-b8cc-e2671c89bd26.jpg already downloaded
2026-03-28 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5477989%252Fgeneral%252F36f7bfbd-3f33-41e4-b3ff-562db86928ae.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5477989/general/36f7bfbd-3f33-41e4-b3ff-562db86928ae.jpg already downloaded
2026-03-28 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5477989%252Fgeneral%252Fc00e453d-3edc-4c50-be2f-e56fa5b8705d.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5477989/general/c00e453d-3edc-4c50-be2f-e56fa5b8705d.jpg already downloaded
2026-03-28 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5477989%252Fgeneral%252F705fbafc-456e-44b6-bbd1-d167ecc19aba.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5477989/general/705fbafc-456e-44b6-bbd1-d167ecc19aba.jpg already downloaded
2026-03-28 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5477989%252Fgeneral%252Fbd6ac3af-d4d2-47a6-ae2a-e6dbe2aa0cea.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5477989/general/bd6ac3af-d4d2-47a6-ae2a-e6dbe2aa0cea.jpg already downloaded
2026-03-28 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5477989%252Fgeneral%252Fad08a056-1371-4c8e-8bf5-6e6785aaee08.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5477989/general/ad08a056-1371-4c8e-8bf5-6e6785aaee08.jpg already downloaded
2026-03-28 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5477989%252Fgeneral%252F0680b4b7-6af0-4b51-99d6-e8fca24971c4.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5477989/general/0680b4b7-6af0-4b51-99d6-e8fca24971c4.jpg already downloaded
2026-03-28 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5477989%252Fgeneral%252F36105177-5544-4035-8276-6ca3e23033a7.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5477989/general/36105177-5544-4035-8276-6ca3e23033a7.jpg already downloaded
2026-03-28 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5477989%252Fgeneral%252F31409597-f169-42ec-add2-039586ce5da9.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5477989/general/31409597-f169-42ec-add2-039586ce5da9.jpg already downloaded
2026-03-28 15:17:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: fb12d1cd-2dd7-54d7-a2ae-13c9e4b57810, identifier: 10742429
2026-03-28 15:17:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: d84340f6-c517-5e52-963b-c740bfa2170f with identifier: 10742441
2026-03-28 15:17:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: d84340f6-c517-5e52-963b-c740bfa2170f with identifier: 10742441
2026-03-28 15:17:44 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: d84340f6-c517-5e52-963b-c740bfa2170f with identifier: 10742441 to the API
2026-03-28 15:17:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742441>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.4L',
'engine_horse_power': 110,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': 'd84340f6-c517-5e52-963b-c740bfa2170f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '180405',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742441',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Seat',
'model': 'Leon',
'odometer': 284098,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 42,
'photo_urls': ['https://images.openlane.eu/carimgs/5586237/general/fedede66-e1ad-4d81-a700-5a214da632cf.jpeg',
'https://images.openlane.eu/carimgs/5586237/general/c36cdbe6-e4f5-4aec-88da-931ae634ef84.jpeg',
'https://images.openlane.eu/carimgs/5586237/general/7861f6a5-f5bc-4287-8baa-9db47a34d432.jpeg',
'https://images.openlane.eu/carimgs/5586237/general/dfb66b21-fbba-4baf-a98d-6337508a51e8.jpeg',
'https://images.openlane.eu/carimgs/5586237/general/c17241db-2c30-4305-8be2-7fc812ebf63a.jpeg',
'https://images.openlane.eu/carimgs/5586237/general/dea281d8-411a-472e-8b15-f66183ee9506.jpeg',
'https://images.openlane.eu/carimgs/5586237/general/45b2d9a5-5b6e-452f-b148-40ca814687a4.jpeg',
'https://images.openlane.eu/carimgs/5586237/general/fc9911b7-baae-4f6f-9c28-bc8de471cff9.jpeg',
'https://images.openlane.eu/carimgs/5586237/general/4a113a32-547b-40ee-99e1-7ece8aeb40f9.jpeg',
'https://images.openlane.eu/carimgs/5586237/general/b42e2f16-4f6a-4fd8-8193-4effaf90c86c.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d84340f6-c517-5e52-963b-c740bfa2170f/d84340f6-c517-5e52-963b-c740bfa2170f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 3266037,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586237/general/fedede66-e1ad-4d81-a700-5a214da632cf.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d84340f6-c517-5e52-963b-c740bfa2170f/d84340f6-c517-5e52-963b-c740bfa2170f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2939187,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586237/general/c36cdbe6-e4f5-4aec-88da-931ae634ef84.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d84340f6-c517-5e52-963b-c740bfa2170f/d84340f6-c517-5e52-963b-c740bfa2170f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2946484,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586237/general/7861f6a5-f5bc-4287-8baa-9db47a34d432.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d84340f6-c517-5e52-963b-c740bfa2170f/d84340f6-c517-5e52-963b-c740bfa2170f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2894471,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586237/general/dfb66b21-fbba-4baf-a98d-6337508a51e8.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d84340f6-c517-5e52-963b-c740bfa2170f/d84340f6-c517-5e52-963b-c740bfa2170f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1931873,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586237/general/c17241db-2c30-4305-8be2-7fc812ebf63a.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d84340f6-c517-5e52-963b-c740bfa2170f/d84340f6-c517-5e52-963b-c740bfa2170f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1679061,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586237/general/dea281d8-411a-472e-8b15-f66183ee9506.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d84340f6-c517-5e52-963b-c740bfa2170f/d84340f6-c517-5e52-963b-c740bfa2170f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2057686,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586237/general/45b2d9a5-5b6e-452f-b148-40ca814687a4.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d84340f6-c517-5e52-963b-c740bfa2170f/d84340f6-c517-5e52-963b-c740bfa2170f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2803286,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586237/general/fc9911b7-baae-4f6f-9c28-bc8de471cff9.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d84340f6-c517-5e52-963b-c740bfa2170f/d84340f6-c517-5e52-963b-c740bfa2170f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1338001,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586237/general/4a113a32-547b-40ee-99e1-7ece8aeb40f9.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d84340f6-c517-5e52-963b-c740bfa2170f/d84340f6-c517-5e52-963b-c740bfa2170f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1558192,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586237/general/b42e2f16-4f6a-4fd8-8193-4effaf90c86c.jpeg',
'Width': 4032}],
'price': 4000,
'price_includes_vat': True,
'registration_date': '2016-07-01',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Seat Leon Sportstourer 1.4 - CNG - Manual - 110 hp - 284.098 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2016}
2026-03-28 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742441%27 HTTP/1.1" 200 None
2026-03-28 15:17:44 [adesa.be] INFO: Saving data for 10742441: {'created_time': 1774711064.539111, 'last_price_update_time': 1774711064.539123, 'auction_closing_time': 1774864800.0}
2026-03-28 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742441') HTTP/1.1" 204 0
2026-03-28 15:17:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: fb12d1cd-2dd7-54d7-a2ae-13c9e4b57810 with identifier: 10742429
2026-03-28 15:17:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: fb12d1cd-2dd7-54d7-a2ae-13c9e4b57810 with identifier: 10742429
2026-03-28 15:17:44 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: fb12d1cd-2dd7-54d7-a2ae-13c9e4b57810 with identifier: 10742429 to the API
2026-03-28 15:17:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742429>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.4L',
'engine_horse_power': 110,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': 'fb12d1cd-2dd7-54d7-a2ae-13c9e4b57810',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '000844',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742429',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 237760,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 39,
'photo_urls': ['https://images.openlane.eu/carimgs/5477989/general/48af77c6-a504-4b06-a500-efe0ad8a21b6.jpg',
'https://images.openlane.eu/carimgs/5477989/general/2ac9a057-caeb-494f-b8cc-e2671c89bd26.jpg',
'https://images.openlane.eu/carimgs/5477989/general/36f7bfbd-3f33-41e4-b3ff-562db86928ae.jpg',
'https://images.openlane.eu/carimgs/5477989/general/c00e453d-3edc-4c50-be2f-e56fa5b8705d.jpg',
'https://images.openlane.eu/carimgs/5477989/general/705fbafc-456e-44b6-bbd1-d167ecc19aba.jpg',
'https://images.openlane.eu/carimgs/5477989/general/bd6ac3af-d4d2-47a6-ae2a-e6dbe2aa0cea.jpg',
'https://images.openlane.eu/carimgs/5477989/general/ad08a056-1371-4c8e-8bf5-6e6785aaee08.jpg',
'https://images.openlane.eu/carimgs/5477989/general/0680b4b7-6af0-4b51-99d6-e8fca24971c4.jpg',
'https://images.openlane.eu/carimgs/5477989/general/36105177-5544-4035-8276-6ca3e23033a7.jpg',
'https://images.openlane.eu/carimgs/5477989/general/31409597-f169-42ec-add2-039586ce5da9.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb12d1cd-2dd7-54d7-a2ae-13c9e4b57810/fb12d1cd-2dd7-54d7-a2ae-13c9e4b57810_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 441391,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5477989/general/48af77c6-a504-4b06-a500-efe0ad8a21b6.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb12d1cd-2dd7-54d7-a2ae-13c9e4b57810/fb12d1cd-2dd7-54d7-a2ae-13c9e4b57810_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 384549,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5477989/general/2ac9a057-caeb-494f-b8cc-e2671c89bd26.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb12d1cd-2dd7-54d7-a2ae-13c9e4b57810/fb12d1cd-2dd7-54d7-a2ae-13c9e4b57810_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 452735,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5477989/general/36f7bfbd-3f33-41e4-b3ff-562db86928ae.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb12d1cd-2dd7-54d7-a2ae-13c9e4b57810/fb12d1cd-2dd7-54d7-a2ae-13c9e4b57810_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 425344,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5477989/general/c00e453d-3edc-4c50-be2f-e56fa5b8705d.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb12d1cd-2dd7-54d7-a2ae-13c9e4b57810/fb12d1cd-2dd7-54d7-a2ae-13c9e4b57810_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 414704,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5477989/general/705fbafc-456e-44b6-bbd1-d167ecc19aba.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb12d1cd-2dd7-54d7-a2ae-13c9e4b57810/fb12d1cd-2dd7-54d7-a2ae-13c9e4b57810_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 340713,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5477989/general/bd6ac3af-d4d2-47a6-ae2a-e6dbe2aa0cea.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb12d1cd-2dd7-54d7-a2ae-13c9e4b57810/fb12d1cd-2dd7-54d7-a2ae-13c9e4b57810_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 367036,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5477989/general/ad08a056-1371-4c8e-8bf5-6e6785aaee08.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb12d1cd-2dd7-54d7-a2ae-13c9e4b57810/fb12d1cd-2dd7-54d7-a2ae-13c9e4b57810_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 459873,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5477989/general/0680b4b7-6af0-4b51-99d6-e8fca24971c4.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb12d1cd-2dd7-54d7-a2ae-13c9e4b57810/fb12d1cd-2dd7-54d7-a2ae-13c9e4b57810_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 279164,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5477989/general/36105177-5544-4035-8276-6ca3e23033a7.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb12d1cd-2dd7-54d7-a2ae-13c9e4b57810/fb12d1cd-2dd7-54d7-a2ae-13c9e4b57810_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 452450,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5477989/general/31409597-f169-42ec-add2-039586ce5da9.jpg',
'Width': 2000}],
'price': 5900,
'price_includes_vat': True,
'registration_date': '2018-01-16',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Skoda Octavia Combi 1.4 TSI Style - CNG - Automatic - 110 hp - '
'237.760 km',
'transmission': 'automatic',
'trim': 'Style',
'vin': None,
'year': 2018}
2026-03-28 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742429%27 HTTP/1.1" 200 None
2026-03-28 15:17:44 [adesa.be] INFO: Saving data for 10742429: {'created_time': 1774711064.86549, 'last_price_update_time': 1774711064.865501, 'auction_closing_time': 1774864800.0}
2026-03-28 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742429') HTTP/1.1" 204 0
2026-03-28 15:17:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742450> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742423> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f91e030d-8d9b-5640-a34c-2c148c15906f with identifier: 10742450
2026-03-28 15:17:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f91e030d-8d9b-5640-a34c-2c148c15906f with scrape type 1
2026-03-28 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f91e030d-8d9b-5640-a34c-2c148c15906f
2026-03-28 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629645%252Fgeneral%252F04f52623-01db-4919-8f93-810c2c9d0faf.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629645/general/04f52623-01db-4919-8f93-810c2c9d0faf.jpeg already downloaded
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629645%252Fgeneral%252F5f42dfd7-d199-4e82-95ae-7e8ac3ae5ca7.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629645/general/5f42dfd7-d199-4e82-95ae-7e8ac3ae5ca7.jpeg already downloaded
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629645%252Fgeneral%252F97d085ec-f0a2-4f78-8ec9-5740a487c2b9.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629645/general/97d085ec-f0a2-4f78-8ec9-5740a487c2b9.jpeg already downloaded
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629645%252Fgeneral%252Fe9ad776a-65c9-4534-8068-9a204ac7d235.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629645/general/e9ad776a-65c9-4534-8068-9a204ac7d235.jpeg already downloaded
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629645%252Fgeneral%252Fb85fd303-43a6-49a4-b8bf-5742af29c35e.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629645/general/b85fd303-43a6-49a4-b8bf-5742af29c35e.jpeg already downloaded
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629645%252Fgeneral%252F990266ab-ac94-424a-a33f-3ecd8d3fc223.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629645/general/990266ab-ac94-424a-a33f-3ecd8d3fc223.jpeg already downloaded
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629645%252Fgeneral%252Fddedab2c-e0f3-400a-9ed9-f6775a7d601f.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629645/general/ddedab2c-e0f3-400a-9ed9-f6775a7d601f.jpeg already downloaded
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629645%252Fgeneral%252Fb6cc6907-227e-4ff8-93a8-986ae9e235ae.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629645/general/b6cc6907-227e-4ff8-93a8-986ae9e235ae.jpeg already downloaded
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629645%252Fgeneral%252Fc4b15230-2719-4577-b70b-b52133c6bd80.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629645/general/c4b15230-2719-4577-b70b-b52133c6bd80.jpeg already downloaded
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629645%252Fgeneral%252F08fadfa0-9a21-4d01-97d0-0c244dcbf698.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629645/general/08fadfa0-9a21-4d01-97d0-0c244dcbf698.jpeg already downloaded
2026-03-28 15:17:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: f91e030d-8d9b-5640-a34c-2c148c15906f, identifier: 10742450
2026-03-28 15:17:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: f91e030d-8d9b-5640-a34c-2c148c15906f with identifier: 10742450
2026-03-28 15:17:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: f91e030d-8d9b-5640-a34c-2c148c15906f with identifier: 10742450
2026-03-28 15:17:45 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: f91e030d-8d9b-5640-a34c-2c148c15906f with identifier: 10742450 to the API
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742450>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': 'f91e030d-8d9b-5640-a34c-2c148c15906f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'XXXX',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742450',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 232854,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 28,
'photo_urls': ['https://images.openlane.eu/carimgs/5629645/general/04f52623-01db-4919-8f93-810c2c9d0faf.jpeg',
'https://images.openlane.eu/carimgs/5629645/general/5f42dfd7-d199-4e82-95ae-7e8ac3ae5ca7.jpeg',
'https://images.openlane.eu/carimgs/5629645/general/97d085ec-f0a2-4f78-8ec9-5740a487c2b9.jpeg',
'https://images.openlane.eu/carimgs/5629645/general/e9ad776a-65c9-4534-8068-9a204ac7d235.jpeg',
'https://images.openlane.eu/carimgs/5629645/general/b85fd303-43a6-49a4-b8bf-5742af29c35e.jpeg',
'https://images.openlane.eu/carimgs/5629645/general/990266ab-ac94-424a-a33f-3ecd8d3fc223.jpeg',
'https://images.openlane.eu/carimgs/5629645/general/ddedab2c-e0f3-400a-9ed9-f6775a7d601f.jpeg',
'https://images.openlane.eu/carimgs/5629645/general/b6cc6907-227e-4ff8-93a8-986ae9e235ae.jpeg',
'https://images.openlane.eu/carimgs/5629645/general/c4b15230-2719-4577-b70b-b52133c6bd80.jpeg',
'https://images.openlane.eu/carimgs/5629645/general/08fadfa0-9a21-4d01-97d0-0c244dcbf698.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f91e030d-8d9b-5640-a34c-2c148c15906f/f91e030d-8d9b-5640-a34c-2c148c15906f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2862376,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629645/general/04f52623-01db-4919-8f93-810c2c9d0faf.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f91e030d-8d9b-5640-a34c-2c148c15906f/f91e030d-8d9b-5640-a34c-2c148c15906f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2443304,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629645/general/5f42dfd7-d199-4e82-95ae-7e8ac3ae5ca7.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f91e030d-8d9b-5640-a34c-2c148c15906f/f91e030d-8d9b-5640-a34c-2c148c15906f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2289995,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629645/general/97d085ec-f0a2-4f78-8ec9-5740a487c2b9.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f91e030d-8d9b-5640-a34c-2c148c15906f/f91e030d-8d9b-5640-a34c-2c148c15906f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2970581,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629645/general/e9ad776a-65c9-4534-8068-9a204ac7d235.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f91e030d-8d9b-5640-a34c-2c148c15906f/f91e030d-8d9b-5640-a34c-2c148c15906f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2801944,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629645/general/b85fd303-43a6-49a4-b8bf-5742af29c35e.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f91e030d-8d9b-5640-a34c-2c148c15906f/f91e030d-8d9b-5640-a34c-2c148c15906f_image_5.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 2393976,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629645/general/990266ab-ac94-424a-a33f-3ecd8d3fc223.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f91e030d-8d9b-5640-a34c-2c148c15906f/f91e030d-8d9b-5640-a34c-2c148c15906f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1767727,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629645/general/ddedab2c-e0f3-400a-9ed9-f6775a7d601f.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f91e030d-8d9b-5640-a34c-2c148c15906f/f91e030d-8d9b-5640-a34c-2c148c15906f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1770831,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629645/general/b6cc6907-227e-4ff8-93a8-986ae9e235ae.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f91e030d-8d9b-5640-a34c-2c148c15906f/f91e030d-8d9b-5640-a34c-2c148c15906f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2046664,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629645/general/c4b15230-2719-4577-b70b-b52133c6bd80.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f91e030d-8d9b-5640-a34c-2c148c15906f/f91e030d-8d9b-5640-a34c-2c148c15906f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1669119,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629645/general/08fadfa0-9a21-4d01-97d0-0c244dcbf698.jpeg',
'Width': 4032}],
'price': 5000,
'price_includes_vat': True,
'registration_date': '2019-09-12',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Skoda Octavia Combi 1.5 Ambition - CNG - Automatic - 130 hp - '
'232.854 km',
'transmission': 'automatic',
'trim': 'Ambition',
'vin': None,
'year': 2019}
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742450%27 HTTP/1.1" 200 None
2026-03-28 15:17:45 [adesa.be] INFO: Saving data for 10742450: {'created_time': 1774711065.64508, 'last_price_update_time': 1774711065.645089, 'auction_closing_time': 1774864800.0}
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742450') HTTP/1.1" 204 0
2026-03-28 15:17:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 665f7ede-1f4c-5128-9645-78fd2be538bb with identifier: 10742423
2026-03-28 15:17:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 665f7ede-1f4c-5128-9645-78fd2be538bb with scrape type 1
2026-03-28 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 665f7ede-1f4c-5128-9645-78fd2be538bb
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5347027%252Fgeneral%252F024c68e4-18a0-41df-a566-df3cb5781d5b.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5347027/general/024c68e4-18a0-41df-a566-df3cb5781d5b.jpg already downloaded
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5347027%252Fgeneral%252F3752fdeb-196e-4ac5-afbb-47133297e32c.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5347027/general/3752fdeb-196e-4ac5-afbb-47133297e32c.jpg already downloaded
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5347027%252Fgeneral%252F180bd0b2-70c8-4a5f-a841-9c8c0f4b7d36.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5347027/general/180bd0b2-70c8-4a5f-a841-9c8c0f4b7d36.jpg already downloaded
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5347027%252Fgeneral%252Fab431976-d062-4c7f-b21c-9e5a429194bc.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5347027/general/ab431976-d062-4c7f-b21c-9e5a429194bc.jpg already downloaded
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5347027%252Fgeneral%252F556187f7-65b1-408c-a71c-3028e53ef687.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5347027/general/556187f7-65b1-408c-a71c-3028e53ef687.jpg already downloaded
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5347027%252Fgeneral%252F1a6a248a-fb25-4d94-afae-1246efeafdf8.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5347027/general/1a6a248a-fb25-4d94-afae-1246efeafdf8.jpg already downloaded
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5347027%252Fgeneral%252Fddf6ba4e-0d92-4611-8850-3ab7d85b93f6.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5347027/general/ddf6ba4e-0d92-4611-8850-3ab7d85b93f6.jpg already downloaded
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5347027%252Fgeneral%252Fb2d36b8f-080b-40e8-9d9e-ef31bae7a4cb.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5347027/general/b2d36b8f-080b-40e8-9d9e-ef31bae7a4cb.jpg already downloaded
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5347027%252Fgeneral%252Fc38e24fc-48b5-4f05-bab4-01f1b54f0da9.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5347027/general/c38e24fc-48b5-4f05-bab4-01f1b54f0da9.jpg already downloaded
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5347027%252Fgeneral%252Fc3c903b6-8fc5-43c8-833c-a945e5f08e1e.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5347027/general/c3c903b6-8fc5-43c8-833c-a945e5f08e1e.jpg already downloaded
2026-03-28 15:17:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 665f7ede-1f4c-5128-9645-78fd2be538bb, identifier: 10742423
2026-03-28 15:17:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 665f7ede-1f4c-5128-9645-78fd2be538bb with identifier: 10742423
2026-03-28 15:17:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 665f7ede-1f4c-5128-9645-78fd2be538bb with identifier: 10742423
2026-03-28 15:17:46 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 665f7ede-1f4c-5128-9645-78fd2be538bb with identifier: 10742423 to the API
2026-03-28 15:17:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742423>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '665f7ede-1f4c-5128-9645-78fd2be538bb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '000000',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742423',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '308',
'odometer': 141702,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 42,
'photo_urls': ['https://images.openlane.eu/carimgs/5347027/general/024c68e4-18a0-41df-a566-df3cb5781d5b.jpg',
'https://images.openlane.eu/carimgs/5347027/general/3752fdeb-196e-4ac5-afbb-47133297e32c.jpg',
'https://images.openlane.eu/carimgs/5347027/general/180bd0b2-70c8-4a5f-a841-9c8c0f4b7d36.jpg',
'https://images.openlane.eu/carimgs/5347027/general/ab431976-d062-4c7f-b21c-9e5a429194bc.jpg',
'https://images.openlane.eu/carimgs/5347027/general/556187f7-65b1-408c-a71c-3028e53ef687.jpg',
'https://images.openlane.eu/carimgs/5347027/general/1a6a248a-fb25-4d94-afae-1246efeafdf8.jpg',
'https://images.openlane.eu/carimgs/5347027/general/ddf6ba4e-0d92-4611-8850-3ab7d85b93f6.jpg',
'https://images.openlane.eu/carimgs/5347027/general/b2d36b8f-080b-40e8-9d9e-ef31bae7a4cb.jpg',
'https://images.openlane.eu/carimgs/5347027/general/c38e24fc-48b5-4f05-bab4-01f1b54f0da9.jpg',
'https://images.openlane.eu/carimgs/5347027/general/c3c903b6-8fc5-43c8-833c-a945e5f08e1e.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_665f7ede-1f4c-5128-9645-78fd2be538bb/665f7ede-1f4c-5128-9645-78fd2be538bb_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 417962,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5347027/general/024c68e4-18a0-41df-a566-df3cb5781d5b.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_665f7ede-1f4c-5128-9645-78fd2be538bb/665f7ede-1f4c-5128-9645-78fd2be538bb_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 431855,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5347027/general/3752fdeb-196e-4ac5-afbb-47133297e32c.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_665f7ede-1f4c-5128-9645-78fd2be538bb/665f7ede-1f4c-5128-9645-78fd2be538bb_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 371266,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5347027/general/180bd0b2-70c8-4a5f-a841-9c8c0f4b7d36.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_665f7ede-1f4c-5128-9645-78fd2be538bb/665f7ede-1f4c-5128-9645-78fd2be538bb_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 404880,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5347027/general/ab431976-d062-4c7f-b21c-9e5a429194bc.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_665f7ede-1f4c-5128-9645-78fd2be538bb/665f7ede-1f4c-5128-9645-78fd2be538bb_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 461084,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5347027/general/556187f7-65b1-408c-a71c-3028e53ef687.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_665f7ede-1f4c-5128-9645-78fd2be538bb/665f7ede-1f4c-5128-9645-78fd2be538bb_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 381907,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5347027/general/1a6a248a-fb25-4d94-afae-1246efeafdf8.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_665f7ede-1f4c-5128-9645-78fd2be538bb/665f7ede-1f4c-5128-9645-78fd2be538bb_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 380044,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5347027/general/ddf6ba4e-0d92-4611-8850-3ab7d85b93f6.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_665f7ede-1f4c-5128-9645-78fd2be538bb/665f7ede-1f4c-5128-9645-78fd2be538bb_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 383171,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5347027/general/b2d36b8f-080b-40e8-9d9e-ef31bae7a4cb.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_665f7ede-1f4c-5128-9645-78fd2be538bb/665f7ede-1f4c-5128-9645-78fd2be538bb_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 407112,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5347027/general/c38e24fc-48b5-4f05-bab4-01f1b54f0da9.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_665f7ede-1f4c-5128-9645-78fd2be538bb/665f7ede-1f4c-5128-9645-78fd2be538bb_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 221520,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5347027/general/c3c903b6-8fc5-43c8-833c-a945e5f08e1e.jpg',
'Width': 2000}],
'price': 6700,
'price_includes_vat': True,
'registration_date': '2019-10-23',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Peugeot 308 SW 1.5 Allure - Diesel - Manual - 130 hp - 141.702 km',
'transmission': 'manual',
'trim': 'Allure',
'vin': None,
'year': 2019}
2026-03-28 15:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742423%27 HTTP/1.1" 200 None
2026-03-28 15:17:46 [adesa.be] INFO: Saving data for 10742423: {'created_time': 1774711066.231829, 'last_price_update_time': 1774711066.231841, 'auction_closing_time': 1774864800.0}
2026-03-28 15:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742423') HTTP/1.1" 204 0
2026-03-28 15:17:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742483> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b971706-524c-5c5c-8576-7648bb651c92 with identifier: 10742483
2026-03-28 15:17:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b971706-524c-5c5c-8576-7648bb651c92 with scrape type 1
2026-03-28 15:17:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7b971706-524c-5c5c-8576-7648bb651c92
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743780%252Fgeneral%252Fc5ce9e43-2e49-4349-a2ff-6ad30c5db080.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743780/general/c5ce9e43-2e49-4349-a2ff-6ad30c5db080.jpeg already downloaded
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743780%252Fgeneral%252Fba0df9b6-195a-4918-a2bc-5ef4553a0b2c.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743780/general/ba0df9b6-195a-4918-a2bc-5ef4553a0b2c.jpeg already downloaded
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743780%252Fgeneral%252Fcfa4ba10-daab-443c-9a31-bc2ab6625f79.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743780/general/cfa4ba10-daab-443c-9a31-bc2ab6625f79.jpeg already downloaded
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743780%252Fgeneral%252F0e17766d-3e7a-47e4-99d9-d2281583c233.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743780/general/0e17766d-3e7a-47e4-99d9-d2281583c233.jpeg already downloaded
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743780%252Fgeneral%252F41169360-d2df-4359-ba0b-a2aaa8e5439d.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743780/general/41169360-d2df-4359-ba0b-a2aaa8e5439d.jpeg already downloaded
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743780%252Fgeneral%252F12f612e6-a2a9-4de3-bf96-ecc9fa95c2c4.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743780/general/12f612e6-a2a9-4de3-bf96-ecc9fa95c2c4.jpeg already downloaded
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743780%252Fgeneral%252Fd359bfe3-f8fe-4f42-9f44-5f97cb892d1f.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743780/general/d359bfe3-f8fe-4f42-9f44-5f97cb892d1f.jpeg already downloaded
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743780%252Fgeneral%252F029b9e64-dfac-4a42-8c83-1534cd49a7fc.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743780/general/029b9e64-dfac-4a42-8c83-1534cd49a7fc.jpeg already downloaded
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743780%252Fgeneral%252F4504692d-ce00-419d-a1f4-d2d1da0b2fc1.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743780/general/4504692d-ce00-419d-a1f4-d2d1da0b2fc1.jpeg already downloaded
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743780%252Fgeneral%252Fa860cced-a11e-4f8c-b9f1-dc141261b7fc.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743780/general/a860cced-a11e-4f8c-b9f1-dc141261b7fc.jpeg already downloaded
2026-03-28 15:17:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 7b971706-524c-5c5c-8576-7648bb651c92, identifier: 10742483
2026-03-28 15:17:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 7b971706-524c-5c5c-8576-7648bb651c92 with identifier: 10742483
2026-03-28 15:17:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 7b971706-524c-5c5c-8576-7648bb651c92 with identifier: 10742483
2026-03-28 15:17:47 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 7b971706-524c-5c5c-8576-7648bb651c92 with identifier: 10742483 to the API
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742483>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.4L',
'engine_horse_power': 110,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': '7b971706-524c-5c5c-8576-7648bb651c92',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '053635',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742483',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 138216,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 30,
'photo_urls': ['https://images.openlane.eu/carimgs/5743780/general/c5ce9e43-2e49-4349-a2ff-6ad30c5db080.jpeg',
'https://images.openlane.eu/carimgs/5743780/general/ba0df9b6-195a-4918-a2bc-5ef4553a0b2c.jpeg',
'https://images.openlane.eu/carimgs/5743780/general/cfa4ba10-daab-443c-9a31-bc2ab6625f79.jpeg',
'https://images.openlane.eu/carimgs/5743780/general/0e17766d-3e7a-47e4-99d9-d2281583c233.jpeg',
'https://images.openlane.eu/carimgs/5743780/general/41169360-d2df-4359-ba0b-a2aaa8e5439d.jpeg',
'https://images.openlane.eu/carimgs/5743780/general/12f612e6-a2a9-4de3-bf96-ecc9fa95c2c4.jpeg',
'https://images.openlane.eu/carimgs/5743780/general/d359bfe3-f8fe-4f42-9f44-5f97cb892d1f.jpeg',
'https://images.openlane.eu/carimgs/5743780/general/029b9e64-dfac-4a42-8c83-1534cd49a7fc.jpeg',
'https://images.openlane.eu/carimgs/5743780/general/4504692d-ce00-419d-a1f4-d2d1da0b2fc1.jpeg',
'https://images.openlane.eu/carimgs/5743780/general/a860cced-a11e-4f8c-b9f1-dc141261b7fc.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7b971706-524c-5c5c-8576-7648bb651c92/7b971706-524c-5c5c-8576-7648bb651c92_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 320800,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743780/general/c5ce9e43-2e49-4349-a2ff-6ad30c5db080.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7b971706-524c-5c5c-8576-7648bb651c92/7b971706-524c-5c5c-8576-7648bb651c92_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 246048,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743780/general/ba0df9b6-195a-4918-a2bc-5ef4553a0b2c.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7b971706-524c-5c5c-8576-7648bb651c92/7b971706-524c-5c5c-8576-7648bb651c92_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 284856,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743780/general/cfa4ba10-daab-443c-9a31-bc2ab6625f79.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7b971706-524c-5c5c-8576-7648bb651c92/7b971706-524c-5c5c-8576-7648bb651c92_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 368353,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743780/general/0e17766d-3e7a-47e4-99d9-d2281583c233.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7b971706-524c-5c5c-8576-7648bb651c92/7b971706-524c-5c5c-8576-7648bb651c92_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 295798,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743780/general/41169360-d2df-4359-ba0b-a2aaa8e5439d.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7b971706-524c-5c5c-8576-7648bb651c92/7b971706-524c-5c5c-8576-7648bb651c92_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 343808,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743780/general/12f612e6-a2a9-4de3-bf96-ecc9fa95c2c4.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7b971706-524c-5c5c-8576-7648bb651c92/7b971706-524c-5c5c-8576-7648bb651c92_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 305862,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743780/general/d359bfe3-f8fe-4f42-9f44-5f97cb892d1f.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7b971706-524c-5c5c-8576-7648bb651c92/7b971706-524c-5c5c-8576-7648bb651c92_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 234899,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743780/general/029b9e64-dfac-4a42-8c83-1534cd49a7fc.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7b971706-524c-5c5c-8576-7648bb651c92/7b971706-524c-5c5c-8576-7648bb651c92_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 390474,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743780/general/4504692d-ce00-419d-a1f4-d2d1da0b2fc1.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7b971706-524c-5c5c-8576-7648bb651c92/7b971706-524c-5c5c-8576-7648bb651c92_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 267718,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743780/general/a860cced-a11e-4f8c-b9f1-dc141261b7fc.jpeg',
'Width': 1440}],
'price': 6800,
'price_includes_vat': True,
'registration_date': '2020-01-28',
'seats_number': 2,
'seller_name': 'AUTO TIP TOP',
'title': 'Volkswagen Caddy Maxi 1.4 TGI - CNG - Manual - 110 hp - 138.216 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2020}
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742483%27 HTTP/1.1" 200 None
2026-03-28 15:17:47 [adesa.be] INFO: Saving data for 10742483: {'created_time': 1774711067.640863, 'last_price_update_time': 1774711067.640874, 'auction_closing_time': 1774864800.0}
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742483') HTTP/1.1" 204 0
2026-03-28 15:17:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742484> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742431> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742469> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc9134e5-959d-5ff2-b692-47b86bb8a1ba with identifier: 10742484
2026-03-28 15:17:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc9134e5-959d-5ff2-b692-47b86bb8a1ba with scrape type 1
2026-03-28 15:17:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item fc9134e5-959d-5ff2-b692-47b86bb8a1ba
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743783%252Fgeneral%252F831c5943-fa5a-42c1-a63f-0015ff879ee1.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743783/general/831c5943-fa5a-42c1-a63f-0015ff879ee1.jpeg already downloaded
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743783%252Fgeneral%252F1b7bf8e5-0c24-4ac5-954a-bf224bc3f6ce.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743783/general/1b7bf8e5-0c24-4ac5-954a-bf224bc3f6ce.jpeg already downloaded
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743783%252Fgeneral%252F1527f2cb-9fc4-4c79-ab53-c6a1f6092541.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743783/general/1527f2cb-9fc4-4c79-ab53-c6a1f6092541.jpeg already downloaded
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743783%252Fgeneral%252F9f7170e2-60bb-473f-bb40-0db1914a890f.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743783/general/9f7170e2-60bb-473f-bb40-0db1914a890f.jpeg already downloaded
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743783%252Fgeneral%252F7190cff1-1b3a-4fb8-a03f-3e345369d10d.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743783/general/7190cff1-1b3a-4fb8-a03f-3e345369d10d.jpeg already downloaded
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743783%252Fgeneral%252Fb673e3c8-c3d1-4edb-a1cb-e55b7249b829.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743783/general/b673e3c8-c3d1-4edb-a1cb-e55b7249b829.jpeg already downloaded
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743783%252Fgeneral%252F9b4f4ac5-34ea-4e2f-8ba8-9ed7d2530f3d.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743783/general/9b4f4ac5-34ea-4e2f-8ba8-9ed7d2530f3d.jpeg already downloaded
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743783%252Fgeneral%252F51883bd9-01b2-4ab6-adc4-4c37d7e68e7c.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743783/general/51883bd9-01b2-4ab6-adc4-4c37d7e68e7c.jpeg already downloaded
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743783%252Fgeneral%252Fc24e0949-08c5-4daa-8e6d-47212e81e2a2.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743783/general/c24e0949-08c5-4daa-8e6d-47212e81e2a2.jpeg already downloaded
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743783%252Fgeneral%252F06dbd5c8-5c00-4276-9be5-dc709df510bf.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743783/general/06dbd5c8-5c00-4276-9be5-dc709df510bf.jpeg already downloaded
2026-03-28 15:17:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: fc9134e5-959d-5ff2-b692-47b86bb8a1ba, identifier: 10742484
2026-03-28 15:17:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99733334-ba0b-5a6e-8740-4a90e87a40b5 with identifier: 10742431
2026-03-28 15:17:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99733334-ba0b-5a6e-8740-4a90e87a40b5 with scrape type 1
2026-03-28 15:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 99733334-ba0b-5a6e-8740-4a90e87a40b5
2026-03-28 15:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5526839%252Fgeneral%252Ff689c805-841b-46f8-947d-6f2fcc27f15f.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5526839/general/f689c805-841b-46f8-947d-6f2fcc27f15f.jpg already downloaded
2026-03-28 15:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5526839%252Fgeneral%252Fe75fae52-e7e2-4c1f-b138-77052ae31a7b.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5526839/general/e75fae52-e7e2-4c1f-b138-77052ae31a7b.jpg already downloaded
2026-03-28 15:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5526839%252Fgeneral%252Ffdf7fa79-ec10-470f-9d6d-beb793c45696.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5526839/general/fdf7fa79-ec10-470f-9d6d-beb793c45696.jpg already downloaded
2026-03-28 15:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5526839%252Fgeneral%252Ff91acd1a-0e44-4a5f-920d-dcdb8141b8d1.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5526839/general/f91acd1a-0e44-4a5f-920d-dcdb8141b8d1.jpg already downloaded
2026-03-28 15:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5526839%252Fgeneral%252Fe1545f70-0f33-4e00-8b3b-a7f49fbd263b.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5526839/general/e1545f70-0f33-4e00-8b3b-a7f49fbd263b.jpg already downloaded
2026-03-28 15:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5526839%252Fgeneral%252Fb4e3d504-615a-479e-beb7-574286c4a669.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5526839/general/b4e3d504-615a-479e-beb7-574286c4a669.jpg already downloaded
2026-03-28 15:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5526839%252Fgeneral%252F8b6c2ef9-80df-42d1-a123-7d40f83010ad.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5526839/general/8b6c2ef9-80df-42d1-a123-7d40f83010ad.jpg already downloaded
2026-03-28 15:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5526839%252Fgeneral%252Fa8a0c0ff-5462-4c67-ae22-45ffd8c1e4e0.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5526839/general/a8a0c0ff-5462-4c67-ae22-45ffd8c1e4e0.jpg already downloaded
2026-03-28 15:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5526839%252Fgeneral%252Ff620fe54-e69d-48bf-b40d-6f1d04dc2a9f.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5526839/general/f620fe54-e69d-48bf-b40d-6f1d04dc2a9f.jpg already downloaded
2026-03-28 15:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5526839%252Fgeneral%252F1df7fb8f-e9ca-465e-a3fa-beb8c2e29d24.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5526839/general/1df7fb8f-e9ca-465e-a3fa-beb8c2e29d24.jpg already downloaded
2026-03-28 15:17:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 99733334-ba0b-5a6e-8740-4a90e87a40b5, identifier: 10742431
2026-03-28 15:17:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: fc9134e5-959d-5ff2-b692-47b86bb8a1ba with identifier: 10742484
2026-03-28 15:17:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: fc9134e5-959d-5ff2-b692-47b86bb8a1ba with identifier: 10742484
2026-03-28 15:17:48 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: fc9134e5-959d-5ff2-b692-47b86bb8a1ba with identifier: 10742484 to the API
2026-03-28 15:17:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742484>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.4L',
'engine_horse_power': 110,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': 'fc9134e5-959d-5ff2-b692-47b86bb8a1ba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '001016',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742484',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 129183,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 32,
'photo_urls': ['https://images.openlane.eu/carimgs/5743783/general/831c5943-fa5a-42c1-a63f-0015ff879ee1.jpeg',
'https://images.openlane.eu/carimgs/5743783/general/1b7bf8e5-0c24-4ac5-954a-bf224bc3f6ce.jpeg',
'https://images.openlane.eu/carimgs/5743783/general/1527f2cb-9fc4-4c79-ab53-c6a1f6092541.jpeg',
'https://images.openlane.eu/carimgs/5743783/general/9f7170e2-60bb-473f-bb40-0db1914a890f.jpeg',
'https://images.openlane.eu/carimgs/5743783/general/7190cff1-1b3a-4fb8-a03f-3e345369d10d.jpeg',
'https://images.openlane.eu/carimgs/5743783/general/b673e3c8-c3d1-4edb-a1cb-e55b7249b829.jpeg',
'https://images.openlane.eu/carimgs/5743783/general/9b4f4ac5-34ea-4e2f-8ba8-9ed7d2530f3d.jpeg',
'https://images.openlane.eu/carimgs/5743783/general/51883bd9-01b2-4ab6-adc4-4c37d7e68e7c.jpeg',
'https://images.openlane.eu/carimgs/5743783/general/c24e0949-08c5-4daa-8e6d-47212e81e2a2.jpeg',
'https://images.openlane.eu/carimgs/5743783/general/06dbd5c8-5c00-4276-9be5-dc709df510bf.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc9134e5-959d-5ff2-b692-47b86bb8a1ba/fc9134e5-959d-5ff2-b692-47b86bb8a1ba_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 290713,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743783/general/831c5943-fa5a-42c1-a63f-0015ff879ee1.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc9134e5-959d-5ff2-b692-47b86bb8a1ba/fc9134e5-959d-5ff2-b692-47b86bb8a1ba_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 289951,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743783/general/1b7bf8e5-0c24-4ac5-954a-bf224bc3f6ce.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc9134e5-959d-5ff2-b692-47b86bb8a1ba/fc9134e5-959d-5ff2-b692-47b86bb8a1ba_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 274747,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743783/general/1527f2cb-9fc4-4c79-ab53-c6a1f6092541.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc9134e5-959d-5ff2-b692-47b86bb8a1ba/fc9134e5-959d-5ff2-b692-47b86bb8a1ba_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 266579,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743783/general/9f7170e2-60bb-473f-bb40-0db1914a890f.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc9134e5-959d-5ff2-b692-47b86bb8a1ba/fc9134e5-959d-5ff2-b692-47b86bb8a1ba_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 347627,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743783/general/7190cff1-1b3a-4fb8-a03f-3e345369d10d.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc9134e5-959d-5ff2-b692-47b86bb8a1ba/fc9134e5-959d-5ff2-b692-47b86bb8a1ba_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 271052,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743783/general/b673e3c8-c3d1-4edb-a1cb-e55b7249b829.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc9134e5-959d-5ff2-b692-47b86bb8a1ba/fc9134e5-959d-5ff2-b692-47b86bb8a1ba_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 339464,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743783/general/9b4f4ac5-34ea-4e2f-8ba8-9ed7d2530f3d.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc9134e5-959d-5ff2-b692-47b86bb8a1ba/fc9134e5-959d-5ff2-b692-47b86bb8a1ba_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 274090,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743783/general/51883bd9-01b2-4ab6-adc4-4c37d7e68e7c.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc9134e5-959d-5ff2-b692-47b86bb8a1ba/fc9134e5-959d-5ff2-b692-47b86bb8a1ba_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 231062,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743783/general/c24e0949-08c5-4daa-8e6d-47212e81e2a2.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc9134e5-959d-5ff2-b692-47b86bb8a1ba/fc9134e5-959d-5ff2-b692-47b86bb8a1ba_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 146143,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743783/general/06dbd5c8-5c00-4276-9be5-dc709df510bf.jpeg',
'Width': 1440}],
'price': 5400,
'price_includes_vat': True,
'registration_date': '2016-07-13',
'seats_number': 2,
'seller_name': 'AUTO TIP TOP',
'title': 'Volkswagen Caddy Maxi 1.4 TGI - CNG - Manual - 110 hp - 129.183 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2016}
2026-03-28 15:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742484%27 HTTP/1.1" 200 None
2026-03-28 15:17:48 [adesa.be] INFO: Saving data for 10742484: {'created_time': 1774711068.628374, 'last_price_update_time': 1774711068.628385, 'auction_closing_time': 1774864800.0}
2026-03-28 15:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742484') HTTP/1.1" 204 0
2026-03-28 15:17:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 99733334-ba0b-5a6e-8740-4a90e87a40b5 with identifier: 10742431
2026-03-28 15:17:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 15:17:48 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Beige HTTP/1.1" 200 None
2026-03-28 15:17:48 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 15:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 15:17:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 99733334-ba0b-5a6e-8740-4a90e87a40b5 with identifier: 10742431
2026-03-28 15:17:48 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 99733334-ba0b-5a6e-8740-4a90e87a40b5 with identifier: 10742431 to the API
2026-03-28 15:17:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742431>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': '',
'color': 'Beige',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'engine_horse_power': 110,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': '99733334-ba0b-5a6e-8740-4a90e87a40b5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '000000',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742431',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 262684,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 43,
'photo_urls': ['https://images.openlane.eu/carimgs/5526839/general/f689c805-841b-46f8-947d-6f2fcc27f15f.jpg',
'https://images.openlane.eu/carimgs/5526839/general/e75fae52-e7e2-4c1f-b138-77052ae31a7b.jpg',
'https://images.openlane.eu/carimgs/5526839/general/fdf7fa79-ec10-470f-9d6d-beb793c45696.jpg',
'https://images.openlane.eu/carimgs/5526839/general/f91acd1a-0e44-4a5f-920d-dcdb8141b8d1.jpg',
'https://images.openlane.eu/carimgs/5526839/general/e1545f70-0f33-4e00-8b3b-a7f49fbd263b.jpg',
'https://images.openlane.eu/carimgs/5526839/general/b4e3d504-615a-479e-beb7-574286c4a669.jpg',
'https://images.openlane.eu/carimgs/5526839/general/8b6c2ef9-80df-42d1-a123-7d40f83010ad.jpg',
'https://images.openlane.eu/carimgs/5526839/general/a8a0c0ff-5462-4c67-ae22-45ffd8c1e4e0.jpg',
'https://images.openlane.eu/carimgs/5526839/general/f620fe54-e69d-48bf-b40d-6f1d04dc2a9f.jpg',
'https://images.openlane.eu/carimgs/5526839/general/1df7fb8f-e9ca-465e-a3fa-beb8c2e29d24.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99733334-ba0b-5a6e-8740-4a90e87a40b5/99733334-ba0b-5a6e-8740-4a90e87a40b5_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 438575,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5526839/general/f689c805-841b-46f8-947d-6f2fcc27f15f.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99733334-ba0b-5a6e-8740-4a90e87a40b5/99733334-ba0b-5a6e-8740-4a90e87a40b5_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 419089,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5526839/general/e75fae52-e7e2-4c1f-b138-77052ae31a7b.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99733334-ba0b-5a6e-8740-4a90e87a40b5/99733334-ba0b-5a6e-8740-4a90e87a40b5_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 378132,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5526839/general/fdf7fa79-ec10-470f-9d6d-beb793c45696.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99733334-ba0b-5a6e-8740-4a90e87a40b5/99733334-ba0b-5a6e-8740-4a90e87a40b5_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 411513,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5526839/general/f91acd1a-0e44-4a5f-920d-dcdb8141b8d1.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99733334-ba0b-5a6e-8740-4a90e87a40b5/99733334-ba0b-5a6e-8740-4a90e87a40b5_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 348641,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5526839/general/e1545f70-0f33-4e00-8b3b-a7f49fbd263b.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99733334-ba0b-5a6e-8740-4a90e87a40b5/99733334-ba0b-5a6e-8740-4a90e87a40b5_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 393450,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5526839/general/b4e3d504-615a-479e-beb7-574286c4a669.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99733334-ba0b-5a6e-8740-4a90e87a40b5/99733334-ba0b-5a6e-8740-4a90e87a40b5_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 250313,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5526839/general/8b6c2ef9-80df-42d1-a123-7d40f83010ad.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99733334-ba0b-5a6e-8740-4a90e87a40b5/99733334-ba0b-5a6e-8740-4a90e87a40b5_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 380220,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5526839/general/a8a0c0ff-5462-4c67-ae22-45ffd8c1e4e0.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99733334-ba0b-5a6e-8740-4a90e87a40b5/99733334-ba0b-5a6e-8740-4a90e87a40b5_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 356022,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5526839/general/f620fe54-e69d-48bf-b40d-6f1d04dc2a9f.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_99733334-ba0b-5a6e-8740-4a90e87a40b5/99733334-ba0b-5a6e-8740-4a90e87a40b5_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 379781,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5526839/general/1df7fb8f-e9ca-465e-a3fa-beb8c2e29d24.jpg',
'Width': 2000}],
'price': 8700,
'price_includes_vat': True,
'registration_date': '2019-06-14',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Volkswagen Caddy 1.4 TGI Highline - CNG - Automatic - 110 hp - '
'262.684 km',
'transmission': 'automatic',
'trim': 'Highline',
'vin': None,
'year': 2019}
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742431%27 HTTP/1.1" 200 None
2026-03-28 15:17:49 [adesa.be] INFO: Saving data for 10742431: {'created_time': 1774711069.113843, 'last_price_update_time': 1774711069.113854, 'auction_closing_time': 1774864800.0}
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742431') HTTP/1.1" 204 0
2026-03-28 15:17:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f1a2148-0f26-530f-af30-572bdce85508 with identifier: 10742469
2026-03-28 15:17:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f1a2148-0f26-530f-af30-572bdce85508 with scrape type 1
2026-03-28 15:17:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1f1a2148-0f26-530f-af30-572bdce85508
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704223%252Fgeneral%252F8268ffb3-300d-458d-ab0b-593ea5333166.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704223/general/8268ffb3-300d-458d-ab0b-593ea5333166.jpeg already downloaded
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704223%252Fgeneral%252F7c2770c2-0a44-4912-8068-71b64147082f.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704223/general/7c2770c2-0a44-4912-8068-71b64147082f.jpeg already downloaded
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704223%252Fgeneral%252Ffcb7fe3f-3b3b-40a9-b730-ed3c26296e76.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704223/general/fcb7fe3f-3b3b-40a9-b730-ed3c26296e76.jpeg already downloaded
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704223%252Fgeneral%252Fc6e6b39e-dc3a-4158-8d26-59388e8d686f.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704223/general/c6e6b39e-dc3a-4158-8d26-59388e8d686f.jpeg already downloaded
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704223%252Fgeneral%252F1b63bcf5-54dc-4731-baad-f6123b6c0822.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704223/general/1b63bcf5-54dc-4731-baad-f6123b6c0822.jpeg already downloaded
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704223%252Fgeneral%252Feefa6cb6-bac4-48e3-942c-4c4f26b3a14b.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704223/general/eefa6cb6-bac4-48e3-942c-4c4f26b3a14b.jpeg already downloaded
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704223%252Fgeneral%252Fa0c53955-7832-402c-ab5a-315644c5a623.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704223/general/a0c53955-7832-402c-ab5a-315644c5a623.jpeg already downloaded
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704223%252Fgeneral%252F01020875-fec8-4d18-904d-d87f95af1a9d.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704223/general/01020875-fec8-4d18-904d-d87f95af1a9d.jpeg already downloaded
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704223%252Fgeneral%252Fcfb90548-f338-43f5-a2b6-2d6f48f25c30.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704223/general/cfb90548-f338-43f5-a2b6-2d6f48f25c30.jpeg already downloaded
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704223%252Fgeneral%252F94992b55-bb33-4b06-9346-274a3b4ab98c.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704223/general/94992b55-bb33-4b06-9346-274a3b4ab98c.jpeg already downloaded
2026-03-28 15:17:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 1f1a2148-0f26-530f-af30-572bdce85508, identifier: 10742469
2026-03-28 15:17:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742426> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 1f1a2148-0f26-530f-af30-572bdce85508 with identifier: 10742469
2026-03-28 15:17:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 1f1a2148-0f26-530f-af30-572bdce85508 with identifier: 10742469
2026-03-28 15:17:49 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 1f1a2148-0f26-530f-af30-572bdce85508 with identifier: 10742469 to the API
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742469>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.4L',
'engine_horse_power': 110,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': '1f1a2148-0f26-530f-af30-572bdce85508',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '003925',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742469',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 152698,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 25,
'photo_urls': ['https://images.openlane.eu/carimgs/5704223/general/8268ffb3-300d-458d-ab0b-593ea5333166.jpeg',
'https://images.openlane.eu/carimgs/5704223/general/7c2770c2-0a44-4912-8068-71b64147082f.jpeg',
'https://images.openlane.eu/carimgs/5704223/general/fcb7fe3f-3b3b-40a9-b730-ed3c26296e76.jpeg',
'https://images.openlane.eu/carimgs/5704223/general/c6e6b39e-dc3a-4158-8d26-59388e8d686f.jpeg',
'https://images.openlane.eu/carimgs/5704223/general/1b63bcf5-54dc-4731-baad-f6123b6c0822.jpeg',
'https://images.openlane.eu/carimgs/5704223/general/eefa6cb6-bac4-48e3-942c-4c4f26b3a14b.jpeg',
'https://images.openlane.eu/carimgs/5704223/general/a0c53955-7832-402c-ab5a-315644c5a623.jpeg',
'https://images.openlane.eu/carimgs/5704223/general/01020875-fec8-4d18-904d-d87f95af1a9d.jpeg',
'https://images.openlane.eu/carimgs/5704223/general/cfb90548-f338-43f5-a2b6-2d6f48f25c30.jpeg',
'https://images.openlane.eu/carimgs/5704223/general/94992b55-bb33-4b06-9346-274a3b4ab98c.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1f1a2148-0f26-530f-af30-572bdce85508/1f1a2148-0f26-530f-af30-572bdce85508_image_0.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 4332676,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704223/general/8268ffb3-300d-458d-ab0b-593ea5333166.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1f1a2148-0f26-530f-af30-572bdce85508/1f1a2148-0f26-530f-af30-572bdce85508_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 3993075,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704223/general/7c2770c2-0a44-4912-8068-71b64147082f.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1f1a2148-0f26-530f-af30-572bdce85508/1f1a2148-0f26-530f-af30-572bdce85508_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2203643,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704223/general/fcb7fe3f-3b3b-40a9-b730-ed3c26296e76.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1f1a2148-0f26-530f-af30-572bdce85508/1f1a2148-0f26-530f-af30-572bdce85508_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2593966,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704223/general/c6e6b39e-dc3a-4158-8d26-59388e8d686f.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1f1a2148-0f26-530f-af30-572bdce85508/1f1a2148-0f26-530f-af30-572bdce85508_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 3154760,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704223/general/1b63bcf5-54dc-4731-baad-f6123b6c0822.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1f1a2148-0f26-530f-af30-572bdce85508/1f1a2148-0f26-530f-af30-572bdce85508_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2171214,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704223/general/eefa6cb6-bac4-48e3-942c-4c4f26b3a14b.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1f1a2148-0f26-530f-af30-572bdce85508/1f1a2148-0f26-530f-af30-572bdce85508_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2188051,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704223/general/a0c53955-7832-402c-ab5a-315644c5a623.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1f1a2148-0f26-530f-af30-572bdce85508/1f1a2148-0f26-530f-af30-572bdce85508_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2487775,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704223/general/01020875-fec8-4d18-904d-d87f95af1a9d.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1f1a2148-0f26-530f-af30-572bdce85508/1f1a2148-0f26-530f-af30-572bdce85508_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2612587,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704223/general/cfb90548-f338-43f5-a2b6-2d6f48f25c30.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1f1a2148-0f26-530f-af30-572bdce85508/1f1a2148-0f26-530f-af30-572bdce85508_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2822353,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704223/general/94992b55-bb33-4b06-9346-274a3b4ab98c.jpeg',
'Width': 4032}],
'price': 6300,
'price_includes_vat': True,
'registration_date': '2016-07-15',
'seats_number': 2,
'seller_name': 'AUTO TIP TOP',
'title': 'Volkswagen Caddy Maxi 1.4 - CNG - Manual - 110 hp - 152.698 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2016}
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742469%27 HTTP/1.1" 200 None
2026-03-28 15:17:49 [adesa.be] INFO: Saving data for 10742469: {'created_time': 1774711069.719264, 'last_price_update_time': 1774711069.719276, 'auction_closing_time': 1774864800.0}
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742469') HTTP/1.1" 204 0
2026-03-28 15:17:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b93df798-1900-5d8f-bfe0-49f52acb25d3 with identifier: 10742426
2026-03-28 15:17:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b93df798-1900-5d8f-bfe0-49f52acb25d3 with scrape type 1
2026-03-28 15:17:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b93df798-1900-5d8f-bfe0-49f52acb25d3
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5442904%252Fgeneral%252Ff2ee0fdd-308d-4767-b5c7-0041560e5e88.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5442904/general/f2ee0fdd-308d-4767-b5c7-0041560e5e88.jpg already downloaded
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5442904%252Fgeneral%252Fff9df01a-09dd-4e58-b4de-57ca0cecebe3.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5442904/general/ff9df01a-09dd-4e58-b4de-57ca0cecebe3.jpg already downloaded
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5442904%252Fgeneral%252Fe965b0df-86a2-4641-a284-c95425f39a4a.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5442904/general/e965b0df-86a2-4641-a284-c95425f39a4a.jpg already downloaded
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5442904%252Fgeneral%252F2ae4cec2-3043-45fd-9fd7-ea9c9d3dbc99.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5442904/general/2ae4cec2-3043-45fd-9fd7-ea9c9d3dbc99.jpg already downloaded
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5442904%252Fgeneral%252Fc0d7c3d0-da3b-45f1-8bc9-1c9e0ab9565d.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5442904/general/c0d7c3d0-da3b-45f1-8bc9-1c9e0ab9565d.jpg already downloaded
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5442904%252Fgeneral%252Fc6b53084-af81-46f3-857a-6c9d0235c261.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5442904/general/c6b53084-af81-46f3-857a-6c9d0235c261.jpg already downloaded
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5442904%252Fgeneral%252F0aa4dce8-850a-486c-861c-b5d4a0727890.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5442904/general/0aa4dce8-850a-486c-861c-b5d4a0727890.jpg already downloaded
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5442904%252Fgeneral%252F18753c5f-fbf9-4449-82d0-239b09769a07.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5442904/general/18753c5f-fbf9-4449-82d0-239b09769a07.jpg already downloaded
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5442904%252Fgeneral%252Fe61e5548-3ac1-4991-886e-dc8222a27f19.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5442904/general/e61e5548-3ac1-4991-886e-dc8222a27f19.jpg already downloaded
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5442904%252Fgeneral%252Fd1d90ede-7d0a-4d6d-b1fc-1e9b83085976.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5442904/general/d1d90ede-7d0a-4d6d-b1fc-1e9b83085976.jpg already downloaded
2026-03-28 15:17:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: b93df798-1900-5d8f-bfe0-49f52acb25d3, identifier: 10742426
2026-03-28 15:17:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: b93df798-1900-5d8f-bfe0-49f52acb25d3 with identifier: 10742426
2026-03-28 15:17:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: b93df798-1900-5d8f-bfe0-49f52acb25d3 with identifier: 10742426
2026-03-28 15:17:50 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: b93df798-1900-5d8f-bfe0-49f52acb25d3 with identifier: 10742426 to the API
2026-03-28 15:17:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742426>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.4L',
'engine_horse_power': 110,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': 'b93df798-1900-5d8f-bfe0-49f52acb25d3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'XXX810',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742426',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 167362,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 31,
'photo_urls': ['https://images.openlane.eu/carimgs/5442904/general/f2ee0fdd-308d-4767-b5c7-0041560e5e88.jpg',
'https://images.openlane.eu/carimgs/5442904/general/ff9df01a-09dd-4e58-b4de-57ca0cecebe3.jpg',
'https://images.openlane.eu/carimgs/5442904/general/e965b0df-86a2-4641-a284-c95425f39a4a.jpg',
'https://images.openlane.eu/carimgs/5442904/general/2ae4cec2-3043-45fd-9fd7-ea9c9d3dbc99.jpg',
'https://images.openlane.eu/carimgs/5442904/general/c0d7c3d0-da3b-45f1-8bc9-1c9e0ab9565d.jpg',
'https://images.openlane.eu/carimgs/5442904/general/c6b53084-af81-46f3-857a-6c9d0235c261.jpg',
'https://images.openlane.eu/carimgs/5442904/general/0aa4dce8-850a-486c-861c-b5d4a0727890.jpg',
'https://images.openlane.eu/carimgs/5442904/general/18753c5f-fbf9-4449-82d0-239b09769a07.jpg',
'https://images.openlane.eu/carimgs/5442904/general/e61e5548-3ac1-4991-886e-dc8222a27f19.jpg',
'https://images.openlane.eu/carimgs/5442904/general/d1d90ede-7d0a-4d6d-b1fc-1e9b83085976.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b93df798-1900-5d8f-bfe0-49f52acb25d3/b93df798-1900-5d8f-bfe0-49f52acb25d3_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 458083,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5442904/general/f2ee0fdd-308d-4767-b5c7-0041560e5e88.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b93df798-1900-5d8f-bfe0-49f52acb25d3/b93df798-1900-5d8f-bfe0-49f52acb25d3_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 486311,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5442904/general/ff9df01a-09dd-4e58-b4de-57ca0cecebe3.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b93df798-1900-5d8f-bfe0-49f52acb25d3/b93df798-1900-5d8f-bfe0-49f52acb25d3_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 459007,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5442904/general/e965b0df-86a2-4641-a284-c95425f39a4a.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b93df798-1900-5d8f-bfe0-49f52acb25d3/b93df798-1900-5d8f-bfe0-49f52acb25d3_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 440614,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5442904/general/2ae4cec2-3043-45fd-9fd7-ea9c9d3dbc99.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b93df798-1900-5d8f-bfe0-49f52acb25d3/b93df798-1900-5d8f-bfe0-49f52acb25d3_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 402143,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5442904/general/c0d7c3d0-da3b-45f1-8bc9-1c9e0ab9565d.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b93df798-1900-5d8f-bfe0-49f52acb25d3/b93df798-1900-5d8f-bfe0-49f52acb25d3_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 392009,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5442904/general/c6b53084-af81-46f3-857a-6c9d0235c261.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b93df798-1900-5d8f-bfe0-49f52acb25d3/b93df798-1900-5d8f-bfe0-49f52acb25d3_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 423989,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5442904/general/0aa4dce8-850a-486c-861c-b5d4a0727890.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b93df798-1900-5d8f-bfe0-49f52acb25d3/b93df798-1900-5d8f-bfe0-49f52acb25d3_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 502158,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5442904/general/18753c5f-fbf9-4449-82d0-239b09769a07.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b93df798-1900-5d8f-bfe0-49f52acb25d3/b93df798-1900-5d8f-bfe0-49f52acb25d3_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 338424,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5442904/general/e61e5548-3ac1-4991-886e-dc8222a27f19.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b93df798-1900-5d8f-bfe0-49f52acb25d3/b93df798-1900-5d8f-bfe0-49f52acb25d3_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 423954,
'Height': 2048,
'OriginUrl': 'https://images.openlane.eu/carimgs/5442904/general/d1d90ede-7d0a-4d6d-b1fc-1e9b83085976.jpg',
'Width': 1536}],
'price': 5500,
'price_includes_vat': True,
'registration_date': '2017-02-15',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Skoda Octavia Combi 1.4 TSI Ambition - CNG - Manual - 110 hp - '
'167.362 km',
'transmission': 'manual',
'trim': 'Ambition',
'vin': None,
'year': 2017}
2026-03-28 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742426%27 HTTP/1.1" 200 None
2026-03-28 15:17:50 [adesa.be] INFO: Saving data for 10742426: {'created_time': 1774711070.348158, 'last_price_update_time': 1774711070.348169, 'auction_closing_time': 1774864800.0}
2026-03-28 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742426') HTTP/1.1" 204 0
2026-03-28 15:17:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742472> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9266425e-1360-5ad9-9902-a80496045808 with identifier: 10742472
2026-03-28 15:17:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9266425e-1360-5ad9-9902-a80496045808 with scrape type 1
2026-03-28 15:17:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9266425e-1360-5ad9-9902-a80496045808
2026-03-28 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722524%252Fgeneral%252F94f79f80-61a5-4f7e-98cb-11b375f1e25e.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722524/general/94f79f80-61a5-4f7e-98cb-11b375f1e25e.jpeg already downloaded
2026-03-28 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722524%252Fgeneral%252F71a1c38b-ac19-4f04-b53d-2797625f13a1.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722524/general/71a1c38b-ac19-4f04-b53d-2797625f13a1.jpeg already downloaded
2026-03-28 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722524%252Fgeneral%252F00a4660e-bf87-49c5-b6c6-b6bff8600798.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722524/general/00a4660e-bf87-49c5-b6c6-b6bff8600798.jpeg already downloaded
2026-03-28 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722524%252Fgeneral%252F3e47bf62-3bd3-42dc-bd62-3bb03787981f.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722524/general/3e47bf62-3bd3-42dc-bd62-3bb03787981f.jpeg already downloaded
2026-03-28 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722524%252Fgeneral%252F814dc524-1960-4176-b4f6-e5f0ea46a693.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722524/general/814dc524-1960-4176-b4f6-e5f0ea46a693.jpeg already downloaded
2026-03-28 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722524%252Fgeneral%252F660213ad-4a3f-42ad-8f1f-d045830d258f.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722524/general/660213ad-4a3f-42ad-8f1f-d045830d258f.jpeg already downloaded
2026-03-28 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722524%252Fgeneral%252Fe407591d-5c16-4a68-a3da-9c53694ed1c2.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722524/general/e407591d-5c16-4a68-a3da-9c53694ed1c2.jpeg already downloaded
2026-03-28 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722524%252Fgeneral%252Fdbad6172-27e5-4bc6-a5ce-56b8d8c277a5.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722524/general/dbad6172-27e5-4bc6-a5ce-56b8d8c277a5.jpeg already downloaded
2026-03-28 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722524%252Fgeneral%252Ff8c85084-1328-4c20-a11c-544866aecedd.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722524/general/f8c85084-1328-4c20-a11c-544866aecedd.jpeg already downloaded
2026-03-28 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722524%252Fgeneral%252F0cd49e73-8cf8-4db1-a0bb-0a2508eaaa0e.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722524/general/0cd49e73-8cf8-4db1-a0bb-0a2508eaaa0e.jpeg already downloaded
2026-03-28 15:17:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 9266425e-1360-5ad9-9902-a80496045808, identifier: 10742472
2026-03-28 15:17:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 9266425e-1360-5ad9-9902-a80496045808 with identifier: 10742472
2026-03-28 15:17:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 9266425e-1360-5ad9-9902-a80496045808 with identifier: 10742472
2026-03-28 15:17:50 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 9266425e-1360-5ad9-9902-a80496045808 with identifier: 10742472 to the API
2026-03-28 15:17:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742472>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.6L',
'engine_horse_power': 120,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9266425e-1360-5ad9-9902-a80496045808',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '217962',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742472',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Passat',
'odometer': 96079,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 29,
'photo_urls': ['https://images.openlane.eu/carimgs/5722524/general/94f79f80-61a5-4f7e-98cb-11b375f1e25e.jpeg',
'https://images.openlane.eu/carimgs/5722524/general/71a1c38b-ac19-4f04-b53d-2797625f13a1.jpeg',
'https://images.openlane.eu/carimgs/5722524/general/00a4660e-bf87-49c5-b6c6-b6bff8600798.jpeg',
'https://images.openlane.eu/carimgs/5722524/general/3e47bf62-3bd3-42dc-bd62-3bb03787981f.jpeg',
'https://images.openlane.eu/carimgs/5722524/general/814dc524-1960-4176-b4f6-e5f0ea46a693.jpeg',
'https://images.openlane.eu/carimgs/5722524/general/660213ad-4a3f-42ad-8f1f-d045830d258f.jpeg',
'https://images.openlane.eu/carimgs/5722524/general/e407591d-5c16-4a68-a3da-9c53694ed1c2.jpeg',
'https://images.openlane.eu/carimgs/5722524/general/dbad6172-27e5-4bc6-a5ce-56b8d8c277a5.jpeg',
'https://images.openlane.eu/carimgs/5722524/general/f8c85084-1328-4c20-a11c-544866aecedd.jpeg',
'https://images.openlane.eu/carimgs/5722524/general/0cd49e73-8cf8-4db1-a0bb-0a2508eaaa0e.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9266425e-1360-5ad9-9902-a80496045808/9266425e-1360-5ad9-9902-a80496045808_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 502455,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722524/general/94f79f80-61a5-4f7e-98cb-11b375f1e25e.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9266425e-1360-5ad9-9902-a80496045808/9266425e-1360-5ad9-9902-a80496045808_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 495361,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722524/general/71a1c38b-ac19-4f04-b53d-2797625f13a1.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9266425e-1360-5ad9-9902-a80496045808/9266425e-1360-5ad9-9902-a80496045808_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 417813,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722524/general/00a4660e-bf87-49c5-b6c6-b6bff8600798.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9266425e-1360-5ad9-9902-a80496045808/9266425e-1360-5ad9-9902-a80496045808_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 412747,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722524/general/3e47bf62-3bd3-42dc-bd62-3bb03787981f.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9266425e-1360-5ad9-9902-a80496045808/9266425e-1360-5ad9-9902-a80496045808_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 310895,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722524/general/814dc524-1960-4176-b4f6-e5f0ea46a693.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9266425e-1360-5ad9-9902-a80496045808/9266425e-1360-5ad9-9902-a80496045808_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 314664,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722524/general/660213ad-4a3f-42ad-8f1f-d045830d258f.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9266425e-1360-5ad9-9902-a80496045808/9266425e-1360-5ad9-9902-a80496045808_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 329222,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722524/general/e407591d-5c16-4a68-a3da-9c53694ed1c2.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9266425e-1360-5ad9-9902-a80496045808/9266425e-1360-5ad9-9902-a80496045808_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 346500,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722524/general/dbad6172-27e5-4bc6-a5ce-56b8d8c277a5.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9266425e-1360-5ad9-9902-a80496045808/9266425e-1360-5ad9-9902-a80496045808_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 397473,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722524/general/f8c85084-1328-4c20-a11c-544866aecedd.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9266425e-1360-5ad9-9902-a80496045808/9266425e-1360-5ad9-9902-a80496045808_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 239481,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722524/general/0cd49e73-8cf8-4db1-a0bb-0a2508eaaa0e.jpeg',
'Width': 1440}],
'price': 11600,
'price_includes_vat': True,
'registration_date': '2018-09-21',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Volkswagen Passat Variant 1.6 TDI Comfortline - Diesel - Automatic '
'- 120 hp - 96.079 km',
'transmission': 'automatic',
'trim': 'Comfortline',
'vin': None,
'year': 2018}
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742472%27 HTTP/1.1" 200 None
2026-03-28 15:17:51 [adesa.be] INFO: Saving data for 10742472: {'created_time': 1774711071.117829, 'last_price_update_time': 1774711071.117839, 'auction_closing_time': 1774864800.0}
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742472') HTTP/1.1" 204 0
2026-03-28 15:17:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742470> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742427> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ca9103a-a280-521e-ba30-4d86d5370e59 with identifier: 10742470
2026-03-28 15:17:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ca9103a-a280-521e-ba30-4d86d5370e59 with scrape type 1
2026-03-28 15:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1ca9103a-a280-521e-ba30-4d86d5370e59
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704322%252Fgeneral%252F50e79980-1d9f-45a8-b8c6-ab2ea7640ed0.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704322/general/50e79980-1d9f-45a8-b8c6-ab2ea7640ed0.jpeg already downloaded
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704322%252Fgeneral%252Fc49acf66-ef65-427d-b95e-0e3345f38ae9.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704322/general/c49acf66-ef65-427d-b95e-0e3345f38ae9.jpeg already downloaded
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704322%252Fgeneral%252F42caa23a-1484-403c-a880-f0b6604bb56f.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704322/general/42caa23a-1484-403c-a880-f0b6604bb56f.jpeg already downloaded
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704322%252Fgeneral%252Fee6ffef1-afa1-45cf-b550-60f956e5b68a.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704322/general/ee6ffef1-afa1-45cf-b550-60f956e5b68a.jpeg already downloaded
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704322%252Fgeneral%252F92c367f0-edff-4ce6-a2ef-27b6b214d142.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704322/general/92c367f0-edff-4ce6-a2ef-27b6b214d142.jpeg already downloaded
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704322%252Fgeneral%252F617ed879-a685-43f8-8752-b277d2e99f5b.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704322/general/617ed879-a685-43f8-8752-b277d2e99f5b.jpeg already downloaded
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704322%252Fgeneral%252F0acf351e-4d82-4b64-b1be-048e0fc3cd19.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704322/general/0acf351e-4d82-4b64-b1be-048e0fc3cd19.jpeg already downloaded
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704322%252Fgeneral%252F5cd2abcd-3f75-4aef-8605-a10c38c31085.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704322/general/5cd2abcd-3f75-4aef-8605-a10c38c31085.jpeg already downloaded
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704322%252Fgeneral%252F8131fa20-8bdc-4de5-82d4-ade746150dda.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704322/general/8131fa20-8bdc-4de5-82d4-ade746150dda.jpeg already downloaded
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704322%252Fgeneral%252F98d0f43a-856a-4444-bda3-5a7cb9e24e30.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704322/general/98d0f43a-856a-4444-bda3-5a7cb9e24e30.jpeg already downloaded
2026-03-28 15:17:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 1ca9103a-a280-521e-ba30-4d86d5370e59, identifier: 10742470
2026-03-28 15:17:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9dc3b3ee-bbf3-5e8c-9f9c-babd348d3211 with identifier: 10742427
2026-03-28 15:17:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9dc3b3ee-bbf3-5e8c-9f9c-babd348d3211 with scrape type 1
2026-03-28 15:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9dc3b3ee-bbf3-5e8c-9f9c-babd348d3211
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5458415%252Fgeneral%252F8fafc665-1883-4aeb-88f0-e623a3ffd44b.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5458415/general/8fafc665-1883-4aeb-88f0-e623a3ffd44b.jpg already downloaded
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5458415%252Fgeneral%252Fc764c826-e6ba-4f64-a815-05809db309cc.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5458415/general/c764c826-e6ba-4f64-a815-05809db309cc.jpg already downloaded
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5458415%252Fgeneral%252F78e9c856-81fe-438e-8ab6-b581135d2a0c.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5458415/general/78e9c856-81fe-438e-8ab6-b581135d2a0c.jpg already downloaded
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5458415%252Fgeneral%252F760e52f9-942c-4ee5-985c-d4dba947c370.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5458415/general/760e52f9-942c-4ee5-985c-d4dba947c370.jpg already downloaded
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5458415%252Fgeneral%252Ffe669874-be7d-490b-9f6b-d1de5ca874af.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5458415/general/fe669874-be7d-490b-9f6b-d1de5ca874af.jpg already downloaded
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5458415%252Fgeneral%252F1b59f151-fd08-48de-b113-fd1e41bed2fe.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5458415/general/1b59f151-fd08-48de-b113-fd1e41bed2fe.jpg already downloaded
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5458415%252Fgeneral%252F7559e470-d1ac-4066-84b9-253731926417.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5458415/general/7559e470-d1ac-4066-84b9-253731926417.jpg already downloaded
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5458415%252Fgeneral%252F56b294a7-4062-4155-b3bb-2023bcbc9362.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5458415/general/56b294a7-4062-4155-b3bb-2023bcbc9362.jpg already downloaded
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5458415%252Fgeneral%252F42dd175e-a635-4d26-86f4-49338d2d4c02.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5458415/general/42dd175e-a635-4d26-86f4-49338d2d4c02.jpg already downloaded
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5458415%252Fgeneral%252F6f1c277d-f879-45a2-bef4-520b0b73615c.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5458415/general/6f1c277d-f879-45a2-bef4-520b0b73615c.jpg already downloaded
2026-03-28 15:17:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 9dc3b3ee-bbf3-5e8c-9f9c-babd348d3211, identifier: 10742427
2026-03-28 15:17:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 1ca9103a-a280-521e-ba30-4d86d5370e59 with identifier: 10742470
2026-03-28 15:17:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 1ca9103a-a280-521e-ba30-4d86d5370e59 with identifier: 10742470
2026-03-28 15:17:51 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 1ca9103a-a280-521e-ba30-4d86d5370e59 with identifier: 10742470 to the API
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742470>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.5L',
'engine_horse_power': 180,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Hybrid',
'id': '1ca9103a-a280-521e-ba30-4d86d5370e59',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '514828',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742470',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Volvo',
'model': 'XC40',
'odometer': 260829,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 46,
'photo_urls': ['https://images.openlane.eu/carimgs/5704322/general/50e79980-1d9f-45a8-b8c6-ab2ea7640ed0.jpeg',
'https://images.openlane.eu/carimgs/5704322/general/c49acf66-ef65-427d-b95e-0e3345f38ae9.jpeg',
'https://images.openlane.eu/carimgs/5704322/general/42caa23a-1484-403c-a880-f0b6604bb56f.jpeg',
'https://images.openlane.eu/carimgs/5704322/general/ee6ffef1-afa1-45cf-b550-60f956e5b68a.jpeg',
'https://images.openlane.eu/carimgs/5704322/general/92c367f0-edff-4ce6-a2ef-27b6b214d142.jpeg',
'https://images.openlane.eu/carimgs/5704322/general/617ed879-a685-43f8-8752-b277d2e99f5b.jpeg',
'https://images.openlane.eu/carimgs/5704322/general/0acf351e-4d82-4b64-b1be-048e0fc3cd19.jpeg',
'https://images.openlane.eu/carimgs/5704322/general/5cd2abcd-3f75-4aef-8605-a10c38c31085.jpeg',
'https://images.openlane.eu/carimgs/5704322/general/8131fa20-8bdc-4de5-82d4-ade746150dda.jpeg',
'https://images.openlane.eu/carimgs/5704322/general/98d0f43a-856a-4444-bda3-5a7cb9e24e30.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ca9103a-a280-521e-ba30-4d86d5370e59/1ca9103a-a280-521e-ba30-4d86d5370e59_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2718200,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704322/general/50e79980-1d9f-45a8-b8c6-ab2ea7640ed0.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ca9103a-a280-521e-ba30-4d86d5370e59/1ca9103a-a280-521e-ba30-4d86d5370e59_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2715736,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704322/general/c49acf66-ef65-427d-b95e-0e3345f38ae9.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ca9103a-a280-521e-ba30-4d86d5370e59/1ca9103a-a280-521e-ba30-4d86d5370e59_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2141989,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704322/general/42caa23a-1484-403c-a880-f0b6604bb56f.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ca9103a-a280-521e-ba30-4d86d5370e59/1ca9103a-a280-521e-ba30-4d86d5370e59_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2170834,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704322/general/ee6ffef1-afa1-45cf-b550-60f956e5b68a.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ca9103a-a280-521e-ba30-4d86d5370e59/1ca9103a-a280-521e-ba30-4d86d5370e59_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2200132,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704322/general/92c367f0-edff-4ce6-a2ef-27b6b214d142.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ca9103a-a280-521e-ba30-4d86d5370e59/1ca9103a-a280-521e-ba30-4d86d5370e59_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1729652,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704322/general/617ed879-a685-43f8-8752-b277d2e99f5b.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ca9103a-a280-521e-ba30-4d86d5370e59/1ca9103a-a280-521e-ba30-4d86d5370e59_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1828288,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704322/general/0acf351e-4d82-4b64-b1be-048e0fc3cd19.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ca9103a-a280-521e-ba30-4d86d5370e59/1ca9103a-a280-521e-ba30-4d86d5370e59_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2188616,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704322/general/5cd2abcd-3f75-4aef-8605-a10c38c31085.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ca9103a-a280-521e-ba30-4d86d5370e59/1ca9103a-a280-521e-ba30-4d86d5370e59_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1578546,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704322/general/8131fa20-8bdc-4de5-82d4-ade746150dda.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1ca9103a-a280-521e-ba30-4d86d5370e59/1ca9103a-a280-521e-ba30-4d86d5370e59_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1522118,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704322/general/98d0f43a-856a-4444-bda3-5a7cb9e24e30.jpeg',
'Width': 4032}],
'price': 11100,
'price_includes_vat': True,
'registration_date': '2021-02-08',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Volvo XC40 1.5 T5 Inscription - Hybrid - Automatic - 180 hp - '
'260.829 km',
'transmission': 'automatic',
'trim': 'Inscription',
'vin': None,
'year': 2021}
2026-03-28 15:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742470%27 HTTP/1.1" 200 None
2026-03-28 15:17:52 [adesa.be] INFO: Saving data for 10742470: {'created_time': 1774711072.060982, 'last_price_update_time': 1774711072.060991, 'auction_closing_time': 1774864800.0}
2026-03-28 15:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742470') HTTP/1.1" 204 0
2026-03-28 15:17:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 9dc3b3ee-bbf3-5e8c-9f9c-babd348d3211 with identifier: 10742427
2026-03-28 15:17:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 9dc3b3ee-bbf3-5e8c-9f9c-babd348d3211 with identifier: 10742427
2026-03-28 15:17:52 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 9dc3b3ee-bbf3-5e8c-9f9c-babd348d3211 with identifier: 10742427 to the API
2026-03-28 15:17:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742427>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 250,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': '9dc3b3ee-bbf3-5e8c-9f9c-babd348d3211',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '000000',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742427',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Volvo',
'model': 'V90',
'odometer': 180732,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 34,
'photo_urls': ['https://images.openlane.eu/carimgs/5458415/general/8fafc665-1883-4aeb-88f0-e623a3ffd44b.jpg',
'https://images.openlane.eu/carimgs/5458415/general/c764c826-e6ba-4f64-a815-05809db309cc.jpg',
'https://images.openlane.eu/carimgs/5458415/general/78e9c856-81fe-438e-8ab6-b581135d2a0c.jpg',
'https://images.openlane.eu/carimgs/5458415/general/760e52f9-942c-4ee5-985c-d4dba947c370.jpg',
'https://images.openlane.eu/carimgs/5458415/general/fe669874-be7d-490b-9f6b-d1de5ca874af.jpg',
'https://images.openlane.eu/carimgs/5458415/general/1b59f151-fd08-48de-b113-fd1e41bed2fe.jpg',
'https://images.openlane.eu/carimgs/5458415/general/7559e470-d1ac-4066-84b9-253731926417.jpg',
'https://images.openlane.eu/carimgs/5458415/general/56b294a7-4062-4155-b3bb-2023bcbc9362.jpg',
'https://images.openlane.eu/carimgs/5458415/general/42dd175e-a635-4d26-86f4-49338d2d4c02.jpg',
'https://images.openlane.eu/carimgs/5458415/general/6f1c277d-f879-45a2-bef4-520b0b73615c.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9dc3b3ee-bbf3-5e8c-9f9c-babd348d3211/9dc3b3ee-bbf3-5e8c-9f9c-babd348d3211_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 446646,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5458415/general/8fafc665-1883-4aeb-88f0-e623a3ffd44b.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9dc3b3ee-bbf3-5e8c-9f9c-babd348d3211/9dc3b3ee-bbf3-5e8c-9f9c-babd348d3211_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 481818,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5458415/general/c764c826-e6ba-4f64-a815-05809db309cc.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9dc3b3ee-bbf3-5e8c-9f9c-babd348d3211/9dc3b3ee-bbf3-5e8c-9f9c-babd348d3211_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 418567,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5458415/general/78e9c856-81fe-438e-8ab6-b581135d2a0c.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9dc3b3ee-bbf3-5e8c-9f9c-babd348d3211/9dc3b3ee-bbf3-5e8c-9f9c-babd348d3211_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 404589,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5458415/general/760e52f9-942c-4ee5-985c-d4dba947c370.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9dc3b3ee-bbf3-5e8c-9f9c-babd348d3211/9dc3b3ee-bbf3-5e8c-9f9c-babd348d3211_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 465634,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5458415/general/fe669874-be7d-490b-9f6b-d1de5ca874af.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9dc3b3ee-bbf3-5e8c-9f9c-babd348d3211/9dc3b3ee-bbf3-5e8c-9f9c-babd348d3211_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 326378,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5458415/general/1b59f151-fd08-48de-b113-fd1e41bed2fe.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9dc3b3ee-bbf3-5e8c-9f9c-babd348d3211/9dc3b3ee-bbf3-5e8c-9f9c-babd348d3211_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 347912,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5458415/general/7559e470-d1ac-4066-84b9-253731926417.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9dc3b3ee-bbf3-5e8c-9f9c-babd348d3211/9dc3b3ee-bbf3-5e8c-9f9c-babd348d3211_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 392936,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5458415/general/56b294a7-4062-4155-b3bb-2023bcbc9362.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9dc3b3ee-bbf3-5e8c-9f9c-babd348d3211/9dc3b3ee-bbf3-5e8c-9f9c-babd348d3211_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 461087,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5458415/general/42dd175e-a635-4d26-86f4-49338d2d4c02.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9dc3b3ee-bbf3-5e8c-9f9c-babd348d3211/9dc3b3ee-bbf3-5e8c-9f9c-babd348d3211_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 252666,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5458415/general/6f1c277d-f879-45a2-bef4-520b0b73615c.jpg',
'Width': 2000}],
'price': 10300,
'price_includes_vat': True,
'registration_date': '2019-01-04',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Volvo V90 T5 Momentum - CNG - Automatic - 250 hp - 180.732 km',
'transmission': 'automatic',
'trim': 'Momentum',
'vin': None,
'year': 2019}
2026-03-28 15:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742427%27 HTTP/1.1" 200 None
2026-03-28 15:17:52 [adesa.be] INFO: Saving data for 10742427: {'created_time': 1774711072.431396, 'last_price_update_time': 1774711072.431406, 'auction_closing_time': 1774864800.0}
2026-03-28 15:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742427') HTTP/1.1" 204 0
2026-03-28 15:17:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742466> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a741c7e2-b8d0-59bc-bf19-147418f652b7 with identifier: 10742466
2026-03-28 15:17:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a741c7e2-b8d0-59bc-bf19-147418f652b7 with scrape type 1
2026-03-28 15:17:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a741c7e2-b8d0-59bc-bf19-147418f652b7
2026-03-28 15:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704032%252Fgeneral%252F75987c70-a436-4a4b-93d1-b2f7dd746ba6.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704032/general/75987c70-a436-4a4b-93d1-b2f7dd746ba6.jpeg already downloaded
2026-03-28 15:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704032%252Fgeneral%252F0fa7d8b3-82b0-4a44-bc82-8eaf22f80bcd.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704032/general/0fa7d8b3-82b0-4a44-bc82-8eaf22f80bcd.jpeg already downloaded
2026-03-28 15:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704032%252Fgeneral%252Fd343404e-2bdd-44d4-995f-d775370a839f.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704032/general/d343404e-2bdd-44d4-995f-d775370a839f.jpeg already downloaded
2026-03-28 15:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704032%252Fgeneral%252Ffa485e73-b896-4bbb-92d4-9b2f9cad5bfb.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704032/general/fa485e73-b896-4bbb-92d4-9b2f9cad5bfb.jpeg already downloaded
2026-03-28 15:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704032%252Fgeneral%252F0b8922e3-5327-4248-86ff-cdb95edcfe8f.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704032/general/0b8922e3-5327-4248-86ff-cdb95edcfe8f.jpeg already downloaded
2026-03-28 15:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704032%252Fgeneral%252Ffe40ec57-0e93-490a-9406-2f9bc66c58d8.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704032/general/fe40ec57-0e93-490a-9406-2f9bc66c58d8.jpeg already downloaded
2026-03-28 15:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704032%252Fgeneral%252Fa566c473-6cf1-4e4a-b435-fa8231c9a6e4.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704032/general/a566c473-6cf1-4e4a-b435-fa8231c9a6e4.jpeg already downloaded
2026-03-28 15:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704032%252Fgeneral%252F67e596cf-b220-46c6-bb3a-f6b24ef8207c.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704032/general/67e596cf-b220-46c6-bb3a-f6b24ef8207c.jpeg already downloaded
2026-03-28 15:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704032%252Fgeneral%252F920854a0-f811-4932-af62-26292cbbaab9.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704032/general/920854a0-f811-4932-af62-26292cbbaab9.jpeg already downloaded
2026-03-28 15:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704032%252Fgeneral%252Ffe16cdcc-ea65-4489-a308-1c52fcca4168.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704032/general/fe16cdcc-ea65-4489-a308-1c52fcca4168.jpeg already downloaded
2026-03-28 15:17:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: a741c7e2-b8d0-59bc-bf19-147418f652b7, identifier: 10742466
2026-03-28 15:17:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: a741c7e2-b8d0-59bc-bf19-147418f652b7 with identifier: 10742466
2026-03-28 15:17:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: a741c7e2-b8d0-59bc-bf19-147418f652b7 with identifier: 10742466
2026-03-28 15:17:52 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: a741c7e2-b8d0-59bc-bf19-147418f652b7 with identifier: 10742466 to the API
2026-03-28 15:17:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742466>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '2.0L',
'engine_horse_power': 253,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Hybrid',
'id': 'a741c7e2-b8d0-59bc-bf19-147418f652b7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '429198',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742466',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Volvo',
'model': 'V60',
'odometer': 155720,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 36,
'photo_urls': ['https://images.openlane.eu/carimgs/5704032/general/75987c70-a436-4a4b-93d1-b2f7dd746ba6.jpeg',
'https://images.openlane.eu/carimgs/5704032/general/0fa7d8b3-82b0-4a44-bc82-8eaf22f80bcd.jpeg',
'https://images.openlane.eu/carimgs/5704032/general/d343404e-2bdd-44d4-995f-d775370a839f.jpeg',
'https://images.openlane.eu/carimgs/5704032/general/fa485e73-b896-4bbb-92d4-9b2f9cad5bfb.jpeg',
'https://images.openlane.eu/carimgs/5704032/general/0b8922e3-5327-4248-86ff-cdb95edcfe8f.jpeg',
'https://images.openlane.eu/carimgs/5704032/general/fe40ec57-0e93-490a-9406-2f9bc66c58d8.jpeg',
'https://images.openlane.eu/carimgs/5704032/general/a566c473-6cf1-4e4a-b435-fa8231c9a6e4.jpeg',
'https://images.openlane.eu/carimgs/5704032/general/67e596cf-b220-46c6-bb3a-f6b24ef8207c.jpeg',
'https://images.openlane.eu/carimgs/5704032/general/920854a0-f811-4932-af62-26292cbbaab9.jpeg',
'https://images.openlane.eu/carimgs/5704032/general/fe16cdcc-ea65-4489-a308-1c52fcca4168.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a741c7e2-b8d0-59bc-bf19-147418f652b7/a741c7e2-b8d0-59bc-bf19-147418f652b7_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2874201,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704032/general/75987c70-a436-4a4b-93d1-b2f7dd746ba6.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a741c7e2-b8d0-59bc-bf19-147418f652b7/a741c7e2-b8d0-59bc-bf19-147418f652b7_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2794248,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704032/general/0fa7d8b3-82b0-4a44-bc82-8eaf22f80bcd.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a741c7e2-b8d0-59bc-bf19-147418f652b7/a741c7e2-b8d0-59bc-bf19-147418f652b7_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2875495,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704032/general/d343404e-2bdd-44d4-995f-d775370a839f.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a741c7e2-b8d0-59bc-bf19-147418f652b7/a741c7e2-b8d0-59bc-bf19-147418f652b7_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2472495,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704032/general/fa485e73-b896-4bbb-92d4-9b2f9cad5bfb.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a741c7e2-b8d0-59bc-bf19-147418f652b7/a741c7e2-b8d0-59bc-bf19-147418f652b7_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2801306,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704032/general/0b8922e3-5327-4248-86ff-cdb95edcfe8f.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a741c7e2-b8d0-59bc-bf19-147418f652b7/a741c7e2-b8d0-59bc-bf19-147418f652b7_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2682389,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704032/general/fe40ec57-0e93-490a-9406-2f9bc66c58d8.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a741c7e2-b8d0-59bc-bf19-147418f652b7/a741c7e2-b8d0-59bc-bf19-147418f652b7_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2949366,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704032/general/a566c473-6cf1-4e4a-b435-fa8231c9a6e4.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a741c7e2-b8d0-59bc-bf19-147418f652b7/a741c7e2-b8d0-59bc-bf19-147418f652b7_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2632558,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704032/general/67e596cf-b220-46c6-bb3a-f6b24ef8207c.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a741c7e2-b8d0-59bc-bf19-147418f652b7/a741c7e2-b8d0-59bc-bf19-147418f652b7_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1573140,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704032/general/920854a0-f811-4932-af62-26292cbbaab9.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a741c7e2-b8d0-59bc-bf19-147418f652b7/a741c7e2-b8d0-59bc-bf19-147418f652b7_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2312459,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704032/general/fe16cdcc-ea65-4489-a308-1c52fcca4168.jpeg',
'Width': 4032}],
'price': 9900,
'price_includes_vat': True,
'registration_date': '2021-05-05',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Volvo V60 T6 Inscription Expression - AWD - Hybrid - Automatic - '
'253 hp - 155.720 km',
'transmission': 'automatic',
'trim': 'Inscription Expression',
'vin': None,
'year': 2021}
2026-03-28 15:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742466%27 HTTP/1.1" 200 None
2026-03-28 15:17:53 [adesa.be] INFO: Saving data for 10742466: {'created_time': 1774711073.165926, 'last_price_update_time': 1774711073.165936, 'auction_closing_time': 1774864800.0}
2026-03-28 15:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742466') HTTP/1.1" 204 0
2026-03-28 15:17:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742474> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742419> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72cc9cca-bf77-5ac8-97d8-a14c0db08727 with identifier: 10742474
2026-03-28 15:17:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72cc9cca-bf77-5ac8-97d8-a14c0db08727 with scrape type 1
2026-03-28 15:17:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 72cc9cca-bf77-5ac8-97d8-a14c0db08727
2026-03-28 15:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722683%252Fgeneral%252Fa4164740-692e-4466-ab35-e48aa01a48f4.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722683/general/a4164740-692e-4466-ab35-e48aa01a48f4.jpeg already downloaded
2026-03-28 15:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722683%252Fgeneral%252F3ecc822b-fc78-4653-8ca3-33f43aab5f42.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722683/general/3ecc822b-fc78-4653-8ca3-33f43aab5f42.jpeg already downloaded
2026-03-28 15:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722683%252Fgeneral%252F82c0c91b-a6c5-4b8f-beff-3fc228b71eee.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722683/general/82c0c91b-a6c5-4b8f-beff-3fc228b71eee.jpeg already downloaded
2026-03-28 15:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722683%252Fgeneral%252F4b237a3d-02e8-4162-a901-7d9f37b0693f.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722683/general/4b237a3d-02e8-4162-a901-7d9f37b0693f.jpeg already downloaded
2026-03-28 15:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722683%252Fgeneral%252F83458ab1-53c5-4400-8e55-63b9b42bc8e8.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722683/general/83458ab1-53c5-4400-8e55-63b9b42bc8e8.jpeg already downloaded
2026-03-28 15:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722683%252Fgeneral%252Fe8964ad3-1831-404a-9468-c330a084ea73.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722683/general/e8964ad3-1831-404a-9468-c330a084ea73.jpeg already downloaded
2026-03-28 15:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722683%252Fgeneral%252F776b9f89-1e72-4b08-92ae-5c7ad4cd4492.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722683/general/776b9f89-1e72-4b08-92ae-5c7ad4cd4492.jpeg already downloaded
2026-03-28 15:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722683%252Fgeneral%252F5cb0dcb0-2a1b-470f-b7b1-d0e9c61d840a.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722683/general/5cb0dcb0-2a1b-470f-b7b1-d0e9c61d840a.jpeg already downloaded
2026-03-28 15:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722683%252Fgeneral%252F21a0f4af-2cf4-46a2-8917-d6ad0be55c69.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722683/general/21a0f4af-2cf4-46a2-8917-d6ad0be55c69.jpeg already downloaded
2026-03-28 15:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722683%252Fgeneral%252Fb2a845fd-f6ba-4e57-8939-9ae0e80eda83.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722683/general/b2a845fd-f6ba-4e57-8939-9ae0e80eda83.jpeg already downloaded
2026-03-28 15:17:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 72cc9cca-bf77-5ac8-97d8-a14c0db08727, identifier: 10742474
2026-03-28 15:17:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 72cc9cca-bf77-5ac8-97d8-a14c0db08727 with identifier: 10742474
2026-03-28 15:17:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 72cc9cca-bf77-5ac8-97d8-a14c0db08727 with identifier: 10742474
2026-03-28 15:17:53 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 72cc9cca-bf77-5ac8-97d8-a14c0db08727 with identifier: 10742474 to the API
2026-03-28 15:17:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742474>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'engine_horse_power': 90,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': '72cc9cca-bf77-5ac8-97d8-a14c0db08727',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '065577',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742474',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 68899,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 32,
'photo_urls': ['https://images.openlane.eu/carimgs/5722683/general/a4164740-692e-4466-ab35-e48aa01a48f4.jpeg',
'https://images.openlane.eu/carimgs/5722683/general/3ecc822b-fc78-4653-8ca3-33f43aab5f42.jpeg',
'https://images.openlane.eu/carimgs/5722683/general/82c0c91b-a6c5-4b8f-beff-3fc228b71eee.jpeg',
'https://images.openlane.eu/carimgs/5722683/general/4b237a3d-02e8-4162-a901-7d9f37b0693f.jpeg',
'https://images.openlane.eu/carimgs/5722683/general/83458ab1-53c5-4400-8e55-63b9b42bc8e8.jpeg',
'https://images.openlane.eu/carimgs/5722683/general/e8964ad3-1831-404a-9468-c330a084ea73.jpeg',
'https://images.openlane.eu/carimgs/5722683/general/776b9f89-1e72-4b08-92ae-5c7ad4cd4492.jpeg',
'https://images.openlane.eu/carimgs/5722683/general/5cb0dcb0-2a1b-470f-b7b1-d0e9c61d840a.jpeg',
'https://images.openlane.eu/carimgs/5722683/general/21a0f4af-2cf4-46a2-8917-d6ad0be55c69.jpeg',
'https://images.openlane.eu/carimgs/5722683/general/b2a845fd-f6ba-4e57-8939-9ae0e80eda83.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_72cc9cca-bf77-5ac8-97d8-a14c0db08727/72cc9cca-bf77-5ac8-97d8-a14c0db08727_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 313735,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722683/general/a4164740-692e-4466-ab35-e48aa01a48f4.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_72cc9cca-bf77-5ac8-97d8-a14c0db08727/72cc9cca-bf77-5ac8-97d8-a14c0db08727_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 357938,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722683/general/3ecc822b-fc78-4653-8ca3-33f43aab5f42.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_72cc9cca-bf77-5ac8-97d8-a14c0db08727/72cc9cca-bf77-5ac8-97d8-a14c0db08727_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 360648,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722683/general/82c0c91b-a6c5-4b8f-beff-3fc228b71eee.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_72cc9cca-bf77-5ac8-97d8-a14c0db08727/72cc9cca-bf77-5ac8-97d8-a14c0db08727_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 343174,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722683/general/4b237a3d-02e8-4162-a901-7d9f37b0693f.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_72cc9cca-bf77-5ac8-97d8-a14c0db08727/72cc9cca-bf77-5ac8-97d8-a14c0db08727_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 304473,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722683/general/83458ab1-53c5-4400-8e55-63b9b42bc8e8.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_72cc9cca-bf77-5ac8-97d8-a14c0db08727/72cc9cca-bf77-5ac8-97d8-a14c0db08727_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 293231,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722683/general/e8964ad3-1831-404a-9468-c330a084ea73.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_72cc9cca-bf77-5ac8-97d8-a14c0db08727/72cc9cca-bf77-5ac8-97d8-a14c0db08727_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 326754,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722683/general/776b9f89-1e72-4b08-92ae-5c7ad4cd4492.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_72cc9cca-bf77-5ac8-97d8-a14c0db08727/72cc9cca-bf77-5ac8-97d8-a14c0db08727_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 461286,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722683/general/5cb0dcb0-2a1b-470f-b7b1-d0e9c61d840a.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_72cc9cca-bf77-5ac8-97d8-a14c0db08727/72cc9cca-bf77-5ac8-97d8-a14c0db08727_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 360499,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722683/general/21a0f4af-2cf4-46a2-8917-d6ad0be55c69.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_72cc9cca-bf77-5ac8-97d8-a14c0db08727/72cc9cca-bf77-5ac8-97d8-a14c0db08727_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 268883,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722683/general/b2a845fd-f6ba-4e57-8939-9ae0e80eda83.jpeg',
'Width': 1440}],
'price': 8700,
'price_includes_vat': True,
'registration_date': '2020-01-22',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Volkswagen Polo 1.0 TGI Comfortline - CNG - Manual - 90 hp - 68.899 '
'km',
'transmission': 'manual',
'trim': 'Comfortline',
'vin': None,
'year': 2020}
2026-03-28 15:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742474%27 HTTP/1.1" 200 None
2026-03-28 15:17:53 [adesa.be] INFO: Saving data for 10742474: {'created_time': 1774711073.895726, 'last_price_update_time': 1774711073.895736, 'auction_closing_time': 1774864800.0}
2026-03-28 15:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742474') HTTP/1.1" 204 0
2026-03-28 15:17:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742433> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a4ade15-eb40-5ae8-b432-69a395db6d1e with identifier: 10742419
2026-03-28 15:17:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a4ade15-eb40-5ae8-b432-69a395db6d1e with scrape type 1
2026-03-28 15:17:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 3a4ade15-eb40-5ae8-b432-69a395db6d1e
2026-03-28 15:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5156968%252Fgeneral%252Fb05f6de2-f9cb-4a63-a510-638274371357.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5156968/general/b05f6de2-f9cb-4a63-a510-638274371357.jpg already downloaded
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5156968%252Fgeneral%252F8f55f138-cfcb-4a1b-aa17-8bd26e6604ae.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5156968/general/8f55f138-cfcb-4a1b-aa17-8bd26e6604ae.jpg already downloaded
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5156968%252Fgeneral%252F04441837-e2f2-4d68-8bbe-6c37a94cff73.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5156968/general/04441837-e2f2-4d68-8bbe-6c37a94cff73.jpg already downloaded
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5156968%252Fgeneral%252F56a288f8-0d0e-4548-bd3a-2fab3b168a05.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5156968/general/56a288f8-0d0e-4548-bd3a-2fab3b168a05.jpg already downloaded
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5156968%252Fgeneral%252Fde644e27-05c5-4193-95bb-794e511fa689.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5156968/general/de644e27-05c5-4193-95bb-794e511fa689.jpg already downloaded
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5156968%252Fgeneral%252F932eddb5-00bf-4945-8253-d2bd80aec98e.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5156968/general/932eddb5-00bf-4945-8253-d2bd80aec98e.jpg already downloaded
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5156968%252Fgeneral%252Fb941d772-6413-4f00-9f01-2070f9182d7a.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5156968/general/b941d772-6413-4f00-9f01-2070f9182d7a.jpg already downloaded
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5156968%252Fgeneral%252F4c49f5ca-6bcf-4d7c-a390-960a67dcf4d4.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5156968/general/4c49f5ca-6bcf-4d7c-a390-960a67dcf4d4.jpg already downloaded
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5156968%252Fgeneral%252Fa8248ecc-e515-42fa-9aea-5b1ebd4eecc4.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5156968/general/a8248ecc-e515-42fa-9aea-5b1ebd4eecc4.jpg already downloaded
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5156968%252Fgeneral%252Fad53eccb-05b4-4ad1-b3fc-0467c39ce1e5.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:17:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5156968/general/ad53eccb-05b4-4ad1-b3fc-0467c39ce1e5.jpg already downloaded
2026-03-28 15:17:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 3a4ade15-eb40-5ae8-b432-69a395db6d1e, identifier: 10742419
2026-03-28 15:17:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 3a4ade15-eb40-5ae8-b432-69a395db6d1e with identifier: 10742419
2026-03-28 15:17:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 3a4ade15-eb40-5ae8-b432-69a395db6d1e with identifier: 10742419
2026-03-28 15:17:54 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 3a4ade15-eb40-5ae8-b432-69a395db6d1e with identifier: 10742419 to the API
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742419>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '2.0L',
'engine_horse_power': 120,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '3a4ade15-eb40-5ae8-b432-69a395db6d1e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '000000',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742419',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Volvo',
'model': 'V60',
'odometer': 227320,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 40,
'photo_urls': ['https://images.openlane.eu/carimgs/5156968/general/b05f6de2-f9cb-4a63-a510-638274371357.jpg',
'https://images.openlane.eu/carimgs/5156968/general/8f55f138-cfcb-4a1b-aa17-8bd26e6604ae.jpg',
'https://images.openlane.eu/carimgs/5156968/general/04441837-e2f2-4d68-8bbe-6c37a94cff73.jpg',
'https://images.openlane.eu/carimgs/5156968/general/56a288f8-0d0e-4548-bd3a-2fab3b168a05.jpg',
'https://images.openlane.eu/carimgs/5156968/general/de644e27-05c5-4193-95bb-794e511fa689.jpg',
'https://images.openlane.eu/carimgs/5156968/general/932eddb5-00bf-4945-8253-d2bd80aec98e.jpg',
'https://images.openlane.eu/carimgs/5156968/general/b941d772-6413-4f00-9f01-2070f9182d7a.jpg',
'https://images.openlane.eu/carimgs/5156968/general/4c49f5ca-6bcf-4d7c-a390-960a67dcf4d4.jpg',
'https://images.openlane.eu/carimgs/5156968/general/a8248ecc-e515-42fa-9aea-5b1ebd4eecc4.jpg',
'https://images.openlane.eu/carimgs/5156968/general/ad53eccb-05b4-4ad1-b3fc-0467c39ce1e5.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a4ade15-eb40-5ae8-b432-69a395db6d1e/3a4ade15-eb40-5ae8-b432-69a395db6d1e_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 423967,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5156968/general/b05f6de2-f9cb-4a63-a510-638274371357.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a4ade15-eb40-5ae8-b432-69a395db6d1e/3a4ade15-eb40-5ae8-b432-69a395db6d1e_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 392616,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5156968/general/8f55f138-cfcb-4a1b-aa17-8bd26e6604ae.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a4ade15-eb40-5ae8-b432-69a395db6d1e/3a4ade15-eb40-5ae8-b432-69a395db6d1e_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 434649,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5156968/general/04441837-e2f2-4d68-8bbe-6c37a94cff73.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a4ade15-eb40-5ae8-b432-69a395db6d1e/3a4ade15-eb40-5ae8-b432-69a395db6d1e_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 433422,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5156968/general/56a288f8-0d0e-4548-bd3a-2fab3b168a05.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a4ade15-eb40-5ae8-b432-69a395db6d1e/3a4ade15-eb40-5ae8-b432-69a395db6d1e_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 431336,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5156968/general/de644e27-05c5-4193-95bb-794e511fa689.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a4ade15-eb40-5ae8-b432-69a395db6d1e/3a4ade15-eb40-5ae8-b432-69a395db6d1e_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 374352,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5156968/general/932eddb5-00bf-4945-8253-d2bd80aec98e.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a4ade15-eb40-5ae8-b432-69a395db6d1e/3a4ade15-eb40-5ae8-b432-69a395db6d1e_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 297813,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5156968/general/b941d772-6413-4f00-9f01-2070f9182d7a.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a4ade15-eb40-5ae8-b432-69a395db6d1e/3a4ade15-eb40-5ae8-b432-69a395db6d1e_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 420291,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5156968/general/4c49f5ca-6bcf-4d7c-a390-960a67dcf4d4.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a4ade15-eb40-5ae8-b432-69a395db6d1e/3a4ade15-eb40-5ae8-b432-69a395db6d1e_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 393691,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5156968/general/a8248ecc-e515-42fa-9aea-5b1ebd4eecc4.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_3a4ade15-eb40-5ae8-b432-69a395db6d1e/3a4ade15-eb40-5ae8-b432-69a395db6d1e_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 261135,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5156968/general/ad53eccb-05b4-4ad1-b3fc-0467c39ce1e5.jpg',
'Width': 2000}],
'price': 5800,
'price_includes_vat': True,
'registration_date': '2018-07-19',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Volvo V60 D2 Dynamic Edition - Diesel - Manual - 120 hp - 227.320 '
'km',
'transmission': 'manual',
'trim': 'Dynamic Edition',
'vin': None,
'year': 2018}
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742419%27 HTTP/1.1" 200 None
2026-03-28 15:17:54 [adesa.be] INFO: Saving data for 10742419: {'created_time': 1774711074.562443, 'last_price_update_time': 1774711074.562454, 'auction_closing_time': 1774864800.0}
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742419') HTTP/1.1" 204 0
2026-03-28 15:17:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742480> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37ef6d27-afbc-53d3-9194-9381fafe4487 with identifier: 10742433
2026-03-28 15:17:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37ef6d27-afbc-53d3-9194-9381fafe4487 with scrape type 1
2026-03-28 15:17:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 37ef6d27-afbc-53d3-9194-9381fafe4487
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5542495%252Fgeneral%252F832e06c2-5223-440f-92d8-c7e7776d21e9.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5542495/general/832e06c2-5223-440f-92d8-c7e7776d21e9.jpeg already downloaded
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5542495%252Fgeneral%252F5be27c36-f9b2-4aa8-b1fc-5278b289a824.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5542495/general/5be27c36-f9b2-4aa8-b1fc-5278b289a824.jpeg already downloaded
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5542495%252Fgeneral%252F879092d6-0fc5-4c9b-bd8d-c1d47dbbe772.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5542495/general/879092d6-0fc5-4c9b-bd8d-c1d47dbbe772.jpeg already downloaded
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5542495%252Fgeneral%252F3125915b-0bdc-41ac-a434-cdd2bc99c874.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5542495/general/3125915b-0bdc-41ac-a434-cdd2bc99c874.jpeg already downloaded
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5542495%252Fgeneral%252Fc5350998-593f-43bb-84d8-c926ca27dad3.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5542495/general/c5350998-593f-43bb-84d8-c926ca27dad3.jpeg already downloaded
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5542495%252Fgeneral%252F399d9536-c7f0-463b-9cfd-df0afb1e35ad.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5542495/general/399d9536-c7f0-463b-9cfd-df0afb1e35ad.jpeg already downloaded
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5542495%252Fgeneral%252F6faf0c8d-edc8-47f7-a36c-4dffc7a66e8e.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5542495/general/6faf0c8d-edc8-47f7-a36c-4dffc7a66e8e.jpeg already downloaded
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5542495%252Fgeneral%252Fa156ecea-7e12-4142-a5f1-f6dd62a4c6bc.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5542495/general/a156ecea-7e12-4142-a5f1-f6dd62a4c6bc.jpeg already downloaded
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5542495%252Fgeneral%252F3fdbb979-4628-4bcb-82cf-0227efa035a9.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5542495/general/3fdbb979-4628-4bcb-82cf-0227efa035a9.jpeg already downloaded
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5542495%252Fgeneral%252F0405b585-f015-479c-bf9d-8f760508a865.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5542495/general/0405b585-f015-479c-bf9d-8f760508a865.jpeg already downloaded
2026-03-28 15:17:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 37ef6d27-afbc-53d3-9194-9381fafe4487, identifier: 10742433
2026-03-28 15:17:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 37ef6d27-afbc-53d3-9194-9381fafe4487 with identifier: 10742433
2026-03-28 15:17:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 37ef6d27-afbc-53d3-9194-9381fafe4487 with identifier: 10742433
2026-03-28 15:17:54 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 37ef6d27-afbc-53d3-9194-9381fafe4487 with identifier: 10742433 to the API
2026-03-28 15:17:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742433>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '37ef6d27-afbc-53d3-9194-9381fafe4487',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'XXX920',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742433',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Volvo',
'model': 'V60',
'odometer': 225015,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 32,
'photo_urls': ['https://images.openlane.eu/carimgs/5542495/general/832e06c2-5223-440f-92d8-c7e7776d21e9.jpeg',
'https://images.openlane.eu/carimgs/5542495/general/5be27c36-f9b2-4aa8-b1fc-5278b289a824.jpeg',
'https://images.openlane.eu/carimgs/5542495/general/879092d6-0fc5-4c9b-bd8d-c1d47dbbe772.jpeg',
'https://images.openlane.eu/carimgs/5542495/general/3125915b-0bdc-41ac-a434-cdd2bc99c874.jpeg',
'https://images.openlane.eu/carimgs/5542495/general/c5350998-593f-43bb-84d8-c926ca27dad3.jpeg',
'https://images.openlane.eu/carimgs/5542495/general/399d9536-c7f0-463b-9cfd-df0afb1e35ad.jpeg',
'https://images.openlane.eu/carimgs/5542495/general/6faf0c8d-edc8-47f7-a36c-4dffc7a66e8e.jpeg',
'https://images.openlane.eu/carimgs/5542495/general/a156ecea-7e12-4142-a5f1-f6dd62a4c6bc.jpeg',
'https://images.openlane.eu/carimgs/5542495/general/3fdbb979-4628-4bcb-82cf-0227efa035a9.jpeg',
'https://images.openlane.eu/carimgs/5542495/general/0405b585-f015-479c-bf9d-8f760508a865.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37ef6d27-afbc-53d3-9194-9381fafe4487/37ef6d27-afbc-53d3-9194-9381fafe4487_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2661195,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5542495/general/832e06c2-5223-440f-92d8-c7e7776d21e9.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37ef6d27-afbc-53d3-9194-9381fafe4487/37ef6d27-afbc-53d3-9194-9381fafe4487_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2575741,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5542495/general/5be27c36-f9b2-4aa8-b1fc-5278b289a824.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37ef6d27-afbc-53d3-9194-9381fafe4487/37ef6d27-afbc-53d3-9194-9381fafe4487_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2258620,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5542495/general/879092d6-0fc5-4c9b-bd8d-c1d47dbbe772.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37ef6d27-afbc-53d3-9194-9381fafe4487/37ef6d27-afbc-53d3-9194-9381fafe4487_image_3.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 2778468,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5542495/general/3125915b-0bdc-41ac-a434-cdd2bc99c874.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37ef6d27-afbc-53d3-9194-9381fafe4487/37ef6d27-afbc-53d3-9194-9381fafe4487_image_4.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 1853457,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5542495/general/c5350998-593f-43bb-84d8-c926ca27dad3.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37ef6d27-afbc-53d3-9194-9381fafe4487/37ef6d27-afbc-53d3-9194-9381fafe4487_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1396367,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5542495/general/399d9536-c7f0-463b-9cfd-df0afb1e35ad.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37ef6d27-afbc-53d3-9194-9381fafe4487/37ef6d27-afbc-53d3-9194-9381fafe4487_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1794096,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5542495/general/6faf0c8d-edc8-47f7-a36c-4dffc7a66e8e.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37ef6d27-afbc-53d3-9194-9381fafe4487/37ef6d27-afbc-53d3-9194-9381fafe4487_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2208169,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5542495/general/a156ecea-7e12-4142-a5f1-f6dd62a4c6bc.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37ef6d27-afbc-53d3-9194-9381fafe4487/37ef6d27-afbc-53d3-9194-9381fafe4487_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1394522,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5542495/general/3fdbb979-4628-4bcb-82cf-0227efa035a9.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37ef6d27-afbc-53d3-9194-9381fafe4487/37ef6d27-afbc-53d3-9194-9381fafe4487_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1896952,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5542495/general/0405b585-f015-479c-bf9d-8f760508a865.jpeg',
'Width': 4032}],
'price': 8000,
'price_includes_vat': True,
'registration_date': '2019-04-18',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Volvo V60 D3 Momentum - Diesel - Manual - 150 hp - 225.015 km',
'transmission': 'manual',
'trim': 'Momentum',
'vin': None,
'year': 2019}
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742433%27 HTTP/1.1" 200 None
2026-03-28 15:17:55 [adesa.be] INFO: Saving data for 10742433: {'created_time': 1774711075.16075, 'last_price_update_time': 1774711075.160762, 'auction_closing_time': 1774864800.0}
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742433') HTTP/1.1" 204 0
2026-03-28 15:17:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ba0b942-a34f-5224-b0a3-ca216d5ac38f with identifier: 10742480
2026-03-28 15:17:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ba0b942-a34f-5224-b0a3-ca216d5ac38f with scrape type 1
2026-03-28 15:17:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9ba0b942-a34f-5224-b0a3-ca216d5ac38f
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743770%252Fgeneral%252F24b9b718-32f2-4627-a728-31604128edd8.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743770/general/24b9b718-32f2-4627-a728-31604128edd8.jpeg already downloaded
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743770%252Fgeneral%252F3af7ddbb-93b8-48b4-9e37-84975851f4dd.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743770/general/3af7ddbb-93b8-48b4-9e37-84975851f4dd.jpeg already downloaded
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743770%252Fgeneral%252F0cad6092-3ec5-4e7b-b38a-919855f3cb70.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743770/general/0cad6092-3ec5-4e7b-b38a-919855f3cb70.jpeg already downloaded
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743770%252Fgeneral%252F2e8a5e3c-c930-47b7-801c-73b6c27a3726.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743770/general/2e8a5e3c-c930-47b7-801c-73b6c27a3726.jpeg already downloaded
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743770%252Fgeneral%252Fdfe8e83b-df9e-49a1-b958-bbe6fda73ce1.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743770/general/dfe8e83b-df9e-49a1-b958-bbe6fda73ce1.jpeg already downloaded
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743770%252Fgeneral%252F6830a8a4-96d3-4b09-81c3-a91b82ac7b9f.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743770/general/6830a8a4-96d3-4b09-81c3-a91b82ac7b9f.jpeg already downloaded
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743770%252Fgeneral%252F1e0feca2-a61b-4d20-824d-139e6e0bef9c.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743770/general/1e0feca2-a61b-4d20-824d-139e6e0bef9c.jpeg already downloaded
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743770%252Fgeneral%252Fcc601219-4117-480a-a2c7-b9028708b473.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743770/general/cc601219-4117-480a-a2c7-b9028708b473.jpeg already downloaded
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743770%252Fgeneral%252Fdac9fe0f-5449-4d01-aa87-acb57a4796fd.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743770/general/dac9fe0f-5449-4d01-aa87-acb57a4796fd.jpeg already downloaded
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743770%252Fgeneral%252Fd3cf834d-9856-402d-9f5f-3c4d33085e35.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743770/general/d3cf834d-9856-402d-9f5f-3c4d33085e35.jpeg already downloaded
2026-03-28 15:17:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 9ba0b942-a34f-5224-b0a3-ca216d5ac38f, identifier: 10742480
2026-03-28 15:17:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 9ba0b942-a34f-5224-b0a3-ca216d5ac38f with identifier: 10742480
2026-03-28 15:17:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 9ba0b942-a34f-5224-b0a3-ca216d5ac38f with identifier: 10742480
2026-03-28 15:17:55 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 9ba0b942-a34f-5224-b0a3-ca216d5ac38f with identifier: 10742480 to the API
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742480>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.6L',
'engine_horse_power': 120,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '9ba0b942-a34f-5224-b0a3-ca216d5ac38f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '156113',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742480',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Passat',
'odometer': 207023,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 27,
'photo_urls': ['https://images.openlane.eu/carimgs/5743770/general/24b9b718-32f2-4627-a728-31604128edd8.jpeg',
'https://images.openlane.eu/carimgs/5743770/general/3af7ddbb-93b8-48b4-9e37-84975851f4dd.jpeg',
'https://images.openlane.eu/carimgs/5743770/general/0cad6092-3ec5-4e7b-b38a-919855f3cb70.jpeg',
'https://images.openlane.eu/carimgs/5743770/general/2e8a5e3c-c930-47b7-801c-73b6c27a3726.jpeg',
'https://images.openlane.eu/carimgs/5743770/general/dfe8e83b-df9e-49a1-b958-bbe6fda73ce1.jpeg',
'https://images.openlane.eu/carimgs/5743770/general/6830a8a4-96d3-4b09-81c3-a91b82ac7b9f.jpeg',
'https://images.openlane.eu/carimgs/5743770/general/1e0feca2-a61b-4d20-824d-139e6e0bef9c.jpeg',
'https://images.openlane.eu/carimgs/5743770/general/cc601219-4117-480a-a2c7-b9028708b473.jpeg',
'https://images.openlane.eu/carimgs/5743770/general/dac9fe0f-5449-4d01-aa87-acb57a4796fd.jpeg',
'https://images.openlane.eu/carimgs/5743770/general/d3cf834d-9856-402d-9f5f-3c4d33085e35.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ba0b942-a34f-5224-b0a3-ca216d5ac38f/9ba0b942-a34f-5224-b0a3-ca216d5ac38f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 327248,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743770/general/24b9b718-32f2-4627-a728-31604128edd8.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ba0b942-a34f-5224-b0a3-ca216d5ac38f/9ba0b942-a34f-5224-b0a3-ca216d5ac38f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 318246,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743770/general/3af7ddbb-93b8-48b4-9e37-84975851f4dd.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ba0b942-a34f-5224-b0a3-ca216d5ac38f/9ba0b942-a34f-5224-b0a3-ca216d5ac38f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 280520,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743770/general/0cad6092-3ec5-4e7b-b38a-919855f3cb70.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ba0b942-a34f-5224-b0a3-ca216d5ac38f/9ba0b942-a34f-5224-b0a3-ca216d5ac38f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 241380,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743770/general/2e8a5e3c-c930-47b7-801c-73b6c27a3726.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ba0b942-a34f-5224-b0a3-ca216d5ac38f/9ba0b942-a34f-5224-b0a3-ca216d5ac38f_image_4.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 354701,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743770/general/dfe8e83b-df9e-49a1-b958-bbe6fda73ce1.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ba0b942-a34f-5224-b0a3-ca216d5ac38f/9ba0b942-a34f-5224-b0a3-ca216d5ac38f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 281252,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743770/general/6830a8a4-96d3-4b09-81c3-a91b82ac7b9f.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ba0b942-a34f-5224-b0a3-ca216d5ac38f/9ba0b942-a34f-5224-b0a3-ca216d5ac38f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 317303,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743770/general/1e0feca2-a61b-4d20-824d-139e6e0bef9c.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ba0b942-a34f-5224-b0a3-ca216d5ac38f/9ba0b942-a34f-5224-b0a3-ca216d5ac38f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 287380,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743770/general/cc601219-4117-480a-a2c7-b9028708b473.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ba0b942-a34f-5224-b0a3-ca216d5ac38f/9ba0b942-a34f-5224-b0a3-ca216d5ac38f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 238762,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743770/general/dac9fe0f-5449-4d01-aa87-acb57a4796fd.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9ba0b942-a34f-5224-b0a3-ca216d5ac38f/9ba0b942-a34f-5224-b0a3-ca216d5ac38f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 330448,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743770/general/d3cf834d-9856-402d-9f5f-3c4d33085e35.jpeg',
'Width': 1440}],
'price': 7400,
'price_includes_vat': True,
'registration_date': '2018-02-21',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Volkswagen Passat Variant 1.6 TDI Comfortline Business - Diesel - '
'Automatic - 120 hp - 207.023 km',
'transmission': 'automatic',
'trim': 'Comfortline Business',
'vin': None,
'year': 2018}
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742480%27 HTTP/1.1" 200 None
2026-03-28 15:17:55 [adesa.be] INFO: Saving data for 10742480: {'created_time': 1774711075.73962, 'last_price_update_time': 1774711075.739631, 'auction_closing_time': 1774864800.0}
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742480') HTTP/1.1" 204 0
2026-03-28 15:17:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742444> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742498> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8427c613-dace-53db-bf5a-5eb12fc7b66b with identifier: 10742444
2026-03-28 15:17:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8427c613-dace-53db-bf5a-5eb12fc7b66b with scrape type 1
2026-03-28 15:17:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8427c613-dace-53db-bf5a-5eb12fc7b66b
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586263%252Fgeneral%252F0cdfebc5-ee8a-4c68-8522-f5315b9e39d3.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586263/general/0cdfebc5-ee8a-4c68-8522-f5315b9e39d3.jpeg already downloaded
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586263%252Fgeneral%252F7e769f5a-fb1e-47f3-a770-fed3b0d921ad.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586263/general/7e769f5a-fb1e-47f3-a770-fed3b0d921ad.jpeg already downloaded
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586263%252Fgeneral%252F4dd6adfc-ecfc-4cc6-9898-3bbe9494cc84.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586263/general/4dd6adfc-ecfc-4cc6-9898-3bbe9494cc84.jpeg already downloaded
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586263%252Fgeneral%252F196b5f93-f6b8-4cc1-804c-4c9e1414e624.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586263/general/196b5f93-f6b8-4cc1-804c-4c9e1414e624.jpeg already downloaded
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586263%252Fgeneral%252Fe4d77cfa-2f4a-4629-8863-a69074bffd88.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586263/general/e4d77cfa-2f4a-4629-8863-a69074bffd88.jpeg already downloaded
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586263%252Fgeneral%252F1f35a15e-821a-4f23-b371-d5cc33e537bc.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586263/general/1f35a15e-821a-4f23-b371-d5cc33e537bc.jpeg already downloaded
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586263%252Fgeneral%252Ff36f6d71-e566-42c0-aef9-c7593b70ed0d.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586263/general/f36f6d71-e566-42c0-aef9-c7593b70ed0d.jpeg already downloaded
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586263%252Fgeneral%252Fa2fa98bd-a098-4863-96eb-b861d9725d9e.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586263/general/a2fa98bd-a098-4863-96eb-b861d9725d9e.jpeg already downloaded
2026-03-28 15:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586263%252Fgeneral%252F29fbbdcc-850b-4201-8667-1039fd3643e9.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586263/general/29fbbdcc-850b-4201-8667-1039fd3643e9.jpeg already downloaded
2026-03-28 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586263%252Fgeneral%252Fcfccda2e-9361-470c-966d-528ae6366f1c.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586263/general/cfccda2e-9361-470c-966d-528ae6366f1c.jpeg already downloaded
2026-03-28 15:17:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 8427c613-dace-53db-bf5a-5eb12fc7b66b, identifier: 10742444
2026-03-28 15:17:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9a6b91d-435b-5666-8614-e97156fcf529 with identifier: 10742498
2026-03-28 15:17:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9a6b91d-435b-5666-8614-e97156fcf529 with scrape type 1
2026-03-28 15:17:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e9a6b91d-435b-5666-8614-e97156fcf529
2026-03-28 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5744001%252Fgeneral%252Ffd51f225-c9b6-4847-941b-68bb1282d774.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5744001/general/fd51f225-c9b6-4847-941b-68bb1282d774.jpeg already downloaded
2026-03-28 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5744001%252Fgeneral%252Fd0fadbdd-0314-452d-9c5a-d7dc5e097879.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5744001/general/d0fadbdd-0314-452d-9c5a-d7dc5e097879.jpeg already downloaded
2026-03-28 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5744001%252Fgeneral%252F32a7e6b9-b0f3-41c7-96b4-cea7816d1ad6.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5744001/general/32a7e6b9-b0f3-41c7-96b4-cea7816d1ad6.jpeg already downloaded
2026-03-28 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5744001%252Fgeneral%252Fca0efd46-e322-49d8-a8b3-a74d7c93ec1f.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5744001/general/ca0efd46-e322-49d8-a8b3-a74d7c93ec1f.jpeg already downloaded
2026-03-28 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5744001%252Fgeneral%252Fff1c82e9-48e6-4ae5-b8d9-b2a7dc05d665.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5744001/general/ff1c82e9-48e6-4ae5-b8d9-b2a7dc05d665.jpeg already downloaded
2026-03-28 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5744001%252Fgeneral%252F5732fd9b-cc06-4cc1-96a5-750f2aa5b8ec.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5744001/general/5732fd9b-cc06-4cc1-96a5-750f2aa5b8ec.jpeg already downloaded
2026-03-28 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5744001%252Fgeneral%252Fd5ef95d2-fbce-4128-8fb1-9518279c10b1.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5744001/general/d5ef95d2-fbce-4128-8fb1-9518279c10b1.jpeg already downloaded
2026-03-28 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5744001%252Fgeneral%252F27a0aedb-b5d9-4fdd-84d0-f986981caf1b.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5744001/general/27a0aedb-b5d9-4fdd-84d0-f986981caf1b.jpeg already downloaded
2026-03-28 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5744001%252Fgeneral%252Fda92788b-959a-4a5f-b5d2-7a5e72783c32.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5744001/general/da92788b-959a-4a5f-b5d2-7a5e72783c32.jpeg already downloaded
2026-03-28 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5744001%252Fgeneral%252F8c80f0df-96c2-423f-b846-730a6a1a8d12.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5744001/general/8c80f0df-96c2-423f-b846-730a6a1a8d12.jpeg already downloaded
2026-03-28 15:17:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: e9a6b91d-435b-5666-8614-e97156fcf529, identifier: 10742498
2026-03-28 15:17:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 8427c613-dace-53db-bf5a-5eb12fc7b66b with identifier: 10742444
2026-03-28 15:17:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 8427c613-dace-53db-bf5a-5eb12fc7b66b with identifier: 10742444
2026-03-28 15:17:56 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 8427c613-dace-53db-bf5a-5eb12fc7b66b with identifier: 10742444 to the API
2026-03-28 15:17:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742444>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.4L',
'engine_horse_power': 110,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': '8427c613-dace-53db-bf5a-5eb12fc7b66b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '599947',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742444',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 174593,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 42,
'photo_urls': ['https://images.openlane.eu/carimgs/5586263/general/0cdfebc5-ee8a-4c68-8522-f5315b9e39d3.jpeg',
'https://images.openlane.eu/carimgs/5586263/general/7e769f5a-fb1e-47f3-a770-fed3b0d921ad.jpeg',
'https://images.openlane.eu/carimgs/5586263/general/4dd6adfc-ecfc-4cc6-9898-3bbe9494cc84.jpeg',
'https://images.openlane.eu/carimgs/5586263/general/196b5f93-f6b8-4cc1-804c-4c9e1414e624.jpeg',
'https://images.openlane.eu/carimgs/5586263/general/e4d77cfa-2f4a-4629-8863-a69074bffd88.jpeg',
'https://images.openlane.eu/carimgs/5586263/general/1f35a15e-821a-4f23-b371-d5cc33e537bc.jpeg',
'https://images.openlane.eu/carimgs/5586263/general/f36f6d71-e566-42c0-aef9-c7593b70ed0d.jpeg',
'https://images.openlane.eu/carimgs/5586263/general/a2fa98bd-a098-4863-96eb-b861d9725d9e.jpeg',
'https://images.openlane.eu/carimgs/5586263/general/29fbbdcc-850b-4201-8667-1039fd3643e9.jpeg',
'https://images.openlane.eu/carimgs/5586263/general/cfccda2e-9361-470c-966d-528ae6366f1c.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8427c613-dace-53db-bf5a-5eb12fc7b66b/8427c613-dace-53db-bf5a-5eb12fc7b66b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2479380,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586263/general/0cdfebc5-ee8a-4c68-8522-f5315b9e39d3.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8427c613-dace-53db-bf5a-5eb12fc7b66b/8427c613-dace-53db-bf5a-5eb12fc7b66b_image_1.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 2667029,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586263/general/7e769f5a-fb1e-47f3-a770-fed3b0d921ad.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8427c613-dace-53db-bf5a-5eb12fc7b66b/8427c613-dace-53db-bf5a-5eb12fc7b66b_image_2.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 2455207,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586263/general/4dd6adfc-ecfc-4cc6-9898-3bbe9494cc84.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8427c613-dace-53db-bf5a-5eb12fc7b66b/8427c613-dace-53db-bf5a-5eb12fc7b66b_image_3.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 2612845,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586263/general/196b5f93-f6b8-4cc1-804c-4c9e1414e624.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8427c613-dace-53db-bf5a-5eb12fc7b66b/8427c613-dace-53db-bf5a-5eb12fc7b66b_image_4.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 2603510,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586263/general/e4d77cfa-2f4a-4629-8863-a69074bffd88.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8427c613-dace-53db-bf5a-5eb12fc7b66b/8427c613-dace-53db-bf5a-5eb12fc7b66b_image_5.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 2022930,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586263/general/1f35a15e-821a-4f23-b371-d5cc33e537bc.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8427c613-dace-53db-bf5a-5eb12fc7b66b/8427c613-dace-53db-bf5a-5eb12fc7b66b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1841666,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586263/general/f36f6d71-e566-42c0-aef9-c7593b70ed0d.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8427c613-dace-53db-bf5a-5eb12fc7b66b/8427c613-dace-53db-bf5a-5eb12fc7b66b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2103331,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586263/general/a2fa98bd-a098-4863-96eb-b861d9725d9e.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8427c613-dace-53db-bf5a-5eb12fc7b66b/8427c613-dace-53db-bf5a-5eb12fc7b66b_image_8.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 2894264,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586263/general/29fbbdcc-850b-4201-8667-1039fd3643e9.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8427c613-dace-53db-bf5a-5eb12fc7b66b/8427c613-dace-53db-bf5a-5eb12fc7b66b_image_9.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 2278948,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586263/general/cfccda2e-9361-470c-966d-528ae6366f1c.jpeg',
'Width': 4032}],
'price': 8700,
'price_includes_vat': True,
'registration_date': '2018-04-23',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Volkswagen Golf Variant 1.4 TGI Comfortline - CNG - Automatic - 110 '
'hp - 174.593 km',
'transmission': 'automatic',
'trim': 'Comfortline',
'vin': None,
'year': 2018}
2026-03-28 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742444%27 HTTP/1.1" 200 None
2026-03-28 15:17:56 [adesa.be] INFO: Saving data for 10742444: {'created_time': 1774711076.693639, 'last_price_update_time': 1774711076.693648, 'auction_closing_time': 1774864800.0}
2026-03-28 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742444') HTTP/1.1" 204 0
2026-03-28 15:17:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: e9a6b91d-435b-5666-8614-e97156fcf529 with identifier: 10742498
2026-03-28 15:17:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: e9a6b91d-435b-5666-8614-e97156fcf529 with identifier: 10742498
2026-03-28 15:17:56 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: e9a6b91d-435b-5666-8614-e97156fcf529 with identifier: 10742498 to the API
2026-03-28 15:17:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742498>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'engine_horse_power': 105,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'e9a6b91d-435b-5666-8614-e97156fcf529',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': '1PJY268',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742498',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 199914,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 38,
'photo_urls': ['https://images.openlane.eu/carimgs/5744001/general/fd51f225-c9b6-4847-941b-68bb1282d774.jpeg',
'https://images.openlane.eu/carimgs/5744001/general/d0fadbdd-0314-452d-9c5a-d7dc5e097879.jpeg',
'https://images.openlane.eu/carimgs/5744001/general/32a7e6b9-b0f3-41c7-96b4-cea7816d1ad6.jpeg',
'https://images.openlane.eu/carimgs/5744001/general/ca0efd46-e322-49d8-a8b3-a74d7c93ec1f.jpeg',
'https://images.openlane.eu/carimgs/5744001/general/ff1c82e9-48e6-4ae5-b8d9-b2a7dc05d665.jpeg',
'https://images.openlane.eu/carimgs/5744001/general/5732fd9b-cc06-4cc1-96a5-750f2aa5b8ec.jpeg',
'https://images.openlane.eu/carimgs/5744001/general/d5ef95d2-fbce-4128-8fb1-9518279c10b1.jpeg',
'https://images.openlane.eu/carimgs/5744001/general/27a0aedb-b5d9-4fdd-84d0-f986981caf1b.jpeg',
'https://images.openlane.eu/carimgs/5744001/general/da92788b-959a-4a5f-b5d2-7a5e72783c32.jpeg',
'https://images.openlane.eu/carimgs/5744001/general/8c80f0df-96c2-423f-b846-730a6a1a8d12.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e9a6b91d-435b-5666-8614-e97156fcf529/e9a6b91d-435b-5666-8614-e97156fcf529_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 292639,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5744001/general/fd51f225-c9b6-4847-941b-68bb1282d774.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e9a6b91d-435b-5666-8614-e97156fcf529/e9a6b91d-435b-5666-8614-e97156fcf529_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 344915,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5744001/general/d0fadbdd-0314-452d-9c5a-d7dc5e097879.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e9a6b91d-435b-5666-8614-e97156fcf529/e9a6b91d-435b-5666-8614-e97156fcf529_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 321882,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5744001/general/32a7e6b9-b0f3-41c7-96b4-cea7816d1ad6.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e9a6b91d-435b-5666-8614-e97156fcf529/e9a6b91d-435b-5666-8614-e97156fcf529_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 313469,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5744001/general/ca0efd46-e322-49d8-a8b3-a74d7c93ec1f.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e9a6b91d-435b-5666-8614-e97156fcf529/e9a6b91d-435b-5666-8614-e97156fcf529_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 318042,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5744001/general/ff1c82e9-48e6-4ae5-b8d9-b2a7dc05d665.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e9a6b91d-435b-5666-8614-e97156fcf529/e9a6b91d-435b-5666-8614-e97156fcf529_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 321026,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5744001/general/5732fd9b-cc06-4cc1-96a5-750f2aa5b8ec.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e9a6b91d-435b-5666-8614-e97156fcf529/e9a6b91d-435b-5666-8614-e97156fcf529_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 274095,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5744001/general/d5ef95d2-fbce-4128-8fb1-9518279c10b1.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e9a6b91d-435b-5666-8614-e97156fcf529/e9a6b91d-435b-5666-8614-e97156fcf529_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 388935,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5744001/general/27a0aedb-b5d9-4fdd-84d0-f986981caf1b.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e9a6b91d-435b-5666-8614-e97156fcf529/e9a6b91d-435b-5666-8614-e97156fcf529_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 292337,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5744001/general/da92788b-959a-4a5f-b5d2-7a5e72783c32.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e9a6b91d-435b-5666-8614-e97156fcf529/e9a6b91d-435b-5666-8614-e97156fcf529_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 416048,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5744001/general/8c80f0df-96c2-423f-b846-730a6a1a8d12.jpeg',
'Width': 1440}],
'price': 4500,
'price_includes_vat': True,
'registration_date': '2014-09-03',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Volkswagen Golf Variant 1.6 TDI Highline - Diesel - Manual - 105 hp '
'- 199.914 km',
'transmission': 'manual',
'trim': 'Highline',
'vin': None,
'year': 2014}
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742498%27 HTTP/1.1" 200 None
2026-03-28 15:17:57 [adesa.be] INFO: Saving data for 10742498: {'created_time': 1774711077.043767, 'last_price_update_time': 1774711077.043778, 'auction_closing_time': 1774864800.0}
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742498') HTTP/1.1" 204 0
2026-03-28 15:17:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742478> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742434> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 331b2be6-a591-5cb7-9e97-521325cae27c with identifier: 10742478
2026-03-28 15:17:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 331b2be6-a591-5cb7-9e97-521325cae27c with scrape type 1
2026-03-28 15:17:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 331b2be6-a591-5cb7-9e97-521325cae27c
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5730984%252Fgeneral%252Ff63e8cbd-dd5a-4482-933f-2963f5b5f0a6.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5730984/general/f63e8cbd-dd5a-4482-933f-2963f5b5f0a6.jpeg already downloaded
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5730984%252Fgeneral%252F6734f4d4-8f1d-4bf0-804f-f222abf08bf4.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5730984/general/6734f4d4-8f1d-4bf0-804f-f222abf08bf4.jpeg already downloaded
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5730984%252Fgeneral%252F4b59d0c0-1e23-44aa-8f8a-d24ee52d8418.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5730984/general/4b59d0c0-1e23-44aa-8f8a-d24ee52d8418.jpeg already downloaded
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5730984%252Fgeneral%252F25d42742-1c66-4095-bd89-8d14421fd1e6.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5730984/general/25d42742-1c66-4095-bd89-8d14421fd1e6.jpeg already downloaded
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5730984%252Fgeneral%252Ff409c315-5bab-41a2-8388-56bda2a9508a.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5730984/general/f409c315-5bab-41a2-8388-56bda2a9508a.jpeg already downloaded
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5730984%252Fgeneral%252F6641da8b-757b-438c-b0c1-1f885a7c9f06.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5730984/general/6641da8b-757b-438c-b0c1-1f885a7c9f06.jpeg already downloaded
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5730984%252Fgeneral%252F573b5bad-695b-4182-9501-23580ddba4d1.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5730984/general/573b5bad-695b-4182-9501-23580ddba4d1.jpeg already downloaded
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5730984%252Fgeneral%252F05da2f78-367b-4fdf-a5b8-600e4a7ba733.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5730984/general/05da2f78-367b-4fdf-a5b8-600e4a7ba733.jpeg already downloaded
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5730984%252Fgeneral%252F09a8daf4-8b97-4533-adda-a42098f67c09.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5730984/general/09a8daf4-8b97-4533-adda-a42098f67c09.jpeg already downloaded
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5730984%252Fgeneral%252F41bd289b-6190-41a6-9bb9-05b30cd3cf73.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5730984/general/41bd289b-6190-41a6-9bb9-05b30cd3cf73.jpeg already downloaded
2026-03-28 15:17:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 331b2be6-a591-5cb7-9e97-521325cae27c, identifier: 10742478
2026-03-28 15:17:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 494421b5-6b5f-50fd-9790-7e32f58c1ffc with identifier: 10742434
2026-03-28 15:17:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 494421b5-6b5f-50fd-9790-7e32f58c1ffc with scrape type 1
2026-03-28 15:17:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 494421b5-6b5f-50fd-9790-7e32f58c1ffc
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5576359%252Fgeneral%252Fc5c1bff2-4017-4230-9348-71602ed5c3b2.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5576359/general/c5c1bff2-4017-4230-9348-71602ed5c3b2.jpeg already downloaded
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5576359%252Fgeneral%252F6312b71c-6f91-4066-b35b-367faca89156.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5576359/general/6312b71c-6f91-4066-b35b-367faca89156.jpeg already downloaded
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5576359%252Fgeneral%252Feba7279a-e478-416f-bce8-3fc76f8276dd.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5576359/general/eba7279a-e478-416f-bce8-3fc76f8276dd.jpeg already downloaded
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5576359%252Fgeneral%252Fef1f9011-1741-44ba-8e96-2569191e5932.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5576359/general/ef1f9011-1741-44ba-8e96-2569191e5932.jpeg already downloaded
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5576359%252Fgeneral%252Fb330f2fe-6158-483b-a227-a82cbe38ae9f.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5576359/general/b330f2fe-6158-483b-a227-a82cbe38ae9f.jpeg already downloaded
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5576359%252Fgeneral%252F735ddbff-0576-460f-ac28-6fd8c01b4a2b.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5576359/general/735ddbff-0576-460f-ac28-6fd8c01b4a2b.jpeg already downloaded
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5576359%252Fgeneral%252Fb1da7bd3-ddcf-4d4c-9e68-76f86bef81e2.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5576359/general/b1da7bd3-ddcf-4d4c-9e68-76f86bef81e2.jpeg already downloaded
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5576359%252Fgeneral%252Fe7714f2d-0144-4620-8644-47fad6fa98e1.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5576359/general/e7714f2d-0144-4620-8644-47fad6fa98e1.jpeg already downloaded
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5576359%252Fgeneral%252F4d9da46e-c6ca-41f1-9dec-642d6fff0bdb.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5576359/general/4d9da46e-c6ca-41f1-9dec-642d6fff0bdb.jpeg already downloaded
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5576359%252Fgeneral%252Fe3a782c4-fef5-4e08-b253-bae9c1bbadee.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5576359/general/e3a782c4-fef5-4e08-b253-bae9c1bbadee.jpeg already downloaded
2026-03-28 15:17:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 494421b5-6b5f-50fd-9790-7e32f58c1ffc, identifier: 10742434
2026-03-28 15:17:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 331b2be6-a591-5cb7-9e97-521325cae27c with identifier: 10742478
2026-03-28 15:17:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 331b2be6-a591-5cb7-9e97-521325cae27c with identifier: 10742478
2026-03-28 15:17:57 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 331b2be6-a591-5cb7-9e97-521325cae27c with identifier: 10742478 to the API
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742478>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 109,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': '331b2be6-a591-5cb7-9e97-521325cae27c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '048716',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742478',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 262439,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 32,
'photo_urls': ['https://images.openlane.eu/carimgs/5730984/general/f63e8cbd-dd5a-4482-933f-2963f5b5f0a6.jpeg',
'https://images.openlane.eu/carimgs/5730984/general/6734f4d4-8f1d-4bf0-804f-f222abf08bf4.jpeg',
'https://images.openlane.eu/carimgs/5730984/general/4b59d0c0-1e23-44aa-8f8a-d24ee52d8418.jpeg',
'https://images.openlane.eu/carimgs/5730984/general/25d42742-1c66-4095-bd89-8d14421fd1e6.jpeg',
'https://images.openlane.eu/carimgs/5730984/general/f409c315-5bab-41a2-8388-56bda2a9508a.jpeg',
'https://images.openlane.eu/carimgs/5730984/general/6641da8b-757b-438c-b0c1-1f885a7c9f06.jpeg',
'https://images.openlane.eu/carimgs/5730984/general/573b5bad-695b-4182-9501-23580ddba4d1.jpeg',
'https://images.openlane.eu/carimgs/5730984/general/05da2f78-367b-4fdf-a5b8-600e4a7ba733.jpeg',
'https://images.openlane.eu/carimgs/5730984/general/09a8daf4-8b97-4533-adda-a42098f67c09.jpeg',
'https://images.openlane.eu/carimgs/5730984/general/41bd289b-6190-41a6-9bb9-05b30cd3cf73.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_331b2be6-a591-5cb7-9e97-521325cae27c/331b2be6-a591-5cb7-9e97-521325cae27c_image_0.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 5691949,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5730984/general/f63e8cbd-dd5a-4482-933f-2963f5b5f0a6.jpeg',
'Width': 5712},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_331b2be6-a591-5cb7-9e97-521325cae27c/331b2be6-a591-5cb7-9e97-521325cae27c_image_1.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 6352872,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5730984/general/6734f4d4-8f1d-4bf0-804f-f222abf08bf4.jpeg',
'Width': 5712},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_331b2be6-a591-5cb7-9e97-521325cae27c/331b2be6-a591-5cb7-9e97-521325cae27c_image_2.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 5400810,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5730984/general/4b59d0c0-1e23-44aa-8f8a-d24ee52d8418.jpeg',
'Width': 5712},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_331b2be6-a591-5cb7-9e97-521325cae27c/331b2be6-a591-5cb7-9e97-521325cae27c_image_3.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 5740610,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5730984/general/25d42742-1c66-4095-bd89-8d14421fd1e6.jpeg',
'Width': 5712},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_331b2be6-a591-5cb7-9e97-521325cae27c/331b2be6-a591-5cb7-9e97-521325cae27c_image_4.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 5622963,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5730984/general/f409c315-5bab-41a2-8388-56bda2a9508a.jpeg',
'Width': 5712},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_331b2be6-a591-5cb7-9e97-521325cae27c/331b2be6-a591-5cb7-9e97-521325cae27c_image_5.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 4959460,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5730984/general/6641da8b-757b-438c-b0c1-1f885a7c9f06.jpeg',
'Width': 5712},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_331b2be6-a591-5cb7-9e97-521325cae27c/331b2be6-a591-5cb7-9e97-521325cae27c_image_6.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 4475865,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5730984/general/573b5bad-695b-4182-9501-23580ddba4d1.jpeg',
'Width': 5712},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_331b2be6-a591-5cb7-9e97-521325cae27c/331b2be6-a591-5cb7-9e97-521325cae27c_image_7.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 6354648,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5730984/general/05da2f78-367b-4fdf-a5b8-600e4a7ba733.jpeg',
'Width': 5712},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_331b2be6-a591-5cb7-9e97-521325cae27c/331b2be6-a591-5cb7-9e97-521325cae27c_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 3235285,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5730984/general/09a8daf4-8b97-4533-adda-a42098f67c09.jpeg',
'Width': 5712},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_331b2be6-a591-5cb7-9e97-521325cae27c/331b2be6-a591-5cb7-9e97-521325cae27c_image_9.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 4790397,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5730984/general/41bd289b-6190-41a6-9bb9-05b30cd3cf73.jpeg',
'Width': 5712}],
'price': 4100,
'price_includes_vat': True,
'registration_date': '2014-10-15',
'seats_number': 2,
'seller_name': 'AUTO TIP TOP',
'title': 'Volkswagen Caddy Maxi 2.0i - CNG - Manual - 109 hp - 262.439 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2014}
2026-03-28 15:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742478%27 HTTP/1.1" 200 None
2026-03-28 15:17:58 [adesa.be] INFO: Saving data for 10742478: {'created_time': 1774711078.012737, 'last_price_update_time': 1774711078.012751, 'auction_closing_time': 1774864800.0}
2026-03-28 15:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742478') HTTP/1.1" 204 0
2026-03-28 15:17:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 494421b5-6b5f-50fd-9790-7e32f58c1ffc with identifier: 10742434
2026-03-28 15:17:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 494421b5-6b5f-50fd-9790-7e32f58c1ffc with identifier: 10742434
2026-03-28 15:17:58 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 494421b5-6b5f-50fd-9790-7e32f58c1ffc with identifier: 10742434 to the API
2026-03-28 15:17:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742434>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.4L',
'engine_horse_power': 110,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': '494421b5-6b5f-50fd-9790-7e32f58c1ffc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'XXX941',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742434',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 219635,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 32,
'photo_urls': ['https://images.openlane.eu/carimgs/5576359/general/c5c1bff2-4017-4230-9348-71602ed5c3b2.jpeg',
'https://images.openlane.eu/carimgs/5576359/general/6312b71c-6f91-4066-b35b-367faca89156.jpeg',
'https://images.openlane.eu/carimgs/5576359/general/eba7279a-e478-416f-bce8-3fc76f8276dd.jpeg',
'https://images.openlane.eu/carimgs/5576359/general/ef1f9011-1741-44ba-8e96-2569191e5932.jpeg',
'https://images.openlane.eu/carimgs/5576359/general/b330f2fe-6158-483b-a227-a82cbe38ae9f.jpeg',
'https://images.openlane.eu/carimgs/5576359/general/735ddbff-0576-460f-ac28-6fd8c01b4a2b.jpeg',
'https://images.openlane.eu/carimgs/5576359/general/b1da7bd3-ddcf-4d4c-9e68-76f86bef81e2.jpeg',
'https://images.openlane.eu/carimgs/5576359/general/e7714f2d-0144-4620-8644-47fad6fa98e1.jpeg',
'https://images.openlane.eu/carimgs/5576359/general/4d9da46e-c6ca-41f1-9dec-642d6fff0bdb.jpeg',
'https://images.openlane.eu/carimgs/5576359/general/e3a782c4-fef5-4e08-b253-bae9c1bbadee.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_494421b5-6b5f-50fd-9790-7e32f58c1ffc/494421b5-6b5f-50fd-9790-7e32f58c1ffc_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2538456,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5576359/general/c5c1bff2-4017-4230-9348-71602ed5c3b2.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_494421b5-6b5f-50fd-9790-7e32f58c1ffc/494421b5-6b5f-50fd-9790-7e32f58c1ffc_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2181181,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5576359/general/6312b71c-6f91-4066-b35b-367faca89156.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_494421b5-6b5f-50fd-9790-7e32f58c1ffc/494421b5-6b5f-50fd-9790-7e32f58c1ffc_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2350313,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5576359/general/eba7279a-e478-416f-bce8-3fc76f8276dd.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_494421b5-6b5f-50fd-9790-7e32f58c1ffc/494421b5-6b5f-50fd-9790-7e32f58c1ffc_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2171419,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5576359/general/ef1f9011-1741-44ba-8e96-2569191e5932.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_494421b5-6b5f-50fd-9790-7e32f58c1ffc/494421b5-6b5f-50fd-9790-7e32f58c1ffc_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1704007,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5576359/general/b330f2fe-6158-483b-a227-a82cbe38ae9f.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_494421b5-6b5f-50fd-9790-7e32f58c1ffc/494421b5-6b5f-50fd-9790-7e32f58c1ffc_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1425931,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5576359/general/735ddbff-0576-460f-ac28-6fd8c01b4a2b.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_494421b5-6b5f-50fd-9790-7e32f58c1ffc/494421b5-6b5f-50fd-9790-7e32f58c1ffc_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2019512,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5576359/general/b1da7bd3-ddcf-4d4c-9e68-76f86bef81e2.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_494421b5-6b5f-50fd-9790-7e32f58c1ffc/494421b5-6b5f-50fd-9790-7e32f58c1ffc_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1253536,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5576359/general/e7714f2d-0144-4620-8644-47fad6fa98e1.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_494421b5-6b5f-50fd-9790-7e32f58c1ffc/494421b5-6b5f-50fd-9790-7e32f58c1ffc_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1741972,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5576359/general/4d9da46e-c6ca-41f1-9dec-642d6fff0bdb.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_494421b5-6b5f-50fd-9790-7e32f58c1ffc/494421b5-6b5f-50fd-9790-7e32f58c1ffc_image_9.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 1672859,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5576359/general/e3a782c4-fef5-4e08-b253-bae9c1bbadee.jpeg',
'Width': 4032}],
'price': 4600,
'price_includes_vat': True,
'registration_date': '2016-07-08',
'seats_number': 2,
'seller_name': 'AUTO TIP TOP',
'title': 'Volkswagen Caddy Maxi 1.4 TGI - CNG - Manual - 110 hp - 219.635 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2016}
2026-03-28 15:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742434%27 HTTP/1.1" 200 None
2026-03-28 15:17:58 [adesa.be] INFO: Saving data for 10742434: {'created_time': 1774711078.354846, 'last_price_update_time': 1774711078.354856, 'auction_closing_time': 1774864800.0}
2026-03-28 15:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742434') HTTP/1.1" 204 0
2026-03-28 15:17:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733356> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742481> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c05ac8e1-f2da-504f-8c8c-e78afa6099a3 with identifier: 10733356
2026-03-28 15:17:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c05ac8e1-f2da-504f-8c8c-e78afa6099a3 with scrape type 2
2026-03-28 15:17:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c05ac8e1-f2da-504f-8c8c-e78afa6099a3 with scrape type 2
2026-03-28 15:17:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: c05ac8e1-f2da-504f-8c8c-e78afa6099a3, identifier: 10733356
2026-03-28 15:17:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: c05ac8e1-f2da-504f-8c8c-e78afa6099a3 with identifier: 10733356
2026-03-28 15:17:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: c05ac8e1-f2da-504f-8c8c-e78afa6099a3 with identifier: 10733356
2026-03-28 15:17:59 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: c05ac8e1-f2da-504f-8c8c-e78afa6099a3 with identifier: 10733356 to the API
2026-03-28 15:17:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:17:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733356>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 156,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Electric',
'id': 'c05ac8e1-f2da-504f-8c8c-e78afa6099a3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2ETZ458',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733356',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '308',
'odometer': 26637,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 17600,
'price_includes_vat': True,
'registration_date': '2024-01-29',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Peugeot 308 GT - Electric - Automatic - 156 hp - 26.637 km',
'transmission': 'automatic',
'trim': 'GT',
'vin': None,
'year': 2024}
2026-03-28 15:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733356%27 HTTP/1.1" 200 None
2026-03-28 15:17:59 [adesa.be] INFO: Saving data for 10733356: {'auction_closing_time': 1775032200.0, 'created_time': 1774606911.347579, 'last_price_update_time': 1774711079.505744}
2026-03-28 15:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733356') HTTP/1.1" 204 0
2026-03-28 15:17:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742488> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742476> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:17:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:17:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a5fb80a-77d1-55c3-9f3e-92984820be38 with identifier: 10742481
2026-03-28 15:17:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a5fb80a-77d1-55c3-9f3e-92984820be38 with scrape type 1
2026-03-28 15:17:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4a5fb80a-77d1-55c3-9f3e-92984820be38
2026-03-28 15:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743772%252Fgeneral%252Fb4753d7d-6dfe-45bf-ac80-b0c967271fd0.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743772/general/b4753d7d-6dfe-45bf-ac80-b0c967271fd0.jpeg already downloaded
2026-03-28 15:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743772%252Fgeneral%252F4d175e99-a010-4b5c-85be-a83be50b9d3a.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743772/general/4d175e99-a010-4b5c-85be-a83be50b9d3a.jpeg already downloaded
2026-03-28 15:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743772%252Fgeneral%252Fff3af31d-4e2f-42d3-a92f-be4865112d8a.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743772/general/ff3af31d-4e2f-42d3-a92f-be4865112d8a.jpeg already downloaded
2026-03-28 15:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743772%252Fgeneral%252F74cbcc6c-eb67-4073-8e5f-7c74d26e63f4.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743772/general/74cbcc6c-eb67-4073-8e5f-7c74d26e63f4.jpeg already downloaded
2026-03-28 15:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743772%252Fgeneral%252F18024a20-3e55-401a-971c-6f027ab98669.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743772/general/18024a20-3e55-401a-971c-6f027ab98669.jpeg already downloaded
2026-03-28 15:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743772%252Fgeneral%252F67f514ef-fc9d-4936-b9c9-b22c34f32c22.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743772/general/67f514ef-fc9d-4936-b9c9-b22c34f32c22.jpeg already downloaded
2026-03-28 15:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743772%252Fgeneral%252Fabe8a703-bab8-4aea-8557-008ac2b26d05.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743772/general/abe8a703-bab8-4aea-8557-008ac2b26d05.jpeg already downloaded
2026-03-28 15:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743772%252Fgeneral%252Fa5dd179d-161c-4940-95c0-98e36dea5bdb.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743772/general/a5dd179d-161c-4940-95c0-98e36dea5bdb.jpeg already downloaded
2026-03-28 15:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743772%252Fgeneral%252Fe061f86b-85f5-4a8c-9521-fb490f2be685.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743772/general/e061f86b-85f5-4a8c-9521-fb490f2be685.jpeg already downloaded
2026-03-28 15:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743772%252Fgeneral%252F0b77d75c-962e-4c2c-b8c3-2b05160b0b8a.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:17:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743772/general/0b77d75c-962e-4c2c-b8c3-2b05160b0b8a.jpeg already downloaded
2026-03-28 15:17:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 4a5fb80a-77d1-55c3-9f3e-92984820be38, identifier: 10742481
2026-03-28 15:17:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 4a5fb80a-77d1-55c3-9f3e-92984820be38 with identifier: 10742481
2026-03-28 15:17:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 4a5fb80a-77d1-55c3-9f3e-92984820be38 with identifier: 10742481
2026-03-28 15:17:59 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 4a5fb80a-77d1-55c3-9f3e-92984820be38 with identifier: 10742481 to the API
2026-03-28 15:17:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:17:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742481>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.4L',
'engine_horse_power': 110,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': '4a5fb80a-77d1-55c3-9f3e-92984820be38',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '003421',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742481',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 138657,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 31,
'photo_urls': ['https://images.openlane.eu/carimgs/5743772/general/b4753d7d-6dfe-45bf-ac80-b0c967271fd0.jpeg',
'https://images.openlane.eu/carimgs/5743772/general/4d175e99-a010-4b5c-85be-a83be50b9d3a.jpeg',
'https://images.openlane.eu/carimgs/5743772/general/ff3af31d-4e2f-42d3-a92f-be4865112d8a.jpeg',
'https://images.openlane.eu/carimgs/5743772/general/74cbcc6c-eb67-4073-8e5f-7c74d26e63f4.jpeg',
'https://images.openlane.eu/carimgs/5743772/general/18024a20-3e55-401a-971c-6f027ab98669.jpeg',
'https://images.openlane.eu/carimgs/5743772/general/67f514ef-fc9d-4936-b9c9-b22c34f32c22.jpeg',
'https://images.openlane.eu/carimgs/5743772/general/abe8a703-bab8-4aea-8557-008ac2b26d05.jpeg',
'https://images.openlane.eu/carimgs/5743772/general/a5dd179d-161c-4940-95c0-98e36dea5bdb.jpeg',
'https://images.openlane.eu/carimgs/5743772/general/e061f86b-85f5-4a8c-9521-fb490f2be685.jpeg',
'https://images.openlane.eu/carimgs/5743772/general/0b77d75c-962e-4c2c-b8c3-2b05160b0b8a.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a5fb80a-77d1-55c3-9f3e-92984820be38/4a5fb80a-77d1-55c3-9f3e-92984820be38_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 405582,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743772/general/b4753d7d-6dfe-45bf-ac80-b0c967271fd0.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a5fb80a-77d1-55c3-9f3e-92984820be38/4a5fb80a-77d1-55c3-9f3e-92984820be38_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 393593,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743772/general/4d175e99-a010-4b5c-85be-a83be50b9d3a.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a5fb80a-77d1-55c3-9f3e-92984820be38/4a5fb80a-77d1-55c3-9f3e-92984820be38_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 365804,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743772/general/ff3af31d-4e2f-42d3-a92f-be4865112d8a.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a5fb80a-77d1-55c3-9f3e-92984820be38/4a5fb80a-77d1-55c3-9f3e-92984820be38_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 370476,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743772/general/74cbcc6c-eb67-4073-8e5f-7c74d26e63f4.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a5fb80a-77d1-55c3-9f3e-92984820be38/4a5fb80a-77d1-55c3-9f3e-92984820be38_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 390934,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743772/general/18024a20-3e55-401a-971c-6f027ab98669.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a5fb80a-77d1-55c3-9f3e-92984820be38/4a5fb80a-77d1-55c3-9f3e-92984820be38_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 308325,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743772/general/67f514ef-fc9d-4936-b9c9-b22c34f32c22.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a5fb80a-77d1-55c3-9f3e-92984820be38/4a5fb80a-77d1-55c3-9f3e-92984820be38_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 360971,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743772/general/abe8a703-bab8-4aea-8557-008ac2b26d05.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a5fb80a-77d1-55c3-9f3e-92984820be38/4a5fb80a-77d1-55c3-9f3e-92984820be38_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 317242,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743772/general/a5dd179d-161c-4940-95c0-98e36dea5bdb.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a5fb80a-77d1-55c3-9f3e-92984820be38/4a5fb80a-77d1-55c3-9f3e-92984820be38_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 241646,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743772/general/e061f86b-85f5-4a8c-9521-fb490f2be685.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4a5fb80a-77d1-55c3-9f3e-92984820be38/4a5fb80a-77d1-55c3-9f3e-92984820be38_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 204395,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743772/general/0b77d75c-962e-4c2c-b8c3-2b05160b0b8a.jpeg',
'Width': 1440}],
'price': 5400,
'price_includes_vat': True,
'registration_date': '2016-07-08',
'seats_number': 2,
'seller_name': 'AUTO TIP TOP',
'title': 'Volkswagen Caddy Maxi 1.4 TGI - CNG - Manual - 110 hp - 138.657 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2016}
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742481%27 HTTP/1.1" 200 None
2026-03-28 15:18:00 [adesa.be] INFO: Saving data for 10742481: {'created_time': 1774711080.109513, 'last_price_update_time': 1774711080.109524, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742481') HTTP/1.1" 204 0
2026-03-28 15:18:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a64ae67-134a-53a5-b764-65c3175ad35f with identifier: 10742488
2026-03-28 15:18:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a64ae67-134a-53a5-b764-65c3175ad35f with scrape type 1
2026-03-28 15:18:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1a64ae67-134a-53a5-b764-65c3175ad35f
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743822%252Fgeneral%252F93e9cc15-942b-4837-b3ea-6368f1d9b48b.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743822/general/93e9cc15-942b-4837-b3ea-6368f1d9b48b.jpeg already downloaded
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743822%252Fgeneral%252Fe52a57f6-b09d-44a5-9255-adb0639786d0.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743822/general/e52a57f6-b09d-44a5-9255-adb0639786d0.jpeg already downloaded
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743822%252Fgeneral%252F74dfe816-159e-4524-8ceb-64693766dc86.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743822/general/74dfe816-159e-4524-8ceb-64693766dc86.jpeg already downloaded
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743822%252Fgeneral%252Fd738e809-cf80-4b78-a058-6359171d1c4e.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743822/general/d738e809-cf80-4b78-a058-6359171d1c4e.jpeg already downloaded
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743822%252Fgeneral%252Fd9e5c4ef-25f0-4fef-bb84-eb76ebbff7be.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743822/general/d9e5c4ef-25f0-4fef-bb84-eb76ebbff7be.jpeg already downloaded
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743822%252Fgeneral%252Ff1299f74-c995-44cd-85d4-0954f768e968.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743822/general/f1299f74-c995-44cd-85d4-0954f768e968.jpeg already downloaded
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743822%252Fgeneral%252F1fb0f650-ff3e-4716-8200-1131d8dc753a.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743822/general/1fb0f650-ff3e-4716-8200-1131d8dc753a.jpeg already downloaded
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743822%252Fgeneral%252Ffa7ec736-b3fd-444b-99d5-6f039f073797.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743822/general/fa7ec736-b3fd-444b-99d5-6f039f073797.jpeg already downloaded
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743822%252Fgeneral%252F421ed8df-2c3d-46c7-9a9d-b45e1a2829fe.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743822/general/421ed8df-2c3d-46c7-9a9d-b45e1a2829fe.jpeg already downloaded
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743822%252Fgeneral%252Fee81425f-12f3-4a76-9316-c2a519b9e232.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743822/general/ee81425f-12f3-4a76-9316-c2a519b9e232.jpeg already downloaded
2026-03-28 15:18:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 1a64ae67-134a-53a5-b764-65c3175ad35f, identifier: 10742488
2026-03-28 15:18:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1090708e-d891-57c0-9dd1-011bd2e34a39 with identifier: 10742476
2026-03-28 15:18:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1090708e-d891-57c0-9dd1-011bd2e34a39 with scrape type 1
2026-03-28 15:18:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1090708e-d891-57c0-9dd1-011bd2e34a39
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5730969%252Fgeneral%252Fb0f59771-784b-4c68-81cb-f967a74a0897.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5730969/general/b0f59771-784b-4c68-81cb-f967a74a0897.jpeg already downloaded
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5730969%252Fgeneral%252F53af64c4-bf67-4887-b08b-488f023bbc37.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5730969/general/53af64c4-bf67-4887-b08b-488f023bbc37.jpeg already downloaded
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5730969%252Fgeneral%252F88bc9c7c-a6b9-4149-ba9a-64bec56e1e83.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5730969/general/88bc9c7c-a6b9-4149-ba9a-64bec56e1e83.jpeg already downloaded
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5730969%252Fgeneral%252F47219a38-edd4-4059-ad47-ebb14e60a3d6.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5730969/general/47219a38-edd4-4059-ad47-ebb14e60a3d6.jpeg already downloaded
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5730969%252Fgeneral%252F77708a63-e60f-46e1-91cb-4343cb43fdce.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5730969/general/77708a63-e60f-46e1-91cb-4343cb43fdce.jpeg already downloaded
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5730969%252Fgeneral%252F1848629d-5e62-409a-9e81-269c0aefbf2a.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5730969/general/1848629d-5e62-409a-9e81-269c0aefbf2a.jpeg already downloaded
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5730969%252Fgeneral%252F1f439e31-8e7c-455e-8c95-948253cc8fbb.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5730969/general/1f439e31-8e7c-455e-8c95-948253cc8fbb.jpeg already downloaded
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5730969%252Fgeneral%252Fd1ce8108-11bd-4fdf-8c37-e1362fc89ee5.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5730969/general/d1ce8108-11bd-4fdf-8c37-e1362fc89ee5.jpeg already downloaded
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5730969%252Fgeneral%252F622ea628-9a08-44ef-84c8-9d5290f65c4c.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5730969/general/622ea628-9a08-44ef-84c8-9d5290f65c4c.jpeg already downloaded
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5730969%252Fgeneral%252F9831fed4-100d-4a15-8d7b-2d256c30f650.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5730969/general/9831fed4-100d-4a15-8d7b-2d256c30f650.jpeg already downloaded
2026-03-28 15:18:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 1090708e-d891-57c0-9dd1-011bd2e34a39, identifier: 10742476
2026-03-28 15:18:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 1a64ae67-134a-53a5-b764-65c3175ad35f with identifier: 10742488
2026-03-28 15:18:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 1a64ae67-134a-53a5-b764-65c3175ad35f with identifier: 10742488
2026-03-28 15:18:00 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 1a64ae67-134a-53a5-b764-65c3175ad35f with identifier: 10742488 to the API
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742488>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.4L',
'engine_horse_power': 110,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': '1a64ae67-134a-53a5-b764-65c3175ad35f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '003702',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742488',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 160822,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 31,
'photo_urls': ['https://images.openlane.eu/carimgs/5743822/general/93e9cc15-942b-4837-b3ea-6368f1d9b48b.jpeg',
'https://images.openlane.eu/carimgs/5743822/general/e52a57f6-b09d-44a5-9255-adb0639786d0.jpeg',
'https://images.openlane.eu/carimgs/5743822/general/74dfe816-159e-4524-8ceb-64693766dc86.jpeg',
'https://images.openlane.eu/carimgs/5743822/general/d738e809-cf80-4b78-a058-6359171d1c4e.jpeg',
'https://images.openlane.eu/carimgs/5743822/general/d9e5c4ef-25f0-4fef-bb84-eb76ebbff7be.jpeg',
'https://images.openlane.eu/carimgs/5743822/general/f1299f74-c995-44cd-85d4-0954f768e968.jpeg',
'https://images.openlane.eu/carimgs/5743822/general/1fb0f650-ff3e-4716-8200-1131d8dc753a.jpeg',
'https://images.openlane.eu/carimgs/5743822/general/fa7ec736-b3fd-444b-99d5-6f039f073797.jpeg',
'https://images.openlane.eu/carimgs/5743822/general/421ed8df-2c3d-46c7-9a9d-b45e1a2829fe.jpeg',
'https://images.openlane.eu/carimgs/5743822/general/ee81425f-12f3-4a76-9316-c2a519b9e232.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1a64ae67-134a-53a5-b764-65c3175ad35f/1a64ae67-134a-53a5-b764-65c3175ad35f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 300998,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743822/general/93e9cc15-942b-4837-b3ea-6368f1d9b48b.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1a64ae67-134a-53a5-b764-65c3175ad35f/1a64ae67-134a-53a5-b764-65c3175ad35f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 294405,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743822/general/e52a57f6-b09d-44a5-9255-adb0639786d0.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1a64ae67-134a-53a5-b764-65c3175ad35f/1a64ae67-134a-53a5-b764-65c3175ad35f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 301414,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743822/general/74dfe816-159e-4524-8ceb-64693766dc86.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1a64ae67-134a-53a5-b764-65c3175ad35f/1a64ae67-134a-53a5-b764-65c3175ad35f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 268918,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743822/general/d738e809-cf80-4b78-a058-6359171d1c4e.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1a64ae67-134a-53a5-b764-65c3175ad35f/1a64ae67-134a-53a5-b764-65c3175ad35f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 332508,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743822/general/d9e5c4ef-25f0-4fef-bb84-eb76ebbff7be.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1a64ae67-134a-53a5-b764-65c3175ad35f/1a64ae67-134a-53a5-b764-65c3175ad35f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 265241,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743822/general/f1299f74-c995-44cd-85d4-0954f768e968.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1a64ae67-134a-53a5-b764-65c3175ad35f/1a64ae67-134a-53a5-b764-65c3175ad35f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 340040,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743822/general/1fb0f650-ff3e-4716-8200-1131d8dc753a.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1a64ae67-134a-53a5-b764-65c3175ad35f/1a64ae67-134a-53a5-b764-65c3175ad35f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 258511,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743822/general/fa7ec736-b3fd-444b-99d5-6f039f073797.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1a64ae67-134a-53a5-b764-65c3175ad35f/1a64ae67-134a-53a5-b764-65c3175ad35f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 267669,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743822/general/421ed8df-2c3d-46c7-9a9d-b45e1a2829fe.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1a64ae67-134a-53a5-b764-65c3175ad35f/1a64ae67-134a-53a5-b764-65c3175ad35f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 368764,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743822/general/ee81425f-12f3-4a76-9316-c2a519b9e232.jpeg',
'Width': 1440}],
'price': 5000,
'price_includes_vat': True,
'registration_date': '2016-07-13',
'seats_number': 2,
'seller_name': 'AUTO TIP TOP',
'title': 'Volkswagen Caddy Maxi 1.4 TGI - CNG - Manual - 110 hp - 160.822 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2016}
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742488%27 HTTP/1.1" 200 None
2026-03-28 15:18:00 [adesa.be] INFO: Saving data for 10742488: {'created_time': 1774711080.964045, 'last_price_update_time': 1774711080.964056, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742488') HTTP/1.1" 204 0
2026-03-28 15:18:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 1090708e-d891-57c0-9dd1-011bd2e34a39 with identifier: 10742476
2026-03-28 15:18:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 1090708e-d891-57c0-9dd1-011bd2e34a39 with identifier: 10742476
2026-03-28 15:18:01 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 1090708e-d891-57c0-9dd1-011bd2e34a39 with identifier: 10742476 to the API
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742476>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.4L',
'engine_horse_power': 110,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': '1090708e-d891-57c0-9dd1-011bd2e34a39',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '001704',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742476',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 161685,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 32,
'photo_urls': ['https://images.openlane.eu/carimgs/5730969/general/b0f59771-784b-4c68-81cb-f967a74a0897.jpeg',
'https://images.openlane.eu/carimgs/5730969/general/53af64c4-bf67-4887-b08b-488f023bbc37.jpeg',
'https://images.openlane.eu/carimgs/5730969/general/88bc9c7c-a6b9-4149-ba9a-64bec56e1e83.jpeg',
'https://images.openlane.eu/carimgs/5730969/general/47219a38-edd4-4059-ad47-ebb14e60a3d6.jpeg',
'https://images.openlane.eu/carimgs/5730969/general/77708a63-e60f-46e1-91cb-4343cb43fdce.jpeg',
'https://images.openlane.eu/carimgs/5730969/general/1848629d-5e62-409a-9e81-269c0aefbf2a.jpeg',
'https://images.openlane.eu/carimgs/5730969/general/1f439e31-8e7c-455e-8c95-948253cc8fbb.jpeg',
'https://images.openlane.eu/carimgs/5730969/general/d1ce8108-11bd-4fdf-8c37-e1362fc89ee5.jpeg',
'https://images.openlane.eu/carimgs/5730969/general/622ea628-9a08-44ef-84c8-9d5290f65c4c.jpeg',
'https://images.openlane.eu/carimgs/5730969/general/9831fed4-100d-4a15-8d7b-2d256c30f650.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1090708e-d891-57c0-9dd1-011bd2e34a39/1090708e-d891-57c0-9dd1-011bd2e34a39_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2914316,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5730969/general/b0f59771-784b-4c68-81cb-f967a74a0897.jpeg',
'Width': 5712},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1090708e-d891-57c0-9dd1-011bd2e34a39/1090708e-d891-57c0-9dd1-011bd2e34a39_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2741189,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5730969/general/53af64c4-bf67-4887-b08b-488f023bbc37.jpeg',
'Width': 5712},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1090708e-d891-57c0-9dd1-011bd2e34a39/1090708e-d891-57c0-9dd1-011bd2e34a39_image_2.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 3289180,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5730969/general/88bc9c7c-a6b9-4149-ba9a-64bec56e1e83.jpeg',
'Width': 5712},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1090708e-d891-57c0-9dd1-011bd2e34a39/1090708e-d891-57c0-9dd1-011bd2e34a39_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2779288,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5730969/general/47219a38-edd4-4059-ad47-ebb14e60a3d6.jpeg',
'Width': 5712},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1090708e-d891-57c0-9dd1-011bd2e34a39/1090708e-d891-57c0-9dd1-011bd2e34a39_image_4.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 4946663,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5730969/general/77708a63-e60f-46e1-91cb-4343cb43fdce.jpeg',
'Width': 5712},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1090708e-d891-57c0-9dd1-011bd2e34a39/1090708e-d891-57c0-9dd1-011bd2e34a39_image_5.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 4105768,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5730969/general/1848629d-5e62-409a-9e81-269c0aefbf2a.jpeg',
'Width': 5712},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1090708e-d891-57c0-9dd1-011bd2e34a39/1090708e-d891-57c0-9dd1-011bd2e34a39_image_6.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 4822549,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5730969/general/1f439e31-8e7c-455e-8c95-948253cc8fbb.jpeg',
'Width': 5712},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1090708e-d891-57c0-9dd1-011bd2e34a39/1090708e-d891-57c0-9dd1-011bd2e34a39_image_7.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 4802344,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5730969/general/d1ce8108-11bd-4fdf-8c37-e1362fc89ee5.jpeg',
'Width': 5712},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1090708e-d891-57c0-9dd1-011bd2e34a39/1090708e-d891-57c0-9dd1-011bd2e34a39_image_8.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 4226031,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5730969/general/622ea628-9a08-44ef-84c8-9d5290f65c4c.jpeg',
'Width': 5712},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1090708e-d891-57c0-9dd1-011bd2e34a39/1090708e-d891-57c0-9dd1-011bd2e34a39_image_9.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 4839061,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5730969/general/9831fed4-100d-4a15-8d7b-2d256c30f650.jpeg',
'Width': 5712}],
'price': 6200,
'price_includes_vat': True,
'registration_date': '2016-07-13',
'seats_number': 2,
'seller_name': 'AUTO TIP TOP',
'title': 'Volkswagen Caddy Maxi 1.4 TGI - CNG - Manual - 110 hp - 161.685 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2016}
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742476%27 HTTP/1.1" 200 None
2026-03-28 15:18:01 [adesa.be] INFO: Saving data for 10742476: {'created_time': 1774711081.33922, 'last_price_update_time': 1774711081.33923, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742476') HTTP/1.1" 204 0
2026-03-28 15:18:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742463> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742493> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742477> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7dd4440a-a272-5e8a-a448-b2271c08f534 with identifier: 10742463
2026-03-28 15:18:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7dd4440a-a272-5e8a-a448-b2271c08f534 with scrape type 1
2026-03-28 15:18:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7dd4440a-a272-5e8a-a448-b2271c08f534
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5693271%252Fgeneral%252F7bf98fbf-158f-43b8-9695-22e81d3159d8.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5693271/general/7bf98fbf-158f-43b8-9695-22e81d3159d8.jpeg already downloaded
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5693271%252Fgeneral%252F46c4a64b-794c-4db6-9021-5ae7983fc314.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5693271/general/46c4a64b-794c-4db6-9021-5ae7983fc314.jpeg already downloaded
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5693271%252Fgeneral%252Fed905953-6d91-4a0b-82f9-3ec2a2e7b1fc.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5693271/general/ed905953-6d91-4a0b-82f9-3ec2a2e7b1fc.jpeg already downloaded
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5693271%252Fgeneral%252F572c28a6-a9c9-44e5-bc75-2768e8517fce.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5693271/general/572c28a6-a9c9-44e5-bc75-2768e8517fce.jpeg already downloaded
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5693271%252Fgeneral%252F970c9125-55a3-426b-8d1d-dd9c26bcfb6c.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5693271/general/970c9125-55a3-426b-8d1d-dd9c26bcfb6c.jpeg already downloaded
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5693271%252Fgeneral%252F2b222607-3570-48c9-9ec2-66fe9ca15f4c.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5693271/general/2b222607-3570-48c9-9ec2-66fe9ca15f4c.jpeg already downloaded
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5693271%252Fgeneral%252Fbc3d3285-e177-4680-b0dc-a85116136b04.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5693271/general/bc3d3285-e177-4680-b0dc-a85116136b04.jpeg already downloaded
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5693271%252Fgeneral%252F1cba8ade-32fe-4bb8-9293-cb1e25380910.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5693271/general/1cba8ade-32fe-4bb8-9293-cb1e25380910.jpeg already downloaded
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5693271%252Fgeneral%252Fce64bf61-9841-4d1d-a26b-1a19be36aea1.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5693271/general/ce64bf61-9841-4d1d-a26b-1a19be36aea1.jpeg already downloaded
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5693271%252Fgeneral%252F5241c2a7-d630-4f93-aa71-9f60aee2e79d.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5693271/general/5241c2a7-d630-4f93-aa71-9f60aee2e79d.jpeg already downloaded
2026-03-28 15:18:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 7dd4440a-a272-5e8a-a448-b2271c08f534, identifier: 10742463
2026-03-28 15:18:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4cc3b75f-2746-5674-bc0b-1e4a58fdd490 with identifier: 10742493
2026-03-28 15:18:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4cc3b75f-2746-5674-bc0b-1e4a58fdd490 with scrape type 1
2026-03-28 15:18:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4cc3b75f-2746-5674-bc0b-1e4a58fdd490
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743864%252Fgeneral%252Fdb8a0b67-46b1-4e19-922d-64dc3c099952.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743864/general/db8a0b67-46b1-4e19-922d-64dc3c099952.jpeg already downloaded
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743864%252Fgeneral%252F42cb6ce8-88be-4de4-8579-a4b852e7f035.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743864/general/42cb6ce8-88be-4de4-8579-a4b852e7f035.jpeg already downloaded
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743864%252Fgeneral%252Faf8d5a06-4751-430b-9201-b43dce4fedd5.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743864/general/af8d5a06-4751-430b-9201-b43dce4fedd5.jpeg already downloaded
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743864%252Fgeneral%252F59e8d24a-7cb4-40e5-a583-ca970806f250.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743864/general/59e8d24a-7cb4-40e5-a583-ca970806f250.jpeg already downloaded
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743864%252Fgeneral%252Fd8af9de3-4538-4d67-b525-1014c317021a.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743864/general/d8af9de3-4538-4d67-b525-1014c317021a.jpeg already downloaded
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743864%252Fgeneral%252Fe9241c82-d298-41c7-9452-1a3a4b126ba3.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743864/general/e9241c82-d298-41c7-9452-1a3a4b126ba3.jpeg already downloaded
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743864%252Fgeneral%252F8b4614de-0abc-416f-8321-48ec8be13680.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743864/general/8b4614de-0abc-416f-8321-48ec8be13680.jpeg already downloaded
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743864%252Fgeneral%252F8dcbc1be-abb8-43ed-b8f4-81bdf9335894.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743864/general/8dcbc1be-abb8-43ed-b8f4-81bdf9335894.jpeg already downloaded
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743864%252Fgeneral%252F149b8d33-6bcb-4c36-8407-73cbedd94736.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743864/general/149b8d33-6bcb-4c36-8407-73cbedd94736.jpeg already downloaded
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743864%252Fgeneral%252F65099946-5101-43ff-b9d8-1d8cc0b05a3d.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743864/general/65099946-5101-43ff-b9d8-1d8cc0b05a3d.jpeg already downloaded
2026-03-28 15:18:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 4cc3b75f-2746-5674-bc0b-1e4a58fdd490, identifier: 10742493
2026-03-28 15:18:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 7dd4440a-a272-5e8a-a448-b2271c08f534 with identifier: 10742463
2026-03-28 15:18:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 7dd4440a-a272-5e8a-a448-b2271c08f534 with identifier: 10742463
2026-03-28 15:18:02 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 7dd4440a-a272-5e8a-a448-b2271c08f534 with identifier: 10742463 to the API
2026-03-28 15:18:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742463>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 115,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '7dd4440a-a272-5e8a-a448-b2271c08f534',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1WJA796',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742463',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 185057,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 28,
'photo_urls': ['https://images.openlane.eu/carimgs/5693271/general/7bf98fbf-158f-43b8-9695-22e81d3159d8.jpeg',
'https://images.openlane.eu/carimgs/5693271/general/46c4a64b-794c-4db6-9021-5ae7983fc314.jpeg',
'https://images.openlane.eu/carimgs/5693271/general/ed905953-6d91-4a0b-82f9-3ec2a2e7b1fc.jpeg',
'https://images.openlane.eu/carimgs/5693271/general/572c28a6-a9c9-44e5-bc75-2768e8517fce.jpeg',
'https://images.openlane.eu/carimgs/5693271/general/970c9125-55a3-426b-8d1d-dd9c26bcfb6c.jpeg',
'https://images.openlane.eu/carimgs/5693271/general/2b222607-3570-48c9-9ec2-66fe9ca15f4c.jpeg',
'https://images.openlane.eu/carimgs/5693271/general/bc3d3285-e177-4680-b0dc-a85116136b04.jpeg',
'https://images.openlane.eu/carimgs/5693271/general/1cba8ade-32fe-4bb8-9293-cb1e25380910.jpeg',
'https://images.openlane.eu/carimgs/5693271/general/ce64bf61-9841-4d1d-a26b-1a19be36aea1.jpeg',
'https://images.openlane.eu/carimgs/5693271/general/5241c2a7-d630-4f93-aa71-9f60aee2e79d.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7dd4440a-a272-5e8a-a448-b2271c08f534/7dd4440a-a272-5e8a-a448-b2271c08f534_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 3096492,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5693271/general/7bf98fbf-158f-43b8-9695-22e81d3159d8.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7dd4440a-a272-5e8a-a448-b2271c08f534/7dd4440a-a272-5e8a-a448-b2271c08f534_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 3044030,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5693271/general/46c4a64b-794c-4db6-9021-5ae7983fc314.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7dd4440a-a272-5e8a-a448-b2271c08f534/7dd4440a-a272-5e8a-a448-b2271c08f534_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2690685,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5693271/general/ed905953-6d91-4a0b-82f9-3ec2a2e7b1fc.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7dd4440a-a272-5e8a-a448-b2271c08f534/7dd4440a-a272-5e8a-a448-b2271c08f534_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2623435,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5693271/general/572c28a6-a9c9-44e5-bc75-2768e8517fce.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7dd4440a-a272-5e8a-a448-b2271c08f534/7dd4440a-a272-5e8a-a448-b2271c08f534_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2641265,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5693271/general/970c9125-55a3-426b-8d1d-dd9c26bcfb6c.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7dd4440a-a272-5e8a-a448-b2271c08f534/7dd4440a-a272-5e8a-a448-b2271c08f534_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2382060,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5693271/general/2b222607-3570-48c9-9ec2-66fe9ca15f4c.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7dd4440a-a272-5e8a-a448-b2271c08f534/7dd4440a-a272-5e8a-a448-b2271c08f534_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2363454,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5693271/general/bc3d3285-e177-4680-b0dc-a85116136b04.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7dd4440a-a272-5e8a-a448-b2271c08f534/7dd4440a-a272-5e8a-a448-b2271c08f534_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2515429,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5693271/general/1cba8ade-32fe-4bb8-9293-cb1e25380910.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7dd4440a-a272-5e8a-a448-b2271c08f534/7dd4440a-a272-5e8a-a448-b2271c08f534_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1997539,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5693271/general/ce64bf61-9841-4d1d-a26b-1a19be36aea1.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7dd4440a-a272-5e8a-a448-b2271c08f534/7dd4440a-a272-5e8a-a448-b2271c08f534_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2740149,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5693271/general/5241c2a7-d630-4f93-aa71-9f60aee2e79d.jpeg',
'Width': 4032}],
'price': 7600,
'price_includes_vat': True,
'registration_date': '2019-06-13',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Skoda Octavia Combi 1.6 TDI Ambition - Diesel - Automatic - 115 hp '
'- 185.057 km',
'transmission': 'automatic',
'trim': 'Ambition',
'vin': None,
'year': 2019}
2026-03-28 15:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742463%27 HTTP/1.1" 200 None
2026-03-28 15:18:02 [adesa.be] INFO: Saving data for 10742463: {'created_time': 1774711082.302795, 'last_price_update_time': 1774711082.302807, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742463') HTTP/1.1" 204 0
2026-03-28 15:18:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 4cc3b75f-2746-5674-bc0b-1e4a58fdd490 with identifier: 10742493
2026-03-28 15:18:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 4cc3b75f-2746-5674-bc0b-1e4a58fdd490 with identifier: 10742493
2026-03-28 15:18:02 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 4cc3b75f-2746-5674-bc0b-1e4a58fdd490 with identifier: 10742493 to the API
2026-03-28 15:18:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742493>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 115,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '4cc3b75f-2746-5674-bc0b-1e4a58fdd490',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '0193681',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742493',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 181106,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 42,
'photo_urls': ['https://images.openlane.eu/carimgs/5743864/general/db8a0b67-46b1-4e19-922d-64dc3c099952.jpeg',
'https://images.openlane.eu/carimgs/5743864/general/42cb6ce8-88be-4de4-8579-a4b852e7f035.jpeg',
'https://images.openlane.eu/carimgs/5743864/general/af8d5a06-4751-430b-9201-b43dce4fedd5.jpeg',
'https://images.openlane.eu/carimgs/5743864/general/59e8d24a-7cb4-40e5-a583-ca970806f250.jpeg',
'https://images.openlane.eu/carimgs/5743864/general/d8af9de3-4538-4d67-b525-1014c317021a.jpeg',
'https://images.openlane.eu/carimgs/5743864/general/e9241c82-d298-41c7-9452-1a3a4b126ba3.jpeg',
'https://images.openlane.eu/carimgs/5743864/general/8b4614de-0abc-416f-8321-48ec8be13680.jpeg',
'https://images.openlane.eu/carimgs/5743864/general/8dcbc1be-abb8-43ed-b8f4-81bdf9335894.jpeg',
'https://images.openlane.eu/carimgs/5743864/general/149b8d33-6bcb-4c36-8407-73cbedd94736.jpeg',
'https://images.openlane.eu/carimgs/5743864/general/65099946-5101-43ff-b9d8-1d8cc0b05a3d.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4cc3b75f-2746-5674-bc0b-1e4a58fdd490/4cc3b75f-2746-5674-bc0b-1e4a58fdd490_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 327342,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743864/general/db8a0b67-46b1-4e19-922d-64dc3c099952.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4cc3b75f-2746-5674-bc0b-1e4a58fdd490/4cc3b75f-2746-5674-bc0b-1e4a58fdd490_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 339912,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743864/general/42cb6ce8-88be-4de4-8579-a4b852e7f035.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4cc3b75f-2746-5674-bc0b-1e4a58fdd490/4cc3b75f-2746-5674-bc0b-1e4a58fdd490_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 329123,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743864/general/af8d5a06-4751-430b-9201-b43dce4fedd5.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4cc3b75f-2746-5674-bc0b-1e4a58fdd490/4cc3b75f-2746-5674-bc0b-1e4a58fdd490_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 306300,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743864/general/59e8d24a-7cb4-40e5-a583-ca970806f250.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4cc3b75f-2746-5674-bc0b-1e4a58fdd490/4cc3b75f-2746-5674-bc0b-1e4a58fdd490_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 336564,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743864/general/d8af9de3-4538-4d67-b525-1014c317021a.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4cc3b75f-2746-5674-bc0b-1e4a58fdd490/4cc3b75f-2746-5674-bc0b-1e4a58fdd490_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 255819,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743864/general/e9241c82-d298-41c7-9452-1a3a4b126ba3.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4cc3b75f-2746-5674-bc0b-1e4a58fdd490/4cc3b75f-2746-5674-bc0b-1e4a58fdd490_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 333185,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743864/general/8b4614de-0abc-416f-8321-48ec8be13680.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4cc3b75f-2746-5674-bc0b-1e4a58fdd490/4cc3b75f-2746-5674-bc0b-1e4a58fdd490_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 399249,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743864/general/8dcbc1be-abb8-43ed-b8f4-81bdf9335894.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4cc3b75f-2746-5674-bc0b-1e4a58fdd490/4cc3b75f-2746-5674-bc0b-1e4a58fdd490_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 224412,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743864/general/149b8d33-6bcb-4c36-8407-73cbedd94736.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4cc3b75f-2746-5674-bc0b-1e4a58fdd490/4cc3b75f-2746-5674-bc0b-1e4a58fdd490_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 345836,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743864/general/65099946-5101-43ff-b9d8-1d8cc0b05a3d.jpeg',
'Width': 1440}],
'price': 6400,
'price_includes_vat': True,
'registration_date': '2019-04-30',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Skoda Octavia Combi 1.6 TDI Ambition - Diesel - Manual - 115 hp - '
'181.106 km',
'transmission': 'manual',
'trim': 'Ambition',
'vin': None,
'year': 2019}
2026-03-28 15:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742493%27 HTTP/1.1" 200 None
2026-03-28 15:18:02 [adesa.be] INFO: Saving data for 10742493: {'created_time': 1774711082.657037, 'last_price_update_time': 1774711082.657048, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742493') HTTP/1.1" 204 0
2026-03-28 15:18:02 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 3.148(s), this was the 1st time calling it.
2026-03-28 15:18:02 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.349781826182038 seconds as it raised RequestError: RequestError: 520, message=, headers=<CIMultiDictProxy('Date': 'Sat, 28 Mar 2026 15:18:02 GMT', 'Content-Type': 'application/problem+json', 'Content-Length': '214', 'Connection': 'keep-alive', 'Retry-After': '60', 'Request-Id': '64af552ca473163db46140c2c25601aa', 'Vary': 'Accept-Encoding', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Access-Control-Allow-Credentials': 'true', 'Access-Control-Expose-Headers': '*, X-Project-Key', 'Access-Control-Allow-Methods': 'GET, PUT, POST, DELETE, PATCH, OPTIONS', 'Access-Control-Allow-Headers': 'DNT, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range, Authorization, X-Project-Key', 'Access-Control-Max-Age': '1728000')>, body=b'{"type":"/download/temporary-error","title":"Website Ban","status":520,"detail":"Zyte API could not get a ban-free response in a reasonable time. See https://docs.zyte.com/zyte-api/usage/errors.html#ban-responses"}', request_id=64af552ca473163db46140c2c25601aa.
2026-03-28 15:18:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742487> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f014cc70-2cca-550d-8f72-525a959c5c14 with identifier: 10742477
2026-03-28 15:18:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f014cc70-2cca-550d-8f72-525a959c5c14 with scrape type 1
2026-03-28 15:18:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f014cc70-2cca-550d-8f72-525a959c5c14
2026-03-28 15:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5730978%252Fgeneral%252Fb8bf530a-8187-445d-85ed-a50d113d36d0.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5730978/general/b8bf530a-8187-445d-85ed-a50d113d36d0.jpeg already downloaded
2026-03-28 15:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5730978%252Fgeneral%252F05639cb7-9aaa-4d96-923e-fee4e2288422.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5730978/general/05639cb7-9aaa-4d96-923e-fee4e2288422.jpeg already downloaded
2026-03-28 15:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5730978%252Fgeneral%252F4639b5b2-e421-4eef-ab85-b7f85edbe686.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5730978/general/4639b5b2-e421-4eef-ab85-b7f85edbe686.jpeg already downloaded
2026-03-28 15:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5730978%252Fgeneral%252Fd3ad8484-aa3e-4e57-88a0-7fca2f24c691.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5730978/general/d3ad8484-aa3e-4e57-88a0-7fca2f24c691.jpeg already downloaded
2026-03-28 15:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5730978%252Fgeneral%252F9a616093-5a90-4395-bca6-8a7e2b9a38fa.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5730978/general/9a616093-5a90-4395-bca6-8a7e2b9a38fa.jpeg already downloaded
2026-03-28 15:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5730978%252Fgeneral%252F4a3dfefa-93ef-416b-b9f5-645d557367bb.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5730978/general/4a3dfefa-93ef-416b-b9f5-645d557367bb.jpeg already downloaded
2026-03-28 15:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5730978%252Fgeneral%252Fc92af9a1-909b-43f3-a0d3-229be17b2da7.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5730978/general/c92af9a1-909b-43f3-a0d3-229be17b2da7.jpeg already downloaded
2026-03-28 15:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5730978%252Fgeneral%252F607d3823-c87e-418e-9021-5df642edddd1.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5730978/general/607d3823-c87e-418e-9021-5df642edddd1.jpeg already downloaded
2026-03-28 15:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5730978%252Fgeneral%252F5ad32f3b-8653-431c-bf38-b04aa113b917.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5730978/general/5ad32f3b-8653-431c-bf38-b04aa113b917.jpeg already downloaded
2026-03-28 15:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5730978%252Fgeneral%252F49c731fa-eb09-49fd-962e-006845903fda.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5730978/general/49c731fa-eb09-49fd-962e-006845903fda.jpeg already downloaded
2026-03-28 15:18:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: f014cc70-2cca-550d-8f72-525a959c5c14, identifier: 10742477
2026-03-28 15:18:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: f014cc70-2cca-550d-8f72-525a959c5c14 with identifier: 10742477
2026-03-28 15:18:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: f014cc70-2cca-550d-8f72-525a959c5c14 with identifier: 10742477
2026-03-28 15:18:03 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: f014cc70-2cca-550d-8f72-525a959c5c14 with identifier: 10742477 to the API
2026-03-28 15:18:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742477>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.4L',
'engine_horse_power': 110,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': 'f014cc70-2cca-550d-8f72-525a959c5c14',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '144632',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742477',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 126677,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 30,
'photo_urls': ['https://images.openlane.eu/carimgs/5730978/general/b8bf530a-8187-445d-85ed-a50d113d36d0.jpeg',
'https://images.openlane.eu/carimgs/5730978/general/05639cb7-9aaa-4d96-923e-fee4e2288422.jpeg',
'https://images.openlane.eu/carimgs/5730978/general/4639b5b2-e421-4eef-ab85-b7f85edbe686.jpeg',
'https://images.openlane.eu/carimgs/5730978/general/d3ad8484-aa3e-4e57-88a0-7fca2f24c691.jpeg',
'https://images.openlane.eu/carimgs/5730978/general/9a616093-5a90-4395-bca6-8a7e2b9a38fa.jpeg',
'https://images.openlane.eu/carimgs/5730978/general/4a3dfefa-93ef-416b-b9f5-645d557367bb.jpeg',
'https://images.openlane.eu/carimgs/5730978/general/c92af9a1-909b-43f3-a0d3-229be17b2da7.jpeg',
'https://images.openlane.eu/carimgs/5730978/general/607d3823-c87e-418e-9021-5df642edddd1.jpeg',
'https://images.openlane.eu/carimgs/5730978/general/5ad32f3b-8653-431c-bf38-b04aa113b917.jpeg',
'https://images.openlane.eu/carimgs/5730978/general/49c731fa-eb09-49fd-962e-006845903fda.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f014cc70-2cca-550d-8f72-525a959c5c14/f014cc70-2cca-550d-8f72-525a959c5c14_image_0.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 5788332,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5730978/general/b8bf530a-8187-445d-85ed-a50d113d36d0.jpeg',
'Width': 5712},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f014cc70-2cca-550d-8f72-525a959c5c14/f014cc70-2cca-550d-8f72-525a959c5c14_image_1.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 6376834,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5730978/general/05639cb7-9aaa-4d96-923e-fee4e2288422.jpeg',
'Width': 5712},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f014cc70-2cca-550d-8f72-525a959c5c14/f014cc70-2cca-550d-8f72-525a959c5c14_image_2.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 5708827,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5730978/general/4639b5b2-e421-4eef-ab85-b7f85edbe686.jpeg',
'Width': 5712},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f014cc70-2cca-550d-8f72-525a959c5c14/f014cc70-2cca-550d-8f72-525a959c5c14_image_3.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 6196619,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5730978/general/d3ad8484-aa3e-4e57-88a0-7fca2f24c691.jpeg',
'Width': 5712},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f014cc70-2cca-550d-8f72-525a959c5c14/f014cc70-2cca-550d-8f72-525a959c5c14_image_4.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 5357372,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5730978/general/9a616093-5a90-4395-bca6-8a7e2b9a38fa.jpeg',
'Width': 5712},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f014cc70-2cca-550d-8f72-525a959c5c14/f014cc70-2cca-550d-8f72-525a959c5c14_image_5.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 4695077,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5730978/general/4a3dfefa-93ef-416b-b9f5-645d557367bb.jpeg',
'Width': 5712},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f014cc70-2cca-550d-8f72-525a959c5c14/f014cc70-2cca-550d-8f72-525a959c5c14_image_6.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 4137577,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5730978/general/c92af9a1-909b-43f3-a0d3-229be17b2da7.jpeg',
'Width': 5712},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f014cc70-2cca-550d-8f72-525a959c5c14/f014cc70-2cca-550d-8f72-525a959c5c14_image_7.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 6849796,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5730978/general/607d3823-c87e-418e-9021-5df642edddd1.jpeg',
'Width': 5712},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f014cc70-2cca-550d-8f72-525a959c5c14/f014cc70-2cca-550d-8f72-525a959c5c14_image_8.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 3921343,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5730978/general/5ad32f3b-8653-431c-bf38-b04aa113b917.jpeg',
'Width': 5712},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f014cc70-2cca-550d-8f72-525a959c5c14/f014cc70-2cca-550d-8f72-525a959c5c14_image_9.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 4463970,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5730978/general/49c731fa-eb09-49fd-962e-006845903fda.jpeg',
'Width': 5712}],
'price': 6200,
'price_includes_vat': True,
'registration_date': '2016-07-08',
'seats_number': 2,
'seller_name': 'AUTO TIP TOP',
'title': 'Volkswagen Caddy Maxi 1.4 TGI - CNG - Manual - 110 hp - 126.677 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2016}
2026-03-28 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742477%27 HTTP/1.1" 200 None
2026-03-28 15:18:03 [adesa.be] INFO: Saving data for 10742477: {'created_time': 1774711083.271274, 'last_price_update_time': 1774711083.271284, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742477') HTTP/1.1" 204 0
2026-03-28 15:18:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9227e1e3-8f68-58a9-b3e7-7ab9c4777318 with identifier: 10742487
2026-03-28 15:18:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9227e1e3-8f68-58a9-b3e7-7ab9c4777318 with scrape type 1
2026-03-28 15:18:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 9227e1e3-8f68-58a9-b3e7-7ab9c4777318
2026-03-28 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743789%252Fgeneral%252F6bc03d19-8779-4d33-9a8c-e9db514d4afe.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743789/general/6bc03d19-8779-4d33-9a8c-e9db514d4afe.jpeg already downloaded
2026-03-28 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743789%252Fgeneral%252F6b8cd287-77d2-4aa2-b69d-5bafc1a84668.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743789/general/6b8cd287-77d2-4aa2-b69d-5bafc1a84668.jpeg already downloaded
2026-03-28 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743789%252Fgeneral%252Fcfea78dc-bc0a-4a98-bfee-c9f013f8138d.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743789/general/cfea78dc-bc0a-4a98-bfee-c9f013f8138d.jpeg already downloaded
2026-03-28 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743789%252Fgeneral%252F46cfae7c-e897-46db-b318-236459916ca7.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743789/general/46cfae7c-e897-46db-b318-236459916ca7.jpeg already downloaded
2026-03-28 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743789%252Fgeneral%252F0e6567bf-e2c1-45ca-a0c4-eebca739a9dd.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743789/general/0e6567bf-e2c1-45ca-a0c4-eebca739a9dd.jpeg already downloaded
2026-03-28 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743789%252Fgeneral%252F4228653e-9543-4c0c-9aed-f10564a234b8.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743789/general/4228653e-9543-4c0c-9aed-f10564a234b8.jpeg already downloaded
2026-03-28 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743789%252Fgeneral%252F05a9ac01-b80f-450c-afde-7c877cbbd980.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743789/general/05a9ac01-b80f-450c-afde-7c877cbbd980.jpeg already downloaded
2026-03-28 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743789%252Fgeneral%252F4de89f0a-8871-4ed4-8b6d-81f05921750f.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743789/general/4de89f0a-8871-4ed4-8b6d-81f05921750f.jpeg already downloaded
2026-03-28 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743789%252Fgeneral%252F4843b7b7-e572-4204-8d40-1f1ba9900392.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743789/general/4843b7b7-e572-4204-8d40-1f1ba9900392.jpeg already downloaded
2026-03-28 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743789%252Fgeneral%252F9be672ff-a65f-4980-bc80-cb3f66f2adeb.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743789/general/9be672ff-a65f-4980-bc80-cb3f66f2adeb.jpeg already downloaded
2026-03-28 15:18:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 9227e1e3-8f68-58a9-b3e7-7ab9c4777318, identifier: 10742487
2026-03-28 15:18:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 9227e1e3-8f68-58a9-b3e7-7ab9c4777318 with identifier: 10742487
2026-03-28 15:18:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 9227e1e3-8f68-58a9-b3e7-7ab9c4777318 with identifier: 10742487
2026-03-28 15:18:03 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 9227e1e3-8f68-58a9-b3e7-7ab9c4777318 with identifier: 10742487 to the API
2026-03-28 15:18:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742487>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': '9227e1e3-8f68-58a9-b3e7-7ab9c4777318',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '0020776',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742487',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 99434,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 30,
'photo_urls': ['https://images.openlane.eu/carimgs/5743789/general/6bc03d19-8779-4d33-9a8c-e9db514d4afe.jpeg',
'https://images.openlane.eu/carimgs/5743789/general/6b8cd287-77d2-4aa2-b69d-5bafc1a84668.jpeg',
'https://images.openlane.eu/carimgs/5743789/general/cfea78dc-bc0a-4a98-bfee-c9f013f8138d.jpeg',
'https://images.openlane.eu/carimgs/5743789/general/46cfae7c-e897-46db-b318-236459916ca7.jpeg',
'https://images.openlane.eu/carimgs/5743789/general/0e6567bf-e2c1-45ca-a0c4-eebca739a9dd.jpeg',
'https://images.openlane.eu/carimgs/5743789/general/4228653e-9543-4c0c-9aed-f10564a234b8.jpeg',
'https://images.openlane.eu/carimgs/5743789/general/05a9ac01-b80f-450c-afde-7c877cbbd980.jpeg',
'https://images.openlane.eu/carimgs/5743789/general/4de89f0a-8871-4ed4-8b6d-81f05921750f.jpeg',
'https://images.openlane.eu/carimgs/5743789/general/4843b7b7-e572-4204-8d40-1f1ba9900392.jpeg',
'https://images.openlane.eu/carimgs/5743789/general/9be672ff-a65f-4980-bc80-cb3f66f2adeb.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9227e1e3-8f68-58a9-b3e7-7ab9c4777318/9227e1e3-8f68-58a9-b3e7-7ab9c4777318_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 301953,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743789/general/6bc03d19-8779-4d33-9a8c-e9db514d4afe.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9227e1e3-8f68-58a9-b3e7-7ab9c4777318/9227e1e3-8f68-58a9-b3e7-7ab9c4777318_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 277300,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743789/general/6b8cd287-77d2-4aa2-b69d-5bafc1a84668.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9227e1e3-8f68-58a9-b3e7-7ab9c4777318/9227e1e3-8f68-58a9-b3e7-7ab9c4777318_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 293812,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743789/general/cfea78dc-bc0a-4a98-bfee-c9f013f8138d.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9227e1e3-8f68-58a9-b3e7-7ab9c4777318/9227e1e3-8f68-58a9-b3e7-7ab9c4777318_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 273327,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743789/general/46cfae7c-e897-46db-b318-236459916ca7.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9227e1e3-8f68-58a9-b3e7-7ab9c4777318/9227e1e3-8f68-58a9-b3e7-7ab9c4777318_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 328324,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743789/general/0e6567bf-e2c1-45ca-a0c4-eebca739a9dd.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9227e1e3-8f68-58a9-b3e7-7ab9c4777318/9227e1e3-8f68-58a9-b3e7-7ab9c4777318_image_5.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 314901,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743789/general/4228653e-9543-4c0c-9aed-f10564a234b8.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9227e1e3-8f68-58a9-b3e7-7ab9c4777318/9227e1e3-8f68-58a9-b3e7-7ab9c4777318_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 274403,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743789/general/05a9ac01-b80f-450c-afde-7c877cbbd980.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9227e1e3-8f68-58a9-b3e7-7ab9c4777318/9227e1e3-8f68-58a9-b3e7-7ab9c4777318_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 385359,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743789/general/4de89f0a-8871-4ed4-8b6d-81f05921750f.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9227e1e3-8f68-58a9-b3e7-7ab9c4777318/9227e1e3-8f68-58a9-b3e7-7ab9c4777318_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 249411,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743789/general/4843b7b7-e572-4204-8d40-1f1ba9900392.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_9227e1e3-8f68-58a9-b3e7-7ab9c4777318/9227e1e3-8f68-58a9-b3e7-7ab9c4777318_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 173164,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743789/general/9be672ff-a65f-4980-bc80-cb3f66f2adeb.jpeg',
'Width': 1440}],
'price': 8500,
'price_includes_vat': True,
'registration_date': '2019-12-19',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Skoda Octavia Combi 1.5 Style - CNG - Automatic - 130 hp - 99.434 '
'km',
'transmission': 'automatic',
'trim': 'Style',
'vin': None,
'year': 2019}
2026-03-28 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742487%27 HTTP/1.1" 200 None
2026-03-28 15:18:03 [adesa.be] INFO: Saving data for 10742487: {'created_time': 1774711083.856299, 'last_price_update_time': 1774711083.85631, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742487') HTTP/1.1" 204 0
2026-03-28 15:18:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742464> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc8228c8-a4c1-53a8-8aea-27cd19cf8255 with identifier: 10742464
2026-03-28 15:18:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc8228c8-a4c1-53a8-8aea-27cd19cf8255 with scrape type 1
2026-03-28 15:18:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item fc8228c8-a4c1-53a8-8aea-27cd19cf8255
2026-03-28 15:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704012%252Fgeneral%252F11463ce0-6da6-4e39-8f23-03a7ca1f431f.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704012/general/11463ce0-6da6-4e39-8f23-03a7ca1f431f.jpeg already downloaded
2026-03-28 15:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704012%252Fgeneral%252F0b6e4613-4aff-478d-be34-33a542f509e5.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704012/general/0b6e4613-4aff-478d-be34-33a542f509e5.jpeg already downloaded
2026-03-28 15:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704012%252Fgeneral%252Fbe5f8651-afdc-4dfc-838d-4cf1a079176f.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704012/general/be5f8651-afdc-4dfc-838d-4cf1a079176f.jpeg already downloaded
2026-03-28 15:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704012%252Fgeneral%252F5060373f-017e-4ead-8b54-804879e54a20.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704012/general/5060373f-017e-4ead-8b54-804879e54a20.jpeg already downloaded
2026-03-28 15:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704012%252Fgeneral%252Fba9f3fbe-6cf7-4baa-82ef-bb087cadffdb.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704012/general/ba9f3fbe-6cf7-4baa-82ef-bb087cadffdb.jpeg already downloaded
2026-03-28 15:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704012%252Fgeneral%252F2a66e779-2969-4766-85c8-d6abf04b9318.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704012/general/2a66e779-2969-4766-85c8-d6abf04b9318.jpeg already downloaded
2026-03-28 15:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704012%252Fgeneral%252F9113476e-de94-46a8-b7e4-c7a6b795d856.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704012/general/9113476e-de94-46a8-b7e4-c7a6b795d856.jpeg already downloaded
2026-03-28 15:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704012%252Fgeneral%252Ff02a05c0-140b-4f71-bd4b-feca6a567373.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704012/general/f02a05c0-140b-4f71-bd4b-feca6a567373.jpeg already downloaded
2026-03-28 15:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704012%252Fgeneral%252F220177fb-d1d3-446c-960c-b1bf4e704444.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704012/general/220177fb-d1d3-446c-960c-b1bf4e704444.jpeg already downloaded
2026-03-28 15:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704012%252Fgeneral%252F1534f8b9-d346-4366-b27e-9017df349919.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704012/general/1534f8b9-d346-4366-b27e-9017df349919.jpeg already downloaded
2026-03-28 15:18:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: fc8228c8-a4c1-53a8-8aea-27cd19cf8255, identifier: 10742464
2026-03-28 15:18:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: fc8228c8-a4c1-53a8-8aea-27cd19cf8255 with identifier: 10742464
2026-03-28 15:18:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: fc8228c8-a4c1-53a8-8aea-27cd19cf8255 with identifier: 10742464
2026-03-28 15:18:04 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: fc8228c8-a4c1-53a8-8aea-27cd19cf8255 with identifier: 10742464 to the API
2026-03-28 15:18:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742464>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': 'fc8228c8-a4c1-53a8-8aea-27cd19cf8255',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '134587',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742464',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 207303,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 19,
'photo_urls': ['https://images.openlane.eu/carimgs/5704012/general/11463ce0-6da6-4e39-8f23-03a7ca1f431f.jpeg',
'https://images.openlane.eu/carimgs/5704012/general/0b6e4613-4aff-478d-be34-33a542f509e5.jpeg',
'https://images.openlane.eu/carimgs/5704012/general/be5f8651-afdc-4dfc-838d-4cf1a079176f.jpeg',
'https://images.openlane.eu/carimgs/5704012/general/5060373f-017e-4ead-8b54-804879e54a20.jpeg',
'https://images.openlane.eu/carimgs/5704012/general/ba9f3fbe-6cf7-4baa-82ef-bb087cadffdb.jpeg',
'https://images.openlane.eu/carimgs/5704012/general/2a66e779-2969-4766-85c8-d6abf04b9318.jpeg',
'https://images.openlane.eu/carimgs/5704012/general/9113476e-de94-46a8-b7e4-c7a6b795d856.jpeg',
'https://images.openlane.eu/carimgs/5704012/general/f02a05c0-140b-4f71-bd4b-feca6a567373.jpeg',
'https://images.openlane.eu/carimgs/5704012/general/220177fb-d1d3-446c-960c-b1bf4e704444.jpeg',
'https://images.openlane.eu/carimgs/5704012/general/1534f8b9-d346-4366-b27e-9017df349919.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc8228c8-a4c1-53a8-8aea-27cd19cf8255/fc8228c8-a4c1-53a8-8aea-27cd19cf8255_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2396691,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704012/general/11463ce0-6da6-4e39-8f23-03a7ca1f431f.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc8228c8-a4c1-53a8-8aea-27cd19cf8255/fc8228c8-a4c1-53a8-8aea-27cd19cf8255_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2437389,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704012/general/0b6e4613-4aff-478d-be34-33a542f509e5.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc8228c8-a4c1-53a8-8aea-27cd19cf8255/fc8228c8-a4c1-53a8-8aea-27cd19cf8255_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2039350,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704012/general/be5f8651-afdc-4dfc-838d-4cf1a079176f.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc8228c8-a4c1-53a8-8aea-27cd19cf8255/fc8228c8-a4c1-53a8-8aea-27cd19cf8255_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2202030,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704012/general/5060373f-017e-4ead-8b54-804879e54a20.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc8228c8-a4c1-53a8-8aea-27cd19cf8255/fc8228c8-a4c1-53a8-8aea-27cd19cf8255_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2621739,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704012/general/ba9f3fbe-6cf7-4baa-82ef-bb087cadffdb.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc8228c8-a4c1-53a8-8aea-27cd19cf8255/fc8228c8-a4c1-53a8-8aea-27cd19cf8255_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2351059,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704012/general/2a66e779-2969-4766-85c8-d6abf04b9318.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc8228c8-a4c1-53a8-8aea-27cd19cf8255/fc8228c8-a4c1-53a8-8aea-27cd19cf8255_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2204144,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704012/general/9113476e-de94-46a8-b7e4-c7a6b795d856.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc8228c8-a4c1-53a8-8aea-27cd19cf8255/fc8228c8-a4c1-53a8-8aea-27cd19cf8255_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2874861,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704012/general/f02a05c0-140b-4f71-bd4b-feca6a567373.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc8228c8-a4c1-53a8-8aea-27cd19cf8255/fc8228c8-a4c1-53a8-8aea-27cd19cf8255_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1869429,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704012/general/220177fb-d1d3-446c-960c-b1bf4e704444.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fc8228c8-a4c1-53a8-8aea-27cd19cf8255/fc8228c8-a4c1-53a8-8aea-27cd19cf8255_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2766941,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704012/general/1534f8b9-d346-4366-b27e-9017df349919.jpeg',
'Width': 4032}],
'price': 5400,
'price_includes_vat': True,
'registration_date': '2020-02-05',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Skoda Octavia Combi 1.5 Ambition - CNG - Automatic - 130 hp - '
'207.303 km',
'transmission': 'automatic',
'trim': 'Ambition',
'vin': None,
'year': 2020}
2026-03-28 15:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742464%27 HTTP/1.1" 200 None
2026-03-28 15:18:04 [adesa.be] INFO: Saving data for 10742464: {'created_time': 1774711084.793872, 'last_price_update_time': 1774711084.793886, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742464') HTTP/1.1" 204 0
2026-03-28 15:18:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733389> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742465> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c68a4cd4-883e-58c9-93df-1c2e2f58dc40 with identifier: 10733389
2026-03-28 15:18:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c68a4cd4-883e-58c9-93df-1c2e2f58dc40 with scrape type 2
2026-03-28 15:18:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c68a4cd4-883e-58c9-93df-1c2e2f58dc40 with scrape type 2
2026-03-28 15:18:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: c68a4cd4-883e-58c9-93df-1c2e2f58dc40, identifier: 10733389
2026-03-28 15:18:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b19699c-1cbd-5460-b3eb-2c030d8f839a with identifier: 10742465
2026-03-28 15:18:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b19699c-1cbd-5460-b3eb-2c030d8f839a with scrape type 1
2026-03-28 15:18:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 7b19699c-1cbd-5460-b3eb-2c030d8f839a
2026-03-28 15:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704013%252Fgeneral%252Fc4d144ef-d72e-4f32-8abd-422f98f55662.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704013/general/c4d144ef-d72e-4f32-8abd-422f98f55662.jpeg already downloaded
2026-03-28 15:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704013%252Fgeneral%252F0a3c6f77-a26a-4e41-a2b4-e0680a14b372.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704013/general/0a3c6f77-a26a-4e41-a2b4-e0680a14b372.jpeg already downloaded
2026-03-28 15:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704013%252Fgeneral%252F58268568-4c25-481e-85fb-8118430186b2.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704013/general/58268568-4c25-481e-85fb-8118430186b2.jpeg already downloaded
2026-03-28 15:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704013%252Fgeneral%252Fe8ace8f8-3cad-4266-9183-656aebd07bc3.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704013/general/e8ace8f8-3cad-4266-9183-656aebd07bc3.jpeg already downloaded
2026-03-28 15:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704013%252Fgeneral%252Fef88b4e8-87c8-412f-9494-de87d76c7e7c.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704013/general/ef88b4e8-87c8-412f-9494-de87d76c7e7c.jpeg already downloaded
2026-03-28 15:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704013%252Fgeneral%252F664aaac1-9699-46ab-be69-669f658ff89c.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704013/general/664aaac1-9699-46ab-be69-669f658ff89c.jpeg already downloaded
2026-03-28 15:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704013%252Fgeneral%252F7ec5bff3-3241-4ac2-8dac-39fff8b84176.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704013/general/7ec5bff3-3241-4ac2-8dac-39fff8b84176.jpeg already downloaded
2026-03-28 15:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704013%252Fgeneral%252Fbf0e0c74-a993-4a27-9ab9-6b9b93224863.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704013/general/bf0e0c74-a993-4a27-9ab9-6b9b93224863.jpeg already downloaded
2026-03-28 15:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704013%252Fgeneral%252Fa9330951-ed3f-4562-bb02-e68ac0242a76.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704013/general/a9330951-ed3f-4562-bb02-e68ac0242a76.jpeg already downloaded
2026-03-28 15:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704013%252Fgeneral%252F226294ce-f197-4acb-9843-eb47cecfe073.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704013/general/226294ce-f197-4acb-9843-eb47cecfe073.jpeg already downloaded
2026-03-28 15:18:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 7b19699c-1cbd-5460-b3eb-2c030d8f839a, identifier: 10742465
2026-03-28 15:18:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: c68a4cd4-883e-58c9-93df-1c2e2f58dc40 with identifier: 10733389
2026-03-28 15:18:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: c68a4cd4-883e-58c9-93df-1c2e2f58dc40 with identifier: 10733389
2026-03-28 15:18:05 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: c68a4cd4-883e-58c9-93df-1c2e2f58dc40 with identifier: 10733389 to the API
2026-03-28 15:18:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733389>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 92,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Hybrid',
'id': 'c68a4cd4-883e-58c9-93df-1c2e2f58dc40',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BSV580',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733389',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Toyota',
'model': 'Yaris',
'odometer': 69353,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 14000,
'price_includes_vat': True,
'registration_date': '2022-03-10',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Toyota Yaris Cross 1.5 Dynamic - Hybrid - Automatic - 92 hp - '
'69.353 km',
'transmission': 'automatic',
'trim': 'Dynamic',
'vin': None,
'year': 2022}
2026-03-28 15:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733389%27 HTTP/1.1" 200 None
2026-03-28 15:18:05 [adesa.be] INFO: Saving data for 10733389: {'auction_closing_time': 1775032200.0, 'created_time': 1774606679.434858, 'last_price_update_time': 1774711085.606944}
2026-03-28 15:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733389') HTTP/1.1" 204 0
2026-03-28 15:18:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 7b19699c-1cbd-5460-b3eb-2c030d8f839a with identifier: 10742465
2026-03-28 15:18:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 7b19699c-1cbd-5460-b3eb-2c030d8f839a with identifier: 10742465
2026-03-28 15:18:05 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 7b19699c-1cbd-5460-b3eb-2c030d8f839a with identifier: 10742465 to the API
2026-03-28 15:18:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742465>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': '7b19699c-1cbd-5460-b3eb-2c030d8f839a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '182092',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742465',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 196881,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 42,
'photo_urls': ['https://images.openlane.eu/carimgs/5704013/general/c4d144ef-d72e-4f32-8abd-422f98f55662.jpeg',
'https://images.openlane.eu/carimgs/5704013/general/0a3c6f77-a26a-4e41-a2b4-e0680a14b372.jpeg',
'https://images.openlane.eu/carimgs/5704013/general/58268568-4c25-481e-85fb-8118430186b2.jpeg',
'https://images.openlane.eu/carimgs/5704013/general/e8ace8f8-3cad-4266-9183-656aebd07bc3.jpeg',
'https://images.openlane.eu/carimgs/5704013/general/ef88b4e8-87c8-412f-9494-de87d76c7e7c.jpeg',
'https://images.openlane.eu/carimgs/5704013/general/664aaac1-9699-46ab-be69-669f658ff89c.jpeg',
'https://images.openlane.eu/carimgs/5704013/general/7ec5bff3-3241-4ac2-8dac-39fff8b84176.jpeg',
'https://images.openlane.eu/carimgs/5704013/general/bf0e0c74-a993-4a27-9ab9-6b9b93224863.jpeg',
'https://images.openlane.eu/carimgs/5704013/general/a9330951-ed3f-4562-bb02-e68ac0242a76.jpeg',
'https://images.openlane.eu/carimgs/5704013/general/226294ce-f197-4acb-9843-eb47cecfe073.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7b19699c-1cbd-5460-b3eb-2c030d8f839a/7b19699c-1cbd-5460-b3eb-2c030d8f839a_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 3216131,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704013/general/c4d144ef-d72e-4f32-8abd-422f98f55662.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7b19699c-1cbd-5460-b3eb-2c030d8f839a/7b19699c-1cbd-5460-b3eb-2c030d8f839a_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 3316107,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704013/general/0a3c6f77-a26a-4e41-a2b4-e0680a14b372.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7b19699c-1cbd-5460-b3eb-2c030d8f839a/7b19699c-1cbd-5460-b3eb-2c030d8f839a_image_2.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 3722181,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704013/general/58268568-4c25-481e-85fb-8118430186b2.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7b19699c-1cbd-5460-b3eb-2c030d8f839a/7b19699c-1cbd-5460-b3eb-2c030d8f839a_image_3.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 3282838,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704013/general/e8ace8f8-3cad-4266-9183-656aebd07bc3.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7b19699c-1cbd-5460-b3eb-2c030d8f839a/7b19699c-1cbd-5460-b3eb-2c030d8f839a_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2212584,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704013/general/ef88b4e8-87c8-412f-9494-de87d76c7e7c.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7b19699c-1cbd-5460-b3eb-2c030d8f839a/7b19699c-1cbd-5460-b3eb-2c030d8f839a_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2664435,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704013/general/664aaac1-9699-46ab-be69-669f658ff89c.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7b19699c-1cbd-5460-b3eb-2c030d8f839a/7b19699c-1cbd-5460-b3eb-2c030d8f839a_image_6.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 3703827,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704013/general/7ec5bff3-3241-4ac2-8dac-39fff8b84176.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7b19699c-1cbd-5460-b3eb-2c030d8f839a/7b19699c-1cbd-5460-b3eb-2c030d8f839a_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2324467,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704013/general/bf0e0c74-a993-4a27-9ab9-6b9b93224863.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7b19699c-1cbd-5460-b3eb-2c030d8f839a/7b19699c-1cbd-5460-b3eb-2c030d8f839a_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2259507,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704013/general/a9330951-ed3f-4562-bb02-e68ac0242a76.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_7b19699c-1cbd-5460-b3eb-2c030d8f839a/7b19699c-1cbd-5460-b3eb-2c030d8f839a_image_9.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 2869070,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704013/general/226294ce-f197-4acb-9843-eb47cecfe073.jpeg',
'Width': 4032}],
'price': 6900,
'price_includes_vat': True,
'registration_date': '2019-04-12',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Skoda Octavia Combi 1.5 Style - CNG - Automatic - 130 hp - 196.881 '
'km',
'transmission': 'automatic',
'trim': 'Style',
'vin': None,
'year': 2019}
2026-03-28 15:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742465%27 HTTP/1.1" 200 None
2026-03-28 15:18:05 [adesa.be] INFO: Saving data for 10742465: {'created_time': 1774711085.93316, 'last_price_update_time': 1774711085.933171, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742465') HTTP/1.1" 204 0
2026-03-28 15:18:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742495> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742452> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 105f642d-a8bb-5b20-8307-7c8eb0edc182 with identifier: 10742495
2026-03-28 15:18:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 105f642d-a8bb-5b20-8307-7c8eb0edc182 with scrape type 1
2026-03-28 15:18:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 105f642d-a8bb-5b20-8307-7c8eb0edc182
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743920%252Fgeneral%252Fb157df7a-f516-48df-b1db-4ff3b224f182.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743920/general/b157df7a-f516-48df-b1db-4ff3b224f182.jpeg already downloaded
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743920%252Fgeneral%252F742e7134-a4ce-4fef-a891-cf15ced37983.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743920/general/742e7134-a4ce-4fef-a891-cf15ced37983.jpeg already downloaded
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743920%252Fgeneral%252Fbe0c0c02-19ae-4305-ba75-6e3d815d3324.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743920/general/be0c0c02-19ae-4305-ba75-6e3d815d3324.jpeg already downloaded
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743920%252Fgeneral%252F8e16756f-7c88-412a-a4ac-cb886dd00a2f.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743920/general/8e16756f-7c88-412a-a4ac-cb886dd00a2f.jpeg already downloaded
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743920%252Fgeneral%252F8e8c66e0-5e65-41c9-bb16-b2bc84d60e6d.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743920/general/8e8c66e0-5e65-41c9-bb16-b2bc84d60e6d.jpeg already downloaded
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743920%252Fgeneral%252F76022713-b6c3-4106-b0bd-3f51725fdc91.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743920/general/76022713-b6c3-4106-b0bd-3f51725fdc91.jpeg already downloaded
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743920%252Fgeneral%252F7ddc0a51-e295-4c07-97e9-6bf35b5c6b36.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743920/general/7ddc0a51-e295-4c07-97e9-6bf35b5c6b36.jpeg already downloaded
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743920%252Fgeneral%252Fb102e3a5-63db-41db-94a3-dd4f3dd6ac50.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743920/general/b102e3a5-63db-41db-94a3-dd4f3dd6ac50.jpeg already downloaded
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743920%252Fgeneral%252F71d09a3f-79f5-48c4-830b-84736480ff82.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743920/general/71d09a3f-79f5-48c4-830b-84736480ff82.jpeg already downloaded
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743920%252Fgeneral%252F0d65ce4e-9a19-446d-8af1-a3fc08c8d682.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743920/general/0d65ce4e-9a19-446d-8af1-a3fc08c8d682.jpeg already downloaded
2026-03-28 15:18:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 105f642d-a8bb-5b20-8307-7c8eb0edc182, identifier: 10742495
2026-03-28 15:18:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37f47a18-62c0-521f-9549-0688b06afbfd with identifier: 10742452
2026-03-28 15:18:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37f47a18-62c0-521f-9549-0688b06afbfd with scrape type 1
2026-03-28 15:18:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 37f47a18-62c0-521f-9549-0688b06afbfd
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629671%252Fgeneral%252F06e514ad-50c4-4541-9a65-992656b6b331.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629671/general/06e514ad-50c4-4541-9a65-992656b6b331.jpeg already downloaded
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629671%252Fgeneral%252F06250ddd-ab65-4a65-90d5-ce315803ef5d.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629671/general/06250ddd-ab65-4a65-90d5-ce315803ef5d.jpeg already downloaded
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629671%252Fgeneral%252F81cf6c7d-d817-4ffc-a20a-ddc7780ad56c.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629671/general/81cf6c7d-d817-4ffc-a20a-ddc7780ad56c.jpeg already downloaded
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629671%252Fgeneral%252Fe4d4db25-3122-4b37-88a3-13b7be16ff69.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629671/general/e4d4db25-3122-4b37-88a3-13b7be16ff69.jpeg already downloaded
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629671%252Fgeneral%252F173a9232-7e5c-46fa-b909-2f366826327b.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629671/general/173a9232-7e5c-46fa-b909-2f366826327b.jpeg already downloaded
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629671%252Fgeneral%252F086686bf-4822-4869-956b-22241592af12.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629671/general/086686bf-4822-4869-956b-22241592af12.jpeg already downloaded
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629671%252Fgeneral%252F200b1adc-734e-46f9-94b3-c60df3813d33.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629671/general/200b1adc-734e-46f9-94b3-c60df3813d33.jpeg already downloaded
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629671%252Fgeneral%252F48d4092f-558b-49e5-a63a-10f6c99063c8.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629671/general/48d4092f-558b-49e5-a63a-10f6c99063c8.jpeg already downloaded
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629671%252Fgeneral%252F11fa0303-fde4-498c-9734-fb3f6c52fda1.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629671/general/11fa0303-fde4-498c-9734-fb3f6c52fda1.jpeg already downloaded
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629671%252Fgeneral%252F6fc6a52e-6f54-4782-a323-51db92ca9675.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629671/general/6fc6a52e-6f54-4782-a323-51db92ca9675.jpeg already downloaded
2026-03-28 15:18:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 37f47a18-62c0-521f-9549-0688b06afbfd, identifier: 10742452
2026-03-28 15:18:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 105f642d-a8bb-5b20-8307-7c8eb0edc182 with identifier: 10742495
2026-03-28 15:18:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 105f642d-a8bb-5b20-8307-7c8eb0edc182 with identifier: 10742495
2026-03-28 15:18:06 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 105f642d-a8bb-5b20-8307-7c8eb0edc182 with identifier: 10742495 to the API
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742495>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.4L',
'engine_horse_power': 110,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': '105f642d-a8bb-5b20-8307-7c8eb0edc182',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '0131448',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742495',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 259298,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 36,
'photo_urls': ['https://images.openlane.eu/carimgs/5743920/general/b157df7a-f516-48df-b1db-4ff3b224f182.jpeg',
'https://images.openlane.eu/carimgs/5743920/general/742e7134-a4ce-4fef-a891-cf15ced37983.jpeg',
'https://images.openlane.eu/carimgs/5743920/general/be0c0c02-19ae-4305-ba75-6e3d815d3324.jpeg',
'https://images.openlane.eu/carimgs/5743920/general/8e16756f-7c88-412a-a4ac-cb886dd00a2f.jpeg',
'https://images.openlane.eu/carimgs/5743920/general/8e8c66e0-5e65-41c9-bb16-b2bc84d60e6d.jpeg',
'https://images.openlane.eu/carimgs/5743920/general/76022713-b6c3-4106-b0bd-3f51725fdc91.jpeg',
'https://images.openlane.eu/carimgs/5743920/general/7ddc0a51-e295-4c07-97e9-6bf35b5c6b36.jpeg',
'https://images.openlane.eu/carimgs/5743920/general/b102e3a5-63db-41db-94a3-dd4f3dd6ac50.jpeg',
'https://images.openlane.eu/carimgs/5743920/general/71d09a3f-79f5-48c4-830b-84736480ff82.jpeg',
'https://images.openlane.eu/carimgs/5743920/general/0d65ce4e-9a19-446d-8af1-a3fc08c8d682.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_105f642d-a8bb-5b20-8307-7c8eb0edc182/105f642d-a8bb-5b20-8307-7c8eb0edc182_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 367581,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743920/general/b157df7a-f516-48df-b1db-4ff3b224f182.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_105f642d-a8bb-5b20-8307-7c8eb0edc182/105f642d-a8bb-5b20-8307-7c8eb0edc182_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 335625,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743920/general/742e7134-a4ce-4fef-a891-cf15ced37983.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_105f642d-a8bb-5b20-8307-7c8eb0edc182/105f642d-a8bb-5b20-8307-7c8eb0edc182_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 342354,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743920/general/be0c0c02-19ae-4305-ba75-6e3d815d3324.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_105f642d-a8bb-5b20-8307-7c8eb0edc182/105f642d-a8bb-5b20-8307-7c8eb0edc182_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 330768,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743920/general/8e16756f-7c88-412a-a4ac-cb886dd00a2f.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_105f642d-a8bb-5b20-8307-7c8eb0edc182/105f642d-a8bb-5b20-8307-7c8eb0edc182_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 332489,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743920/general/8e8c66e0-5e65-41c9-bb16-b2bc84d60e6d.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_105f642d-a8bb-5b20-8307-7c8eb0edc182/105f642d-a8bb-5b20-8307-7c8eb0edc182_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 340002,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743920/general/76022713-b6c3-4106-b0bd-3f51725fdc91.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_105f642d-a8bb-5b20-8307-7c8eb0edc182/105f642d-a8bb-5b20-8307-7c8eb0edc182_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 391691,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743920/general/7ddc0a51-e295-4c07-97e9-6bf35b5c6b36.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_105f642d-a8bb-5b20-8307-7c8eb0edc182/105f642d-a8bb-5b20-8307-7c8eb0edc182_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 240736,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743920/general/b102e3a5-63db-41db-94a3-dd4f3dd6ac50.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_105f642d-a8bb-5b20-8307-7c8eb0edc182/105f642d-a8bb-5b20-8307-7c8eb0edc182_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 352985,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743920/general/71d09a3f-79f5-48c4-830b-84736480ff82.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_105f642d-a8bb-5b20-8307-7c8eb0edc182/105f642d-a8bb-5b20-8307-7c8eb0edc182_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 229735,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743920/general/0d65ce4e-9a19-446d-8af1-a3fc08c8d682.jpeg',
'Width': 1440}],
'price': 5700,
'price_includes_vat': True,
'registration_date': '2017-09-06',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Skoda Octavia Combi 1.4 TSI Ambition - CNG - Automatic - 110 hp - '
'259.298 km',
'transmission': 'automatic',
'trim': 'Ambition',
'vin': None,
'year': 2017}
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742495%27 HTTP/1.1" 200 None
2026-03-28 15:18:06 [adesa.be] INFO: Saving data for 10742495: {'created_time': 1774711086.914948, 'last_price_update_time': 1774711086.914958, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742495') HTTP/1.1" 204 0
2026-03-28 15:18:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 37f47a18-62c0-521f-9549-0688b06afbfd with identifier: 10742452
2026-03-28 15:18:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 37f47a18-62c0-521f-9549-0688b06afbfd with identifier: 10742452
2026-03-28 15:18:07 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 37f47a18-62c0-521f-9549-0688b06afbfd with identifier: 10742452 to the API
2026-03-28 15:18:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742452>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': '37f47a18-62c0-521f-9549-0688b06afbfd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '000000',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742452',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 198742,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 32,
'photo_urls': ['https://images.openlane.eu/carimgs/5629671/general/06e514ad-50c4-4541-9a65-992656b6b331.jpeg',
'https://images.openlane.eu/carimgs/5629671/general/06250ddd-ab65-4a65-90d5-ce315803ef5d.jpeg',
'https://images.openlane.eu/carimgs/5629671/general/81cf6c7d-d817-4ffc-a20a-ddc7780ad56c.jpeg',
'https://images.openlane.eu/carimgs/5629671/general/e4d4db25-3122-4b37-88a3-13b7be16ff69.jpeg',
'https://images.openlane.eu/carimgs/5629671/general/173a9232-7e5c-46fa-b909-2f366826327b.jpeg',
'https://images.openlane.eu/carimgs/5629671/general/086686bf-4822-4869-956b-22241592af12.jpeg',
'https://images.openlane.eu/carimgs/5629671/general/200b1adc-734e-46f9-94b3-c60df3813d33.jpeg',
'https://images.openlane.eu/carimgs/5629671/general/48d4092f-558b-49e5-a63a-10f6c99063c8.jpeg',
'https://images.openlane.eu/carimgs/5629671/general/11fa0303-fde4-498c-9734-fb3f6c52fda1.jpeg',
'https://images.openlane.eu/carimgs/5629671/general/6fc6a52e-6f54-4782-a323-51db92ca9675.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37f47a18-62c0-521f-9549-0688b06afbfd/37f47a18-62c0-521f-9549-0688b06afbfd_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2441673,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629671/general/06e514ad-50c4-4541-9a65-992656b6b331.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37f47a18-62c0-521f-9549-0688b06afbfd/37f47a18-62c0-521f-9549-0688b06afbfd_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2530870,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629671/general/06250ddd-ab65-4a65-90d5-ce315803ef5d.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37f47a18-62c0-521f-9549-0688b06afbfd/37f47a18-62c0-521f-9549-0688b06afbfd_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2362439,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629671/general/81cf6c7d-d817-4ffc-a20a-ddc7780ad56c.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37f47a18-62c0-521f-9549-0688b06afbfd/37f47a18-62c0-521f-9549-0688b06afbfd_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2414924,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629671/general/e4d4db25-3122-4b37-88a3-13b7be16ff69.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37f47a18-62c0-521f-9549-0688b06afbfd/37f47a18-62c0-521f-9549-0688b06afbfd_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1644938,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629671/general/173a9232-7e5c-46fa-b909-2f366826327b.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37f47a18-62c0-521f-9549-0688b06afbfd/37f47a18-62c0-521f-9549-0688b06afbfd_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1348622,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629671/general/086686bf-4822-4869-956b-22241592af12.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37f47a18-62c0-521f-9549-0688b06afbfd/37f47a18-62c0-521f-9549-0688b06afbfd_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1572003,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629671/general/200b1adc-734e-46f9-94b3-c60df3813d33.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37f47a18-62c0-521f-9549-0688b06afbfd/37f47a18-62c0-521f-9549-0688b06afbfd_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1436935,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629671/general/48d4092f-558b-49e5-a63a-10f6c99063c8.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37f47a18-62c0-521f-9549-0688b06afbfd/37f47a18-62c0-521f-9549-0688b06afbfd_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2570247,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629671/general/11fa0303-fde4-498c-9734-fb3f6c52fda1.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_37f47a18-62c0-521f-9549-0688b06afbfd/37f47a18-62c0-521f-9549-0688b06afbfd_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1772059,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629671/general/6fc6a52e-6f54-4782-a323-51db92ca9675.jpeg',
'Width': 4032}],
'price': 7400,
'price_includes_vat': True,
'registration_date': '2019-06-13',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Skoda Octavia Combi 1.5 Style - CNG - Automatic - 130 hp - 198.742 '
'km',
'transmission': 'automatic',
'trim': 'Style',
'vin': None,
'year': 2019}
2026-03-28 15:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742452%27 HTTP/1.1" 200 None
2026-03-28 15:18:07 [adesa.be] INFO: Saving data for 10742452: {'created_time': 1774711087.23656, 'last_price_update_time': 1774711087.236569, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742452') HTTP/1.1" 204 0
2026-03-28 15:18:07 [scrapy.extensions.logstats] INFO: Crawled 128 pages (at 89 pages/min), scraped 105 items (at 87 items/min)
2026-03-28 15:18:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 175MiB
2026-03-28 15:18:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742492> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4715304a-f13b-5fc6-b371-0fa137dfc99c with identifier: 10742492
2026-03-28 15:18:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4715304a-f13b-5fc6-b371-0fa137dfc99c with scrape type 1
2026-03-28 15:18:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4715304a-f13b-5fc6-b371-0fa137dfc99c
2026-03-28 15:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743863%252Fgeneral%252F95bec70d-cae7-498c-bf9c-1fcd6579b69b.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743863/general/95bec70d-cae7-498c-bf9c-1fcd6579b69b.jpeg already downloaded
2026-03-28 15:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743863%252Fgeneral%252F2971f206-e096-4249-b340-2d1b2c7f047e.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743863/general/2971f206-e096-4249-b340-2d1b2c7f047e.jpeg already downloaded
2026-03-28 15:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743863%252Fgeneral%252F172559bb-7068-43f8-86f1-c447934d0c61.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743863/general/172559bb-7068-43f8-86f1-c447934d0c61.jpeg already downloaded
2026-03-28 15:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743863%252Fgeneral%252Fee1f9f50-ec16-4459-9592-96377e3110df.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743863/general/ee1f9f50-ec16-4459-9592-96377e3110df.jpeg already downloaded
2026-03-28 15:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743863%252Fgeneral%252F6887f232-a509-4cee-be8e-4187f991408e.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743863/general/6887f232-a509-4cee-be8e-4187f991408e.jpeg already downloaded
2026-03-28 15:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743863%252Fgeneral%252Fab3f7097-58c7-4b51-9127-cf0884f8ed5f.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743863/general/ab3f7097-58c7-4b51-9127-cf0884f8ed5f.jpeg already downloaded
2026-03-28 15:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743863%252Fgeneral%252Fb79c0ac4-5ee4-4d64-8b51-750d27667d2e.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743863/general/b79c0ac4-5ee4-4d64-8b51-750d27667d2e.jpeg already downloaded
2026-03-28 15:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743863%252Fgeneral%252Ffe6349f4-f502-4963-905e-48be2f08ee20.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743863/general/fe6349f4-f502-4963-905e-48be2f08ee20.jpeg already downloaded
2026-03-28 15:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743863%252Fgeneral%252F4a0ced49-2a45-4a18-ace3-9f0f5d628038.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743863/general/4a0ced49-2a45-4a18-ace3-9f0f5d628038.jpeg already downloaded
2026-03-28 15:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743863%252Fgeneral%252F3a9a0890-d385-4ac1-92a8-700d3a34f50c.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743863/general/3a9a0890-d385-4ac1-92a8-700d3a34f50c.jpeg already downloaded
2026-03-28 15:18:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 4715304a-f13b-5fc6-b371-0fa137dfc99c, identifier: 10742492
2026-03-28 15:18:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 4715304a-f13b-5fc6-b371-0fa137dfc99c with identifier: 10742492
2026-03-28 15:18:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 4715304a-f13b-5fc6-b371-0fa137dfc99c with identifier: 10742492
2026-03-28 15:18:07 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 4715304a-f13b-5fc6-b371-0fa137dfc99c with identifier: 10742492 to the API
2026-03-28 15:18:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742492>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.4L',
'engine_horse_power': 110,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': '4715304a-f13b-5fc6-b371-0fa137dfc99c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '0168232',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742492',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 188416,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 37,
'photo_urls': ['https://images.openlane.eu/carimgs/5743863/general/95bec70d-cae7-498c-bf9c-1fcd6579b69b.jpeg',
'https://images.openlane.eu/carimgs/5743863/general/2971f206-e096-4249-b340-2d1b2c7f047e.jpeg',
'https://images.openlane.eu/carimgs/5743863/general/172559bb-7068-43f8-86f1-c447934d0c61.jpeg',
'https://images.openlane.eu/carimgs/5743863/general/ee1f9f50-ec16-4459-9592-96377e3110df.jpeg',
'https://images.openlane.eu/carimgs/5743863/general/6887f232-a509-4cee-be8e-4187f991408e.jpeg',
'https://images.openlane.eu/carimgs/5743863/general/ab3f7097-58c7-4b51-9127-cf0884f8ed5f.jpeg',
'https://images.openlane.eu/carimgs/5743863/general/b79c0ac4-5ee4-4d64-8b51-750d27667d2e.jpeg',
'https://images.openlane.eu/carimgs/5743863/general/fe6349f4-f502-4963-905e-48be2f08ee20.jpeg',
'https://images.openlane.eu/carimgs/5743863/general/4a0ced49-2a45-4a18-ace3-9f0f5d628038.jpeg',
'https://images.openlane.eu/carimgs/5743863/general/3a9a0890-d385-4ac1-92a8-700d3a34f50c.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4715304a-f13b-5fc6-b371-0fa137dfc99c/4715304a-f13b-5fc6-b371-0fa137dfc99c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 352058,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743863/general/95bec70d-cae7-498c-bf9c-1fcd6579b69b.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4715304a-f13b-5fc6-b371-0fa137dfc99c/4715304a-f13b-5fc6-b371-0fa137dfc99c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 348738,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743863/general/2971f206-e096-4249-b340-2d1b2c7f047e.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4715304a-f13b-5fc6-b371-0fa137dfc99c/4715304a-f13b-5fc6-b371-0fa137dfc99c_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 339766,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743863/general/172559bb-7068-43f8-86f1-c447934d0c61.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4715304a-f13b-5fc6-b371-0fa137dfc99c/4715304a-f13b-5fc6-b371-0fa137dfc99c_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 305630,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743863/general/ee1f9f50-ec16-4459-9592-96377e3110df.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4715304a-f13b-5fc6-b371-0fa137dfc99c/4715304a-f13b-5fc6-b371-0fa137dfc99c_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 310806,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743863/general/6887f232-a509-4cee-be8e-4187f991408e.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4715304a-f13b-5fc6-b371-0fa137dfc99c/4715304a-f13b-5fc6-b371-0fa137dfc99c_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 285069,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743863/general/ab3f7097-58c7-4b51-9127-cf0884f8ed5f.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4715304a-f13b-5fc6-b371-0fa137dfc99c/4715304a-f13b-5fc6-b371-0fa137dfc99c_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 328237,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743863/general/b79c0ac4-5ee4-4d64-8b51-750d27667d2e.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4715304a-f13b-5fc6-b371-0fa137dfc99c/4715304a-f13b-5fc6-b371-0fa137dfc99c_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 384943,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743863/general/fe6349f4-f502-4963-905e-48be2f08ee20.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4715304a-f13b-5fc6-b371-0fa137dfc99c/4715304a-f13b-5fc6-b371-0fa137dfc99c_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 248918,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743863/general/4a0ced49-2a45-4a18-ace3-9f0f5d628038.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4715304a-f13b-5fc6-b371-0fa137dfc99c/4715304a-f13b-5fc6-b371-0fa137dfc99c_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 336232,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743863/general/3a9a0890-d385-4ac1-92a8-700d3a34f50c.jpeg',
'Width': 1440}],
'price': 6000,
'price_includes_vat': True,
'registration_date': '2017-02-07',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Skoda Octavia Combi 1.4 TSI Ambition - CNG - Automatic - 110 hp - '
'188.416 km',
'transmission': 'automatic',
'trim': 'Ambition',
'vin': None,
'year': 2017}
2026-03-28 15:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742492%27 HTTP/1.1" 200 None
2026-03-28 15:18:08 [adesa.be] INFO: Saving data for 10742492: {'created_time': 1774711088.030494, 'last_price_update_time': 1774711088.030506, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742492') HTTP/1.1" 204 0
2026-03-28 15:18:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742462> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2aa8fb7b-d4ad-5c9a-b265-db1e0240d214 with identifier: 10742462
2026-03-28 15:18:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2aa8fb7b-d4ad-5c9a-b265-db1e0240d214 with scrape type 1
2026-03-28 15:18:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2aa8fb7b-d4ad-5c9a-b265-db1e0240d214
2026-03-28 15:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5683125%252Fgeneral%252F245fdf99-fbf5-48ea-b637-e4b193b8dff5.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5683125/general/245fdf99-fbf5-48ea-b637-e4b193b8dff5.jpg already downloaded
2026-03-28 15:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5683125%252Fgeneral%252F7698154a-7082-4977-bfed-6f82d45642e8.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5683125/general/7698154a-7082-4977-bfed-6f82d45642e8.jpg already downloaded
2026-03-28 15:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5683125%252Fgeneral%252F3eb4de90-0820-4757-80da-6c96affc8b8f.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5683125/general/3eb4de90-0820-4757-80da-6c96affc8b8f.jpg already downloaded
2026-03-28 15:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5683125%252Fgeneral%252Faced8968-6caa-47b6-8466-b8781b8ca802.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5683125/general/aced8968-6caa-47b6-8466-b8781b8ca802.jpg already downloaded
2026-03-28 15:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5683125%252Fgeneral%252F5fd97c3c-b52f-4a16-a919-885b2483f55e.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5683125/general/5fd97c3c-b52f-4a16-a919-885b2483f55e.jpg already downloaded
2026-03-28 15:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5683125%252Fgeneral%252F4c3132d6-8a10-4bd3-ac02-95aac3f7e90b.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5683125/general/4c3132d6-8a10-4bd3-ac02-95aac3f7e90b.jpg already downloaded
2026-03-28 15:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5683125%252Fgeneral%252Fa5e5116e-fb95-4bd8-bc42-d9bba558c525.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5683125/general/a5e5116e-fb95-4bd8-bc42-d9bba558c525.jpg already downloaded
2026-03-28 15:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5683125%252Fgeneral%252F55938a15-7b3c-4659-aacf-ef0b52a29038.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5683125/general/55938a15-7b3c-4659-aacf-ef0b52a29038.jpg already downloaded
2026-03-28 15:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5683125%252Fgeneral%252Fbfb81dfb-d49a-44a8-85a8-962680d297fe.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5683125/general/bfb81dfb-d49a-44a8-85a8-962680d297fe.jpg already downloaded
2026-03-28 15:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5683125%252Fgeneral%252F0b6d4520-87f3-4a03-bde0-f3bf534d8928.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5683125/general/0b6d4520-87f3-4a03-bde0-f3bf534d8928.jpg already downloaded
2026-03-28 15:18:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 2aa8fb7b-d4ad-5c9a-b265-db1e0240d214, identifier: 10742462
2026-03-28 15:18:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 2aa8fb7b-d4ad-5c9a-b265-db1e0240d214 with identifier: 10742462
2026-03-28 15:18:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 2aa8fb7b-d4ad-5c9a-b265-db1e0240d214 with identifier: 10742462
2026-03-28 15:18:08 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 2aa8fb7b-d4ad-5c9a-b265-db1e0240d214 with identifier: 10742462 to the API
2026-03-28 15:18:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742462>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.4L',
'engine_horse_power': 110,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': '2aa8fb7b-d4ad-5c9a-b265-db1e0240d214',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '241293',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742462',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 182396,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 34,
'photo_urls': ['https://images.openlane.eu/carimgs/5683125/general/245fdf99-fbf5-48ea-b637-e4b193b8dff5.jpg',
'https://images.openlane.eu/carimgs/5683125/general/7698154a-7082-4977-bfed-6f82d45642e8.jpg',
'https://images.openlane.eu/carimgs/5683125/general/3eb4de90-0820-4757-80da-6c96affc8b8f.jpg',
'https://images.openlane.eu/carimgs/5683125/general/aced8968-6caa-47b6-8466-b8781b8ca802.jpg',
'https://images.openlane.eu/carimgs/5683125/general/5fd97c3c-b52f-4a16-a919-885b2483f55e.jpg',
'https://images.openlane.eu/carimgs/5683125/general/4c3132d6-8a10-4bd3-ac02-95aac3f7e90b.jpg',
'https://images.openlane.eu/carimgs/5683125/general/a5e5116e-fb95-4bd8-bc42-d9bba558c525.jpg',
'https://images.openlane.eu/carimgs/5683125/general/55938a15-7b3c-4659-aacf-ef0b52a29038.jpg',
'https://images.openlane.eu/carimgs/5683125/general/bfb81dfb-d49a-44a8-85a8-962680d297fe.jpg',
'https://images.openlane.eu/carimgs/5683125/general/0b6d4520-87f3-4a03-bde0-f3bf534d8928.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2aa8fb7b-d4ad-5c9a-b265-db1e0240d214/2aa8fb7b-d4ad-5c9a-b265-db1e0240d214_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1967156,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5683125/general/245fdf99-fbf5-48ea-b637-e4b193b8dff5.jpg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2aa8fb7b-d4ad-5c9a-b265-db1e0240d214/2aa8fb7b-d4ad-5c9a-b265-db1e0240d214_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2244313,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5683125/general/7698154a-7082-4977-bfed-6f82d45642e8.jpg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2aa8fb7b-d4ad-5c9a-b265-db1e0240d214/2aa8fb7b-d4ad-5c9a-b265-db1e0240d214_image_2.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 2410941,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5683125/general/3eb4de90-0820-4757-80da-6c96affc8b8f.jpg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2aa8fb7b-d4ad-5c9a-b265-db1e0240d214/2aa8fb7b-d4ad-5c9a-b265-db1e0240d214_image_3.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 2377399,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5683125/general/aced8968-6caa-47b6-8466-b8781b8ca802.jpg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2aa8fb7b-d4ad-5c9a-b265-db1e0240d214/2aa8fb7b-d4ad-5c9a-b265-db1e0240d214_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1717987,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5683125/general/5fd97c3c-b52f-4a16-a919-885b2483f55e.jpg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2aa8fb7b-d4ad-5c9a-b265-db1e0240d214/2aa8fb7b-d4ad-5c9a-b265-db1e0240d214_image_5.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 2691665,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5683125/general/4c3132d6-8a10-4bd3-ac02-95aac3f7e90b.jpg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2aa8fb7b-d4ad-5c9a-b265-db1e0240d214/2aa8fb7b-d4ad-5c9a-b265-db1e0240d214_image_6.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 2070382,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5683125/general/a5e5116e-fb95-4bd8-bc42-d9bba558c525.jpg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2aa8fb7b-d4ad-5c9a-b265-db1e0240d214/2aa8fb7b-d4ad-5c9a-b265-db1e0240d214_image_7.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 3952158,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5683125/general/55938a15-7b3c-4659-aacf-ef0b52a29038.jpg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2aa8fb7b-d4ad-5c9a-b265-db1e0240d214/2aa8fb7b-d4ad-5c9a-b265-db1e0240d214_image_8.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 2062312,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5683125/general/bfb81dfb-d49a-44a8-85a8-962680d297fe.jpg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2aa8fb7b-d4ad-5c9a-b265-db1e0240d214/2aa8fb7b-d4ad-5c9a-b265-db1e0240d214_image_9.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 2022264,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5683125/general/0b6d4520-87f3-4a03-bde0-f3bf534d8928.jpg',
'Width': 4032}],
'price': 7400,
'price_includes_vat': True,
'registration_date': '2018-04-23',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Skoda Octavia Combi 1.4 Style - CNG - Automatic - 110 hp - 182.396 '
'km',
'transmission': 'automatic',
'trim': 'Style',
'vin': None,
'year': 2018}
2026-03-28 15:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742462%27 HTTP/1.1" 200 None
2026-03-28 15:18:08 [adesa.be] INFO: Saving data for 10742462: {'created_time': 1774711088.784257, 'last_price_update_time': 1774711088.784272, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742462') HTTP/1.1" 204 0
2026-03-28 15:18:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-28 15:18:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742442> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72a74058-9e92-586f-98be-e0111c59f8e4 with identifier: 10742442
2026-03-28 15:18:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72a74058-9e92-586f-98be-e0111c59f8e4 with scrape type 1
2026-03-28 15:18:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 72a74058-9e92-586f-98be-e0111c59f8e4
2026-03-28 15:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586246%252Fgeneral%252F9ecad4b4-ab9d-4f76-a989-2af6c1c7a00a.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586246/general/9ecad4b4-ab9d-4f76-a989-2af6c1c7a00a.jpeg already downloaded
2026-03-28 15:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586246%252Fgeneral%252Ffc8f0013-c0a1-449f-adc3-c63becc46823.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586246/general/fc8f0013-c0a1-449f-adc3-c63becc46823.jpeg already downloaded
2026-03-28 15:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586246%252Fgeneral%252Fa6d1ea74-8ac6-4d1b-9351-2761e7e532b9.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586246/general/a6d1ea74-8ac6-4d1b-9351-2761e7e532b9.jpeg already downloaded
2026-03-28 15:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586246%252Fgeneral%252F380f80ce-c406-4283-9370-455bb7abfd70.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586246/general/380f80ce-c406-4283-9370-455bb7abfd70.jpeg already downloaded
2026-03-28 15:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586246%252Fgeneral%252F82210275-2e37-4bf9-a2fd-2d09922eb2eb.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586246/general/82210275-2e37-4bf9-a2fd-2d09922eb2eb.jpeg already downloaded
2026-03-28 15:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586246%252Fgeneral%252F75daaee7-5571-43ef-8c48-72c4fcf73f13.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586246/general/75daaee7-5571-43ef-8c48-72c4fcf73f13.jpeg already downloaded
2026-03-28 15:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586246%252Fgeneral%252F4a5b4d03-1d01-426d-8eb3-61f35568f89e.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586246/general/4a5b4d03-1d01-426d-8eb3-61f35568f89e.jpeg already downloaded
2026-03-28 15:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586246%252Fgeneral%252F9c14169a-b886-44fe-9a17-b13d9d2fe954.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586246/general/9c14169a-b886-44fe-9a17-b13d9d2fe954.jpeg already downloaded
2026-03-28 15:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586246%252Fgeneral%252Fae9046e4-524a-46ff-88fe-52c67913de09.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586246/general/ae9046e4-524a-46ff-88fe-52c67913de09.jpeg already downloaded
2026-03-28 15:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586246%252Fgeneral%252Fb0309bc9-ac85-4cdf-8be3-67ee13cf37bd.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586246/general/b0309bc9-ac85-4cdf-8be3-67ee13cf37bd.jpeg already downloaded
2026-03-28 15:18:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 72a74058-9e92-586f-98be-e0111c59f8e4, identifier: 10742442
2026-03-28 15:18:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 72a74058-9e92-586f-98be-e0111c59f8e4 with identifier: 10742442
2026-03-28 15:18:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 72a74058-9e92-586f-98be-e0111c59f8e4 with identifier: 10742442
2026-03-28 15:18:10 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 72a74058-9e92-586f-98be-e0111c59f8e4 with identifier: 10742442 to the API
2026-03-28 15:18:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742442>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.4L',
'engine_horse_power': 110,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': '72a74058-9e92-586f-98be-e0111c59f8e4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '180998',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742442',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Seat',
'model': 'Leon',
'odometer': 165558,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 40,
'photo_urls': ['https://images.openlane.eu/carimgs/5586246/general/9ecad4b4-ab9d-4f76-a989-2af6c1c7a00a.jpeg',
'https://images.openlane.eu/carimgs/5586246/general/fc8f0013-c0a1-449f-adc3-c63becc46823.jpeg',
'https://images.openlane.eu/carimgs/5586246/general/a6d1ea74-8ac6-4d1b-9351-2761e7e532b9.jpeg',
'https://images.openlane.eu/carimgs/5586246/general/380f80ce-c406-4283-9370-455bb7abfd70.jpeg',
'https://images.openlane.eu/carimgs/5586246/general/82210275-2e37-4bf9-a2fd-2d09922eb2eb.jpeg',
'https://images.openlane.eu/carimgs/5586246/general/75daaee7-5571-43ef-8c48-72c4fcf73f13.jpeg',
'https://images.openlane.eu/carimgs/5586246/general/4a5b4d03-1d01-426d-8eb3-61f35568f89e.jpeg',
'https://images.openlane.eu/carimgs/5586246/general/9c14169a-b886-44fe-9a17-b13d9d2fe954.jpeg',
'https://images.openlane.eu/carimgs/5586246/general/ae9046e4-524a-46ff-88fe-52c67913de09.jpeg',
'https://images.openlane.eu/carimgs/5586246/general/b0309bc9-ac85-4cdf-8be3-67ee13cf37bd.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_72a74058-9e92-586f-98be-e0111c59f8e4/72a74058-9e92-586f-98be-e0111c59f8e4_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 3485561,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586246/general/9ecad4b4-ab9d-4f76-a989-2af6c1c7a00a.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_72a74058-9e92-586f-98be-e0111c59f8e4/72a74058-9e92-586f-98be-e0111c59f8e4_image_1.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 3003188,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586246/general/fc8f0013-c0a1-449f-adc3-c63becc46823.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_72a74058-9e92-586f-98be-e0111c59f8e4/72a74058-9e92-586f-98be-e0111c59f8e4_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 3334139,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586246/general/a6d1ea74-8ac6-4d1b-9351-2761e7e532b9.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_72a74058-9e92-586f-98be-e0111c59f8e4/72a74058-9e92-586f-98be-e0111c59f8e4_image_3.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 3795395,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586246/general/380f80ce-c406-4283-9370-455bb7abfd70.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_72a74058-9e92-586f-98be-e0111c59f8e4/72a74058-9e92-586f-98be-e0111c59f8e4_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1805035,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586246/general/82210275-2e37-4bf9-a2fd-2d09922eb2eb.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_72a74058-9e92-586f-98be-e0111c59f8e4/72a74058-9e92-586f-98be-e0111c59f8e4_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1729279,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586246/general/75daaee7-5571-43ef-8c48-72c4fcf73f13.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_72a74058-9e92-586f-98be-e0111c59f8e4/72a74058-9e92-586f-98be-e0111c59f8e4_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1769472,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586246/general/4a5b4d03-1d01-426d-8eb3-61f35568f89e.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_72a74058-9e92-586f-98be-e0111c59f8e4/72a74058-9e92-586f-98be-e0111c59f8e4_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2809174,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586246/general/9c14169a-b886-44fe-9a17-b13d9d2fe954.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_72a74058-9e92-586f-98be-e0111c59f8e4/72a74058-9e92-586f-98be-e0111c59f8e4_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1848758,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586246/general/ae9046e4-524a-46ff-88fe-52c67913de09.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_72a74058-9e92-586f-98be-e0111c59f8e4/72a74058-9e92-586f-98be-e0111c59f8e4_image_9.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 2054671,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586246/general/b0309bc9-ac85-4cdf-8be3-67ee13cf37bd.jpeg',
'Width': 4032}],
'price': 4600,
'price_includes_vat': True,
'registration_date': '2016-07-08',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Seat Leon Sportstourer 1.4 - CNG - Manual - 110 hp - 165.558 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2016}
2026-03-28 15:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742442%27 HTTP/1.1" 200 None
2026-03-28 15:18:10 [adesa.be] INFO: Saving data for 10742442: {'created_time': 1774711090.334939, 'last_price_update_time': 1774711090.33495, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742442') HTTP/1.1" 204 0
2026-03-28 15:18:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742479> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742486> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742440> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b3d4c26-77e1-56c4-8cd3-3eecfd5f311b with identifier: 10742479
2026-03-28 15:18:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b3d4c26-77e1-56c4-8cd3-3eecfd5f311b with scrape type 1
2026-03-28 15:18:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 1b3d4c26-77e1-56c4-8cd3-3eecfd5f311b
2026-03-28 15:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743685%252Fgeneral%252Feb0f3d3a-c5d9-4cfb-bc6c-773a874afdb5.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743685/general/eb0f3d3a-c5d9-4cfb-bc6c-773a874afdb5.jpeg already downloaded
2026-03-28 15:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743685%252Fgeneral%252F6075af4e-4723-4e52-bed9-898a47144e32.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743685/general/6075af4e-4723-4e52-bed9-898a47144e32.jpeg already downloaded
2026-03-28 15:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743685%252Fgeneral%252F0bef56ff-cb9e-46f8-8718-02a32fd91d0d.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743685/general/0bef56ff-cb9e-46f8-8718-02a32fd91d0d.jpeg already downloaded
2026-03-28 15:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743685%252Fgeneral%252F1667716f-6406-49d4-87ef-512f3d3b67a5.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743685/general/1667716f-6406-49d4-87ef-512f3d3b67a5.jpeg already downloaded
2026-03-28 15:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743685%252Fgeneral%252F9e5e9f6a-8cb2-4e1d-8ebc-6f023af6dfe4.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743685/general/9e5e9f6a-8cb2-4e1d-8ebc-6f023af6dfe4.jpeg already downloaded
2026-03-28 15:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743685%252Fgeneral%252Fd1973173-3539-4af2-b14f-dd0ff6ee5d72.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743685/general/d1973173-3539-4af2-b14f-dd0ff6ee5d72.jpeg already downloaded
2026-03-28 15:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743685%252Fgeneral%252Fb495cfc2-2831-4d79-a923-b9375a28ed7f.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743685/general/b495cfc2-2831-4d79-a923-b9375a28ed7f.jpeg already downloaded
2026-03-28 15:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743685%252Fgeneral%252Fac5f7483-a13d-4db2-8e8c-86b003bce4b5.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743685/general/ac5f7483-a13d-4db2-8e8c-86b003bce4b5.jpeg already downloaded
2026-03-28 15:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743685%252Fgeneral%252F47cfaf8b-5af1-46f0-af9b-404e76b82c43.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743685/general/47cfaf8b-5af1-46f0-af9b-404e76b82c43.jpeg already downloaded
2026-03-28 15:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743685%252Fgeneral%252Fd52c119c-6a66-4641-a92a-105cd7883e16.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743685/general/d52c119c-6a66-4641-a92a-105cd7883e16.jpeg already downloaded
2026-03-28 15:18:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 1b3d4c26-77e1-56c4-8cd3-3eecfd5f311b, identifier: 10742479
2026-03-28 15:18:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 1b3d4c26-77e1-56c4-8cd3-3eecfd5f311b with identifier: 10742479
2026-03-28 15:18:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 1b3d4c26-77e1-56c4-8cd3-3eecfd5f311b with identifier: 10742479
2026-03-28 15:18:10 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 1b3d4c26-77e1-56c4-8cd3-3eecfd5f311b with identifier: 10742479 to the API
2026-03-28 15:18:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742479>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.4L',
'engine_horse_power': 110,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': '1b3d4c26-77e1-56c4-8cd3-3eecfd5f311b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '176374',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742479',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Seat',
'model': 'Leon',
'odometer': 303899,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 41,
'photo_urls': ['https://images.openlane.eu/carimgs/5743685/general/eb0f3d3a-c5d9-4cfb-bc6c-773a874afdb5.jpeg',
'https://images.openlane.eu/carimgs/5743685/general/6075af4e-4723-4e52-bed9-898a47144e32.jpeg',
'https://images.openlane.eu/carimgs/5743685/general/0bef56ff-cb9e-46f8-8718-02a32fd91d0d.jpeg',
'https://images.openlane.eu/carimgs/5743685/general/1667716f-6406-49d4-87ef-512f3d3b67a5.jpeg',
'https://images.openlane.eu/carimgs/5743685/general/9e5e9f6a-8cb2-4e1d-8ebc-6f023af6dfe4.jpeg',
'https://images.openlane.eu/carimgs/5743685/general/d1973173-3539-4af2-b14f-dd0ff6ee5d72.jpeg',
'https://images.openlane.eu/carimgs/5743685/general/b495cfc2-2831-4d79-a923-b9375a28ed7f.jpeg',
'https://images.openlane.eu/carimgs/5743685/general/ac5f7483-a13d-4db2-8e8c-86b003bce4b5.jpeg',
'https://images.openlane.eu/carimgs/5743685/general/47cfaf8b-5af1-46f0-af9b-404e76b82c43.jpeg',
'https://images.openlane.eu/carimgs/5743685/general/d52c119c-6a66-4641-a92a-105cd7883e16.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b3d4c26-77e1-56c4-8cd3-3eecfd5f311b/1b3d4c26-77e1-56c4-8cd3-3eecfd5f311b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 285489,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743685/general/eb0f3d3a-c5d9-4cfb-bc6c-773a874afdb5.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b3d4c26-77e1-56c4-8cd3-3eecfd5f311b/1b3d4c26-77e1-56c4-8cd3-3eecfd5f311b_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 272076,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743685/general/6075af4e-4723-4e52-bed9-898a47144e32.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b3d4c26-77e1-56c4-8cd3-3eecfd5f311b/1b3d4c26-77e1-56c4-8cd3-3eecfd5f311b_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 262874,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743685/general/0bef56ff-cb9e-46f8-8718-02a32fd91d0d.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b3d4c26-77e1-56c4-8cd3-3eecfd5f311b/1b3d4c26-77e1-56c4-8cd3-3eecfd5f311b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 255920,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743685/general/1667716f-6406-49d4-87ef-512f3d3b67a5.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b3d4c26-77e1-56c4-8cd3-3eecfd5f311b/1b3d4c26-77e1-56c4-8cd3-3eecfd5f311b_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 275177,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743685/general/9e5e9f6a-8cb2-4e1d-8ebc-6f023af6dfe4.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b3d4c26-77e1-56c4-8cd3-3eecfd5f311b/1b3d4c26-77e1-56c4-8cd3-3eecfd5f311b_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 180833,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743685/general/d1973173-3539-4af2-b14f-dd0ff6ee5d72.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b3d4c26-77e1-56c4-8cd3-3eecfd5f311b/1b3d4c26-77e1-56c4-8cd3-3eecfd5f311b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 246904,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743685/general/b495cfc2-2831-4d79-a923-b9375a28ed7f.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b3d4c26-77e1-56c4-8cd3-3eecfd5f311b/1b3d4c26-77e1-56c4-8cd3-3eecfd5f311b_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 291103,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743685/general/ac5f7483-a13d-4db2-8e8c-86b003bce4b5.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b3d4c26-77e1-56c4-8cd3-3eecfd5f311b/1b3d4c26-77e1-56c4-8cd3-3eecfd5f311b_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 225479,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743685/general/47cfaf8b-5af1-46f0-af9b-404e76b82c43.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_1b3d4c26-77e1-56c4-8cd3-3eecfd5f311b/1b3d4c26-77e1-56c4-8cd3-3eecfd5f311b_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 305568,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743685/general/d52c119c-6a66-4641-a92a-105cd7883e16.jpeg',
'Width': 1440}],
'price': 3600,
'price_includes_vat': True,
'registration_date': '2016-06-24',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Seat Leon Sportstourer 1.4 Reference - CNG - Manual - 110 hp - '
'303.899 km',
'transmission': 'manual',
'trim': 'Reference',
'vin': None,
'year': 2016}
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742479%27 HTTP/1.1" 200 None
2026-03-28 15:18:11 [adesa.be] INFO: Saving data for 10742479: {'created_time': 1774711091.046279, 'last_price_update_time': 1774711091.04629, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742479') HTTP/1.1" 204 0
2026-03-28 15:18:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca5d66a3-cb2e-5b27-8497-6a89f5c956d6 with identifier: 10742486
2026-03-28 15:18:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca5d66a3-cb2e-5b27-8497-6a89f5c956d6 with scrape type 1
2026-03-28 15:18:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item ca5d66a3-cb2e-5b27-8497-6a89f5c956d6
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743788%252Fgeneral%252Ff69c0150-3ac2-4956-af2c-d9a2401d9883.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743788/general/f69c0150-3ac2-4956-af2c-d9a2401d9883.jpeg already downloaded
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743788%252Fgeneral%252Fddd28aea-310e-4383-ba4a-76f51a332c34.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743788/general/ddd28aea-310e-4383-ba4a-76f51a332c34.jpeg already downloaded
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743788%252Fgeneral%252F657b7e7e-6c8f-4e78-bdda-b6710053780b.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743788/general/657b7e7e-6c8f-4e78-bdda-b6710053780b.jpeg already downloaded
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743788%252Fgeneral%252F69b3fba7-a5ea-4698-8a10-8f5ef494895e.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743788/general/69b3fba7-a5ea-4698-8a10-8f5ef494895e.jpeg already downloaded
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743788%252Fgeneral%252F95411cb3-b07e-4b5e-b52c-f7e53071f4c6.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743788/general/95411cb3-b07e-4b5e-b52c-f7e53071f4c6.jpeg already downloaded
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743788%252Fgeneral%252F808c9717-9577-4afd-bd70-628b6cb8a2d9.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743788/general/808c9717-9577-4afd-bd70-628b6cb8a2d9.jpeg already downloaded
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743788%252Fgeneral%252F801c478c-12fc-43ed-8f21-e8f481938729.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743788/general/801c478c-12fc-43ed-8f21-e8f481938729.jpeg already downloaded
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743788%252Fgeneral%252F85562f49-164d-468e-ad7a-cd02b9dbe97c.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743788/general/85562f49-164d-468e-ad7a-cd02b9dbe97c.jpeg already downloaded
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743788%252Fgeneral%252Fb267315a-3c2b-4bdf-a757-5be757d2ff39.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743788/general/b267315a-3c2b-4bdf-a757-5be757d2ff39.jpeg already downloaded
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743788%252Fgeneral%252Fbc77cc23-7d27-4071-8435-fabf73959df3.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743788/general/bc77cc23-7d27-4071-8435-fabf73959df3.jpeg already downloaded
2026-03-28 15:18:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: ca5d66a3-cb2e-5b27-8497-6a89f5c956d6, identifier: 10742486
2026-03-28 15:18:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742489> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: ca5d66a3-cb2e-5b27-8497-6a89f5c956d6 with identifier: 10742486
2026-03-28 15:18:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: ca5d66a3-cb2e-5b27-8497-6a89f5c956d6 with identifier: 10742486
2026-03-28 15:18:11 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: ca5d66a3-cb2e-5b27-8497-6a89f5c956d6 with identifier: 10742486 to the API
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742486>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': 'ca5d66a3-cb2e-5b27-8497-6a89f5c956d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '0138419',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742486',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 199288,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 30,
'photo_urls': ['https://images.openlane.eu/carimgs/5743788/general/f69c0150-3ac2-4956-af2c-d9a2401d9883.jpeg',
'https://images.openlane.eu/carimgs/5743788/general/ddd28aea-310e-4383-ba4a-76f51a332c34.jpeg',
'https://images.openlane.eu/carimgs/5743788/general/657b7e7e-6c8f-4e78-bdda-b6710053780b.jpeg',
'https://images.openlane.eu/carimgs/5743788/general/69b3fba7-a5ea-4698-8a10-8f5ef494895e.jpeg',
'https://images.openlane.eu/carimgs/5743788/general/95411cb3-b07e-4b5e-b52c-f7e53071f4c6.jpeg',
'https://images.openlane.eu/carimgs/5743788/general/808c9717-9577-4afd-bd70-628b6cb8a2d9.jpeg',
'https://images.openlane.eu/carimgs/5743788/general/801c478c-12fc-43ed-8f21-e8f481938729.jpeg',
'https://images.openlane.eu/carimgs/5743788/general/85562f49-164d-468e-ad7a-cd02b9dbe97c.jpeg',
'https://images.openlane.eu/carimgs/5743788/general/b267315a-3c2b-4bdf-a757-5be757d2ff39.jpeg',
'https://images.openlane.eu/carimgs/5743788/general/bc77cc23-7d27-4071-8435-fabf73959df3.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ca5d66a3-cb2e-5b27-8497-6a89f5c956d6/ca5d66a3-cb2e-5b27-8497-6a89f5c956d6_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 358419,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743788/general/f69c0150-3ac2-4956-af2c-d9a2401d9883.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ca5d66a3-cb2e-5b27-8497-6a89f5c956d6/ca5d66a3-cb2e-5b27-8497-6a89f5c956d6_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 352227,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743788/general/ddd28aea-310e-4383-ba4a-76f51a332c34.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ca5d66a3-cb2e-5b27-8497-6a89f5c956d6/ca5d66a3-cb2e-5b27-8497-6a89f5c956d6_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 309581,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743788/general/657b7e7e-6c8f-4e78-bdda-b6710053780b.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ca5d66a3-cb2e-5b27-8497-6a89f5c956d6/ca5d66a3-cb2e-5b27-8497-6a89f5c956d6_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 293351,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743788/general/69b3fba7-a5ea-4698-8a10-8f5ef494895e.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ca5d66a3-cb2e-5b27-8497-6a89f5c956d6/ca5d66a3-cb2e-5b27-8497-6a89f5c956d6_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 345374,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743788/general/95411cb3-b07e-4b5e-b52c-f7e53071f4c6.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ca5d66a3-cb2e-5b27-8497-6a89f5c956d6/ca5d66a3-cb2e-5b27-8497-6a89f5c956d6_image_5.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 326850,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743788/general/808c9717-9577-4afd-bd70-628b6cb8a2d9.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ca5d66a3-cb2e-5b27-8497-6a89f5c956d6/ca5d66a3-cb2e-5b27-8497-6a89f5c956d6_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 308830,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743788/general/801c478c-12fc-43ed-8f21-e8f481938729.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ca5d66a3-cb2e-5b27-8497-6a89f5c956d6/ca5d66a3-cb2e-5b27-8497-6a89f5c956d6_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 406349,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743788/general/85562f49-164d-468e-ad7a-cd02b9dbe97c.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ca5d66a3-cb2e-5b27-8497-6a89f5c956d6/ca5d66a3-cb2e-5b27-8497-6a89f5c956d6_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 236309,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743788/general/b267315a-3c2b-4bdf-a757-5be757d2ff39.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_ca5d66a3-cb2e-5b27-8497-6a89f5c956d6/ca5d66a3-cb2e-5b27-8497-6a89f5c956d6_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 259863,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743788/general/bc77cc23-7d27-4071-8435-fabf73959df3.jpeg',
'Width': 1440}],
'price': 7000,
'price_includes_vat': True,
'registration_date': '2020-02-20',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Skoda Octavia Combi 1.5 Style - CNG - Automatic - 130 hp - 199.288 '
'km',
'transmission': 'automatic',
'trim': 'Style',
'vin': None,
'year': 2020}
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742486%27 HTTP/1.1" 200 None
2026-03-28 15:18:11 [adesa.be] INFO: Saving data for 10742486: {'created_time': 1774711091.617453, 'last_price_update_time': 1774711091.617463, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742486') HTTP/1.1" 204 0
2026-03-28 15:18:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742445> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63402f96-d3ef-55e1-9595-eb7fa40f5acb with identifier: 10742440
2026-03-28 15:18:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63402f96-d3ef-55e1-9595-eb7fa40f5acb with scrape type 1
2026-03-28 15:18:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 63402f96-d3ef-55e1-9595-eb7fa40f5acb
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586233%252Fgeneral%252F74f494e8-ab43-4817-a454-e5cc29e80191.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586233/general/74f494e8-ab43-4817-a454-e5cc29e80191.jpeg already downloaded
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586233%252Fgeneral%252Ffd790a40-c3e5-4584-ab87-8cab08faa475.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586233/general/fd790a40-c3e5-4584-ab87-8cab08faa475.jpeg already downloaded
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586233%252Fgeneral%252Ff1ff33b2-1cc9-442d-b19c-b97780c578f6.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586233/general/f1ff33b2-1cc9-442d-b19c-b97780c578f6.jpeg already downloaded
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586233%252Fgeneral%252F45e30aa9-6128-45a6-9d3a-ee6c016d778e.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586233/general/45e30aa9-6128-45a6-9d3a-ee6c016d778e.jpeg already downloaded
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586233%252Fgeneral%252Fc8221179-e6b7-4f4c-8599-045ecf98ba3b.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586233/general/c8221179-e6b7-4f4c-8599-045ecf98ba3b.jpeg already downloaded
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586233%252Fgeneral%252F41458828-d464-4e1e-a2fc-f070e7dcfe61.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586233/general/41458828-d464-4e1e-a2fc-f070e7dcfe61.jpeg already downloaded
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586233%252Fgeneral%252F58e6a2b7-7fec-4348-bdd3-198340bf6ba9.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586233/general/58e6a2b7-7fec-4348-bdd3-198340bf6ba9.jpeg already downloaded
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586233%252Fgeneral%252F2db7cfb0-05b5-4a11-b663-cb00965013d2.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586233/general/2db7cfb0-05b5-4a11-b663-cb00965013d2.jpeg already downloaded
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586233%252Fgeneral%252F366a77b3-8b38-4588-a243-a248ba1f3e1a.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586233/general/366a77b3-8b38-4588-a243-a248ba1f3e1a.jpeg already downloaded
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586233%252Fgeneral%252F655e615d-e338-43ea-8977-bf15c80b8300.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586233/general/655e615d-e338-43ea-8977-bf15c80b8300.jpeg already downloaded
2026-03-28 15:18:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 63402f96-d3ef-55e1-9595-eb7fa40f5acb, identifier: 10742440
2026-03-28 15:18:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 63402f96-d3ef-55e1-9595-eb7fa40f5acb with identifier: 10742440
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 15:18:11 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Brown HTTP/1.1" 200 None
2026-03-28 15:18:12 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 15:18:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 63402f96-d3ef-55e1-9595-eb7fa40f5acb with identifier: 10742440
2026-03-28 15:18:12 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 63402f96-d3ef-55e1-9595-eb7fa40f5acb with identifier: 10742440 to the API
2026-03-28 15:18:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742440>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Brown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.4L',
'engine_horse_power': 110,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': '63402f96-d3ef-55e1-9595-eb7fa40f5acb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '089882',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742440',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 282221,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 50,
'photo_urls': ['https://images.openlane.eu/carimgs/5586233/general/74f494e8-ab43-4817-a454-e5cc29e80191.jpeg',
'https://images.openlane.eu/carimgs/5586233/general/fd790a40-c3e5-4584-ab87-8cab08faa475.jpeg',
'https://images.openlane.eu/carimgs/5586233/general/f1ff33b2-1cc9-442d-b19c-b97780c578f6.jpeg',
'https://images.openlane.eu/carimgs/5586233/general/45e30aa9-6128-45a6-9d3a-ee6c016d778e.jpeg',
'https://images.openlane.eu/carimgs/5586233/general/c8221179-e6b7-4f4c-8599-045ecf98ba3b.jpeg',
'https://images.openlane.eu/carimgs/5586233/general/41458828-d464-4e1e-a2fc-f070e7dcfe61.jpeg',
'https://images.openlane.eu/carimgs/5586233/general/58e6a2b7-7fec-4348-bdd3-198340bf6ba9.jpeg',
'https://images.openlane.eu/carimgs/5586233/general/2db7cfb0-05b5-4a11-b663-cb00965013d2.jpeg',
'https://images.openlane.eu/carimgs/5586233/general/366a77b3-8b38-4588-a243-a248ba1f3e1a.jpeg',
'https://images.openlane.eu/carimgs/5586233/general/655e615d-e338-43ea-8977-bf15c80b8300.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_63402f96-d3ef-55e1-9595-eb7fa40f5acb/63402f96-d3ef-55e1-9595-eb7fa40f5acb_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2972618,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586233/general/74f494e8-ab43-4817-a454-e5cc29e80191.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_63402f96-d3ef-55e1-9595-eb7fa40f5acb/63402f96-d3ef-55e1-9595-eb7fa40f5acb_image_1.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 3380594,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586233/general/fd790a40-c3e5-4584-ab87-8cab08faa475.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_63402f96-d3ef-55e1-9595-eb7fa40f5acb/63402f96-d3ef-55e1-9595-eb7fa40f5acb_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2666921,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586233/general/f1ff33b2-1cc9-442d-b19c-b97780c578f6.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_63402f96-d3ef-55e1-9595-eb7fa40f5acb/63402f96-d3ef-55e1-9595-eb7fa40f5acb_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2464377,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586233/general/45e30aa9-6128-45a6-9d3a-ee6c016d778e.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_63402f96-d3ef-55e1-9595-eb7fa40f5acb/63402f96-d3ef-55e1-9595-eb7fa40f5acb_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1949544,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586233/general/c8221179-e6b7-4f4c-8599-045ecf98ba3b.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_63402f96-d3ef-55e1-9595-eb7fa40f5acb/63402f96-d3ef-55e1-9595-eb7fa40f5acb_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2195133,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586233/general/41458828-d464-4e1e-a2fc-f070e7dcfe61.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_63402f96-d3ef-55e1-9595-eb7fa40f5acb/63402f96-d3ef-55e1-9595-eb7fa40f5acb_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2201188,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586233/general/58e6a2b7-7fec-4348-bdd3-198340bf6ba9.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_63402f96-d3ef-55e1-9595-eb7fa40f5acb/63402f96-d3ef-55e1-9595-eb7fa40f5acb_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2169377,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586233/general/2db7cfb0-05b5-4a11-b663-cb00965013d2.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_63402f96-d3ef-55e1-9595-eb7fa40f5acb/63402f96-d3ef-55e1-9595-eb7fa40f5acb_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1705889,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586233/general/366a77b3-8b38-4588-a243-a248ba1f3e1a.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_63402f96-d3ef-55e1-9595-eb7fa40f5acb/63402f96-d3ef-55e1-9595-eb7fa40f5acb_image_9.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 2844355,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586233/general/655e615d-e338-43ea-8977-bf15c80b8300.jpeg',
'Width': 4032}],
'price': 5000,
'price_includes_vat': True,
'registration_date': '2016-10-18',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Skoda Octavia Combi 1.4 Ambition - CNG - Manual - 110 hp - 282.221 '
'km',
'transmission': 'manual',
'trim': 'Ambition',
'vin': None,
'year': 2016}
2026-03-28 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742440%27 HTTP/1.1" 200 None
2026-03-28 15:18:12 [adesa.be] INFO: Saving data for 10742440: {'created_time': 1774711092.326314, 'last_price_update_time': 1774711092.326326, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742440') HTTP/1.1" 204 0
2026-03-28 15:18:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b95f84fc-3809-56b9-839d-627ccb61034d with identifier: 10742489
2026-03-28 15:18:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b95f84fc-3809-56b9-839d-627ccb61034d with scrape type 1
2026-03-28 15:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b95f84fc-3809-56b9-839d-627ccb61034d
2026-03-28 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743838%252Fgeneral%252Ffffd0f52-d91d-454e-8bcb-0ded33a41cd4.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743838/general/fffd0f52-d91d-454e-8bcb-0ded33a41cd4.jpeg already downloaded
2026-03-28 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743838%252Fgeneral%252F4987a744-77eb-4a1e-bc08-e1e811cb2e1d.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743838/general/4987a744-77eb-4a1e-bc08-e1e811cb2e1d.jpeg already downloaded
2026-03-28 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743838%252Fgeneral%252Fcba4837c-a376-45a9-9048-ec1a97640692.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743838/general/cba4837c-a376-45a9-9048-ec1a97640692.jpeg already downloaded
2026-03-28 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743838%252Fgeneral%252Fc328d5d9-5fde-4137-a65b-0d55f7709b5c.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743838/general/c328d5d9-5fde-4137-a65b-0d55f7709b5c.jpeg already downloaded
2026-03-28 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743838%252Fgeneral%252F24aa7d9c-707c-4b05-8e88-42a38b428762.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743838/general/24aa7d9c-707c-4b05-8e88-42a38b428762.jpeg already downloaded
2026-03-28 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743838%252Fgeneral%252F2052d8f7-b933-4451-a705-52be22dd014b.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743838/general/2052d8f7-b933-4451-a705-52be22dd014b.jpeg already downloaded
2026-03-28 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743838%252Fgeneral%252Faabcf347-a1a2-4fdb-99f6-0c81b6a56260.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743838/general/aabcf347-a1a2-4fdb-99f6-0c81b6a56260.jpeg already downloaded
2026-03-28 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743838%252Fgeneral%252Faed3a21f-1f16-44e2-9faf-e4c30433e58c.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743838/general/aed3a21f-1f16-44e2-9faf-e4c30433e58c.jpeg already downloaded
2026-03-28 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743838%252Fgeneral%252Fe621e3b0-ba51-445e-b6b3-2585d5abb522.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743838/general/e621e3b0-ba51-445e-b6b3-2585d5abb522.jpeg already downloaded
2026-03-28 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743838%252Fgeneral%252F09dae4f4-cf12-44f2-ab15-7ae9990f2a46.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743838/general/09dae4f4-cf12-44f2-ab15-7ae9990f2a46.jpeg already downloaded
2026-03-28 15:18:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: b95f84fc-3809-56b9-839d-627ccb61034d, identifier: 10742489
2026-03-28 15:18:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: b95f84fc-3809-56b9-839d-627ccb61034d with identifier: 10742489
2026-03-28 15:18:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 15:18:12 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Purple HTTP/1.1" 200 None
2026-03-28 15:18:12 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 15:18:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: b95f84fc-3809-56b9-839d-627ccb61034d with identifier: 10742489
2026-03-28 15:18:12 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: b95f84fc-3809-56b9-839d-627ccb61034d with identifier: 10742489 to the API
2026-03-28 15:18:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742489>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Purple',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': 'b95f84fc-3809-56b9-839d-627ccb61034d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '105053',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742489',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Seat',
'model': 'Leon',
'odometer': 157691,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 27,
'photo_urls': ['https://images.openlane.eu/carimgs/5743838/general/fffd0f52-d91d-454e-8bcb-0ded33a41cd4.jpeg',
'https://images.openlane.eu/carimgs/5743838/general/4987a744-77eb-4a1e-bc08-e1e811cb2e1d.jpeg',
'https://images.openlane.eu/carimgs/5743838/general/cba4837c-a376-45a9-9048-ec1a97640692.jpeg',
'https://images.openlane.eu/carimgs/5743838/general/c328d5d9-5fde-4137-a65b-0d55f7709b5c.jpeg',
'https://images.openlane.eu/carimgs/5743838/general/24aa7d9c-707c-4b05-8e88-42a38b428762.jpeg',
'https://images.openlane.eu/carimgs/5743838/general/2052d8f7-b933-4451-a705-52be22dd014b.jpeg',
'https://images.openlane.eu/carimgs/5743838/general/aabcf347-a1a2-4fdb-99f6-0c81b6a56260.jpeg',
'https://images.openlane.eu/carimgs/5743838/general/aed3a21f-1f16-44e2-9faf-e4c30433e58c.jpeg',
'https://images.openlane.eu/carimgs/5743838/general/e621e3b0-ba51-445e-b6b3-2585d5abb522.jpeg',
'https://images.openlane.eu/carimgs/5743838/general/09dae4f4-cf12-44f2-ab15-7ae9990f2a46.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b95f84fc-3809-56b9-839d-627ccb61034d/b95f84fc-3809-56b9-839d-627ccb61034d_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 370915,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743838/general/fffd0f52-d91d-454e-8bcb-0ded33a41cd4.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b95f84fc-3809-56b9-839d-627ccb61034d/b95f84fc-3809-56b9-839d-627ccb61034d_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 351510,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743838/general/4987a744-77eb-4a1e-bc08-e1e811cb2e1d.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b95f84fc-3809-56b9-839d-627ccb61034d/b95f84fc-3809-56b9-839d-627ccb61034d_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 355333,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743838/general/cba4837c-a376-45a9-9048-ec1a97640692.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b95f84fc-3809-56b9-839d-627ccb61034d/b95f84fc-3809-56b9-839d-627ccb61034d_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 312279,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743838/general/c328d5d9-5fde-4137-a65b-0d55f7709b5c.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b95f84fc-3809-56b9-839d-627ccb61034d/b95f84fc-3809-56b9-839d-627ccb61034d_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 342480,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743838/general/24aa7d9c-707c-4b05-8e88-42a38b428762.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b95f84fc-3809-56b9-839d-627ccb61034d/b95f84fc-3809-56b9-839d-627ccb61034d_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 342496,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743838/general/2052d8f7-b933-4451-a705-52be22dd014b.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b95f84fc-3809-56b9-839d-627ccb61034d/b95f84fc-3809-56b9-839d-627ccb61034d_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 331620,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743838/general/aabcf347-a1a2-4fdb-99f6-0c81b6a56260.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b95f84fc-3809-56b9-839d-627ccb61034d/b95f84fc-3809-56b9-839d-627ccb61034d_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 375980,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743838/general/aed3a21f-1f16-44e2-9faf-e4c30433e58c.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b95f84fc-3809-56b9-839d-627ccb61034d/b95f84fc-3809-56b9-839d-627ccb61034d_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 230384,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743838/general/e621e3b0-ba51-445e-b6b3-2585d5abb522.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b95f84fc-3809-56b9-839d-627ccb61034d/b95f84fc-3809-56b9-839d-627ccb61034d_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 339068,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743838/general/09dae4f4-cf12-44f2-ab15-7ae9990f2a46.jpeg',
'Width': 1440}],
'price': 7400,
'price_includes_vat': True,
'registration_date': '2019-05-24',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Seat Leon Sportstourer 1.5 TGI Move! - CNG - Automatic - 130 hp - '
'157.691 km',
'transmission': 'automatic',
'trim': 'Move!',
'vin': None,
'year': 2019}
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742489%27 HTTP/1.1" 200 None
2026-03-28 15:18:13 [adesa.be] INFO: Saving data for 10742489: {'created_time': 1774711093.021408, 'last_price_update_time': 1774711093.021419, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742489') HTTP/1.1" 204 0
2026-03-28 15:18:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742458> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36b0a4ed-7c07-59ca-acf1-6cef3a354bf3 with identifier: 10742445
2026-03-28 15:18:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36b0a4ed-7c07-59ca-acf1-6cef3a354bf3 with scrape type 1
2026-03-28 15:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 36b0a4ed-7c07-59ca-acf1-6cef3a354bf3
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5593061%252Fgeneral%252F9fd88174-b331-4c3b-adc6-d6a0f2778b75.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5593061/general/9fd88174-b331-4c3b-adc6-d6a0f2778b75.jpeg already downloaded
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5593061%252Fgeneral%252F14d2b1e8-e383-4b0f-97f7-c16546546289.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5593061/general/14d2b1e8-e383-4b0f-97f7-c16546546289.jpeg already downloaded
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5593061%252Fgeneral%252F5821d850-a8c2-4d8f-acda-e86a7d5981d0.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5593061/general/5821d850-a8c2-4d8f-acda-e86a7d5981d0.jpeg already downloaded
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5593061%252Fgeneral%252F9cf56ab8-a4cb-46c0-9cac-4038fe62d6a4.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5593061/general/9cf56ab8-a4cb-46c0-9cac-4038fe62d6a4.jpeg already downloaded
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5593061%252Fgeneral%252F59dc07fc-2e05-4720-90c4-934740ead570.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5593061/general/59dc07fc-2e05-4720-90c4-934740ead570.jpeg already downloaded
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5593061%252Fgeneral%252Fb5efd427-551c-4bfe-ab3e-42913e8ea7a4.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5593061/general/b5efd427-551c-4bfe-ab3e-42913e8ea7a4.jpeg already downloaded
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5593061%252Fgeneral%252Ff1248e57-1594-4f0e-a14b-c5a50627b70e.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5593061/general/f1248e57-1594-4f0e-a14b-c5a50627b70e.jpeg already downloaded
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5593061%252Fgeneral%252Fda810cad-fa94-4bd6-8f2b-f4038f78b3a0.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5593061/general/da810cad-fa94-4bd6-8f2b-f4038f78b3a0.jpeg already downloaded
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5593061%252Fgeneral%252F03b04a97-3089-458d-8929-3e8b10d67f05.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5593061/general/03b04a97-3089-458d-8929-3e8b10d67f05.jpeg already downloaded
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5593061%252Fgeneral%252F989a30d8-479b-4046-951e-2730c5c6137d.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5593061/general/989a30d8-479b-4046-951e-2730c5c6137d.jpeg already downloaded
2026-03-28 15:18:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 36b0a4ed-7c07-59ca-acf1-6cef3a354bf3, identifier: 10742445
2026-03-28 15:18:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742447> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742473> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 36b0a4ed-7c07-59ca-acf1-6cef3a354bf3 with identifier: 10742445
2026-03-28 15:18:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 36b0a4ed-7c07-59ca-acf1-6cef3a354bf3 with identifier: 10742445
2026-03-28 15:18:13 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 36b0a4ed-7c07-59ca-acf1-6cef3a354bf3 with identifier: 10742445 to the API
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742445>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.4L',
'engine_horse_power': 110,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': '36b0a4ed-7c07-59ca-acf1-6cef3a354bf3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '072911',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742445',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 180812,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 49,
'photo_urls': ['https://images.openlane.eu/carimgs/5593061/general/9fd88174-b331-4c3b-adc6-d6a0f2778b75.jpeg',
'https://images.openlane.eu/carimgs/5593061/general/14d2b1e8-e383-4b0f-97f7-c16546546289.jpeg',
'https://images.openlane.eu/carimgs/5593061/general/5821d850-a8c2-4d8f-acda-e86a7d5981d0.jpeg',
'https://images.openlane.eu/carimgs/5593061/general/9cf56ab8-a4cb-46c0-9cac-4038fe62d6a4.jpeg',
'https://images.openlane.eu/carimgs/5593061/general/59dc07fc-2e05-4720-90c4-934740ead570.jpeg',
'https://images.openlane.eu/carimgs/5593061/general/b5efd427-551c-4bfe-ab3e-42913e8ea7a4.jpeg',
'https://images.openlane.eu/carimgs/5593061/general/f1248e57-1594-4f0e-a14b-c5a50627b70e.jpeg',
'https://images.openlane.eu/carimgs/5593061/general/da810cad-fa94-4bd6-8f2b-f4038f78b3a0.jpeg',
'https://images.openlane.eu/carimgs/5593061/general/03b04a97-3089-458d-8929-3e8b10d67f05.jpeg',
'https://images.openlane.eu/carimgs/5593061/general/989a30d8-479b-4046-951e-2730c5c6137d.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36b0a4ed-7c07-59ca-acf1-6cef3a354bf3/36b0a4ed-7c07-59ca-acf1-6cef3a354bf3_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2691537,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5593061/general/9fd88174-b331-4c3b-adc6-d6a0f2778b75.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36b0a4ed-7c07-59ca-acf1-6cef3a354bf3/36b0a4ed-7c07-59ca-acf1-6cef3a354bf3_image_1.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 3387435,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5593061/general/14d2b1e8-e383-4b0f-97f7-c16546546289.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36b0a4ed-7c07-59ca-acf1-6cef3a354bf3/36b0a4ed-7c07-59ca-acf1-6cef3a354bf3_image_2.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 3443731,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5593061/general/5821d850-a8c2-4d8f-acda-e86a7d5981d0.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36b0a4ed-7c07-59ca-acf1-6cef3a354bf3/36b0a4ed-7c07-59ca-acf1-6cef3a354bf3_image_3.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 3178103,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5593061/general/9cf56ab8-a4cb-46c0-9cac-4038fe62d6a4.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36b0a4ed-7c07-59ca-acf1-6cef3a354bf3/36b0a4ed-7c07-59ca-acf1-6cef3a354bf3_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2168688,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5593061/general/59dc07fc-2e05-4720-90c4-934740ead570.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36b0a4ed-7c07-59ca-acf1-6cef3a354bf3/36b0a4ed-7c07-59ca-acf1-6cef3a354bf3_image_5.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 2174434,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5593061/general/b5efd427-551c-4bfe-ab3e-42913e8ea7a4.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36b0a4ed-7c07-59ca-acf1-6cef3a354bf3/36b0a4ed-7c07-59ca-acf1-6cef3a354bf3_image_6.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 2630741,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5593061/general/f1248e57-1594-4f0e-a14b-c5a50627b70e.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36b0a4ed-7c07-59ca-acf1-6cef3a354bf3/36b0a4ed-7c07-59ca-acf1-6cef3a354bf3_image_7.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 3160702,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5593061/general/da810cad-fa94-4bd6-8f2b-f4038f78b3a0.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36b0a4ed-7c07-59ca-acf1-6cef3a354bf3/36b0a4ed-7c07-59ca-acf1-6cef3a354bf3_image_8.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 1468652,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5593061/general/03b04a97-3089-458d-8929-3e8b10d67f05.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_36b0a4ed-7c07-59ca-acf1-6cef3a354bf3/36b0a4ed-7c07-59ca-acf1-6cef3a354bf3_image_9.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 2566258,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5593061/general/989a30d8-479b-4046-951e-2730c5c6137d.jpeg',
'Width': 4032}],
'price': 5100,
'price_includes_vat': True,
'registration_date': '2016-11-23',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Skoda Octavia Combi 1.4 Ambition - CNG - Manual - 110 hp - 180.812 '
'km',
'transmission': 'manual',
'trim': 'Ambition',
'vin': None,
'year': 2016}
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742445%27 HTTP/1.1" 200 None
2026-03-28 15:18:13 [adesa.be] INFO: Saving data for 10742445: {'created_time': 1774711093.607507, 'last_price_update_time': 1774711093.607519, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742445') HTTP/1.1" 204 0
2026-03-28 15:18:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6c97071-c216-5573-9ce7-bc5405c81ad8 with identifier: 10742458
2026-03-28 15:18:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6c97071-c216-5573-9ce7-bc5405c81ad8 with scrape type 1
2026-03-28 15:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item a6c97071-c216-5573-9ce7-bc5405c81ad8
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5677634%252Fgeneral%252Ffdfe3c59-7757-4de6-bb46-492348ea2ae5.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5677634/general/fdfe3c59-7757-4de6-bb46-492348ea2ae5.jpeg already downloaded
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5677634%252Fgeneral%252Fdf5b3356-41ce-4ad6-9749-458c37707611.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5677634/general/df5b3356-41ce-4ad6-9749-458c37707611.jpeg already downloaded
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5677634%252Fgeneral%252F80cfb1bc-f3ce-46a8-8e7c-0055dec07d33.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5677634/general/80cfb1bc-f3ce-46a8-8e7c-0055dec07d33.jpeg already downloaded
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5677634%252Fgeneral%252Ff303b166-b792-46be-85ea-16a81779286d.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5677634/general/f303b166-b792-46be-85ea-16a81779286d.jpeg already downloaded
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5677634%252Fgeneral%252F32e59e81-a205-4b24-aa9f-3017d8c2bec5.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5677634/general/32e59e81-a205-4b24-aa9f-3017d8c2bec5.jpeg already downloaded
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5677634%252Fgeneral%252Fe09c8289-7e07-4ba0-9df7-bef3c82ae542.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5677634/general/e09c8289-7e07-4ba0-9df7-bef3c82ae542.jpeg already downloaded
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5677634%252Fgeneral%252Ff90e790d-8de8-4eec-b4f7-9cddcc4d54b1.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5677634/general/f90e790d-8de8-4eec-b4f7-9cddcc4d54b1.jpeg already downloaded
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5677634%252Fgeneral%252F92d04aec-7796-419e-a48b-7aedac0da703.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5677634/general/92d04aec-7796-419e-a48b-7aedac0da703.jpeg already downloaded
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5677634%252Fgeneral%252Fe4c55f4a-e441-48a0-8ef5-69749bcadeb8.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5677634/general/e4c55f4a-e441-48a0-8ef5-69749bcadeb8.jpeg already downloaded
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5677634%252Fgeneral%252Ff5c518e3-5f67-43b8-bc70-1324d5f8e05b.JPEG%27 HTTP/1.1" 200 None
2026-03-28 15:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5677634/general/f5c518e3-5f67-43b8-bc70-1324d5f8e05b.JPEG not downloaded yet
2026-03-28 15:18:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a39a410-0530-575b-b1bc-b33893040f98 with identifier: 10742447
2026-03-28 15:18:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a39a410-0530-575b-b1bc-b33893040f98 with scrape type 1
2026-03-28 15:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6a39a410-0530-575b-b1bc-b33893040f98
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5616994%252Fgeneral%252F63e018b4-4fc8-4274-b9bb-499966a6885f.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5616994/general/63e018b4-4fc8-4274-b9bb-499966a6885f.jpeg already downloaded
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5616994%252Fgeneral%252F609cbe24-209a-4bf6-afe6-ec068cccfe81.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5616994/general/609cbe24-209a-4bf6-afe6-ec068cccfe81.jpeg already downloaded
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5616994%252Fgeneral%252Fcf06963d-5f2b-46b6-a595-f8f1c422ec33.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5616994/general/cf06963d-5f2b-46b6-a595-f8f1c422ec33.jpeg already downloaded
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5616994%252Fgeneral%252F82d7905a-42ec-440e-b812-d34d0f2bc2c8.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5616994/general/82d7905a-42ec-440e-b812-d34d0f2bc2c8.jpeg already downloaded
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5616994%252Fgeneral%252F5d8b4f3f-f48b-4a4a-85f0-fa042085e24d.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5616994/general/5d8b4f3f-f48b-4a4a-85f0-fa042085e24d.jpeg already downloaded
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5616994%252Fgeneral%252F020bf094-f948-4560-a5f7-6107c0857b93.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5616994/general/020bf094-f948-4560-a5f7-6107c0857b93.jpeg already downloaded
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5616994%252Fgeneral%252Fdc848be1-ed07-4b69-a020-62f9f08a6520.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5616994/general/dc848be1-ed07-4b69-a020-62f9f08a6520.jpeg already downloaded
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5616994%252Fgeneral%252F2e3729dd-332a-489c-a456-5402706a2f65.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5616994/general/2e3729dd-332a-489c-a456-5402706a2f65.jpeg already downloaded
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5616994%252Fgeneral%252Ffb074042-b7f0-408d-98fd-cb3e443a5e40.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5616994/general/fb074042-b7f0-408d-98fd-cb3e443a5e40.jpeg already downloaded
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5616994%252Fgeneral%252F1d699679-df82-46f3-aed2-d5ad046bb650.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5616994/general/1d699679-df82-46f3-aed2-d5ad046bb650.jpeg already downloaded
2026-03-28 15:18:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 6a39a410-0530-575b-b1bc-b33893040f98, identifier: 10742447
2026-03-28 15:18:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39af7440-087f-5253-804e-0f3cb3925d90 with identifier: 10742473
2026-03-28 15:18:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39af7440-087f-5253-804e-0f3cb3925d90 with scrape type 1
2026-03-28 15:18:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 39af7440-087f-5253-804e-0f3cb3925d90
2026-03-28 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722656%252Fgeneral%252Fbad36e09-e419-420d-ab41-32ca89a0b355.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722656/general/bad36e09-e419-420d-ab41-32ca89a0b355.jpeg already downloaded
2026-03-28 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722656%252Fgeneral%252F8c0ceb85-1e9d-44fc-b3a8-aa45413c98c0.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722656/general/8c0ceb85-1e9d-44fc-b3a8-aa45413c98c0.jpeg already downloaded
2026-03-28 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722656%252Fgeneral%252F8d83f562-bedc-4af0-be9e-a69cf02bd757.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722656/general/8d83f562-bedc-4af0-be9e-a69cf02bd757.jpeg already downloaded
2026-03-28 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722656%252Fgeneral%252F0aecbd78-7847-47a2-b960-b39d168f790a.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722656/general/0aecbd78-7847-47a2-b960-b39d168f790a.jpeg already downloaded
2026-03-28 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722656%252Fgeneral%252F37bbd984-b3ee-4307-89d9-7b00c494ba0b.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722656/general/37bbd984-b3ee-4307-89d9-7b00c494ba0b.jpeg already downloaded
2026-03-28 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722656%252Fgeneral%252Fd1592d35-0a01-45a9-b446-df13586128b5.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722656/general/d1592d35-0a01-45a9-b446-df13586128b5.jpeg already downloaded
2026-03-28 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722656%252Fgeneral%252Fbdae8a95-529b-451e-bb9b-86fcc68f4b95.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722656/general/bdae8a95-529b-451e-bb9b-86fcc68f4b95.jpeg already downloaded
2026-03-28 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722656%252Fgeneral%252F1bab3c54-4617-4116-b550-e21dc6f8f60f.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722656/general/1bab3c54-4617-4116-b550-e21dc6f8f60f.jpeg already downloaded
2026-03-28 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722656%252Fgeneral%252Fc5cb1247-2667-48ba-b588-e4fbdbdf95b7.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722656/general/c5cb1247-2667-48ba-b588-e4fbdbdf95b7.jpeg already downloaded
2026-03-28 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722656%252Fgeneral%252F5cc5129b-63ab-42dc-a2ba-8a57da05ac72.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722656/general/5cc5129b-63ab-42dc-a2ba-8a57da05ac72.jpeg already downloaded
2026-03-28 15:18:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 39af7440-087f-5253-804e-0f3cb3925d90, identifier: 10742473
2026-03-28 15:18:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 6a39a410-0530-575b-b1bc-b33893040f98 with identifier: 10742447
2026-03-28 15:18:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 6a39a410-0530-575b-b1bc-b33893040f98 with identifier: 10742447
2026-03-28 15:18:14 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 6a39a410-0530-575b-b1bc-b33893040f98 with identifier: 10742447 to the API
2026-03-28 15:18:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742447>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 120,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '6a39a410-0530-575b-b1bc-b33893040f98',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': '1YWN685',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742447',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': 'Partner',
'odometer': 215213,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 36,
'photo_urls': ['https://images.openlane.eu/carimgs/5616994/general/63e018b4-4fc8-4274-b9bb-499966a6885f.jpeg',
'https://images.openlane.eu/carimgs/5616994/general/609cbe24-209a-4bf6-afe6-ec068cccfe81.jpeg',
'https://images.openlane.eu/carimgs/5616994/general/cf06963d-5f2b-46b6-a595-f8f1c422ec33.jpeg',
'https://images.openlane.eu/carimgs/5616994/general/82d7905a-42ec-440e-b812-d34d0f2bc2c8.jpeg',
'https://images.openlane.eu/carimgs/5616994/general/5d8b4f3f-f48b-4a4a-85f0-fa042085e24d.jpeg',
'https://images.openlane.eu/carimgs/5616994/general/020bf094-f948-4560-a5f7-6107c0857b93.jpeg',
'https://images.openlane.eu/carimgs/5616994/general/dc848be1-ed07-4b69-a020-62f9f08a6520.jpeg',
'https://images.openlane.eu/carimgs/5616994/general/2e3729dd-332a-489c-a456-5402706a2f65.jpeg',
'https://images.openlane.eu/carimgs/5616994/general/fb074042-b7f0-408d-98fd-cb3e443a5e40.jpeg',
'https://images.openlane.eu/carimgs/5616994/general/1d699679-df82-46f3-aed2-d5ad046bb650.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a39a410-0530-575b-b1bc-b33893040f98/6a39a410-0530-575b-b1bc-b33893040f98_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2567419,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5616994/general/63e018b4-4fc8-4274-b9bb-499966a6885f.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a39a410-0530-575b-b1bc-b33893040f98/6a39a410-0530-575b-b1bc-b33893040f98_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2669681,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5616994/general/609cbe24-209a-4bf6-afe6-ec068cccfe81.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a39a410-0530-575b-b1bc-b33893040f98/6a39a410-0530-575b-b1bc-b33893040f98_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2591479,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5616994/general/cf06963d-5f2b-46b6-a595-f8f1c422ec33.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a39a410-0530-575b-b1bc-b33893040f98/6a39a410-0530-575b-b1bc-b33893040f98_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2481584,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5616994/general/82d7905a-42ec-440e-b812-d34d0f2bc2c8.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a39a410-0530-575b-b1bc-b33893040f98/6a39a410-0530-575b-b1bc-b33893040f98_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1671009,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5616994/general/5d8b4f3f-f48b-4a4a-85f0-fa042085e24d.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a39a410-0530-575b-b1bc-b33893040f98/6a39a410-0530-575b-b1bc-b33893040f98_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1791892,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5616994/general/020bf094-f948-4560-a5f7-6107c0857b93.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a39a410-0530-575b-b1bc-b33893040f98/6a39a410-0530-575b-b1bc-b33893040f98_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2131709,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5616994/general/dc848be1-ed07-4b69-a020-62f9f08a6520.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a39a410-0530-575b-b1bc-b33893040f98/6a39a410-0530-575b-b1bc-b33893040f98_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1293881,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5616994/general/2e3729dd-332a-489c-a456-5402706a2f65.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a39a410-0530-575b-b1bc-b33893040f98/6a39a410-0530-575b-b1bc-b33893040f98_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1316661,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5616994/general/fb074042-b7f0-408d-98fd-cb3e443a5e40.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6a39a410-0530-575b-b1bc-b33893040f98/6a39a410-0530-575b-b1bc-b33893040f98_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1796875,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5616994/general/1d699679-df82-46f3-aed2-d5ad046bb650.jpeg',
'Width': 4032}],
'price': 5000,
'price_includes_vat': True,
'registration_date': '2016-10-12',
'seats_number': 3,
'seller_name': 'AUTO TIP TOP',
'title': 'Peugeot Partner L2H1 1.6 HDI Premium - Diesel - Manual - 120 hp - '
'215.213 km',
'transmission': 'manual',
'trim': 'Premium',
'vin': None,
'year': 2016}
2026-03-28 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742447%27 HTTP/1.1" 200 None
2026-03-28 15:18:14 [adesa.be] INFO: Saving data for 10742447: {'created_time': 1774711094.631144, 'last_price_update_time': 1774711094.631155, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742447') HTTP/1.1" 204 0
2026-03-28 15:18:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 39af7440-087f-5253-804e-0f3cb3925d90 with identifier: 10742473
2026-03-28 15:18:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 39af7440-087f-5253-804e-0f3cb3925d90 with identifier: 10742473
2026-03-28 15:18:14 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 39af7440-087f-5253-804e-0f3cb3925d90 with identifier: 10742473 to the API
2026-03-28 15:18:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742473>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'MPV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '39af7440-087f-5253-804e-0f3cb3925d90',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '024034',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742473',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '5008',
'odometer': 207496,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 34,
'photo_urls': ['https://images.openlane.eu/carimgs/5722656/general/bad36e09-e419-420d-ab41-32ca89a0b355.jpeg',
'https://images.openlane.eu/carimgs/5722656/general/8c0ceb85-1e9d-44fc-b3a8-aa45413c98c0.jpeg',
'https://images.openlane.eu/carimgs/5722656/general/8d83f562-bedc-4af0-be9e-a69cf02bd757.jpeg',
'https://images.openlane.eu/carimgs/5722656/general/0aecbd78-7847-47a2-b960-b39d168f790a.jpeg',
'https://images.openlane.eu/carimgs/5722656/general/37bbd984-b3ee-4307-89d9-7b00c494ba0b.jpeg',
'https://images.openlane.eu/carimgs/5722656/general/d1592d35-0a01-45a9-b446-df13586128b5.jpeg',
'https://images.openlane.eu/carimgs/5722656/general/bdae8a95-529b-451e-bb9b-86fcc68f4b95.jpeg',
'https://images.openlane.eu/carimgs/5722656/general/1bab3c54-4617-4116-b550-e21dc6f8f60f.jpeg',
'https://images.openlane.eu/carimgs/5722656/general/c5cb1247-2667-48ba-b588-e4fbdbdf95b7.jpeg',
'https://images.openlane.eu/carimgs/5722656/general/5cc5129b-63ab-42dc-a2ba-8a57da05ac72.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39af7440-087f-5253-804e-0f3cb3925d90/39af7440-087f-5253-804e-0f3cb3925d90_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 387507,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722656/general/bad36e09-e419-420d-ab41-32ca89a0b355.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39af7440-087f-5253-804e-0f3cb3925d90/39af7440-087f-5253-804e-0f3cb3925d90_image_1.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 453856,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722656/general/8c0ceb85-1e9d-44fc-b3a8-aa45413c98c0.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39af7440-087f-5253-804e-0f3cb3925d90/39af7440-087f-5253-804e-0f3cb3925d90_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 333164,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722656/general/8d83f562-bedc-4af0-be9e-a69cf02bd757.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39af7440-087f-5253-804e-0f3cb3925d90/39af7440-087f-5253-804e-0f3cb3925d90_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 348614,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722656/general/0aecbd78-7847-47a2-b960-b39d168f790a.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39af7440-087f-5253-804e-0f3cb3925d90/39af7440-087f-5253-804e-0f3cb3925d90_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 371201,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722656/general/37bbd984-b3ee-4307-89d9-7b00c494ba0b.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39af7440-087f-5253-804e-0f3cb3925d90/39af7440-087f-5253-804e-0f3cb3925d90_image_5.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 345557,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722656/general/d1592d35-0a01-45a9-b446-df13586128b5.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39af7440-087f-5253-804e-0f3cb3925d90/39af7440-087f-5253-804e-0f3cb3925d90_image_6.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 413758,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722656/general/bdae8a95-529b-451e-bb9b-86fcc68f4b95.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39af7440-087f-5253-804e-0f3cb3925d90/39af7440-087f-5253-804e-0f3cb3925d90_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 354533,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722656/general/1bab3c54-4617-4116-b550-e21dc6f8f60f.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39af7440-087f-5253-804e-0f3cb3925d90/39af7440-087f-5253-804e-0f3cb3925d90_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 393614,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722656/general/c5cb1247-2667-48ba-b588-e4fbdbdf95b7.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_39af7440-087f-5253-804e-0f3cb3925d90/39af7440-087f-5253-804e-0f3cb3925d90_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 244601,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722656/general/5cc5129b-63ab-42dc-a2ba-8a57da05ac72.jpeg',
'Width': 1440}],
'price': 8700,
'price_includes_vat': True,
'registration_date': '2019-04-18',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Peugeot 5008 1.5 HDI Allure - Diesel - Manual - 130 hp - 207.496 km',
'transmission': 'manual',
'trim': 'Allure',
'vin': None,
'year': 2019}
2026-03-28 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742473%27 HTTP/1.1" 200 None
2026-03-28 15:18:14 [adesa.be] INFO: Saving data for 10742473: {'created_time': 1774711094.958938, 'last_price_update_time': 1774711094.95895, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742473') HTTP/1.1" 204 0
2026-03-28 15:18:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742485> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742438> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742432> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8113f9ec-993e-52d4-98e2-1fb46436e563 with identifier: 10742485
2026-03-28 15:18:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8113f9ec-993e-52d4-98e2-1fb46436e563 with scrape type 1
2026-03-28 15:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 8113f9ec-993e-52d4-98e2-1fb46436e563
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743787%252Fgeneral%252F2ba110d8-738c-4bfe-99db-c28029976d3e.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743787/general/2ba110d8-738c-4bfe-99db-c28029976d3e.jpeg already downloaded
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743787%252Fgeneral%252Fa01781e4-5ab7-45c0-b291-dc0df65e6176.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743787/general/a01781e4-5ab7-45c0-b291-dc0df65e6176.jpeg already downloaded
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743787%252Fgeneral%252F1b6dd020-5b2e-44fc-8bf0-ad7a0d8a4b13.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743787/general/1b6dd020-5b2e-44fc-8bf0-ad7a0d8a4b13.jpeg already downloaded
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743787%252Fgeneral%252F48815e0f-b409-430e-8042-7864620f0795.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743787/general/48815e0f-b409-430e-8042-7864620f0795.jpeg already downloaded
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743787%252Fgeneral%252Ffad4ddcb-dd4a-4663-a09e-ecb6b161f2c5.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743787/general/fad4ddcb-dd4a-4663-a09e-ecb6b161f2c5.jpeg already downloaded
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743787%252Fgeneral%252F1801e1bb-3bf3-4f6a-b8a2-56e4a6f71bf6.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743787/general/1801e1bb-3bf3-4f6a-b8a2-56e4a6f71bf6.jpeg already downloaded
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743787%252Fgeneral%252Fbad47bbc-1794-4611-8b20-5f6b3c29e0f7.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743787/general/bad47bbc-1794-4611-8b20-5f6b3c29e0f7.jpeg already downloaded
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743787%252Fgeneral%252F75c6a4d9-b492-4f62-8794-1506b84282c6.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743787/general/75c6a4d9-b492-4f62-8794-1506b84282c6.jpeg already downloaded
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743787%252Fgeneral%252F6a45685b-7c63-4c3a-aa6a-47bc6ac1c0e7.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743787/general/6a45685b-7c63-4c3a-aa6a-47bc6ac1c0e7.jpeg already downloaded
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743787%252Fgeneral%252Fdfd311c7-fe46-4103-9149-de66aebc9ed7.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743787/general/dfd311c7-fe46-4103-9149-de66aebc9ed7.jpeg already downloaded
2026-03-28 15:18:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 8113f9ec-993e-52d4-98e2-1fb46436e563, identifier: 10742485
2026-03-28 15:18:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 8113f9ec-993e-52d4-98e2-1fb46436e563 with identifier: 10742485
2026-03-28 15:18:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 8113f9ec-993e-52d4-98e2-1fb46436e563 with identifier: 10742485
2026-03-28 15:18:15 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 8113f9ec-993e-52d4-98e2-1fb46436e563 with identifier: 10742485 to the API
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742485>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '8113f9ec-993e-52d4-98e2-1fb46436e563',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '033341',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742485',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '508',
'odometer': 197758,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 36,
'photo_urls': ['https://images.openlane.eu/carimgs/5743787/general/2ba110d8-738c-4bfe-99db-c28029976d3e.jpeg',
'https://images.openlane.eu/carimgs/5743787/general/a01781e4-5ab7-45c0-b291-dc0df65e6176.jpeg',
'https://images.openlane.eu/carimgs/5743787/general/1b6dd020-5b2e-44fc-8bf0-ad7a0d8a4b13.jpeg',
'https://images.openlane.eu/carimgs/5743787/general/48815e0f-b409-430e-8042-7864620f0795.jpeg',
'https://images.openlane.eu/carimgs/5743787/general/fad4ddcb-dd4a-4663-a09e-ecb6b161f2c5.jpeg',
'https://images.openlane.eu/carimgs/5743787/general/1801e1bb-3bf3-4f6a-b8a2-56e4a6f71bf6.jpeg',
'https://images.openlane.eu/carimgs/5743787/general/bad47bbc-1794-4611-8b20-5f6b3c29e0f7.jpeg',
'https://images.openlane.eu/carimgs/5743787/general/75c6a4d9-b492-4f62-8794-1506b84282c6.jpeg',
'https://images.openlane.eu/carimgs/5743787/general/6a45685b-7c63-4c3a-aa6a-47bc6ac1c0e7.jpeg',
'https://images.openlane.eu/carimgs/5743787/general/dfd311c7-fe46-4103-9149-de66aebc9ed7.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8113f9ec-993e-52d4-98e2-1fb46436e563/8113f9ec-993e-52d4-98e2-1fb46436e563_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 353460,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743787/general/2ba110d8-738c-4bfe-99db-c28029976d3e.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8113f9ec-993e-52d4-98e2-1fb46436e563/8113f9ec-993e-52d4-98e2-1fb46436e563_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 360883,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743787/general/a01781e4-5ab7-45c0-b291-dc0df65e6176.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8113f9ec-993e-52d4-98e2-1fb46436e563/8113f9ec-993e-52d4-98e2-1fb46436e563_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 341892,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743787/general/1b6dd020-5b2e-44fc-8bf0-ad7a0d8a4b13.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8113f9ec-993e-52d4-98e2-1fb46436e563/8113f9ec-993e-52d4-98e2-1fb46436e563_image_3.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 364745,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743787/general/48815e0f-b409-430e-8042-7864620f0795.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8113f9ec-993e-52d4-98e2-1fb46436e563/8113f9ec-993e-52d4-98e2-1fb46436e563_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 313575,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743787/general/fad4ddcb-dd4a-4663-a09e-ecb6b161f2c5.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8113f9ec-993e-52d4-98e2-1fb46436e563/8113f9ec-993e-52d4-98e2-1fb46436e563_image_5.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 373478,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743787/general/1801e1bb-3bf3-4f6a-b8a2-56e4a6f71bf6.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8113f9ec-993e-52d4-98e2-1fb46436e563/8113f9ec-993e-52d4-98e2-1fb46436e563_image_6.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 372912,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743787/general/bad47bbc-1794-4611-8b20-5f6b3c29e0f7.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8113f9ec-993e-52d4-98e2-1fb46436e563/8113f9ec-993e-52d4-98e2-1fb46436e563_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 293737,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743787/general/75c6a4d9-b492-4f62-8794-1506b84282c6.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8113f9ec-993e-52d4-98e2-1fb46436e563/8113f9ec-993e-52d4-98e2-1fb46436e563_image_8.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 303039,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743787/general/6a45685b-7c63-4c3a-aa6a-47bc6ac1c0e7.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_8113f9ec-993e-52d4-98e2-1fb46436e563/8113f9ec-993e-52d4-98e2-1fb46436e563_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 329493,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743787/general/dfd311c7-fe46-4103-9149-de66aebc9ed7.jpeg',
'Width': 1440}],
'price': 6400,
'price_includes_vat': True,
'registration_date': '2019-05-07',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Peugeot 508 1.5 HDI Allure - Diesel - Manual - 130 hp - 197.758 km',
'transmission': 'manual',
'trim': 'Allure',
'vin': None,
'year': 2019}
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742485%27 HTTP/1.1" 200 None
2026-03-28 15:18:15 [adesa.be] INFO: Saving data for 10742485: {'created_time': 1774711095.662316, 'last_price_update_time': 1774711095.662326, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742485') HTTP/1.1" 204 0
2026-03-28 15:18:15 [scrapy.core.engine] DEBUG: Crawled (403) <GET https://images.openlane.eu/carimgs/5677634/general/f5c518e3-5f67-43b8-bc70-1324d5f8e05b.JPEG> (referer: https://www.openlane.eu/en/carv6/auction/10742458)
2026-03-28 15:18:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742468> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 974c1a16-8632-5c0d-ba82-275e989ecc74 with identifier: 10742438
2026-03-28 15:18:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 974c1a16-8632-5c0d-ba82-275e989ecc74 with scrape type 1
2026-03-28 15:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 974c1a16-8632-5c0d-ba82-275e989ecc74
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586190%252Fgeneral%252F8a11c964-92fb-4eb2-84ba-7485843aec90.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586190/general/8a11c964-92fb-4eb2-84ba-7485843aec90.jpeg already downloaded
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586190%252Fgeneral%252F31d83d08-20d4-4a7c-a540-11079f718e98.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586190/general/31d83d08-20d4-4a7c-a540-11079f718e98.jpeg already downloaded
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586190%252Fgeneral%252F94f32b13-e45d-431d-855f-245b4aa36295.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586190/general/94f32b13-e45d-431d-855f-245b4aa36295.jpeg already downloaded
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586190%252Fgeneral%252Fb2366fec-b9a5-42a2-8d86-45b3bd95fa74.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586190/general/b2366fec-b9a5-42a2-8d86-45b3bd95fa74.jpeg already downloaded
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586190%252Fgeneral%252Fc51a8145-8548-423b-ab11-9c1dbfc7eb25.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586190/general/c51a8145-8548-423b-ab11-9c1dbfc7eb25.jpeg already downloaded
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586190%252Fgeneral%252Fe41ae646-a931-4785-ba0c-3ccb12ad2fb8.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586190/general/e41ae646-a931-4785-ba0c-3ccb12ad2fb8.jpeg already downloaded
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586190%252Fgeneral%252Fe8af09b0-9db8-4d99-95dc-2792268112a3.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586190/general/e8af09b0-9db8-4d99-95dc-2792268112a3.jpeg already downloaded
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586190%252Fgeneral%252Ff4f66781-57bd-4f87-afbb-f3bc8cdba815.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586190/general/f4f66781-57bd-4f87-afbb-f3bc8cdba815.jpeg already downloaded
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586190%252Fgeneral%252F509ce909-fe0b-499d-8c50-0e49e5aa6250.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586190/general/509ce909-fe0b-499d-8c50-0e49e5aa6250.jpeg already downloaded
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586190%252Fgeneral%252F6a22c1e4-b430-41bd-8bb7-c3371ba7e1cd.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586190/general/6a22c1e4-b430-41bd-8bb7-c3371ba7e1cd.jpeg already downloaded
2026-03-28 15:18:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 974c1a16-8632-5c0d-ba82-275e989ecc74, identifier: 10742438
2026-03-28 15:18:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1b0e1b6-824e-5b63-a414-b35f429a6fca with identifier: 10742432
2026-03-28 15:18:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1b0e1b6-824e-5b63-a414-b35f429a6fca with scrape type 1
2026-03-28 15:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b1b0e1b6-824e-5b63-a414-b35f429a6fca
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5526973%252Fgeneral%252F557eebb5-a6b5-4149-8efa-7679661c497d.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5526973/general/557eebb5-a6b5-4149-8efa-7679661c497d.jpg already downloaded
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5526973%252Fgeneral%252F69b0e5a3-ae29-40e6-adc2-233817a778a8.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5526973/general/69b0e5a3-ae29-40e6-adc2-233817a778a8.jpg already downloaded
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5526973%252Fgeneral%252Fa64d1999-75ff-4634-a6f1-b4d8b7b7f8cf.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5526973/general/a64d1999-75ff-4634-a6f1-b4d8b7b7f8cf.jpg already downloaded
2026-03-28 15:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5526973%252Fgeneral%252F02284073-24b1-4b7f-8346-277e88c8ea0a.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5526973/general/02284073-24b1-4b7f-8346-277e88c8ea0a.jpg already downloaded
2026-03-28 15:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5526973%252Fgeneral%252F8aa529a1-39e9-46af-98b9-d9cbb495b986.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5526973/general/8aa529a1-39e9-46af-98b9-d9cbb495b986.jpg already downloaded
2026-03-28 15:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5526973%252Fgeneral%252Fa34b4dd4-a864-4d5d-a393-2de88cd10111.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5526973/general/a34b4dd4-a864-4d5d-a393-2de88cd10111.jpg already downloaded
2026-03-28 15:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5526973%252Fgeneral%252F571ad929-83ab-4361-8ad7-9102e09d7a41.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5526973/general/571ad929-83ab-4361-8ad7-9102e09d7a41.jpg already downloaded
2026-03-28 15:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5526973%252Fgeneral%252F7ced59c4-bcef-4edb-827d-d3764762a551.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5526973/general/7ced59c4-bcef-4edb-827d-d3764762a551.jpg already downloaded
2026-03-28 15:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5526973%252Fgeneral%252Ffdf1d690-13d0-4c00-a468-d071809f0cbe.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5526973/general/fdf1d690-13d0-4c00-a468-d071809f0cbe.jpg already downloaded
2026-03-28 15:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5526973%252Fgeneral%252Fcf421ebf-6679-4c44-9a01-59125fec7557.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5526973/general/cf421ebf-6679-4c44-9a01-59125fec7557.jpg already downloaded
2026-03-28 15:18:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: b1b0e1b6-824e-5b63-a414-b35f429a6fca, identifier: 10742432
2026-03-28 15:18:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 974c1a16-8632-5c0d-ba82-275e989ecc74 with identifier: 10742438
2026-03-28 15:18:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 974c1a16-8632-5c0d-ba82-275e989ecc74 with identifier: 10742438
2026-03-28 15:18:16 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 974c1a16-8632-5c0d-ba82-275e989ecc74 with identifier: 10742438 to the API
2026-03-28 15:18:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742438>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'MPV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '974c1a16-8632-5c0d-ba82-275e989ecc74',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '013913',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742438',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '5008',
'odometer': 154961,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 37,
'photo_urls': ['https://images.openlane.eu/carimgs/5586190/general/8a11c964-92fb-4eb2-84ba-7485843aec90.jpeg',
'https://images.openlane.eu/carimgs/5586190/general/31d83d08-20d4-4a7c-a540-11079f718e98.jpeg',
'https://images.openlane.eu/carimgs/5586190/general/94f32b13-e45d-431d-855f-245b4aa36295.jpeg',
'https://images.openlane.eu/carimgs/5586190/general/b2366fec-b9a5-42a2-8d86-45b3bd95fa74.jpeg',
'https://images.openlane.eu/carimgs/5586190/general/c51a8145-8548-423b-ab11-9c1dbfc7eb25.jpeg',
'https://images.openlane.eu/carimgs/5586190/general/e41ae646-a931-4785-ba0c-3ccb12ad2fb8.jpeg',
'https://images.openlane.eu/carimgs/5586190/general/e8af09b0-9db8-4d99-95dc-2792268112a3.jpeg',
'https://images.openlane.eu/carimgs/5586190/general/f4f66781-57bd-4f87-afbb-f3bc8cdba815.jpeg',
'https://images.openlane.eu/carimgs/5586190/general/509ce909-fe0b-499d-8c50-0e49e5aa6250.jpeg',
'https://images.openlane.eu/carimgs/5586190/general/6a22c1e4-b430-41bd-8bb7-c3371ba7e1cd.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_974c1a16-8632-5c0d-ba82-275e989ecc74/974c1a16-8632-5c0d-ba82-275e989ecc74_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2851211,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586190/general/8a11c964-92fb-4eb2-84ba-7485843aec90.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_974c1a16-8632-5c0d-ba82-275e989ecc74/974c1a16-8632-5c0d-ba82-275e989ecc74_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2628757,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586190/general/31d83d08-20d4-4a7c-a540-11079f718e98.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_974c1a16-8632-5c0d-ba82-275e989ecc74/974c1a16-8632-5c0d-ba82-275e989ecc74_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2551359,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586190/general/94f32b13-e45d-431d-855f-245b4aa36295.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_974c1a16-8632-5c0d-ba82-275e989ecc74/974c1a16-8632-5c0d-ba82-275e989ecc74_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2433686,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586190/general/b2366fec-b9a5-42a2-8d86-45b3bd95fa74.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_974c1a16-8632-5c0d-ba82-275e989ecc74/974c1a16-8632-5c0d-ba82-275e989ecc74_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2005083,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586190/general/c51a8145-8548-423b-ab11-9c1dbfc7eb25.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_974c1a16-8632-5c0d-ba82-275e989ecc74/974c1a16-8632-5c0d-ba82-275e989ecc74_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2194918,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586190/general/e41ae646-a931-4785-ba0c-3ccb12ad2fb8.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_974c1a16-8632-5c0d-ba82-275e989ecc74/974c1a16-8632-5c0d-ba82-275e989ecc74_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2344329,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586190/general/e8af09b0-9db8-4d99-95dc-2792268112a3.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_974c1a16-8632-5c0d-ba82-275e989ecc74/974c1a16-8632-5c0d-ba82-275e989ecc74_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2071986,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586190/general/f4f66781-57bd-4f87-afbb-f3bc8cdba815.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_974c1a16-8632-5c0d-ba82-275e989ecc74/974c1a16-8632-5c0d-ba82-275e989ecc74_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2055016,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586190/general/509ce909-fe0b-499d-8c50-0e49e5aa6250.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_974c1a16-8632-5c0d-ba82-275e989ecc74/974c1a16-8632-5c0d-ba82-275e989ecc74_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2599413,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586190/general/6a22c1e4-b430-41bd-8bb7-c3371ba7e1cd.jpeg',
'Width': 4032}],
'price': 9700,
'price_includes_vat': True,
'registration_date': '2020-06-03',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Peugeot 5008 1.5 HDI Allure - Diesel - Manual - 130 hp - 154.961 km',
'transmission': 'manual',
'trim': 'Allure',
'vin': None,
'year': 2020}
2026-03-28 15:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742438%27 HTTP/1.1" 200 None
2026-03-28 15:18:16 [adesa.be] INFO: Saving data for 10742438: {'created_time': 1774711096.516508, 'last_price_update_time': 1774711096.516518, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742438') HTTP/1.1" 204 0
2026-03-28 15:18:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: b1b0e1b6-824e-5b63-a414-b35f429a6fca with identifier: 10742432
2026-03-28 15:18:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: b1b0e1b6-824e-5b63-a414-b35f429a6fca with identifier: 10742432
2026-03-28 15:18:16 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: b1b0e1b6-824e-5b63-a414-b35f429a6fca with identifier: 10742432 to the API
2026-03-28 15:18:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742432>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'engine_horse_power': 110,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': 'b1b0e1b6-824e-5b63-a414-b35f429a6fca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '000000',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742432',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 197199,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 41,
'photo_urls': ['https://images.openlane.eu/carimgs/5526973/general/557eebb5-a6b5-4149-8efa-7679661c497d.jpg',
'https://images.openlane.eu/carimgs/5526973/general/69b0e5a3-ae29-40e6-adc2-233817a778a8.jpg',
'https://images.openlane.eu/carimgs/5526973/general/a64d1999-75ff-4634-a6f1-b4d8b7b7f8cf.jpg',
'https://images.openlane.eu/carimgs/5526973/general/02284073-24b1-4b7f-8346-277e88c8ea0a.jpg',
'https://images.openlane.eu/carimgs/5526973/general/8aa529a1-39e9-46af-98b9-d9cbb495b986.jpg',
'https://images.openlane.eu/carimgs/5526973/general/a34b4dd4-a864-4d5d-a393-2de88cd10111.jpg',
'https://images.openlane.eu/carimgs/5526973/general/571ad929-83ab-4361-8ad7-9102e09d7a41.jpg',
'https://images.openlane.eu/carimgs/5526973/general/7ced59c4-bcef-4edb-827d-d3764762a551.jpg',
'https://images.openlane.eu/carimgs/5526973/general/fdf1d690-13d0-4c00-a468-d071809f0cbe.jpg',
'https://images.openlane.eu/carimgs/5526973/general/cf421ebf-6679-4c44-9a01-59125fec7557.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b1b0e1b6-824e-5b63-a414-b35f429a6fca/b1b0e1b6-824e-5b63-a414-b35f429a6fca_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 401559,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5526973/general/557eebb5-a6b5-4149-8efa-7679661c497d.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b1b0e1b6-824e-5b63-a414-b35f429a6fca/b1b0e1b6-824e-5b63-a414-b35f429a6fca_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 363757,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5526973/general/69b0e5a3-ae29-40e6-adc2-233817a778a8.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b1b0e1b6-824e-5b63-a414-b35f429a6fca/b1b0e1b6-824e-5b63-a414-b35f429a6fca_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 478147,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5526973/general/a64d1999-75ff-4634-a6f1-b4d8b7b7f8cf.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b1b0e1b6-824e-5b63-a414-b35f429a6fca/b1b0e1b6-824e-5b63-a414-b35f429a6fca_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 419428,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5526973/general/02284073-24b1-4b7f-8346-277e88c8ea0a.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b1b0e1b6-824e-5b63-a414-b35f429a6fca/b1b0e1b6-824e-5b63-a414-b35f429a6fca_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 365734,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5526973/general/8aa529a1-39e9-46af-98b9-d9cbb495b986.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b1b0e1b6-824e-5b63-a414-b35f429a6fca/b1b0e1b6-824e-5b63-a414-b35f429a6fca_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 337131,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5526973/general/a34b4dd4-a864-4d5d-a393-2de88cd10111.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b1b0e1b6-824e-5b63-a414-b35f429a6fca/b1b0e1b6-824e-5b63-a414-b35f429a6fca_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 357988,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5526973/general/571ad929-83ab-4361-8ad7-9102e09d7a41.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b1b0e1b6-824e-5b63-a414-b35f429a6fca/b1b0e1b6-824e-5b63-a414-b35f429a6fca_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 398533,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5526973/general/7ced59c4-bcef-4edb-827d-d3764762a551.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b1b0e1b6-824e-5b63-a414-b35f429a6fca/b1b0e1b6-824e-5b63-a414-b35f429a6fca_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 434321,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5526973/general/fdf1d690-13d0-4c00-a468-d071809f0cbe.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b1b0e1b6-824e-5b63-a414-b35f429a6fca/b1b0e1b6-824e-5b63-a414-b35f429a6fca_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 262909,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5526973/general/cf421ebf-6679-4c44-9a01-59125fec7557.jpg',
'Width': 2000}],
'price': 5200,
'price_includes_vat': True,
'registration_date': '2017-05-06',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Skoda Octavia Combi 1.4 TSI Ambition - CNG - Manual - 110 hp - '
'197.199 km',
'transmission': 'manual',
'trim': 'Ambition',
'vin': None,
'year': 2017}
2026-03-28 15:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742432%27 HTTP/1.1" 200 None
2026-03-28 15:18:16 [adesa.be] INFO: Saving data for 10742432: {'created_time': 1774711096.855597, 'last_price_update_time': 1774711096.855608, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742432') HTTP/1.1" 204 0
2026-03-28 15:18:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742460> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742455> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a6c97071-c216-5573-9ce7-bc5405c81ad8, skipping ID generation
2026-03-28 15:18:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6c97071-c216-5573-9ce7-bc5405c81ad8 with scrape type 1
2026-03-28 15:18:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a6c97071-c216-5573-9ce7-bc5405c81ad8 sending to next pipeline
2026-03-28 15:18:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: a6c97071-c216-5573-9ce7-bc5405c81ad8, identifier: 10742458
2026-03-28 15:18:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 387b144f-4e61-5792-a177-cfe510e39cf4 with identifier: 10742468
2026-03-28 15:18:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 387b144f-4e61-5792-a177-cfe510e39cf4 with scrape type 1
2026-03-28 15:18:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 387b144f-4e61-5792-a177-cfe510e39cf4
2026-03-28 15:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704073%252Fgeneral%252F8dbb3c7f-0d96-42b9-80ca-3dda990cd6a3.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704073/general/8dbb3c7f-0d96-42b9-80ca-3dda990cd6a3.jpeg already downloaded
2026-03-28 15:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704073%252Fgeneral%252Fa85e4506-2442-4815-ba07-4fa8af077df6.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704073/general/a85e4506-2442-4815-ba07-4fa8af077df6.jpeg already downloaded
2026-03-28 15:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704073%252Fgeneral%252F1c128c1a-2c51-487c-ae15-0c0621e9db4a.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704073/general/1c128c1a-2c51-487c-ae15-0c0621e9db4a.jpeg already downloaded
2026-03-28 15:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704073%252Fgeneral%252Fe31958ad-309d-4589-8884-d5eaf9cfede9.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704073/general/e31958ad-309d-4589-8884-d5eaf9cfede9.jpeg already downloaded
2026-03-28 15:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704073%252Fgeneral%252F5c2a8efb-eb3d-4266-8073-5e92d567b0f9.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704073/general/5c2a8efb-eb3d-4266-8073-5e92d567b0f9.jpeg already downloaded
2026-03-28 15:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704073%252Fgeneral%252F207f5cb5-b07b-4d6f-9f81-21b013d2016f.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704073/general/207f5cb5-b07b-4d6f-9f81-21b013d2016f.jpeg already downloaded
2026-03-28 15:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704073%252Fgeneral%252Ffb6437f3-6ce1-4a07-bc8f-5c88320a5fcb.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704073/general/fb6437f3-6ce1-4a07-bc8f-5c88320a5fcb.jpeg already downloaded
2026-03-28 15:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704073%252Fgeneral%252F5c901a53-b38d-43d5-a29e-f4d4fd3970e1.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704073/general/5c901a53-b38d-43d5-a29e-f4d4fd3970e1.jpeg already downloaded
2026-03-28 15:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704073%252Fgeneral%252F81f8b8a0-9f3d-4258-819b-1aeade109fdd.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704073/general/81f8b8a0-9f3d-4258-819b-1aeade109fdd.jpeg already downloaded
2026-03-28 15:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704073%252Fgeneral%252F9df5671b-94b0-4bd0-a14e-00c448dc9397.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704073/general/9df5671b-94b0-4bd0-a14e-00c448dc9397.jpeg already downloaded
2026-03-28 15:18:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 387b144f-4e61-5792-a177-cfe510e39cf4, identifier: 10742468
2026-03-28 15:18:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: a6c97071-c216-5573-9ce7-bc5405c81ad8 with identifier: 10742458
2026-03-28 15:18:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: a6c97071-c216-5573-9ce7-bc5405c81ad8 with identifier: 10742458
2026-03-28 15:18:17 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: a6c97071-c216-5573-9ce7-bc5405c81ad8 with identifier: 10742458 to the API
2026-03-28 15:18:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:18 [scrapy.core.scraper] DEBUG: Scraped from <403 https://images.openlane.eu/carimgs/5677634/general/f5c518e3-5f67-43b8-bc70-1324d5f8e05b.JPEG>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': 'a6c97071-c216-5573-9ce7-bc5405c81ad8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '005719',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742458',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Seat',
'model': 'Leon',
'odometer': 68561,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 34,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a6c97071-c216-5573-9ce7-bc5405c81ad8/a6c97071-c216-5573-9ce7-bc5405c81ad8_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2927745,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5677634/general/fdfe3c59-7757-4de6-bb46-492348ea2ae5.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a6c97071-c216-5573-9ce7-bc5405c81ad8/a6c97071-c216-5573-9ce7-bc5405c81ad8_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2376689,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5677634/general/df5b3356-41ce-4ad6-9749-458c37707611.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a6c97071-c216-5573-9ce7-bc5405c81ad8/a6c97071-c216-5573-9ce7-bc5405c81ad8_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2613494,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5677634/general/80cfb1bc-f3ce-46a8-8e7c-0055dec07d33.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a6c97071-c216-5573-9ce7-bc5405c81ad8/a6c97071-c216-5573-9ce7-bc5405c81ad8_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2620256,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5677634/general/f303b166-b792-46be-85ea-16a81779286d.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a6c97071-c216-5573-9ce7-bc5405c81ad8/a6c97071-c216-5573-9ce7-bc5405c81ad8_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1793469,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5677634/general/32e59e81-a205-4b24-aa9f-3017d8c2bec5.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a6c97071-c216-5573-9ce7-bc5405c81ad8/a6c97071-c216-5573-9ce7-bc5405c81ad8_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1697689,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5677634/general/e09c8289-7e07-4ba0-9df7-bef3c82ae542.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a6c97071-c216-5573-9ce7-bc5405c81ad8/a6c97071-c216-5573-9ce7-bc5405c81ad8_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1978419,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5677634/general/f90e790d-8de8-4eec-b4f7-9cddcc4d54b1.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a6c97071-c216-5573-9ce7-bc5405c81ad8/a6c97071-c216-5573-9ce7-bc5405c81ad8_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2113450,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5677634/general/92d04aec-7796-419e-a48b-7aedac0da703.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_a6c97071-c216-5573-9ce7-bc5405c81ad8/a6c97071-c216-5573-9ce7-bc5405c81ad8_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1159494,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5677634/general/e4c55f4a-e441-48a0-8ef5-69749bcadeb8.jpeg',
'Width': 4032}],
'price': 8200,
'price_includes_vat': True,
'registration_date': '2019-08-17',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Seat Leon 1.5 Style - CNG - Automatic - 130 hp - 68.561 km',
'transmission': 'automatic',
'trim': 'Style',
'vin': None,
'year': 2019}
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742458%27 HTTP/1.1" 200 None
2026-03-28 15:18:18 [adesa.be] INFO: Saving data for 10742458: {'created_time': 1774711098.149309, 'last_price_update_time': 1774711098.14932, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742458') HTTP/1.1" 204 0
2026-03-28 15:18:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 387b144f-4e61-5792-a177-cfe510e39cf4 with identifier: 10742468
2026-03-28 15:18:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 387b144f-4e61-5792-a177-cfe510e39cf4 with identifier: 10742468
2026-03-28 15:18:18 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 387b144f-4e61-5792-a177-cfe510e39cf4 with identifier: 10742468 to the API
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742468>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'MPV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '387b144f-4e61-5792-a177-cfe510e39cf4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '135254',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742468',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '5008',
'odometer': 147771,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 32,
'photo_urls': ['https://images.openlane.eu/carimgs/5704073/general/8dbb3c7f-0d96-42b9-80ca-3dda990cd6a3.jpeg',
'https://images.openlane.eu/carimgs/5704073/general/a85e4506-2442-4815-ba07-4fa8af077df6.jpeg',
'https://images.openlane.eu/carimgs/5704073/general/1c128c1a-2c51-487c-ae15-0c0621e9db4a.jpeg',
'https://images.openlane.eu/carimgs/5704073/general/e31958ad-309d-4589-8884-d5eaf9cfede9.jpeg',
'https://images.openlane.eu/carimgs/5704073/general/5c2a8efb-eb3d-4266-8073-5e92d567b0f9.jpeg',
'https://images.openlane.eu/carimgs/5704073/general/207f5cb5-b07b-4d6f-9f81-21b013d2016f.jpeg',
'https://images.openlane.eu/carimgs/5704073/general/fb6437f3-6ce1-4a07-bc8f-5c88320a5fcb.jpeg',
'https://images.openlane.eu/carimgs/5704073/general/5c901a53-b38d-43d5-a29e-f4d4fd3970e1.jpeg',
'https://images.openlane.eu/carimgs/5704073/general/81f8b8a0-9f3d-4258-819b-1aeade109fdd.jpeg',
'https://images.openlane.eu/carimgs/5704073/general/9df5671b-94b0-4bd0-a14e-00c448dc9397.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_387b144f-4e61-5792-a177-cfe510e39cf4/387b144f-4e61-5792-a177-cfe510e39cf4_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2506832,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704073/general/8dbb3c7f-0d96-42b9-80ca-3dda990cd6a3.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_387b144f-4e61-5792-a177-cfe510e39cf4/387b144f-4e61-5792-a177-cfe510e39cf4_image_1.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 3155131,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704073/general/a85e4506-2442-4815-ba07-4fa8af077df6.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_387b144f-4e61-5792-a177-cfe510e39cf4/387b144f-4e61-5792-a177-cfe510e39cf4_image_2.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 2616669,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704073/general/1c128c1a-2c51-487c-ae15-0c0621e9db4a.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_387b144f-4e61-5792-a177-cfe510e39cf4/387b144f-4e61-5792-a177-cfe510e39cf4_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2230793,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704073/general/e31958ad-309d-4589-8884-d5eaf9cfede9.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_387b144f-4e61-5792-a177-cfe510e39cf4/387b144f-4e61-5792-a177-cfe510e39cf4_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2414091,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704073/general/5c2a8efb-eb3d-4266-8073-5e92d567b0f9.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_387b144f-4e61-5792-a177-cfe510e39cf4/387b144f-4e61-5792-a177-cfe510e39cf4_image_5.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 2900558,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704073/general/207f5cb5-b07b-4d6f-9f81-21b013d2016f.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_387b144f-4e61-5792-a177-cfe510e39cf4/387b144f-4e61-5792-a177-cfe510e39cf4_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2264764,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704073/general/fb6437f3-6ce1-4a07-bc8f-5c88320a5fcb.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_387b144f-4e61-5792-a177-cfe510e39cf4/387b144f-4e61-5792-a177-cfe510e39cf4_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2518113,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704073/general/5c901a53-b38d-43d5-a29e-f4d4fd3970e1.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_387b144f-4e61-5792-a177-cfe510e39cf4/387b144f-4e61-5792-a177-cfe510e39cf4_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2061210,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704073/general/81f8b8a0-9f3d-4258-819b-1aeade109fdd.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_387b144f-4e61-5792-a177-cfe510e39cf4/387b144f-4e61-5792-a177-cfe510e39cf4_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2378096,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704073/general/9df5671b-94b0-4bd0-a14e-00c448dc9397.jpeg',
'Width': 4032}],
'price': 11400,
'price_includes_vat': True,
'registration_date': '2020-01-07',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Peugeot 5008 1.5 HDI Allure - Diesel - Automatic - 130 hp - 147.771 '
'km',
'transmission': 'automatic',
'trim': 'Allure',
'vin': None,
'year': 2020}
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742468%27 HTTP/1.1" 200 None
2026-03-28 15:18:18 [adesa.be] INFO: Saving data for 10742468: {'created_time': 1774711098.493142, 'last_price_update_time': 1774711098.493192, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742468') HTTP/1.1" 204 0
2026-03-28 15:18:18 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 9 for item a6c97071-c216-5573-9ce7-bc5405c81ad8 due to Ignoring non-200 response
2026-03-28 15:18:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742497> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742424> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742428> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742435> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2640c876-7dd4-5e0a-a5c7-fc1824ef25fb with identifier: 10742460
2026-03-28 15:18:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2640c876-7dd4-5e0a-a5c7-fc1824ef25fb with scrape type 1
2026-03-28 15:18:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 2640c876-7dd4-5e0a-a5c7-fc1824ef25fb
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5683016%252Fgeneral%252F380bb27c-78d9-49ae-9a8f-ab67d70c1b94.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5683016/general/380bb27c-78d9-49ae-9a8f-ab67d70c1b94.jpg already downloaded
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5683016%252Fgeneral%252F73de987e-23c5-4528-aa55-612f13f1b8a9.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5683016/general/73de987e-23c5-4528-aa55-612f13f1b8a9.jpg already downloaded
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5683016%252Fgeneral%252F30222147-6d84-4fa0-8d1c-100515d01664.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5683016/general/30222147-6d84-4fa0-8d1c-100515d01664.jpg already downloaded
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5683016%252Fgeneral%252Fdc572604-edd4-41b9-8309-4b46d39ddd0c.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5683016/general/dc572604-edd4-41b9-8309-4b46d39ddd0c.jpg already downloaded
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5683016%252Fgeneral%252F8b2ca71b-ee96-4496-8762-2509e4898d14.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5683016/general/8b2ca71b-ee96-4496-8762-2509e4898d14.jpg already downloaded
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5683016%252Fgeneral%252Fa6650ecb-90f2-4e5c-887e-8801e6a1adaf.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5683016/general/a6650ecb-90f2-4e5c-887e-8801e6a1adaf.jpg already downloaded
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5683016%252Fgeneral%252F6c8876e4-62aa-405f-82b0-d0b5c9be203f.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5683016/general/6c8876e4-62aa-405f-82b0-d0b5c9be203f.jpg already downloaded
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5683016%252Fgeneral%252F112a9015-6364-4ee3-a574-ccef4234248a.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5683016/general/112a9015-6364-4ee3-a574-ccef4234248a.jpg already downloaded
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5683016%252Fgeneral%252Fbbba22a6-28c5-42f6-94d9-2a5a18437083.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5683016/general/bbba22a6-28c5-42f6-94d9-2a5a18437083.jpg already downloaded
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5683016%252Fgeneral%252Fa5fc38c7-68e8-43d7-9930-0b2c8a9b1986.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5683016/general/a5fc38c7-68e8-43d7-9930-0b2c8a9b1986.jpg already downloaded
2026-03-28 15:18:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 2640c876-7dd4-5e0a-a5c7-fc1824ef25fb, identifier: 10742460
2026-03-28 15:18:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f07dd9be-b1cf-53dc-a686-e5f16bb704fd with identifier: 10742455
2026-03-28 15:18:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f07dd9be-b1cf-53dc-a686-e5f16bb704fd with scrape type 1
2026-03-28 15:18:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item f07dd9be-b1cf-53dc-a686-e5f16bb704fd
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5656390%252Fgeneral%252Fb937f270-a0b4-47d7-bcbb-56bf2aec1192.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5656390/general/b937f270-a0b4-47d7-bcbb-56bf2aec1192.jpeg already downloaded
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5656390%252Fgeneral%252F04614f9d-d942-474d-bdac-9617e8d6aac3.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5656390/general/04614f9d-d942-474d-bdac-9617e8d6aac3.jpeg already downloaded
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5656390%252Fgeneral%252F79265dc6-3a93-49db-babc-c7aecff377a4.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5656390/general/79265dc6-3a93-49db-babc-c7aecff377a4.jpeg already downloaded
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5656390%252Fgeneral%252F53860c93-d0c8-402a-8162-70f2cd4f2f9c.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5656390/general/53860c93-d0c8-402a-8162-70f2cd4f2f9c.jpeg already downloaded
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5656390%252Fgeneral%252F731fd828-9d26-4d85-9adb-7443503720c1.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5656390/general/731fd828-9d26-4d85-9adb-7443503720c1.jpeg already downloaded
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5656390%252Fgeneral%252F969d996d-f3da-4c01-89be-57e45b1c3d9b.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5656390/general/969d996d-f3da-4c01-89be-57e45b1c3d9b.jpeg already downloaded
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5656390%252Fgeneral%252F2fcacdb3-7c9f-4df1-bb2d-ac3e46cbbe70.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5656390/general/2fcacdb3-7c9f-4df1-bb2d-ac3e46cbbe70.jpeg already downloaded
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5656390%252Fgeneral%252F06b6614f-64f3-4890-bcfa-ed192e3f82d2.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5656390/general/06b6614f-64f3-4890-bcfa-ed192e3f82d2.jpeg already downloaded
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5656390%252Fgeneral%252Fc1bb1504-aef5-47c8-98da-01b7a7d7cc49.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5656390/general/c1bb1504-aef5-47c8-98da-01b7a7d7cc49.jpeg already downloaded
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5656390%252Fgeneral%252F9bf65790-609f-4311-885a-78f63561023b.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5656390/general/9bf65790-609f-4311-885a-78f63561023b.jpeg already downloaded
2026-03-28 15:18:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: f07dd9be-b1cf-53dc-a686-e5f16bb704fd, identifier: 10742455
2026-03-28 15:18:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 2640c876-7dd4-5e0a-a5c7-fc1824ef25fb with identifier: 10742460
2026-03-28 15:18:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 2640c876-7dd4-5e0a-a5c7-fc1824ef25fb with identifier: 10742460
2026-03-28 15:18:19 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 2640c876-7dd4-5e0a-a5c7-fc1824ef25fb with identifier: 10742460 to the API
2026-03-28 15:18:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742460>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'MPV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '2640c876-7dd4-5e0a-a5c7-fc1824ef25fb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '434572',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742460',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '5008',
'odometer': 126556,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 43,
'photo_urls': ['https://images.openlane.eu/carimgs/5683016/general/380bb27c-78d9-49ae-9a8f-ab67d70c1b94.jpg',
'https://images.openlane.eu/carimgs/5683016/general/73de987e-23c5-4528-aa55-612f13f1b8a9.jpg',
'https://images.openlane.eu/carimgs/5683016/general/30222147-6d84-4fa0-8d1c-100515d01664.jpg',
'https://images.openlane.eu/carimgs/5683016/general/dc572604-edd4-41b9-8309-4b46d39ddd0c.jpg',
'https://images.openlane.eu/carimgs/5683016/general/8b2ca71b-ee96-4496-8762-2509e4898d14.jpg',
'https://images.openlane.eu/carimgs/5683016/general/a6650ecb-90f2-4e5c-887e-8801e6a1adaf.jpg',
'https://images.openlane.eu/carimgs/5683016/general/6c8876e4-62aa-405f-82b0-d0b5c9be203f.jpg',
'https://images.openlane.eu/carimgs/5683016/general/112a9015-6364-4ee3-a574-ccef4234248a.jpg',
'https://images.openlane.eu/carimgs/5683016/general/bbba22a6-28c5-42f6-94d9-2a5a18437083.jpg',
'https://images.openlane.eu/carimgs/5683016/general/a5fc38c7-68e8-43d7-9930-0b2c8a9b1986.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2640c876-7dd4-5e0a-a5c7-fc1824ef25fb/2640c876-7dd4-5e0a-a5c7-fc1824ef25fb_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2511272,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5683016/general/380bb27c-78d9-49ae-9a8f-ab67d70c1b94.jpg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2640c876-7dd4-5e0a-a5c7-fc1824ef25fb/2640c876-7dd4-5e0a-a5c7-fc1824ef25fb_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2402036,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5683016/general/73de987e-23c5-4528-aa55-612f13f1b8a9.jpg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2640c876-7dd4-5e0a-a5c7-fc1824ef25fb/2640c876-7dd4-5e0a-a5c7-fc1824ef25fb_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2452219,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5683016/general/30222147-6d84-4fa0-8d1c-100515d01664.jpg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2640c876-7dd4-5e0a-a5c7-fc1824ef25fb/2640c876-7dd4-5e0a-a5c7-fc1824ef25fb_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2776573,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5683016/general/dc572604-edd4-41b9-8309-4b46d39ddd0c.jpg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2640c876-7dd4-5e0a-a5c7-fc1824ef25fb/2640c876-7dd4-5e0a-a5c7-fc1824ef25fb_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2229028,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5683016/general/8b2ca71b-ee96-4496-8762-2509e4898d14.jpg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2640c876-7dd4-5e0a-a5c7-fc1824ef25fb/2640c876-7dd4-5e0a-a5c7-fc1824ef25fb_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2073073,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5683016/general/a6650ecb-90f2-4e5c-887e-8801e6a1adaf.jpg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2640c876-7dd4-5e0a-a5c7-fc1824ef25fb/2640c876-7dd4-5e0a-a5c7-fc1824ef25fb_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2897573,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5683016/general/6c8876e4-62aa-405f-82b0-d0b5c9be203f.jpg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2640c876-7dd4-5e0a-a5c7-fc1824ef25fb/2640c876-7dd4-5e0a-a5c7-fc1824ef25fb_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2444057,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5683016/general/112a9015-6364-4ee3-a574-ccef4234248a.jpg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2640c876-7dd4-5e0a-a5c7-fc1824ef25fb/2640c876-7dd4-5e0a-a5c7-fc1824ef25fb_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2325204,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5683016/general/bbba22a6-28c5-42f6-94d9-2a5a18437083.jpg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_2640c876-7dd4-5e0a-a5c7-fc1824ef25fb/2640c876-7dd4-5e0a-a5c7-fc1824ef25fb_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2459166,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5683016/general/a5fc38c7-68e8-43d7-9930-0b2c8a9b1986.jpg',
'Width': 4032}],
'price': 10300,
'price_includes_vat': True,
'registration_date': '2019-12-19',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Peugeot 5008 1.5 HDI Allure - Diesel - Automatic - 130 hp - 126.556 '
'km',
'transmission': 'automatic',
'trim': 'Allure',
'vin': None,
'year': 2019}
2026-03-28 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742460%27 HTTP/1.1" 200 None
2026-03-28 15:18:19 [adesa.be] INFO: Saving data for 10742460: {'created_time': 1774711099.345437, 'last_price_update_time': 1774711099.345454, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742460') HTTP/1.1" 204 0
2026-03-28 15:18:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: f07dd9be-b1cf-53dc-a686-e5f16bb704fd with identifier: 10742455
2026-03-28 15:18:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: f07dd9be-b1cf-53dc-a686-e5f16bb704fd with identifier: 10742455
2026-03-28 15:18:19 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: f07dd9be-b1cf-53dc-a686-e5f16bb704fd with identifier: 10742455 to the API
2026-03-28 15:18:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742455>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'MPV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'f07dd9be-b1cf-53dc-a686-e5f16bb704fd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '040646',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742455',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '5008',
'odometer': 142971,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 36,
'photo_urls': ['https://images.openlane.eu/carimgs/5656390/general/b937f270-a0b4-47d7-bcbb-56bf2aec1192.jpeg',
'https://images.openlane.eu/carimgs/5656390/general/04614f9d-d942-474d-bdac-9617e8d6aac3.jpeg',
'https://images.openlane.eu/carimgs/5656390/general/79265dc6-3a93-49db-babc-c7aecff377a4.jpeg',
'https://images.openlane.eu/carimgs/5656390/general/53860c93-d0c8-402a-8162-70f2cd4f2f9c.jpeg',
'https://images.openlane.eu/carimgs/5656390/general/731fd828-9d26-4d85-9adb-7443503720c1.jpeg',
'https://images.openlane.eu/carimgs/5656390/general/969d996d-f3da-4c01-89be-57e45b1c3d9b.jpeg',
'https://images.openlane.eu/carimgs/5656390/general/2fcacdb3-7c9f-4df1-bb2d-ac3e46cbbe70.jpeg',
'https://images.openlane.eu/carimgs/5656390/general/06b6614f-64f3-4890-bcfa-ed192e3f82d2.jpeg',
'https://images.openlane.eu/carimgs/5656390/general/c1bb1504-aef5-47c8-98da-01b7a7d7cc49.jpeg',
'https://images.openlane.eu/carimgs/5656390/general/9bf65790-609f-4311-885a-78f63561023b.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f07dd9be-b1cf-53dc-a686-e5f16bb704fd/f07dd9be-b1cf-53dc-a686-e5f16bb704fd_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2635607,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5656390/general/b937f270-a0b4-47d7-bcbb-56bf2aec1192.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f07dd9be-b1cf-53dc-a686-e5f16bb704fd/f07dd9be-b1cf-53dc-a686-e5f16bb704fd_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2463031,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5656390/general/04614f9d-d942-474d-bdac-9617e8d6aac3.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f07dd9be-b1cf-53dc-a686-e5f16bb704fd/f07dd9be-b1cf-53dc-a686-e5f16bb704fd_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2350051,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5656390/general/79265dc6-3a93-49db-babc-c7aecff377a4.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f07dd9be-b1cf-53dc-a686-e5f16bb704fd/f07dd9be-b1cf-53dc-a686-e5f16bb704fd_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2341023,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5656390/general/53860c93-d0c8-402a-8162-70f2cd4f2f9c.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f07dd9be-b1cf-53dc-a686-e5f16bb704fd/f07dd9be-b1cf-53dc-a686-e5f16bb704fd_image_4.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 1685963,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5656390/general/731fd828-9d26-4d85-9adb-7443503720c1.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f07dd9be-b1cf-53dc-a686-e5f16bb704fd/f07dd9be-b1cf-53dc-a686-e5f16bb704fd_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1508251,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5656390/general/969d996d-f3da-4c01-89be-57e45b1c3d9b.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f07dd9be-b1cf-53dc-a686-e5f16bb704fd/f07dd9be-b1cf-53dc-a686-e5f16bb704fd_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1563947,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5656390/general/2fcacdb3-7c9f-4df1-bb2d-ac3e46cbbe70.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f07dd9be-b1cf-53dc-a686-e5f16bb704fd/f07dd9be-b1cf-53dc-a686-e5f16bb704fd_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1470114,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5656390/general/06b6614f-64f3-4890-bcfa-ed192e3f82d2.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f07dd9be-b1cf-53dc-a686-e5f16bb704fd/f07dd9be-b1cf-53dc-a686-e5f16bb704fd_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2198386,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5656390/general/c1bb1504-aef5-47c8-98da-01b7a7d7cc49.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_f07dd9be-b1cf-53dc-a686-e5f16bb704fd/f07dd9be-b1cf-53dc-a686-e5f16bb704fd_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2039032,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5656390/general/9bf65790-609f-4311-885a-78f63561023b.jpeg',
'Width': 4032}],
'price': 10700,
'price_includes_vat': True,
'registration_date': '2019-04-18',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Peugeot 5008 1.5 HDI Allure - Diesel - Automatic - 130 hp - 142.971 '
'km',
'transmission': 'automatic',
'trim': 'Allure',
'vin': None,
'year': 2019}
2026-03-28 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742455%27 HTTP/1.1" 200 None
2026-03-28 15:18:19 [adesa.be] INFO: Saving data for 10742455: {'created_time': 1774711099.681797, 'last_price_update_time': 1774711099.681807, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742455') HTTP/1.1" 204 0
2026-03-28 15:18:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aad44e21-6536-55a8-8d2e-b01fcb18ced7 with identifier: 10742497
2026-03-28 15:18:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aad44e21-6536-55a8-8d2e-b01fcb18ced7 with scrape type 1
2026-03-28 15:18:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item aad44e21-6536-55a8-8d2e-b01fcb18ced7
2026-03-28 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743932%252Fgeneral%252Fb091cae3-58a9-46bf-a679-fd85c167a82c.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743932/general/b091cae3-58a9-46bf-a679-fd85c167a82c.jpeg already downloaded
2026-03-28 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743932%252Fgeneral%252F327b3275-8287-4128-97d7-301887c1722f.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743932/general/327b3275-8287-4128-97d7-301887c1722f.jpeg already downloaded
2026-03-28 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743932%252Fgeneral%252Fe6b4d06d-a5e1-4ddb-a8b1-906fee65691a.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743932/general/e6b4d06d-a5e1-4ddb-a8b1-906fee65691a.jpeg already downloaded
2026-03-28 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743932%252Fgeneral%252F7dc77b50-500e-4153-b176-6b2a797fb018.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743932/general/7dc77b50-500e-4153-b176-6b2a797fb018.jpeg already downloaded
2026-03-28 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743932%252Fgeneral%252F523939aa-abbb-449d-a9c1-f445830cdeda.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743932/general/523939aa-abbb-449d-a9c1-f445830cdeda.jpeg already downloaded
2026-03-28 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743932%252Fgeneral%252Fe1256b22-393c-4a8e-8e15-400510bf6341.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743932/general/e1256b22-393c-4a8e-8e15-400510bf6341.jpeg already downloaded
2026-03-28 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743932%252Fgeneral%252Fdf3dc7f1-122a-4982-b14c-67ae3ed2c3bc.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743932/general/df3dc7f1-122a-4982-b14c-67ae3ed2c3bc.jpeg already downloaded
2026-03-28 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743932%252Fgeneral%252F020a7832-1077-40c7-ab4c-e50b6b29c49f.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743932/general/020a7832-1077-40c7-ab4c-e50b6b29c49f.jpeg already downloaded
2026-03-28 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743932%252Fgeneral%252Fafa4cc6f-dbbd-4be6-aa38-c09a12d59332.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743932/general/afa4cc6f-dbbd-4be6-aa38-c09a12d59332.jpeg already downloaded
2026-03-28 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743932%252Fgeneral%252F172bcbac-ee87-4dd8-bac5-60001c870dd8.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743932/general/172bcbac-ee87-4dd8-bac5-60001c870dd8.jpeg already downloaded
2026-03-28 15:18:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: aad44e21-6536-55a8-8d2e-b01fcb18ced7, identifier: 10742497
2026-03-28 15:18:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55b7f855-5d9d-5c0e-ac47-61387d006d03 with identifier: 10742424
2026-03-28 15:18:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55b7f855-5d9d-5c0e-ac47-61387d006d03 with scrape type 1
2026-03-28 15:18:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 55b7f855-5d9d-5c0e-ac47-61387d006d03
2026-03-28 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5419925%252Fgeneral%252F85924229-f7ba-4ddc-a230-6a9a868abd31.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5419925/general/85924229-f7ba-4ddc-a230-6a9a868abd31.jpg already downloaded
2026-03-28 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5419925%252Fgeneral%252Fea8eb463-aeff-4029-912f-50f244e44507.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5419925/general/ea8eb463-aeff-4029-912f-50f244e44507.jpg already downloaded
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5419925%252Fgeneral%252F9ed1cc1d-aab3-4883-9008-ff1d920b7b00.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5419925/general/9ed1cc1d-aab3-4883-9008-ff1d920b7b00.jpg already downloaded
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5419925%252Fgeneral%252Fb3950088-e93a-4ab8-b629-3760cf7bc00b.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5419925/general/b3950088-e93a-4ab8-b629-3760cf7bc00b.jpg already downloaded
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5419925%252Fgeneral%252Ffd0cfba1-a300-46d2-b162-256b0f14d3e8.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5419925/general/fd0cfba1-a300-46d2-b162-256b0f14d3e8.jpg already downloaded
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5419925%252Fgeneral%252Fb8e9b61b-15d2-4e91-9152-6ca876a47086.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5419925/general/b8e9b61b-15d2-4e91-9152-6ca876a47086.jpg already downloaded
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5419925%252Fgeneral%252F776af7d2-d458-4565-9134-51f1b0b67866.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5419925/general/776af7d2-d458-4565-9134-51f1b0b67866.jpg already downloaded
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5419925%252Fgeneral%252F4de9ebac-d3ba-41ad-85ba-d0685d05184c.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5419925/general/4de9ebac-d3ba-41ad-85ba-d0685d05184c.jpg already downloaded
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5419925%252Fgeneral%252F475e2530-d9a5-4142-8536-b1d43e89ca7e.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5419925/general/475e2530-d9a5-4142-8536-b1d43e89ca7e.jpg already downloaded
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5419925%252Fgeneral%252F8e24a1cb-5472-4870-afa2-52de7571f376.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5419925/general/8e24a1cb-5472-4870-afa2-52de7571f376.jpg already downloaded
2026-03-28 15:18:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 55b7f855-5d9d-5c0e-ac47-61387d006d03, identifier: 10742424
2026-03-28 15:18:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a85abeb-0027-5e0c-8ce4-822ee247416f with identifier: 10742428
2026-03-28 15:18:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a85abeb-0027-5e0c-8ce4-822ee247416f with scrape type 1
2026-03-28 15:18:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0a85abeb-0027-5e0c-8ce4-822ee247416f
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5477875%252Fgeneral%252Fca5b4cb3-1b65-47f0-9672-c6cca035dbb4.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5477875/general/ca5b4cb3-1b65-47f0-9672-c6cca035dbb4.jpg already downloaded
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5477875%252Fgeneral%252Fb68db27e-d6f7-4f3b-933b-5e648eba88f3.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5477875/general/b68db27e-d6f7-4f3b-933b-5e648eba88f3.jpg already downloaded
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5477875%252Fgeneral%252F73082a61-d8b6-431b-95cc-1ea530f6d0bc.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5477875/general/73082a61-d8b6-431b-95cc-1ea530f6d0bc.jpg already downloaded
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5477875%252Fgeneral%252F750ebf0a-adc2-4fae-95a4-b50ae6775b58.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5477875/general/750ebf0a-adc2-4fae-95a4-b50ae6775b58.jpg already downloaded
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5477875%252Fgeneral%252F8046ffc0-8350-452e-99a2-0d2e5c3df74a.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5477875/general/8046ffc0-8350-452e-99a2-0d2e5c3df74a.jpg already downloaded
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5477875%252Fgeneral%252Fb1198264-19c3-477e-b62d-7ddb77145ccf.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5477875/general/b1198264-19c3-477e-b62d-7ddb77145ccf.jpg already downloaded
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5477875%252Fgeneral%252F8725b2c2-c2d3-45cf-8616-169ea08e2da3.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5477875/general/8725b2c2-c2d3-45cf-8616-169ea08e2da3.jpg already downloaded
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5477875%252Fgeneral%252F6df3b64f-6c75-42bf-8a90-9536694f0d82.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5477875/general/6df3b64f-6c75-42bf-8a90-9536694f0d82.jpg already downloaded
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5477875%252Fgeneral%252Ffed8d151-ff7b-423b-9e07-0ddf3189c1d0.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5477875/general/fed8d151-ff7b-423b-9e07-0ddf3189c1d0.jpg already downloaded
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5477875%252Fgeneral%252F0a524301-e780-414f-8017-dc663e3af402.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5477875/general/0a524301-e780-414f-8017-dc663e3af402.jpg already downloaded
2026-03-28 15:18:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 0a85abeb-0027-5e0c-8ce4-822ee247416f, identifier: 10742428
2026-03-28 15:18:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98a45dff-ad60-5df6-b7b1-b8bc14b09550 with identifier: 10742435
2026-03-28 15:18:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98a45dff-ad60-5df6-b7b1-b8bc14b09550 with scrape type 1
2026-03-28 15:18:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 98a45dff-ad60-5df6-b7b1-b8bc14b09550
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5576377%252Fgeneral%252F87cd35b4-3d00-44c7-bbae-7634776d78a9.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5576377/general/87cd35b4-3d00-44c7-bbae-7634776d78a9.jpeg already downloaded
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5576377%252Fgeneral%252F8b4fe05c-8daf-4cb0-a08b-eaf38b231b31.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5576377/general/8b4fe05c-8daf-4cb0-a08b-eaf38b231b31.jpeg already downloaded
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5576377%252Fgeneral%252Fee00d7cd-32b2-4a77-be68-857ff98b3846.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5576377/general/ee00d7cd-32b2-4a77-be68-857ff98b3846.jpeg already downloaded
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5576377%252Fgeneral%252F6d6ba467-6e35-43ed-8970-fca98ceb9da3.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5576377/general/6d6ba467-6e35-43ed-8970-fca98ceb9da3.jpeg already downloaded
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5576377%252Fgeneral%252Ff41ae7ac-fd88-489b-84d1-8a5429341e74.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5576377/general/f41ae7ac-fd88-489b-84d1-8a5429341e74.jpeg already downloaded
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5576377%252Fgeneral%252F9a9c2fcd-7d35-4c1b-a653-3261c4281b79.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5576377/general/9a9c2fcd-7d35-4c1b-a653-3261c4281b79.jpeg already downloaded
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5576377%252Fgeneral%252F90586690-6ce4-4804-afd7-331962f33e3c.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5576377/general/90586690-6ce4-4804-afd7-331962f33e3c.jpeg already downloaded
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5576377%252Fgeneral%252F5494d650-98f8-4e63-92ac-09bb17d2e628.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5576377/general/5494d650-98f8-4e63-92ac-09bb17d2e628.jpeg already downloaded
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5576377%252Fgeneral%252Fe8e30f1b-028a-4ccb-bd73-7b7deb4c2d25.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5576377/general/e8e30f1b-028a-4ccb-bd73-7b7deb4c2d25.jpeg already downloaded
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5576377%252Fgeneral%252Fed8caf95-85d5-4b7a-8642-37eef4b583bc.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5576377/general/ed8caf95-85d5-4b7a-8642-37eef4b583bc.jpeg already downloaded
2026-03-28 15:18:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 98a45dff-ad60-5df6-b7b1-b8bc14b09550, identifier: 10742435
2026-03-28 15:18:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: aad44e21-6536-55a8-8d2e-b01fcb18ced7 with identifier: 10742497
2026-03-28 15:18:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: aad44e21-6536-55a8-8d2e-b01fcb18ced7 with identifier: 10742497
2026-03-28 15:18:20 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: aad44e21-6536-55a8-8d2e-b01fcb18ced7 with identifier: 10742497 to the API
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742497>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'aad44e21-6536-55a8-8d2e-b01fcb18ced7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'KS370167',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742497',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '308',
'odometer': 164269,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 34,
'photo_urls': ['https://images.openlane.eu/carimgs/5743932/general/b091cae3-58a9-46bf-a679-fd85c167a82c.jpeg',
'https://images.openlane.eu/carimgs/5743932/general/327b3275-8287-4128-97d7-301887c1722f.jpeg',
'https://images.openlane.eu/carimgs/5743932/general/e6b4d06d-a5e1-4ddb-a8b1-906fee65691a.jpeg',
'https://images.openlane.eu/carimgs/5743932/general/7dc77b50-500e-4153-b176-6b2a797fb018.jpeg',
'https://images.openlane.eu/carimgs/5743932/general/523939aa-abbb-449d-a9c1-f445830cdeda.jpeg',
'https://images.openlane.eu/carimgs/5743932/general/e1256b22-393c-4a8e-8e15-400510bf6341.jpeg',
'https://images.openlane.eu/carimgs/5743932/general/df3dc7f1-122a-4982-b14c-67ae3ed2c3bc.jpeg',
'https://images.openlane.eu/carimgs/5743932/general/020a7832-1077-40c7-ab4c-e50b6b29c49f.jpeg',
'https://images.openlane.eu/carimgs/5743932/general/afa4cc6f-dbbd-4be6-aa38-c09a12d59332.jpeg',
'https://images.openlane.eu/carimgs/5743932/general/172bcbac-ee87-4dd8-bac5-60001c870dd8.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aad44e21-6536-55a8-8d2e-b01fcb18ced7/aad44e21-6536-55a8-8d2e-b01fcb18ced7_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 487280,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743932/general/b091cae3-58a9-46bf-a679-fd85c167a82c.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aad44e21-6536-55a8-8d2e-b01fcb18ced7/aad44e21-6536-55a8-8d2e-b01fcb18ced7_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 496666,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743932/general/327b3275-8287-4128-97d7-301887c1722f.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aad44e21-6536-55a8-8d2e-b01fcb18ced7/aad44e21-6536-55a8-8d2e-b01fcb18ced7_image_2.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 528581,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743932/general/e6b4d06d-a5e1-4ddb-a8b1-906fee65691a.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aad44e21-6536-55a8-8d2e-b01fcb18ced7/aad44e21-6536-55a8-8d2e-b01fcb18ced7_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 481711,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743932/general/7dc77b50-500e-4153-b176-6b2a797fb018.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aad44e21-6536-55a8-8d2e-b01fcb18ced7/aad44e21-6536-55a8-8d2e-b01fcb18ced7_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 334356,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743932/general/523939aa-abbb-449d-a9c1-f445830cdeda.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aad44e21-6536-55a8-8d2e-b01fcb18ced7/aad44e21-6536-55a8-8d2e-b01fcb18ced7_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 304943,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743932/general/e1256b22-393c-4a8e-8e15-400510bf6341.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aad44e21-6536-55a8-8d2e-b01fcb18ced7/aad44e21-6536-55a8-8d2e-b01fcb18ced7_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 322032,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743932/general/df3dc7f1-122a-4982-b14c-67ae3ed2c3bc.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aad44e21-6536-55a8-8d2e-b01fcb18ced7/aad44e21-6536-55a8-8d2e-b01fcb18ced7_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 362228,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743932/general/020a7832-1077-40c7-ab4c-e50b6b29c49f.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aad44e21-6536-55a8-8d2e-b01fcb18ced7/aad44e21-6536-55a8-8d2e-b01fcb18ced7_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 257281,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743932/general/afa4cc6f-dbbd-4be6-aa38-c09a12d59332.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_aad44e21-6536-55a8-8d2e-b01fcb18ced7/aad44e21-6536-55a8-8d2e-b01fcb18ced7_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 369510,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743932/general/172bcbac-ee87-4dd8-bac5-60001c870dd8.jpeg',
'Width': 1440}],
'price': 6200,
'price_includes_vat': True,
'registration_date': '2019-10-30',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Peugeot 308 SW 1.5 Allure - Diesel - Manual - 130 hp - 164.269 km',
'transmission': 'manual',
'trim': 'Allure',
'vin': None,
'year': 2019}
2026-03-28 15:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742497%27 HTTP/1.1" 200 None
2026-03-28 15:18:21 [adesa.be] INFO: Saving data for 10742497: {'created_time': 1774711101.086029, 'last_price_update_time': 1774711101.08604, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742497') HTTP/1.1" 204 0
2026-03-28 15:18:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 55b7f855-5d9d-5c0e-ac47-61387d006d03 with identifier: 10742424
2026-03-28 15:18:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 55b7f855-5d9d-5c0e-ac47-61387d006d03 with identifier: 10742424
2026-03-28 15:18:21 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 55b7f855-5d9d-5c0e-ac47-61387d006d03 with identifier: 10742424 to the API
2026-03-28 15:18:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742424>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '55b7f855-5d9d-5c0e-ac47-61387d006d03',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'XXX782',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742424',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '308',
'odometer': 169369,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 38,
'photo_urls': ['https://images.openlane.eu/carimgs/5419925/general/85924229-f7ba-4ddc-a230-6a9a868abd31.jpg',
'https://images.openlane.eu/carimgs/5419925/general/ea8eb463-aeff-4029-912f-50f244e44507.jpg',
'https://images.openlane.eu/carimgs/5419925/general/9ed1cc1d-aab3-4883-9008-ff1d920b7b00.jpg',
'https://images.openlane.eu/carimgs/5419925/general/b3950088-e93a-4ab8-b629-3760cf7bc00b.jpg',
'https://images.openlane.eu/carimgs/5419925/general/fd0cfba1-a300-46d2-b162-256b0f14d3e8.jpg',
'https://images.openlane.eu/carimgs/5419925/general/b8e9b61b-15d2-4e91-9152-6ca876a47086.jpg',
'https://images.openlane.eu/carimgs/5419925/general/776af7d2-d458-4565-9134-51f1b0b67866.jpg',
'https://images.openlane.eu/carimgs/5419925/general/4de9ebac-d3ba-41ad-85ba-d0685d05184c.jpg',
'https://images.openlane.eu/carimgs/5419925/general/475e2530-d9a5-4142-8536-b1d43e89ca7e.jpg',
'https://images.openlane.eu/carimgs/5419925/general/8e24a1cb-5472-4870-afa2-52de7571f376.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55b7f855-5d9d-5c0e-ac47-61387d006d03/55b7f855-5d9d-5c0e-ac47-61387d006d03_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 368213,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5419925/general/85924229-f7ba-4ddc-a230-6a9a868abd31.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55b7f855-5d9d-5c0e-ac47-61387d006d03/55b7f855-5d9d-5c0e-ac47-61387d006d03_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 334419,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5419925/general/ea8eb463-aeff-4029-912f-50f244e44507.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55b7f855-5d9d-5c0e-ac47-61387d006d03/55b7f855-5d9d-5c0e-ac47-61387d006d03_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 315156,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5419925/general/9ed1cc1d-aab3-4883-9008-ff1d920b7b00.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55b7f855-5d9d-5c0e-ac47-61387d006d03/55b7f855-5d9d-5c0e-ac47-61387d006d03_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 287866,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5419925/general/b3950088-e93a-4ab8-b629-3760cf7bc00b.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55b7f855-5d9d-5c0e-ac47-61387d006d03/55b7f855-5d9d-5c0e-ac47-61387d006d03_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 207667,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5419925/general/fd0cfba1-a300-46d2-b162-256b0f14d3e8.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55b7f855-5d9d-5c0e-ac47-61387d006d03/55b7f855-5d9d-5c0e-ac47-61387d006d03_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 216985,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5419925/general/b8e9b61b-15d2-4e91-9152-6ca876a47086.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55b7f855-5d9d-5c0e-ac47-61387d006d03/55b7f855-5d9d-5c0e-ac47-61387d006d03_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 203788,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5419925/general/776af7d2-d458-4565-9134-51f1b0b67866.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55b7f855-5d9d-5c0e-ac47-61387d006d03/55b7f855-5d9d-5c0e-ac47-61387d006d03_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 216522,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5419925/general/4de9ebac-d3ba-41ad-85ba-d0685d05184c.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55b7f855-5d9d-5c0e-ac47-61387d006d03/55b7f855-5d9d-5c0e-ac47-61387d006d03_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 202692,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5419925/general/475e2530-d9a5-4142-8536-b1d43e89ca7e.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_55b7f855-5d9d-5c0e-ac47-61387d006d03/55b7f855-5d9d-5c0e-ac47-61387d006d03_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 243453,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5419925/general/8e24a1cb-5472-4870-afa2-52de7571f376.jpg',
'Width': 1440}],
'price': 4300,
'price_includes_vat': True,
'registration_date': '2020-06-09',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Peugeot 308 SW 1.5 Allure - Diesel - Manual - 130 hp - 169.369 km',
'transmission': 'manual',
'trim': 'Allure',
'vin': None,
'year': 2020}
2026-03-28 15:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742424%27 HTTP/1.1" 200 None
2026-03-28 15:18:21 [adesa.be] INFO: Saving data for 10742424: {'created_time': 1774711101.403724, 'last_price_update_time': 1774711101.403734, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742424') HTTP/1.1" 204 0
2026-03-28 15:18:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 0a85abeb-0027-5e0c-8ce4-822ee247416f with identifier: 10742428
2026-03-28 15:18:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 0a85abeb-0027-5e0c-8ce4-822ee247416f with identifier: 10742428
2026-03-28 15:18:21 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 0a85abeb-0027-5e0c-8ce4-822ee247416f with identifier: 10742428 to the API
2026-03-28 15:18:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742428>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '0a85abeb-0027-5e0c-8ce4-822ee247416f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '000847',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742428',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '308',
'odometer': 179315,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 37,
'photo_urls': ['https://images.openlane.eu/carimgs/5477875/general/ca5b4cb3-1b65-47f0-9672-c6cca035dbb4.jpg',
'https://images.openlane.eu/carimgs/5477875/general/b68db27e-d6f7-4f3b-933b-5e648eba88f3.jpg',
'https://images.openlane.eu/carimgs/5477875/general/73082a61-d8b6-431b-95cc-1ea530f6d0bc.jpg',
'https://images.openlane.eu/carimgs/5477875/general/750ebf0a-adc2-4fae-95a4-b50ae6775b58.jpg',
'https://images.openlane.eu/carimgs/5477875/general/8046ffc0-8350-452e-99a2-0d2e5c3df74a.jpg',
'https://images.openlane.eu/carimgs/5477875/general/b1198264-19c3-477e-b62d-7ddb77145ccf.jpg',
'https://images.openlane.eu/carimgs/5477875/general/8725b2c2-c2d3-45cf-8616-169ea08e2da3.jpg',
'https://images.openlane.eu/carimgs/5477875/general/6df3b64f-6c75-42bf-8a90-9536694f0d82.jpg',
'https://images.openlane.eu/carimgs/5477875/general/fed8d151-ff7b-423b-9e07-0ddf3189c1d0.jpg',
'https://images.openlane.eu/carimgs/5477875/general/0a524301-e780-414f-8017-dc663e3af402.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a85abeb-0027-5e0c-8ce4-822ee247416f/0a85abeb-0027-5e0c-8ce4-822ee247416f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 428583,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5477875/general/ca5b4cb3-1b65-47f0-9672-c6cca035dbb4.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a85abeb-0027-5e0c-8ce4-822ee247416f/0a85abeb-0027-5e0c-8ce4-822ee247416f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 428014,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5477875/general/b68db27e-d6f7-4f3b-933b-5e648eba88f3.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a85abeb-0027-5e0c-8ce4-822ee247416f/0a85abeb-0027-5e0c-8ce4-822ee247416f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 408270,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5477875/general/73082a61-d8b6-431b-95cc-1ea530f6d0bc.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a85abeb-0027-5e0c-8ce4-822ee247416f/0a85abeb-0027-5e0c-8ce4-822ee247416f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 400671,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5477875/general/750ebf0a-adc2-4fae-95a4-b50ae6775b58.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a85abeb-0027-5e0c-8ce4-822ee247416f/0a85abeb-0027-5e0c-8ce4-822ee247416f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 371496,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5477875/general/8046ffc0-8350-452e-99a2-0d2e5c3df74a.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a85abeb-0027-5e0c-8ce4-822ee247416f/0a85abeb-0027-5e0c-8ce4-822ee247416f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 373550,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5477875/general/b1198264-19c3-477e-b62d-7ddb77145ccf.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a85abeb-0027-5e0c-8ce4-822ee247416f/0a85abeb-0027-5e0c-8ce4-822ee247416f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 437758,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5477875/general/8725b2c2-c2d3-45cf-8616-169ea08e2da3.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a85abeb-0027-5e0c-8ce4-822ee247416f/0a85abeb-0027-5e0c-8ce4-822ee247416f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 409593,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5477875/general/6df3b64f-6c75-42bf-8a90-9536694f0d82.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a85abeb-0027-5e0c-8ce4-822ee247416f/0a85abeb-0027-5e0c-8ce4-822ee247416f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 349546,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5477875/general/fed8d151-ff7b-423b-9e07-0ddf3189c1d0.jpg',
'Width': 2000},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0a85abeb-0027-5e0c-8ce4-822ee247416f/0a85abeb-0027-5e0c-8ce4-822ee247416f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 391749,
'Height': 1500,
'OriginUrl': 'https://images.openlane.eu/carimgs/5477875/general/0a524301-e780-414f-8017-dc663e3af402.jpg',
'Width': 2000}],
'price': 6400,
'price_includes_vat': True,
'registration_date': '2019-04-05',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Peugeot 308 SW 1.5 Allure - Diesel - Manual - 130 hp - 179.315 km',
'transmission': 'manual',
'trim': 'Allure',
'vin': None,
'year': 2019}
2026-03-28 15:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742428%27 HTTP/1.1" 200 None
2026-03-28 15:18:21 [adesa.be] INFO: Saving data for 10742428: {'created_time': 1774711101.715717, 'last_price_update_time': 1774711101.715727, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742428') HTTP/1.1" 204 0
2026-03-28 15:18:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 98a45dff-ad60-5df6-b7b1-b8bc14b09550 with identifier: 10742435
2026-03-28 15:18:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 98a45dff-ad60-5df6-b7b1-b8bc14b09550 with identifier: 10742435
2026-03-28 15:18:21 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 98a45dff-ad60-5df6-b7b1-b8bc14b09550 with identifier: 10742435 to the API
2026-03-28 15:18:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742435>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '98a45dff-ad60-5df6-b7b1-b8bc14b09550',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '000000',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742435',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '308',
'odometer': 198745,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 39,
'photo_urls': ['https://images.openlane.eu/carimgs/5576377/general/87cd35b4-3d00-44c7-bbae-7634776d78a9.jpeg',
'https://images.openlane.eu/carimgs/5576377/general/8b4fe05c-8daf-4cb0-a08b-eaf38b231b31.jpeg',
'https://images.openlane.eu/carimgs/5576377/general/ee00d7cd-32b2-4a77-be68-857ff98b3846.jpeg',
'https://images.openlane.eu/carimgs/5576377/general/6d6ba467-6e35-43ed-8970-fca98ceb9da3.jpeg',
'https://images.openlane.eu/carimgs/5576377/general/f41ae7ac-fd88-489b-84d1-8a5429341e74.jpeg',
'https://images.openlane.eu/carimgs/5576377/general/9a9c2fcd-7d35-4c1b-a653-3261c4281b79.jpeg',
'https://images.openlane.eu/carimgs/5576377/general/90586690-6ce4-4804-afd7-331962f33e3c.jpeg',
'https://images.openlane.eu/carimgs/5576377/general/5494d650-98f8-4e63-92ac-09bb17d2e628.jpeg',
'https://images.openlane.eu/carimgs/5576377/general/e8e30f1b-028a-4ccb-bd73-7b7deb4c2d25.jpeg',
'https://images.openlane.eu/carimgs/5576377/general/ed8caf95-85d5-4b7a-8642-37eef4b583bc.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98a45dff-ad60-5df6-b7b1-b8bc14b09550/98a45dff-ad60-5df6-b7b1-b8bc14b09550_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 3179590,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5576377/general/87cd35b4-3d00-44c7-bbae-7634776d78a9.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98a45dff-ad60-5df6-b7b1-b8bc14b09550/98a45dff-ad60-5df6-b7b1-b8bc14b09550_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2648415,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5576377/general/8b4fe05c-8daf-4cb0-a08b-eaf38b231b31.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98a45dff-ad60-5df6-b7b1-b8bc14b09550/98a45dff-ad60-5df6-b7b1-b8bc14b09550_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2586499,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5576377/general/ee00d7cd-32b2-4a77-be68-857ff98b3846.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98a45dff-ad60-5df6-b7b1-b8bc14b09550/98a45dff-ad60-5df6-b7b1-b8bc14b09550_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2636978,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5576377/general/6d6ba467-6e35-43ed-8970-fca98ceb9da3.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98a45dff-ad60-5df6-b7b1-b8bc14b09550/98a45dff-ad60-5df6-b7b1-b8bc14b09550_image_4.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 2751513,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5576377/general/f41ae7ac-fd88-489b-84d1-8a5429341e74.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98a45dff-ad60-5df6-b7b1-b8bc14b09550/98a45dff-ad60-5df6-b7b1-b8bc14b09550_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1514394,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5576377/general/9a9c2fcd-7d35-4c1b-a653-3261c4281b79.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98a45dff-ad60-5df6-b7b1-b8bc14b09550/98a45dff-ad60-5df6-b7b1-b8bc14b09550_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1428510,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5576377/general/90586690-6ce4-4804-afd7-331962f33e3c.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98a45dff-ad60-5df6-b7b1-b8bc14b09550/98a45dff-ad60-5df6-b7b1-b8bc14b09550_image_7.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 1972049,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5576377/general/5494d650-98f8-4e63-92ac-09bb17d2e628.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98a45dff-ad60-5df6-b7b1-b8bc14b09550/98a45dff-ad60-5df6-b7b1-b8bc14b09550_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1930904,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5576377/general/e8e30f1b-028a-4ccb-bd73-7b7deb4c2d25.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_98a45dff-ad60-5df6-b7b1-b8bc14b09550/98a45dff-ad60-5df6-b7b1-b8bc14b09550_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1432295,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5576377/general/ed8caf95-85d5-4b7a-8642-37eef4b583bc.jpeg',
'Width': 4032}],
'price': 5700,
'price_includes_vat': True,
'registration_date': '2019-07-16',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Peugeot 308 SW 1.5 Allure - Diesel - Manual - 130 hp - 198.745 km',
'transmission': 'manual',
'trim': 'Allure',
'vin': None,
'year': 2019}
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742435%27 HTTP/1.1" 200 None
2026-03-28 15:18:22 [adesa.be] INFO: Saving data for 10742435: {'created_time': 1774711102.046773, 'last_price_update_time': 1774711102.046785, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742435') HTTP/1.1" 204 0
2026-03-28 15:18:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742471> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742467> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:22 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: afcf8f55-0f2a-5762-8ecc-754133fbb17f with identifier: 10742471
2026-03-28 15:18:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afcf8f55-0f2a-5762-8ecc-754133fbb17f with scrape type 1
2026-03-28 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item afcf8f55-0f2a-5762-8ecc-754133fbb17f
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704622%252Fgeneral%252F60bf2899-49a1-4851-aa5b-542c82f9c7af.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704622/general/60bf2899-49a1-4851-aa5b-542c82f9c7af.jpeg already downloaded
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704622%252Fgeneral%252Fb4e2770b-8194-4624-9f0e-3ea0e9956c9c.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704622/general/b4e2770b-8194-4624-9f0e-3ea0e9956c9c.jpeg already downloaded
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704622%252Fgeneral%252F8445208b-33f0-4a2c-9676-2ec99f0d3ce6.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704622/general/8445208b-33f0-4a2c-9676-2ec99f0d3ce6.jpeg already downloaded
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704622%252Fgeneral%252F63f9b5e0-c7f4-45b5-88cc-77bb4fd02aca.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704622/general/63f9b5e0-c7f4-45b5-88cc-77bb4fd02aca.jpeg already downloaded
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704622%252Fgeneral%252F64826ecc-e0cb-451d-9413-d02285ee7488.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704622/general/64826ecc-e0cb-451d-9413-d02285ee7488.jpeg already downloaded
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704622%252Fgeneral%252Ff6c19e2c-e2c4-4a00-a5cc-c1997045b894.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704622/general/f6c19e2c-e2c4-4a00-a5cc-c1997045b894.jpeg already downloaded
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704622%252Fgeneral%252F80e2eed2-f037-4ba4-b678-8a00be31762f.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704622/general/80e2eed2-f037-4ba4-b678-8a00be31762f.jpeg already downloaded
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704622%252Fgeneral%252F56dd2106-329c-4f77-b5d4-7a8be77707cd.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704622/general/56dd2106-329c-4f77-b5d4-7a8be77707cd.jpeg already downloaded
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704622%252Fgeneral%252F8d0ddb7e-c6dc-4a97-9bf1-e00d0c2c3a49.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704622/general/8d0ddb7e-c6dc-4a97-9bf1-e00d0c2c3a49.jpeg already downloaded
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704622%252Fgeneral%252F7b92556d-28c2-434d-9c55-719962e92ebe.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704622/general/7b92556d-28c2-434d-9c55-719962e92ebe.jpeg already downloaded
2026-03-28 15:18:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: afcf8f55-0f2a-5762-8ecc-754133fbb17f, identifier: 10742471
2026-03-28 15:18:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4153a3bb-de84-541f-b46b-8470b0b90e9c with identifier: 10742467
2026-03-28 15:18:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4153a3bb-de84-541f-b46b-8470b0b90e9c with scrape type 1
2026-03-28 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 4153a3bb-de84-541f-b46b-8470b0b90e9c
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704070%252Fgeneral%252F1877c28e-88b1-4e52-8c76-9b9f10dc5c01.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704070/general/1877c28e-88b1-4e52-8c76-9b9f10dc5c01.jpeg already downloaded
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704070%252Fgeneral%252F7eb2c7e3-20e0-417d-8c47-fc2b6f0ad437.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704070/general/7eb2c7e3-20e0-417d-8c47-fc2b6f0ad437.jpeg already downloaded
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704070%252Fgeneral%252Fa9fee91d-7d65-485c-9c8e-196334344c27.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704070/general/a9fee91d-7d65-485c-9c8e-196334344c27.jpeg already downloaded
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704070%252Fgeneral%252F6c993f31-1395-443c-8d0c-f8858f7da845.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704070/general/6c993f31-1395-443c-8d0c-f8858f7da845.jpeg already downloaded
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704070%252Fgeneral%252F3d3e9fb9-5511-4b03-8564-0808d865d57a.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704070/general/3d3e9fb9-5511-4b03-8564-0808d865d57a.jpeg already downloaded
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704070%252Fgeneral%252Fccebbf35-f11c-49d4-bf59-9d4513bdeda4.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704070/general/ccebbf35-f11c-49d4-bf59-9d4513bdeda4.jpeg already downloaded
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704070%252Fgeneral%252F3a20a4bf-2687-42f5-ab14-5bdd0d2986a1.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704070/general/3a20a4bf-2687-42f5-ab14-5bdd0d2986a1.jpeg already downloaded
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704070%252Fgeneral%252F91b1dfa4-8be6-4a35-8cfe-9b3b8f0e4d6f.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704070/general/91b1dfa4-8be6-4a35-8cfe-9b3b8f0e4d6f.jpeg already downloaded
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704070%252Fgeneral%252Fe620bab3-1d9d-44cf-b86b-613590fabfb8.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704070/general/e620bab3-1d9d-44cf-b86b-613590fabfb8.jpeg already downloaded
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5704070%252Fgeneral%252F286009d4-7826-4c11-a5cb-f1587198dbbc.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5704070/general/286009d4-7826-4c11-a5cb-f1587198dbbc.jpeg already downloaded
2026-03-28 15:18:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 4153a3bb-de84-541f-b46b-8470b0b90e9c, identifier: 10742467
2026-03-28 15:18:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: afcf8f55-0f2a-5762-8ecc-754133fbb17f with identifier: 10742471
2026-03-28 15:18:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: afcf8f55-0f2a-5762-8ecc-754133fbb17f with identifier: 10742471
2026-03-28 15:18:22 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: afcf8f55-0f2a-5762-8ecc-754133fbb17f with identifier: 10742471 to the API
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742471>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'MPV',
'color': 'Beige',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'afcf8f55-0f2a-5762-8ecc-754133fbb17f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'D46766',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742471',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Ford',
'model': 'S-Max',
'odometer': 139544,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 40,
'photo_urls': ['https://images.openlane.eu/carimgs/5704622/general/60bf2899-49a1-4851-aa5b-542c82f9c7af.jpeg',
'https://images.openlane.eu/carimgs/5704622/general/b4e2770b-8194-4624-9f0e-3ea0e9956c9c.jpeg',
'https://images.openlane.eu/carimgs/5704622/general/8445208b-33f0-4a2c-9676-2ec99f0d3ce6.jpeg',
'https://images.openlane.eu/carimgs/5704622/general/63f9b5e0-c7f4-45b5-88cc-77bb4fd02aca.jpeg',
'https://images.openlane.eu/carimgs/5704622/general/64826ecc-e0cb-451d-9413-d02285ee7488.jpeg',
'https://images.openlane.eu/carimgs/5704622/general/f6c19e2c-e2c4-4a00-a5cc-c1997045b894.jpeg',
'https://images.openlane.eu/carimgs/5704622/general/80e2eed2-f037-4ba4-b678-8a00be31762f.jpeg',
'https://images.openlane.eu/carimgs/5704622/general/56dd2106-329c-4f77-b5d4-7a8be77707cd.jpeg',
'https://images.openlane.eu/carimgs/5704622/general/8d0ddb7e-c6dc-4a97-9bf1-e00d0c2c3a49.jpeg',
'https://images.openlane.eu/carimgs/5704622/general/7b92556d-28c2-434d-9c55-719962e92ebe.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_afcf8f55-0f2a-5762-8ecc-754133fbb17f/afcf8f55-0f2a-5762-8ecc-754133fbb17f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2183494,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704622/general/60bf2899-49a1-4851-aa5b-542c82f9c7af.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_afcf8f55-0f2a-5762-8ecc-754133fbb17f/afcf8f55-0f2a-5762-8ecc-754133fbb17f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2252211,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704622/general/b4e2770b-8194-4624-9f0e-3ea0e9956c9c.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_afcf8f55-0f2a-5762-8ecc-754133fbb17f/afcf8f55-0f2a-5762-8ecc-754133fbb17f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2109226,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704622/general/8445208b-33f0-4a2c-9676-2ec99f0d3ce6.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_afcf8f55-0f2a-5762-8ecc-754133fbb17f/afcf8f55-0f2a-5762-8ecc-754133fbb17f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2381405,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704622/general/63f9b5e0-c7f4-45b5-88cc-77bb4fd02aca.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_afcf8f55-0f2a-5762-8ecc-754133fbb17f/afcf8f55-0f2a-5762-8ecc-754133fbb17f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1920405,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704622/general/64826ecc-e0cb-451d-9413-d02285ee7488.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_afcf8f55-0f2a-5762-8ecc-754133fbb17f/afcf8f55-0f2a-5762-8ecc-754133fbb17f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2543232,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704622/general/f6c19e2c-e2c4-4a00-a5cc-c1997045b894.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_afcf8f55-0f2a-5762-8ecc-754133fbb17f/afcf8f55-0f2a-5762-8ecc-754133fbb17f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2532352,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704622/general/80e2eed2-f037-4ba4-b678-8a00be31762f.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_afcf8f55-0f2a-5762-8ecc-754133fbb17f/afcf8f55-0f2a-5762-8ecc-754133fbb17f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1660575,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704622/general/56dd2106-329c-4f77-b5d4-7a8be77707cd.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_afcf8f55-0f2a-5762-8ecc-754133fbb17f/afcf8f55-0f2a-5762-8ecc-754133fbb17f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1720783,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704622/general/8d0ddb7e-c6dc-4a97-9bf1-e00d0c2c3a49.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_afcf8f55-0f2a-5762-8ecc-754133fbb17f/afcf8f55-0f2a-5762-8ecc-754133fbb17f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1304019,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704622/general/7b92556d-28c2-434d-9c55-719962e92ebe.jpeg',
'Width': 4032}],
'price': 9400,
'price_includes_vat': True,
'registration_date': '2019-04-02',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Ford S-Max 2.0 TDCI Titanium - Diesel - Automatic - 150 hp - '
'139.544 km',
'transmission': 'automatic',
'trim': 'Titanium',
'vin': None,
'year': 2019}
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742471%27 HTTP/1.1" 200 None
2026-03-28 15:18:23 [adesa.be] INFO: Saving data for 10742471: {'created_time': 1774711103.01402, 'last_price_update_time': 1774711103.01403, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742471') HTTP/1.1" 204 0
2026-03-28 15:18:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 4153a3bb-de84-541f-b46b-8470b0b90e9c with identifier: 10742467
2026-03-28 15:18:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 4153a3bb-de84-541f-b46b-8470b0b90e9c with identifier: 10742467
2026-03-28 15:18:23 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 4153a3bb-de84-541f-b46b-8470b0b90e9c with identifier: 10742467 to the API
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742467>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': '4153a3bb-de84-541f-b46b-8470b0b90e9c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '038029',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742467',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '3008',
'odometer': 132436,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 34,
'photo_urls': ['https://images.openlane.eu/carimgs/5704070/general/1877c28e-88b1-4e52-8c76-9b9f10dc5c01.jpeg',
'https://images.openlane.eu/carimgs/5704070/general/7eb2c7e3-20e0-417d-8c47-fc2b6f0ad437.jpeg',
'https://images.openlane.eu/carimgs/5704070/general/a9fee91d-7d65-485c-9c8e-196334344c27.jpeg',
'https://images.openlane.eu/carimgs/5704070/general/6c993f31-1395-443c-8d0c-f8858f7da845.jpeg',
'https://images.openlane.eu/carimgs/5704070/general/3d3e9fb9-5511-4b03-8564-0808d865d57a.jpeg',
'https://images.openlane.eu/carimgs/5704070/general/ccebbf35-f11c-49d4-bf59-9d4513bdeda4.jpeg',
'https://images.openlane.eu/carimgs/5704070/general/3a20a4bf-2687-42f5-ab14-5bdd0d2986a1.jpeg',
'https://images.openlane.eu/carimgs/5704070/general/91b1dfa4-8be6-4a35-8cfe-9b3b8f0e4d6f.jpeg',
'https://images.openlane.eu/carimgs/5704070/general/e620bab3-1d9d-44cf-b86b-613590fabfb8.jpeg',
'https://images.openlane.eu/carimgs/5704070/general/286009d4-7826-4c11-a5cb-f1587198dbbc.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4153a3bb-de84-541f-b46b-8470b0b90e9c/4153a3bb-de84-541f-b46b-8470b0b90e9c_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2683893,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704070/general/1877c28e-88b1-4e52-8c76-9b9f10dc5c01.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4153a3bb-de84-541f-b46b-8470b0b90e9c/4153a3bb-de84-541f-b46b-8470b0b90e9c_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2469996,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704070/general/7eb2c7e3-20e0-417d-8c47-fc2b6f0ad437.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4153a3bb-de84-541f-b46b-8470b0b90e9c/4153a3bb-de84-541f-b46b-8470b0b90e9c_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2295095,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704070/general/a9fee91d-7d65-485c-9c8e-196334344c27.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4153a3bb-de84-541f-b46b-8470b0b90e9c/4153a3bb-de84-541f-b46b-8470b0b90e9c_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2415776,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704070/general/6c993f31-1395-443c-8d0c-f8858f7da845.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4153a3bb-de84-541f-b46b-8470b0b90e9c/4153a3bb-de84-541f-b46b-8470b0b90e9c_image_4.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 3303843,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704070/general/3d3e9fb9-5511-4b03-8564-0808d865d57a.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4153a3bb-de84-541f-b46b-8470b0b90e9c/4153a3bb-de84-541f-b46b-8470b0b90e9c_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2514839,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704070/general/ccebbf35-f11c-49d4-bf59-9d4513bdeda4.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4153a3bb-de84-541f-b46b-8470b0b90e9c/4153a3bb-de84-541f-b46b-8470b0b90e9c_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2310278,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704070/general/3a20a4bf-2687-42f5-ab14-5bdd0d2986a1.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4153a3bb-de84-541f-b46b-8470b0b90e9c/4153a3bb-de84-541f-b46b-8470b0b90e9c_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2619200,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704070/general/91b1dfa4-8be6-4a35-8cfe-9b3b8f0e4d6f.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4153a3bb-de84-541f-b46b-8470b0b90e9c/4153a3bb-de84-541f-b46b-8470b0b90e9c_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2350973,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704070/general/e620bab3-1d9d-44cf-b86b-613590fabfb8.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_4153a3bb-de84-541f-b46b-8470b0b90e9c/4153a3bb-de84-541f-b46b-8470b0b90e9c_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2042879,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5704070/general/286009d4-7826-4c11-a5cb-f1587198dbbc.jpeg',
'Width': 4032}],
'price': 10200,
'price_includes_vat': True,
'registration_date': '2020-06-03',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Peugeot 3008 1.5 HDI Allure - Diesel - Manual - 130 hp - 132.436 km',
'transmission': 'manual',
'trim': 'Allure',
'vin': None,
'year': 2020}
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742467%27 HTTP/1.1" 200 None
2026-03-28 15:18:23 [adesa.be] INFO: Saving data for 10742467: {'created_time': 1774711103.347031, 'last_price_update_time': 1774711103.347042, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742467') HTTP/1.1" 204 0
2026-03-28 15:18:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742439> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742459> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742418> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742453> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:23 [adesa.be] INFO: Found listing with ID: 10734265
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734265%27 HTTP/1.1" 200 None
2026-03-28 15:18:23 [adesa.be] INFO: Scrape type for 10734265: 0
2026-03-28 15:18:23 [adesa.be] INFO: Skipping item 10734265 url https://www.openlane.eu/en/carv6/auction/10734265
2026-03-28 15:18:23 [adesa.be] INFO: Found listing with ID: 10734243
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734243%27 HTTP/1.1" 200 None
2026-03-28 15:18:23 [adesa.be] INFO: Scrape type for 10734243: 0
2026-03-28 15:18:23 [adesa.be] INFO: Skipping item 10734243 url https://www.openlane.eu/en/carv6/auction/10734243
2026-03-28 15:18:23 [adesa.be] INFO: Found listing with ID: 10734000
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734000%27 HTTP/1.1" 200 None
2026-03-28 15:18:23 [adesa.be] INFO: Scrape type for 10734000: 0
2026-03-28 15:18:23 [adesa.be] INFO: Skipping item 10734000 url https://www.openlane.eu/en/carv6/auction/10734000
2026-03-28 15:18:23 [adesa.be] INFO: Found listing with ID: 10734308
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734308%27 HTTP/1.1" 200 None
2026-03-28 15:18:23 [adesa.be] INFO: Scrape type for 10734308: 0
2026-03-28 15:18:23 [adesa.be] INFO: Skipping item 10734308 url https://www.openlane.eu/en/carv6/auction/10734308
2026-03-28 15:18:23 [adesa.be] INFO: Found listing with ID: 10734196
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734196%27 HTTP/1.1" 200 None
2026-03-28 15:18:23 [adesa.be] INFO: Scrape type for 10734196: 0
2026-03-28 15:18:23 [adesa.be] INFO: Skipping item 10734196 url https://www.openlane.eu/en/carv6/auction/10734196
2026-03-28 15:18:23 [adesa.be] INFO: Found listing with ID: 10734309
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734309%27 HTTP/1.1" 200 None
2026-03-28 15:18:23 [adesa.be] INFO: Scrape type for 10734309: 0
2026-03-28 15:18:23 [adesa.be] INFO: Skipping item 10734309 url https://www.openlane.eu/en/carv6/auction/10734309
2026-03-28 15:18:23 [adesa.be] INFO: Found listing with ID: 10738114
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738114%27 HTTP/1.1" 200 None
2026-03-28 15:18:23 [adesa.be] INFO: Scrape type for 10738114: 0
2026-03-28 15:18:23 [adesa.be] INFO: Skipping item 10738114 url https://www.openlane.eu/en/carv6/auction/10738114
2026-03-28 15:18:23 [adesa.be] INFO: Found listing with ID: 10734143
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734143%27 HTTP/1.1" 200 None
2026-03-28 15:18:23 [adesa.be] INFO: Scrape type for 10734143: 0
2026-03-28 15:18:23 [adesa.be] INFO: Skipping item 10734143 url https://www.openlane.eu/en/carv6/auction/10734143
2026-03-28 15:18:23 [adesa.be] INFO: Found listing with ID: 10734244
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734244%27 HTTP/1.1" 200 None
2026-03-28 15:18:23 [adesa.be] INFO: Scrape type for 10734244: 0
2026-03-28 15:18:23 [adesa.be] INFO: Skipping item 10734244 url https://www.openlane.eu/en/carv6/auction/10734244
2026-03-28 15:18:23 [adesa.be] INFO: Found listing with ID: 10734065
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734065%27 HTTP/1.1" 200 None
2026-03-28 15:18:23 [adesa.be] INFO: Scrape type for 10734065: 0
2026-03-28 15:18:23 [adesa.be] INFO: Skipping item 10734065 url https://www.openlane.eu/en/carv6/auction/10734065
2026-03-28 15:18:23 [adesa.be] INFO: Found listing with ID: 10734185
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734185%27 HTTP/1.1" 200 None
2026-03-28 15:18:23 [adesa.be] INFO: Scrape type for 10734185: 0
2026-03-28 15:18:23 [adesa.be] INFO: Skipping item 10734185 url https://www.openlane.eu/en/carv6/auction/10734185
2026-03-28 15:18:23 [adesa.be] INFO: Found listing with ID: 10734310
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734310%27 HTTP/1.1" 200 None
2026-03-28 15:18:23 [adesa.be] INFO: Scrape type for 10734310: 0
2026-03-28 15:18:23 [adesa.be] INFO: Skipping item 10734310 url https://www.openlane.eu/en/carv6/auction/10734310
2026-03-28 15:18:23 [adesa.be] INFO: Found listing with ID: 10734282
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734282%27 HTTP/1.1" 200 None
2026-03-28 15:18:23 [adesa.be] INFO: Scrape type for 10734282: 0
2026-03-28 15:18:23 [adesa.be] INFO: Skipping item 10734282 url https://www.openlane.eu/en/carv6/auction/10734282
2026-03-28 15:18:23 [adesa.be] INFO: Found listing with ID: 10734311
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734311%27 HTTP/1.1" 200 None
2026-03-28 15:18:23 [adesa.be] INFO: Scrape type for 10734311: 0
2026-03-28 15:18:23 [adesa.be] INFO: Skipping item 10734311 url https://www.openlane.eu/en/carv6/auction/10734311
2026-03-28 15:18:23 [adesa.be] INFO: Found listing with ID: 10734018
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734018%27 HTTP/1.1" 200 None
2026-03-28 15:18:23 [adesa.be] INFO: Scrape type for 10734018: 0
2026-03-28 15:18:23 [adesa.be] INFO: Skipping item 10734018 url https://www.openlane.eu/en/carv6/auction/10734018
2026-03-28 15:18:23 [adesa.be] INFO: Found listing with ID: 10734266
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734266%27 HTTP/1.1" 200 None
2026-03-28 15:18:23 [adesa.be] INFO: Scrape type for 10734266: 0
2026-03-28 15:18:23 [adesa.be] INFO: Skipping item 10734266 url https://www.openlane.eu/en/carv6/auction/10734266
2026-03-28 15:18:23 [adesa.be] INFO: Found listing with ID: 10734197
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734197%27 HTTP/1.1" 200 None
2026-03-28 15:18:23 [adesa.be] INFO: Scrape type for 10734197: 0
2026-03-28 15:18:23 [adesa.be] INFO: Skipping item 10734197 url https://www.openlane.eu/en/carv6/auction/10734197
2026-03-28 15:18:23 [adesa.be] INFO: Found listing with ID: 10738094
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738094%27 HTTP/1.1" 200 None
2026-03-28 15:18:23 [adesa.be] INFO: Scrape type for 10738094: 0
2026-03-28 15:18:23 [adesa.be] INFO: Skipping item 10738094 url https://www.openlane.eu/en/carv6/auction/10738094
2026-03-28 15:18:23 [adesa.be] INFO: Found listing with ID: 10734198
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734198%27 HTTP/1.1" 200 None
2026-03-28 15:18:23 [adesa.be] INFO: Scrape type for 10734198: 0
2026-03-28 15:18:23 [adesa.be] INFO: Skipping item 10734198 url https://www.openlane.eu/en/carv6/auction/10734198
2026-03-28 15:18:23 [adesa.be] INFO: Found listing with ID: 10734199
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734199%27 HTTP/1.1" 200 None
2026-03-28 15:18:23 [adesa.be] INFO: Scrape type for 10734199: 0
2026-03-28 15:18:23 [adesa.be] INFO: Skipping item 10734199 url https://www.openlane.eu/en/carv6/auction/10734199
2026-03-28 15:18:23 [adesa.be] INFO: Found listing with ID: 10734201
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734201%27 HTTP/1.1" 200 None
2026-03-28 15:18:23 [adesa.be] INFO: Scrape type for 10734201: 0
2026-03-28 15:18:23 [adesa.be] INFO: Skipping item 10734201 url https://www.openlane.eu/en/carv6/auction/10734201
2026-03-28 15:18:23 [adesa.be] INFO: Found listing with ID: 10734037
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734037%27 HTTP/1.1" 200 None
2026-03-28 15:18:23 [adesa.be] INFO: Scrape type for 10734037: 0
2026-03-28 15:18:23 [adesa.be] INFO: Skipping item 10734037 url https://www.openlane.eu/en/carv6/auction/10734037
2026-03-28 15:18:23 [adesa.be] INFO: Found listing with ID: 10734267
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734267%27 HTTP/1.1" 200 None
2026-03-28 15:18:23 [adesa.be] INFO: Scrape type for 10734267: 0
2026-03-28 15:18:23 [adesa.be] INFO: Skipping item 10734267 url https://www.openlane.eu/en/carv6/auction/10734267
2026-03-28 15:18:23 [adesa.be] INFO: Found listing with ID: 10734088
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734088%27 HTTP/1.1" 200 None
2026-03-28 15:18:23 [adesa.be] INFO: Scrape type for 10734088: 0
2026-03-28 15:18:23 [adesa.be] INFO: Skipping item 10734088 url https://www.openlane.eu/en/carv6/auction/10734088
2026-03-28 15:18:23 [adesa.be] INFO: Found listing with ID: 10734200
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734200%27 HTTP/1.1" 200 None
2026-03-28 15:18:23 [adesa.be] INFO: Scrape type for 10734200: 0
2026-03-28 15:18:23 [adesa.be] INFO: Skipping item 10734200 url https://www.openlane.eu/en/carv6/auction/10734200
2026-03-28 15:18:23 [adesa.be] INFO: Found listing with ID: 10734100
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734100%27 HTTP/1.1" 200 None
2026-03-28 15:18:23 [adesa.be] INFO: Scrape type for 10734100: 0
2026-03-28 15:18:23 [adesa.be] INFO: Skipping item 10734100 url https://www.openlane.eu/en/carv6/auction/10734100
2026-03-28 15:18:23 [adesa.be] INFO: Found listing with ID: 10734286
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734286%27 HTTP/1.1" 200 None
2026-03-28 15:18:23 [adesa.be] INFO: Scrape type for 10734286: 0
2026-03-28 15:18:23 [adesa.be] INFO: Skipping item 10734286 url https://www.openlane.eu/en/carv6/auction/10734286
2026-03-28 15:18:23 [adesa.be] INFO: Found listing with ID: 10734202
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734202%27 HTTP/1.1" 200 None
2026-03-28 15:18:23 [adesa.be] INFO: Scrape type for 10734202: 0
2026-03-28 15:18:23 [adesa.be] INFO: Skipping item 10734202 url https://www.openlane.eu/en/carv6/auction/10734202
2026-03-28 15:18:23 [adesa.be] INFO: Found listing with ID: 10734287
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734287%27 HTTP/1.1" 200 None
2026-03-28 15:18:23 [adesa.be] INFO: Scrape type for 10734287: 0
2026-03-28 15:18:23 [adesa.be] INFO: Skipping item 10734287 url https://www.openlane.eu/en/carv6/auction/10734287
2026-03-28 15:18:23 [adesa.be] INFO: Found listing with ID: 10738093
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738093%27 HTTP/1.1" 200 None
2026-03-28 15:18:23 [adesa.be] INFO: Scrape type for 10738093: 0
2026-03-28 15:18:23 [adesa.be] INFO: Skipping item 10738093 url https://www.openlane.eu/en/carv6/auction/10738093
2026-03-28 15:18:23 [adesa.be] INFO: Found listing with ID: 10734221
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734221%27 HTTP/1.1" 200 None
2026-03-28 15:18:23 [adesa.be] INFO: Scrape type for 10734221: 0
2026-03-28 15:18:23 [adesa.be] INFO: Skipping item 10734221 url https://www.openlane.eu/en/carv6/auction/10734221
2026-03-28 15:18:23 [adesa.be] INFO: Found listing with ID: 10734168
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734168%27 HTTP/1.1" 200 None
2026-03-28 15:18:23 [adesa.be] INFO: Scrape type for 10734168: 0
2026-03-28 15:18:23 [adesa.be] INFO: Skipping item 10734168 url https://www.openlane.eu/en/carv6/auction/10734168
2026-03-28 15:18:23 [adesa.be] INFO: Found listing with ID: 10734245
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734245%27 HTTP/1.1" 200 None
2026-03-28 15:18:23 [adesa.be] INFO: Scrape type for 10734245: 0
2026-03-28 15:18:23 [adesa.be] INFO: Skipping item 10734245 url https://www.openlane.eu/en/carv6/auction/10734245
2026-03-28 15:18:23 [adesa.be] INFO: Found listing with ID: 10734220
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734220%27 HTTP/1.1" 200 None
2026-03-28 15:18:23 [adesa.be] INFO: Scrape type for 10734220: 0
2026-03-28 15:18:23 [adesa.be] INFO: Skipping item 10734220 url https://www.openlane.eu/en/carv6/auction/10734220
2026-03-28 15:18:23 [adesa.be] INFO: Found listing with ID: 10734283
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734283%27 HTTP/1.1" 200 None
2026-03-28 15:18:23 [adesa.be] INFO: Scrape type for 10734283: 0
2026-03-28 15:18:23 [adesa.be] INFO: Skipping item 10734283 url https://www.openlane.eu/en/carv6/auction/10734283
2026-03-28 15:18:23 [adesa.be] INFO: Found listing with ID: 10734284
2026-03-28 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734284%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734284: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734284 url https://www.openlane.eu/en/carv6/auction/10734284
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734169
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734169%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734169: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734169 url https://www.openlane.eu/en/carv6/auction/10734169
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734285
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734285%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734285: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734285 url https://www.openlane.eu/en/carv6/auction/10734285
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734268
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734268%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734268: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734268 url https://www.openlane.eu/en/carv6/auction/10734268
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10738089
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738089%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10738089: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10738089 url https://www.openlane.eu/en/carv6/auction/10738089
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734038
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734038%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734038: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734038 url https://www.openlane.eu/en/carv6/auction/10734038
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10738091
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738091%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10738091: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10738091 url https://www.openlane.eu/en/carv6/auction/10738091
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734133
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734133%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734133: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734133 url https://www.openlane.eu/en/carv6/auction/10734133
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10738085
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738085%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10738085: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10738085 url https://www.openlane.eu/en/carv6/auction/10738085
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734107
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734107%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734107: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734107 url https://www.openlane.eu/en/carv6/auction/10734107
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734144
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734144%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734144: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734144 url https://www.openlane.eu/en/carv6/auction/10734144
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734145
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734145%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734145: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734145 url https://www.openlane.eu/en/carv6/auction/10734145
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734146
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734146%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734146: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734146 url https://www.openlane.eu/en/carv6/auction/10734146
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734029
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734029%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734029: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734029 url https://www.openlane.eu/en/carv6/auction/10734029
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734314
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734314%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734314: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734314 url https://www.openlane.eu/en/carv6/auction/10734314
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734203
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734203%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734203: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734203 url https://www.openlane.eu/en/carv6/auction/10734203
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734312
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734312%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734312: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734312 url https://www.openlane.eu/en/carv6/auction/10734312
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734160
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734160%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734160: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734160 url https://www.openlane.eu/en/carv6/auction/10734160
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734039
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734039%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734039: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734039 url https://www.openlane.eu/en/carv6/auction/10734039
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10738137
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738137%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10738137: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10738137 url https://www.openlane.eu/en/carv6/auction/10738137
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734313
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734313%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734313: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734313 url https://www.openlane.eu/en/carv6/auction/10734313
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734049
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734049%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734049: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734049 url https://www.openlane.eu/en/carv6/auction/10734049
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734288
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734288%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734288: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734288 url https://www.openlane.eu/en/carv6/auction/10734288
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734289
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734289%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734289: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734289 url https://www.openlane.eu/en/carv6/auction/10734289
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734315
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734315%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734315: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734315 url https://www.openlane.eu/en/carv6/auction/10734315
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734108
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734108%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734108: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734108 url https://www.openlane.eu/en/carv6/auction/10734108
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734089
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734089%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734089: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734089 url https://www.openlane.eu/en/carv6/auction/10734089
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734019
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734019%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734019: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734019 url https://www.openlane.eu/en/carv6/auction/10734019
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10738087
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738087%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10738087: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10738087 url https://www.openlane.eu/en/carv6/auction/10738087
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734050
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734050%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734050: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734050 url https://www.openlane.eu/en/carv6/auction/10734050
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734124
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734124%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734124: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734124 url https://www.openlane.eu/en/carv6/auction/10734124
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734007
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734007%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734007: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734007 url https://www.openlane.eu/en/carv6/auction/10734007
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10738123
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738123%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10738123: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10738123 url https://www.openlane.eu/en/carv6/auction/10738123
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734109
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734109%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734109: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734109 url https://www.openlane.eu/en/carv6/auction/10734109
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734134
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734134%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734134: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734134 url https://www.openlane.eu/en/carv6/auction/10734134
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734066
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734066%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734066: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734066 url https://www.openlane.eu/en/carv6/auction/10734066
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734110
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734110%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734110: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734110 url https://www.openlane.eu/en/carv6/auction/10734110
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734222
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734222%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734222: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734222 url https://www.openlane.eu/en/carv6/auction/10734222
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734125
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734125%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734125: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734125 url https://www.openlane.eu/en/carv6/auction/10734125
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734170
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734170%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734170: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734170 url https://www.openlane.eu/en/carv6/auction/10734170
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734090
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734090%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734090: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734090 url https://www.openlane.eu/en/carv6/auction/10734090
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734067
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734067%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734067: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734067 url https://www.openlane.eu/en/carv6/auction/10734067
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734186
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734186%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734186: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734186 url https://www.openlane.eu/en/carv6/auction/10734186
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734204
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734204%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734204: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734204 url https://www.openlane.eu/en/carv6/auction/10734204
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734187
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734187%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734187: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734187 url https://www.openlane.eu/en/carv6/auction/10734187
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734009
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734009%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734009: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734009 url https://www.openlane.eu/en/carv6/auction/10734009
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10738103
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738103%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10738103: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10738103 url https://www.openlane.eu/en/carv6/auction/10738103
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734111
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734111%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734111: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734111 url https://www.openlane.eu/en/carv6/auction/10734111
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734051
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734051%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734051: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734051 url https://www.openlane.eu/en/carv6/auction/10734051
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734290
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734290%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734290: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734290 url https://www.openlane.eu/en/carv6/auction/10734290
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734112
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734112%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734112: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734112 url https://www.openlane.eu/en/carv6/auction/10734112
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734155
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734155%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734155: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734155 url https://www.openlane.eu/en/carv6/auction/10734155
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734020
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734020%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734020: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734020 url https://www.openlane.eu/en/carv6/auction/10734020
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734052
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734052%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734052: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734052 url https://www.openlane.eu/en/carv6/auction/10734052
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734269
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734269%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734269: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734269 url https://www.openlane.eu/en/carv6/auction/10734269
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734135
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734135%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734135: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734135 url https://www.openlane.eu/en/carv6/auction/10734135
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734188
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734188%27 HTTP/1.1" 200 None
2026-03-28 15:18:24 [adesa.be] INFO: Scrape type for 10734188: 0
2026-03-28 15:18:24 [adesa.be] INFO: Skipping item 10734188 url https://www.openlane.eu/en/carv6/auction/10734188
2026-03-28 15:18:24 [adesa.be] INFO: Found listing with ID: 10734189
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734189%27 HTTP/1.1" 200 None
2026-03-28 15:18:25 [adesa.be] INFO: Scrape type for 10734189: 0
2026-03-28 15:18:25 [adesa.be] INFO: Skipping item 10734189 url https://www.openlane.eu/en/carv6/auction/10734189
2026-03-28 15:18:25 [adesa.be] INFO: Found listing with ID: 10738102
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738102%27 HTTP/1.1" 200 None
2026-03-28 15:18:25 [adesa.be] INFO: Scrape type for 10738102: 0
2026-03-28 15:18:25 [adesa.be] INFO: Skipping item 10738102 url https://www.openlane.eu/en/carv6/auction/10738102
2026-03-28 15:18:25 [adesa.be] INFO: Found listing with ID: 10734068
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734068%27 HTTP/1.1" 200 None
2026-03-28 15:18:25 [adesa.be] INFO: Scrape type for 10734068: 0
2026-03-28 15:18:25 [adesa.be] INFO: Skipping item 10734068 url https://www.openlane.eu/en/carv6/auction/10734068
2026-03-28 15:18:25 [adesa.be] INFO: Found listing with ID: 10734246
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734246%27 HTTP/1.1" 200 None
2026-03-28 15:18:25 [adesa.be] INFO: Scrape type for 10734246: 0
2026-03-28 15:18:25 [adesa.be] INFO: Skipping item 10734246 url https://www.openlane.eu/en/carv6/auction/10734246
2026-03-28 15:18:25 [adesa.be] INFO: Found listing with ID: 10734225
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734225%27 HTTP/1.1" 200 None
2026-03-28 15:18:25 [adesa.be] INFO: Scrape type for 10734225: 0
2026-03-28 15:18:25 [adesa.be] INFO: Skipping item 10734225 url https://www.openlane.eu/en/carv6/auction/10734225
2026-03-28 15:18:25 [adesa.be] INFO: Found listing with ID: 10734247
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734247%27 HTTP/1.1" 200 None
2026-03-28 15:18:25 [adesa.be] INFO: Scrape type for 10734247: 0
2026-03-28 15:18:25 [adesa.be] INFO: Skipping item 10734247 url https://www.openlane.eu/en/carv6/auction/10734247
2026-03-28 15:18:25 [adesa.be] INFO: Found listing with ID: 10734147
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734147%27 HTTP/1.1" 200 None
2026-03-28 15:18:25 [adesa.be] INFO: Scrape type for 10734147: 0
2026-03-28 15:18:25 [adesa.be] INFO: Skipping item 10734147 url https://www.openlane.eu/en/carv6/auction/10734147
2026-03-28 15:18:25 [adesa.be] INFO: Found listing with ID: 10734224
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734224%27 HTTP/1.1" 200 None
2026-03-28 15:18:25 [adesa.be] INFO: Scrape type for 10734224: 0
2026-03-28 15:18:25 [adesa.be] INFO: Skipping item 10734224 url https://www.openlane.eu/en/carv6/auction/10734224
2026-03-28 15:18:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61ddec59-c10c-5dd2-b5f4-f5fafebfc91b with identifier: 10742439
2026-03-28 15:18:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61ddec59-c10c-5dd2-b5f4-f5fafebfc91b with scrape type 1
2026-03-28 15:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 61ddec59-c10c-5dd2-b5f4-f5fafebfc91b
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586211%252Fgeneral%252Fb83132ed-8cce-4a11-8660-610c790137ec.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586211/general/b83132ed-8cce-4a11-8660-610c790137ec.jpeg already downloaded
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586211%252Fgeneral%252F5abf90c1-fee2-49a7-89b4-5acac1ff8a35.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586211/general/5abf90c1-fee2-49a7-89b4-5acac1ff8a35.jpeg already downloaded
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586211%252Fgeneral%252Fcb84f349-c48f-4127-8153-6adb11eb10b2.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586211/general/cb84f349-c48f-4127-8153-6adb11eb10b2.jpeg already downloaded
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586211%252Fgeneral%252Fa79b6206-ef97-496b-88f2-7e5bd2fc978b.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586211/general/a79b6206-ef97-496b-88f2-7e5bd2fc978b.jpeg already downloaded
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586211%252Fgeneral%252F09ab2258-a9c7-4dbb-8bf6-96ab6392d881.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586211/general/09ab2258-a9c7-4dbb-8bf6-96ab6392d881.jpeg already downloaded
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586211%252Fgeneral%252F7e23d3a4-a7b1-434f-8ff4-930480205c17.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586211/general/7e23d3a4-a7b1-434f-8ff4-930480205c17.jpeg already downloaded
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586211%252Fgeneral%252Fdff81599-5718-4d3a-a86f-73855568acbe.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586211/general/dff81599-5718-4d3a-a86f-73855568acbe.jpeg already downloaded
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586211%252Fgeneral%252Fe543e4a9-1b46-48ae-8564-05e9114d766b.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586211/general/e543e4a9-1b46-48ae-8564-05e9114d766b.jpeg already downloaded
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586211%252Fgeneral%252F2fa347d3-fa52-4d66-90e7-c65cf83868b3.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586211/general/2fa347d3-fa52-4d66-90e7-c65cf83868b3.jpeg already downloaded
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5586211%252Fgeneral%252Fdb23a674-a4d8-4111-94f2-d4f4797fe2cf.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5586211/general/db23a674-a4d8-4111-94f2-d4f4797fe2cf.jpeg already downloaded
2026-03-28 15:18:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 61ddec59-c10c-5dd2-b5f4-f5fafebfc91b, identifier: 10742439
2026-03-28 15:18:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cfed72f4-9220-52e4-973f-6265d667d0a7 with identifier: 10742459
2026-03-28 15:18:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cfed72f4-9220-52e4-973f-6265d667d0a7 with scrape type 1
2026-03-28 15:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item cfed72f4-9220-52e4-973f-6265d667d0a7
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5677819%252Fgeneral%252F33455a8b-93d2-4b4c-ae72-d9a573e50138.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5677819/general/33455a8b-93d2-4b4c-ae72-d9a573e50138.jpeg already downloaded
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5677819%252Fgeneral%252F50314f24-aad4-4f80-bf39-97b208af808b.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5677819/general/50314f24-aad4-4f80-bf39-97b208af808b.jpeg already downloaded
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5677819%252Fgeneral%252F935bb60f-da5d-44a9-8eb3-7a6576551242.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5677819/general/935bb60f-da5d-44a9-8eb3-7a6576551242.jpeg already downloaded
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5677819%252Fgeneral%252F830c50d2-319d-4db1-80de-e5af2ab5e71f.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5677819/general/830c50d2-319d-4db1-80de-e5af2ab5e71f.jpeg already downloaded
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5677819%252Fgeneral%252F833ac2c9-fe74-409b-85e5-fd98d5767d69.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5677819/general/833ac2c9-fe74-409b-85e5-fd98d5767d69.jpeg already downloaded
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5677819%252Fgeneral%252Fcf15da5c-cceb-41b2-9c57-4bf38689b9d9.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5677819/general/cf15da5c-cceb-41b2-9c57-4bf38689b9d9.jpeg already downloaded
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5677819%252Fgeneral%252F400228cf-6a55-4d2d-b367-7e7a801e25cd.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5677819/general/400228cf-6a55-4d2d-b367-7e7a801e25cd.jpeg already downloaded
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5677819%252Fgeneral%252F00287e8b-3970-49e4-b517-e16d2ede6663.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5677819/general/00287e8b-3970-49e4-b517-e16d2ede6663.jpeg already downloaded
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5677819%252Fgeneral%252F88c694c0-0b1d-4bbd-b10d-70936c9e3f73.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5677819/general/88c694c0-0b1d-4bbd-b10d-70936c9e3f73.jpeg already downloaded
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5677819%252Fgeneral%252Fec2fa123-ca81-4e8b-9212-0a0c8745842d.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5677819/general/ec2fa123-ca81-4e8b-9212-0a0c8745842d.jpeg already downloaded
2026-03-28 15:18:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: cfed72f4-9220-52e4-973f-6265d667d0a7, identifier: 10742459
2026-03-28 15:18:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb12c7f8-42d7-590a-b332-b4c9b7d69994 with identifier: 10742418
2026-03-28 15:18:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb12c7f8-42d7-590a-b332-b4c9b7d69994 with scrape type 1
2026-03-28 15:18:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item fb12c7f8-42d7-590a-b332-b4c9b7d69994
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5084224%252Fgeneral%252Fc397e3b1-7e9c-41ae-b219-187ea756dd11.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5084224/general/c397e3b1-7e9c-41ae-b219-187ea756dd11.jpeg already downloaded
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5084224%252Fgeneral%252F5b3691e6-9b94-48f1-8d27-492f099b45f7.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5084224/general/5b3691e6-9b94-48f1-8d27-492f099b45f7.jpeg already downloaded
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5084224%252Fgeneral%252Faee2ce5f-ba7b-4f49-b1e1-fca63c5aa0f3.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5084224/general/aee2ce5f-ba7b-4f49-b1e1-fca63c5aa0f3.jpeg already downloaded
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5084224%252Fgeneral%252F15a0e837-b5ce-43ed-aacd-0e3547539e7b.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5084224/general/15a0e837-b5ce-43ed-aacd-0e3547539e7b.jpeg already downloaded
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5084224%252Fgeneral%252F2863d9ff-470b-40f5-a0f4-95e95e5966a9.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5084224/general/2863d9ff-470b-40f5-a0f4-95e95e5966a9.jpeg already downloaded
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5084224%252Fgeneral%252F102faeb4-22ed-4f94-af0d-c1f1b2d1ae78.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5084224/general/102faeb4-22ed-4f94-af0d-c1f1b2d1ae78.jpeg already downloaded
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5084224%252Fgeneral%252Fda1f40b6-0f0b-4cde-ae4a-7ec3f4d0fd53.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5084224/general/da1f40b6-0f0b-4cde-ae4a-7ec3f4d0fd53.jpeg already downloaded
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5084224%252Fgeneral%252F2e205209-dfe5-4b54-b73c-ef2647eab54e.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5084224/general/2e205209-dfe5-4b54-b73c-ef2647eab54e.jpeg already downloaded
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5084224%252Fgeneral%252Fd53c500a-c43f-46c1-9b8f-0d1d4886d3a0.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5084224/general/d53c500a-c43f-46c1-9b8f-0d1d4886d3a0.jpeg already downloaded
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5084224%252Fgeneral%252F7c8a77d8-a5ff-4354-88d9-76299f6cd01a.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5084224/general/7c8a77d8-a5ff-4354-88d9-76299f6cd01a.jpeg already downloaded
2026-03-28 15:18:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: fb12c7f8-42d7-590a-b332-b4c9b7d69994, identifier: 10742418
2026-03-28 15:18:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5e389f9-c753-549a-86d8-9df5c7f4f24f with identifier: 10742453
2026-03-28 15:18:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5e389f9-c753-549a-86d8-9df5c7f4f24f with scrape type 1
2026-03-28 15:18:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item d5e389f9-c753-549a-86d8-9df5c7f4f24f
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5643103%252Fgeneral%252F5350f97b-be35-4a82-ba55-02b22bae4d72.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5643103/general/5350f97b-be35-4a82-ba55-02b22bae4d72.jpeg already downloaded
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5643103%252Fgeneral%252Fa2c65752-5060-4412-8ba9-5d505a7106f7.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5643103/general/a2c65752-5060-4412-8ba9-5d505a7106f7.jpeg already downloaded
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5643103%252Fgeneral%252F3fcf8792-25fa-44a8-8cda-343afb7d635e.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5643103/general/3fcf8792-25fa-44a8-8cda-343afb7d635e.jpeg already downloaded
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5643103%252Fgeneral%252Fd710afd6-a8a9-4ee4-9877-20c4e333efa0.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5643103/general/d710afd6-a8a9-4ee4-9877-20c4e333efa0.jpeg already downloaded
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5643103%252Fgeneral%252F382c1ebd-2910-4861-aa16-9cf6060de5d9.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5643103/general/382c1ebd-2910-4861-aa16-9cf6060de5d9.jpeg already downloaded
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5643103%252Fgeneral%252F0712d2fc-c753-438b-a3c6-b22e1c92fd42.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5643103/general/0712d2fc-c753-438b-a3c6-b22e1c92fd42.jpeg already downloaded
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5643103%252Fgeneral%252F7a6d9c31-b47c-457e-9c1a-55f6986bef04.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5643103/general/7a6d9c31-b47c-457e-9c1a-55f6986bef04.jpeg already downloaded
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5643103%252Fgeneral%252F5f73780a-abf0-4ecc-a03a-6d2f498694a7.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5643103/general/5f73780a-abf0-4ecc-a03a-6d2f498694a7.jpeg already downloaded
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5643103%252Fgeneral%252F5e0374c9-4dc6-47ad-9dca-fd3b1140d10f.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5643103/general/5e0374c9-4dc6-47ad-9dca-fd3b1140d10f.jpeg already downloaded
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5643103%252Fgeneral%252Fc0de733b-c35d-47c4-b2be-9d78e5ce8c45.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5643103/general/c0de733b-c35d-47c4-b2be-9d78e5ce8c45.jpeg already downloaded
2026-03-28 15:18:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: d5e389f9-c753-549a-86d8-9df5c7f4f24f, identifier: 10742453
2026-03-28 15:18:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 61ddec59-c10c-5dd2-b5f4-f5fafebfc91b with identifier: 10742439
2026-03-28 15:18:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 61ddec59-c10c-5dd2-b5f4-f5fafebfc91b with identifier: 10742439
2026-03-28 15:18:26 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 61ddec59-c10c-5dd2-b5f4-f5fafebfc91b with identifier: 10742439 to the API
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742439>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '2.0L',
'engine_horse_power': 170,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': '61ddec59-c10c-5dd2-b5f4-f5fafebfc91b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '069704',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742439',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'A5',
'odometer': 199533,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 33,
'photo_urls': ['https://images.openlane.eu/carimgs/5586211/general/b83132ed-8cce-4a11-8660-610c790137ec.jpeg',
'https://images.openlane.eu/carimgs/5586211/general/5abf90c1-fee2-49a7-89b4-5acac1ff8a35.jpeg',
'https://images.openlane.eu/carimgs/5586211/general/cb84f349-c48f-4127-8153-6adb11eb10b2.jpeg',
'https://images.openlane.eu/carimgs/5586211/general/a79b6206-ef97-496b-88f2-7e5bd2fc978b.jpeg',
'https://images.openlane.eu/carimgs/5586211/general/09ab2258-a9c7-4dbb-8bf6-96ab6392d881.jpeg',
'https://images.openlane.eu/carimgs/5586211/general/7e23d3a4-a7b1-434f-8ff4-930480205c17.jpeg',
'https://images.openlane.eu/carimgs/5586211/general/dff81599-5718-4d3a-a86f-73855568acbe.jpeg',
'https://images.openlane.eu/carimgs/5586211/general/e543e4a9-1b46-48ae-8564-05e9114d766b.jpeg',
'https://images.openlane.eu/carimgs/5586211/general/2fa347d3-fa52-4d66-90e7-c65cf83868b3.jpeg',
'https://images.openlane.eu/carimgs/5586211/general/db23a674-a4d8-4111-94f2-d4f4797fe2cf.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61ddec59-c10c-5dd2-b5f4-f5fafebfc91b/61ddec59-c10c-5dd2-b5f4-f5fafebfc91b_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2885225,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586211/general/b83132ed-8cce-4a11-8660-610c790137ec.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61ddec59-c10c-5dd2-b5f4-f5fafebfc91b/61ddec59-c10c-5dd2-b5f4-f5fafebfc91b_image_1.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 3241420,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586211/general/5abf90c1-fee2-49a7-89b4-5acac1ff8a35.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61ddec59-c10c-5dd2-b5f4-f5fafebfc91b/61ddec59-c10c-5dd2-b5f4-f5fafebfc91b_image_2.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 3140844,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586211/general/cb84f349-c48f-4127-8153-6adb11eb10b2.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61ddec59-c10c-5dd2-b5f4-f5fafebfc91b/61ddec59-c10c-5dd2-b5f4-f5fafebfc91b_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2360329,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586211/general/a79b6206-ef97-496b-88f2-7e5bd2fc978b.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61ddec59-c10c-5dd2-b5f4-f5fafebfc91b/61ddec59-c10c-5dd2-b5f4-f5fafebfc91b_image_4.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 2434309,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586211/general/09ab2258-a9c7-4dbb-8bf6-96ab6392d881.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61ddec59-c10c-5dd2-b5f4-f5fafebfc91b/61ddec59-c10c-5dd2-b5f4-f5fafebfc91b_image_5.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 2617287,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586211/general/7e23d3a4-a7b1-434f-8ff4-930480205c17.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61ddec59-c10c-5dd2-b5f4-f5fafebfc91b/61ddec59-c10c-5dd2-b5f4-f5fafebfc91b_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2256029,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586211/general/dff81599-5718-4d3a-a86f-73855568acbe.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61ddec59-c10c-5dd2-b5f4-f5fafebfc91b/61ddec59-c10c-5dd2-b5f4-f5fafebfc91b_image_7.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 2786159,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586211/general/e543e4a9-1b46-48ae-8564-05e9114d766b.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61ddec59-c10c-5dd2-b5f4-f5fafebfc91b/61ddec59-c10c-5dd2-b5f4-f5fafebfc91b_image_8.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 2155725,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586211/general/2fa347d3-fa52-4d66-90e7-c65cf83868b3.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_61ddec59-c10c-5dd2-b5f4-f5fafebfc91b/61ddec59-c10c-5dd2-b5f4-f5fafebfc91b_image_9.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 2800675,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5586211/general/db23a674-a4d8-4111-94f2-d4f4797fe2cf.jpeg',
'Width': 4032}],
'price': 12000,
'price_includes_vat': True,
'registration_date': '2019-08-28',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Audi A5 Sportback G-Tron 40 - CNG - Automatic - 170 hp - 199.533 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2019}
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742439%27 HTTP/1.1" 200 None
2026-03-28 15:18:26 [adesa.be] INFO: Saving data for 10742439: {'created_time': 1774711106.841712, 'last_price_update_time': 1774711106.841723, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742439') HTTP/1.1" 204 0
2026-03-28 15:18:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: cfed72f4-9220-52e4-973f-6265d667d0a7 with identifier: 10742459
2026-03-28 15:18:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: cfed72f4-9220-52e4-973f-6265d667d0a7 with identifier: 10742459
2026-03-28 15:18:27 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: cfed72f4-9220-52e4-973f-6265d667d0a7 with identifier: 10742459 to the API
2026-03-28 15:18:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742459>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Diesel',
'id': 'cfed72f4-9220-52e4-973f-6265d667d0a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'Y76931',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742459',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Ford',
'model': 'Mondeo',
'odometer': 217931,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 32,
'photo_urls': ['https://images.openlane.eu/carimgs/5677819/general/33455a8b-93d2-4b4c-ae72-d9a573e50138.jpeg',
'https://images.openlane.eu/carimgs/5677819/general/50314f24-aad4-4f80-bf39-97b208af808b.jpeg',
'https://images.openlane.eu/carimgs/5677819/general/935bb60f-da5d-44a9-8eb3-7a6576551242.jpeg',
'https://images.openlane.eu/carimgs/5677819/general/830c50d2-319d-4db1-80de-e5af2ab5e71f.jpeg',
'https://images.openlane.eu/carimgs/5677819/general/833ac2c9-fe74-409b-85e5-fd98d5767d69.jpeg',
'https://images.openlane.eu/carimgs/5677819/general/cf15da5c-cceb-41b2-9c57-4bf38689b9d9.jpeg',
'https://images.openlane.eu/carimgs/5677819/general/400228cf-6a55-4d2d-b367-7e7a801e25cd.jpeg',
'https://images.openlane.eu/carimgs/5677819/general/00287e8b-3970-49e4-b517-e16d2ede6663.jpeg',
'https://images.openlane.eu/carimgs/5677819/general/88c694c0-0b1d-4bbd-b10d-70936c9e3f73.jpeg',
'https://images.openlane.eu/carimgs/5677819/general/ec2fa123-ca81-4e8b-9212-0a0c8745842d.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cfed72f4-9220-52e4-973f-6265d667d0a7/cfed72f4-9220-52e4-973f-6265d667d0a7_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1820816,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5677819/general/33455a8b-93d2-4b4c-ae72-d9a573e50138.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cfed72f4-9220-52e4-973f-6265d667d0a7/cfed72f4-9220-52e4-973f-6265d667d0a7_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1945494,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5677819/general/50314f24-aad4-4f80-bf39-97b208af808b.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cfed72f4-9220-52e4-973f-6265d667d0a7/cfed72f4-9220-52e4-973f-6265d667d0a7_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2115997,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5677819/general/935bb60f-da5d-44a9-8eb3-7a6576551242.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cfed72f4-9220-52e4-973f-6265d667d0a7/cfed72f4-9220-52e4-973f-6265d667d0a7_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2297343,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5677819/general/830c50d2-319d-4db1-80de-e5af2ab5e71f.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cfed72f4-9220-52e4-973f-6265d667d0a7/cfed72f4-9220-52e4-973f-6265d667d0a7_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2152134,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5677819/general/833ac2c9-fe74-409b-85e5-fd98d5767d69.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cfed72f4-9220-52e4-973f-6265d667d0a7/cfed72f4-9220-52e4-973f-6265d667d0a7_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1688063,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5677819/general/cf15da5c-cceb-41b2-9c57-4bf38689b9d9.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cfed72f4-9220-52e4-973f-6265d667d0a7/cfed72f4-9220-52e4-973f-6265d667d0a7_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2009007,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5677819/general/400228cf-6a55-4d2d-b367-7e7a801e25cd.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cfed72f4-9220-52e4-973f-6265d667d0a7/cfed72f4-9220-52e4-973f-6265d667d0a7_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2023717,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5677819/general/00287e8b-3970-49e4-b517-e16d2ede6663.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cfed72f4-9220-52e4-973f-6265d667d0a7/cfed72f4-9220-52e4-973f-6265d667d0a7_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1537794,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5677819/general/88c694c0-0b1d-4bbd-b10d-70936c9e3f73.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_cfed72f4-9220-52e4-973f-6265d667d0a7/cfed72f4-9220-52e4-973f-6265d667d0a7_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2198759,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5677819/general/ec2fa123-ca81-4e8b-9212-0a0c8745842d.jpeg',
'Width': 4032}],
'price': 6900,
'price_includes_vat': True,
'registration_date': '2019-08-23',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Ford Mondeo 2.0 Business - Diesel - Manual - 150 hp - 217.931 km',
'transmission': 'manual',
'trim': 'Business',
'vin': None,
'year': 2019}
2026-03-28 15:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742459%27 HTTP/1.1" 200 None
2026-03-28 15:18:27 [adesa.be] INFO: Saving data for 10742459: {'created_time': 1774711107.267317, 'last_price_update_time': 1774711107.267327, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742459') HTTP/1.1" 204 0
2026-03-28 15:18:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: fb12c7f8-42d7-590a-b332-b4c9b7d69994 with identifier: 10742418
2026-03-28 15:18:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: fb12c7f8-42d7-590a-b332-b4c9b7d69994 with identifier: 10742418
2026-03-28 15:18:27 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: fb12c7f8-42d7-590a-b332-b4c9b7d69994 with identifier: 10742418 to the API
2026-03-28 15:18:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742418>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 136,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'fb12c7f8-42d7-590a-b332-b4c9b7d69994',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': '2GBA838',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742418',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': '1 Series',
'odometer': 136445,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 34,
'photo_urls': ['https://images.openlane.eu/carimgs/5084224/general/c397e3b1-7e9c-41ae-b219-187ea756dd11.jpeg',
'https://images.openlane.eu/carimgs/5084224/general/5b3691e6-9b94-48f1-8d27-492f099b45f7.jpeg',
'https://images.openlane.eu/carimgs/5084224/general/aee2ce5f-ba7b-4f49-b1e1-fca63c5aa0f3.jpeg',
'https://images.openlane.eu/carimgs/5084224/general/15a0e837-b5ce-43ed-aacd-0e3547539e7b.jpeg',
'https://images.openlane.eu/carimgs/5084224/general/2863d9ff-470b-40f5-a0f4-95e95e5966a9.jpeg',
'https://images.openlane.eu/carimgs/5084224/general/102faeb4-22ed-4f94-af0d-c1f1b2d1ae78.jpeg',
'https://images.openlane.eu/carimgs/5084224/general/da1f40b6-0f0b-4cde-ae4a-7ec3f4d0fd53.jpeg',
'https://images.openlane.eu/carimgs/5084224/general/2e205209-dfe5-4b54-b73c-ef2647eab54e.jpeg',
'https://images.openlane.eu/carimgs/5084224/general/d53c500a-c43f-46c1-9b8f-0d1d4886d3a0.jpeg',
'https://images.openlane.eu/carimgs/5084224/general/7c8a77d8-a5ff-4354-88d9-76299f6cd01a.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb12c7f8-42d7-590a-b332-b4c9b7d69994/fb12c7f8-42d7-590a-b332-b4c9b7d69994_image_0.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 4882421,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5084224/general/c397e3b1-7e9c-41ae-b219-187ea756dd11.jpeg',
'Width': 5712},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb12c7f8-42d7-590a-b332-b4c9b7d69994/fb12c7f8-42d7-590a-b332-b4c9b7d69994_image_1.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 4693141,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5084224/general/5b3691e6-9b94-48f1-8d27-492f099b45f7.jpeg',
'Width': 5712},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb12c7f8-42d7-590a-b332-b4c9b7d69994/fb12c7f8-42d7-590a-b332-b4c9b7d69994_image_2.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 4443861,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5084224/general/aee2ce5f-ba7b-4f49-b1e1-fca63c5aa0f3.jpeg',
'Width': 5712},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb12c7f8-42d7-590a-b332-b4c9b7d69994/fb12c7f8-42d7-590a-b332-b4c9b7d69994_image_3.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 4387710,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5084224/general/15a0e837-b5ce-43ed-aacd-0e3547539e7b.jpeg',
'Width': 5712},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb12c7f8-42d7-590a-b332-b4c9b7d69994/fb12c7f8-42d7-590a-b332-b4c9b7d69994_image_4.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 5100998,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5084224/general/2863d9ff-470b-40f5-a0f4-95e95e5966a9.jpeg',
'Width': 5712},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb12c7f8-42d7-590a-b332-b4c9b7d69994/fb12c7f8-42d7-590a-b332-b4c9b7d69994_image_5.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 5134036,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5084224/general/102faeb4-22ed-4f94-af0d-c1f1b2d1ae78.jpeg',
'Width': 5712},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb12c7f8-42d7-590a-b332-b4c9b7d69994/fb12c7f8-42d7-590a-b332-b4c9b7d69994_image_6.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 5351216,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5084224/general/da1f40b6-0f0b-4cde-ae4a-7ec3f4d0fd53.jpeg',
'Width': 5712},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb12c7f8-42d7-590a-b332-b4c9b7d69994/fb12c7f8-42d7-590a-b332-b4c9b7d69994_image_7.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 6242338,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5084224/general/2e205209-dfe5-4b54-b73c-ef2647eab54e.jpeg',
'Width': 5712},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb12c7f8-42d7-590a-b332-b4c9b7d69994/fb12c7f8-42d7-590a-b332-b4c9b7d69994_image_8.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 5235701,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5084224/general/d53c500a-c43f-46c1-9b8f-0d1d4886d3a0.jpeg',
'Width': 5712},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_fb12c7f8-42d7-590a-b332-b4c9b7d69994/fb12c7f8-42d7-590a-b332-b4c9b7d69994_image_9.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 5109544,
'Height': 4284,
'OriginUrl': 'https://images.openlane.eu/carimgs/5084224/general/7c8a77d8-a5ff-4354-88d9-76299f6cd01a.jpeg',
'Width': 5712}],
'price': 11600,
'price_includes_vat': True,
'registration_date': '2021-07-14',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'BMW 1 Series 118i - Petrol - Automatic - 136 hp - 136.445 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2021}
2026-03-28 15:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742418%27 HTTP/1.1" 200 None
2026-03-28 15:18:27 [adesa.be] INFO: Saving data for 10742418: {'created_time': 1774711107.605906, 'last_price_update_time': 1774711107.605916, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742418') HTTP/1.1" 204 0
2026-03-28 15:18:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: d5e389f9-c753-549a-86d8-9df5c7f4f24f with identifier: 10742453
2026-03-28 15:18:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: d5e389f9-c753-549a-86d8-9df5c7f4f24f with identifier: 10742453
2026-03-28 15:18:27 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: d5e389f9-c753-549a-86d8-9df5c7f4f24f with identifier: 10742453 to the API
2026-03-28 15:18:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742453>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '4.0L',
'engine_horse_power': 600,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': 'd5e389f9-c753-549a-86d8-9df5c7f4f24f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': '2HDF786',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742453',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'A6',
'odometer': 68830,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 47,
'photo_urls': ['https://images.openlane.eu/carimgs/5643103/general/5350f97b-be35-4a82-ba55-02b22bae4d72.jpeg',
'https://images.openlane.eu/carimgs/5643103/general/a2c65752-5060-4412-8ba9-5d505a7106f7.jpeg',
'https://images.openlane.eu/carimgs/5643103/general/3fcf8792-25fa-44a8-8cda-343afb7d635e.jpeg',
'https://images.openlane.eu/carimgs/5643103/general/d710afd6-a8a9-4ee4-9877-20c4e333efa0.jpeg',
'https://images.openlane.eu/carimgs/5643103/general/382c1ebd-2910-4861-aa16-9cf6060de5d9.jpeg',
'https://images.openlane.eu/carimgs/5643103/general/0712d2fc-c753-438b-a3c6-b22e1c92fd42.jpeg',
'https://images.openlane.eu/carimgs/5643103/general/7a6d9c31-b47c-457e-9c1a-55f6986bef04.jpeg',
'https://images.openlane.eu/carimgs/5643103/general/5f73780a-abf0-4ecc-a03a-6d2f498694a7.jpeg',
'https://images.openlane.eu/carimgs/5643103/general/5e0374c9-4dc6-47ad-9dca-fd3b1140d10f.jpeg',
'https://images.openlane.eu/carimgs/5643103/general/c0de733b-c35d-47c4-b2be-9d78e5ce8c45.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5e389f9-c753-549a-86d8-9df5c7f4f24f/d5e389f9-c753-549a-86d8-9df5c7f4f24f_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2575181,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5643103/general/5350f97b-be35-4a82-ba55-02b22bae4d72.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5e389f9-c753-549a-86d8-9df5c7f4f24f/d5e389f9-c753-549a-86d8-9df5c7f4f24f_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2319418,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5643103/general/a2c65752-5060-4412-8ba9-5d505a7106f7.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5e389f9-c753-549a-86d8-9df5c7f4f24f/d5e389f9-c753-549a-86d8-9df5c7f4f24f_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2243564,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5643103/general/3fcf8792-25fa-44a8-8cda-343afb7d635e.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5e389f9-c753-549a-86d8-9df5c7f4f24f/d5e389f9-c753-549a-86d8-9df5c7f4f24f_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2423277,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5643103/general/d710afd6-a8a9-4ee4-9877-20c4e333efa0.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5e389f9-c753-549a-86d8-9df5c7f4f24f/d5e389f9-c753-549a-86d8-9df5c7f4f24f_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2005365,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5643103/general/382c1ebd-2910-4861-aa16-9cf6060de5d9.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5e389f9-c753-549a-86d8-9df5c7f4f24f/d5e389f9-c753-549a-86d8-9df5c7f4f24f_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1526132,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5643103/general/0712d2fc-c753-438b-a3c6-b22e1c92fd42.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5e389f9-c753-549a-86d8-9df5c7f4f24f/d5e389f9-c753-549a-86d8-9df5c7f4f24f_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1970722,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5643103/general/7a6d9c31-b47c-457e-9c1a-55f6986bef04.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5e389f9-c753-549a-86d8-9df5c7f4f24f/d5e389f9-c753-549a-86d8-9df5c7f4f24f_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1680625,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5643103/general/5f73780a-abf0-4ecc-a03a-6d2f498694a7.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5e389f9-c753-549a-86d8-9df5c7f4f24f/d5e389f9-c753-549a-86d8-9df5c7f4f24f_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1424529,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5643103/general/5e0374c9-4dc6-47ad-9dca-fd3b1140d10f.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_d5e389f9-c753-549a-86d8-9df5c7f4f24f/d5e389f9-c753-549a-86d8-9df5c7f4f24f_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1753455,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5643103/general/c0de733b-c35d-47c4-b2be-9d78e5ce8c45.jpeg',
'Width': 4032}],
'price': 74900,
'price_includes_vat': True,
'registration_date': '2022-07-12',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Audi RS6 Avant 4.0 TFSI - Quattro - Petrol - Automatic - 600 hp - '
'68.830 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-28 15:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742453%27 HTTP/1.1" 200 None
2026-03-28 15:18:27 [adesa.be] INFO: Saving data for 10742453: {'created_time': 1774711107.938503, 'last_price_update_time': 1774711107.938513, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742453') HTTP/1.1" 204 0
2026-03-28 15:18:27 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 5.877(s), this was the 1st time calling it.
2026-03-28 15:18:27 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 4.549388251423373 seconds as it raised RequestError: RequestError: 520, message=, headers=<CIMultiDictProxy('Date': 'Sat, 28 Mar 2026 15:18:26 GMT', 'Content-Type': 'application/problem+json', 'Content-Length': '214', 'Connection': 'keep-alive', 'Retry-After': '60', 'Request-Id': '0d681411be122b53556e1bad360e5533', 'Vary': 'Accept-Encoding', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Access-Control-Allow-Credentials': 'true', 'Access-Control-Expose-Headers': '*, X-Project-Key', 'Access-Control-Allow-Methods': 'GET, PUT, POST, DELETE, PATCH, OPTIONS', 'Access-Control-Allow-Headers': 'DNT, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range, Authorization, X-Project-Key', 'Access-Control-Max-Age': '1728000')>, body=b'{"type":"/download/temporary-error","title":"Website Ban","status":520,"detail":"Zyte API could not get a ban-free response in a reasonable time. See https://docs.zyte.com/zyte-api/usage/errors.html#ban-responses"}', request_id=0d681411be122b53556e1bad360e5533.
2026-03-28 15:18:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742490> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742457> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742475> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 769d180b-3451-50c6-9a74-5cc554da63d7 with identifier: 10742490
2026-03-28 15:18:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 769d180b-3451-50c6-9a74-5cc554da63d7 with scrape type 1
2026-03-28 15:18:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 769d180b-3451-50c6-9a74-5cc554da63d7
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743840%252Fgeneral%252Ff1bc352e-ce3f-4b53-8d74-9443873033eb.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743840/general/f1bc352e-ce3f-4b53-8d74-9443873033eb.jpeg already downloaded
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743840%252Fgeneral%252F4de84bfb-6627-40c2-8600-8ecca340c884.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743840/general/4de84bfb-6627-40c2-8600-8ecca340c884.jpeg already downloaded
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743840%252Fgeneral%252Fbe0e9b76-b39b-43a1-bec2-76f879e35c70.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743840/general/be0e9b76-b39b-43a1-bec2-76f879e35c70.jpeg already downloaded
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743840%252Fgeneral%252F034913eb-d13c-4476-9393-4b229b1bba63.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743840/general/034913eb-d13c-4476-9393-4b229b1bba63.jpeg already downloaded
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743840%252Fgeneral%252F34512f79-88b9-4fbf-97cc-8f0477833919.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743840/general/34512f79-88b9-4fbf-97cc-8f0477833919.jpeg already downloaded
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743840%252Fgeneral%252F7ed761a0-1944-44fb-9ef8-e25c77411148.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743840/general/7ed761a0-1944-44fb-9ef8-e25c77411148.jpeg already downloaded
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743840%252Fgeneral%252F9f18903f-7a18-46b3-97a0-5e61ea108961.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743840/general/9f18903f-7a18-46b3-97a0-5e61ea108961.jpeg already downloaded
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743840%252Fgeneral%252F47143196-23bd-497e-975d-52d88afa3463.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743840/general/47143196-23bd-497e-975d-52d88afa3463.jpeg already downloaded
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743840%252Fgeneral%252Ff423a766-afc6-4f23-a0e5-1ad22b977270.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743840/general/f423a766-afc6-4f23-a0e5-1ad22b977270.jpeg already downloaded
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743840%252Fgeneral%252F144b2741-ff0e-4299-9ee0-85bb1afc5e9b.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743840/general/144b2741-ff0e-4299-9ee0-85bb1afc5e9b.jpeg already downloaded
2026-03-28 15:18:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 769d180b-3451-50c6-9a74-5cc554da63d7, identifier: 10742490
2026-03-28 15:18:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 769d180b-3451-50c6-9a74-5cc554da63d7 with identifier: 10742490
2026-03-28 15:18:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 769d180b-3451-50c6-9a74-5cc554da63d7 with identifier: 10742490
2026-03-28 15:18:28 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 769d180b-3451-50c6-9a74-5cc554da63d7 with identifier: 10742490 to the API
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742490>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 170,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': '769d180b-3451-50c6-9a74-5cc554da63d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'A057533',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742490',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'A5',
'odometer': 163158,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 28,
'photo_urls': ['https://images.openlane.eu/carimgs/5743840/general/f1bc352e-ce3f-4b53-8d74-9443873033eb.jpeg',
'https://images.openlane.eu/carimgs/5743840/general/4de84bfb-6627-40c2-8600-8ecca340c884.jpeg',
'https://images.openlane.eu/carimgs/5743840/general/be0e9b76-b39b-43a1-bec2-76f879e35c70.jpeg',
'https://images.openlane.eu/carimgs/5743840/general/034913eb-d13c-4476-9393-4b229b1bba63.jpeg',
'https://images.openlane.eu/carimgs/5743840/general/34512f79-88b9-4fbf-97cc-8f0477833919.jpeg',
'https://images.openlane.eu/carimgs/5743840/general/7ed761a0-1944-44fb-9ef8-e25c77411148.jpeg',
'https://images.openlane.eu/carimgs/5743840/general/9f18903f-7a18-46b3-97a0-5e61ea108961.jpeg',
'https://images.openlane.eu/carimgs/5743840/general/47143196-23bd-497e-975d-52d88afa3463.jpeg',
'https://images.openlane.eu/carimgs/5743840/general/f423a766-afc6-4f23-a0e5-1ad22b977270.jpeg',
'https://images.openlane.eu/carimgs/5743840/general/144b2741-ff0e-4299-9ee0-85bb1afc5e9b.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_769d180b-3451-50c6-9a74-5cc554da63d7/769d180b-3451-50c6-9a74-5cc554da63d7_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 323252,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743840/general/f1bc352e-ce3f-4b53-8d74-9443873033eb.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_769d180b-3451-50c6-9a74-5cc554da63d7/769d180b-3451-50c6-9a74-5cc554da63d7_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 304195,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743840/general/4de84bfb-6627-40c2-8600-8ecca340c884.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_769d180b-3451-50c6-9a74-5cc554da63d7/769d180b-3451-50c6-9a74-5cc554da63d7_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 322234,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743840/general/be0e9b76-b39b-43a1-bec2-76f879e35c70.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_769d180b-3451-50c6-9a74-5cc554da63d7/769d180b-3451-50c6-9a74-5cc554da63d7_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 324497,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743840/general/034913eb-d13c-4476-9393-4b229b1bba63.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_769d180b-3451-50c6-9a74-5cc554da63d7/769d180b-3451-50c6-9a74-5cc554da63d7_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 276871,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743840/general/34512f79-88b9-4fbf-97cc-8f0477833919.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_769d180b-3451-50c6-9a74-5cc554da63d7/769d180b-3451-50c6-9a74-5cc554da63d7_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 258292,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743840/general/7ed761a0-1944-44fb-9ef8-e25c77411148.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_769d180b-3451-50c6-9a74-5cc554da63d7/769d180b-3451-50c6-9a74-5cc554da63d7_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 322416,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743840/general/9f18903f-7a18-46b3-97a0-5e61ea108961.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_769d180b-3451-50c6-9a74-5cc554da63d7/769d180b-3451-50c6-9a74-5cc554da63d7_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 392661,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743840/general/47143196-23bd-497e-975d-52d88afa3463.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_769d180b-3451-50c6-9a74-5cc554da63d7/769d180b-3451-50c6-9a74-5cc554da63d7_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 239346,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743840/general/f423a766-afc6-4f23-a0e5-1ad22b977270.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_769d180b-3451-50c6-9a74-5cc554da63d7/769d180b-3451-50c6-9a74-5cc554da63d7_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 319748,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743840/general/144b2741-ff0e-4299-9ee0-85bb1afc5e9b.jpeg',
'Width': 1440}],
'price': 9100,
'price_includes_vat': True,
'registration_date': '2017-11-14',
'seats_number': 4,
'seller_name': 'AUTO TIP TOP',
'title': 'Audi A5 Sportback 2.0 TFSI - CNG - Manual - 170 hp - 163.158 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2017}
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742490%27 HTTP/1.1" 200 None
2026-03-28 15:18:28 [adesa.be] INFO: Saving data for 10742490: {'created_time': 1774711108.640797, 'last_price_update_time': 1774711108.640807, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742490') HTTP/1.1" 204 0
2026-03-28 15:18:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742421> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11e4c325-c94b-5678-958b-c91132a62141 with identifier: 10742457
2026-03-28 15:18:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11e4c325-c94b-5678-958b-c91132a62141 with scrape type 1
2026-03-28 15:18:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 11e4c325-c94b-5678-958b-c91132a62141
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5677630%252Fgeneral%252F1ccf3874-b467-48b8-86f7-05c6a2f8450a.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5677630/general/1ccf3874-b467-48b8-86f7-05c6a2f8450a.jpeg already downloaded
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5677630%252Fgeneral%252F396a9cd5-f36e-4116-958b-e8b77fc04ec1.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5677630/general/396a9cd5-f36e-4116-958b-e8b77fc04ec1.jpeg already downloaded
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5677630%252Fgeneral%252Fbd322908-a337-4b69-b18d-892df0c59865.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5677630/general/bd322908-a337-4b69-b18d-892df0c59865.jpeg already downloaded
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5677630%252Fgeneral%252F17f8de40-ce57-4316-8962-aa2267316548.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5677630/general/17f8de40-ce57-4316-8962-aa2267316548.jpeg already downloaded
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5677630%252Fgeneral%252F1d57a4a2-6881-4927-bf8b-3d0a4d225048.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5677630/general/1d57a4a2-6881-4927-bf8b-3d0a4d225048.jpeg already downloaded
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5677630%252Fgeneral%252F2b820405-b16f-4a1e-94a8-8a3b3b487868.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5677630/general/2b820405-b16f-4a1e-94a8-8a3b3b487868.jpeg already downloaded
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5677630%252Fgeneral%252F692fd255-2b99-48f8-8aab-2e7e986ec30c.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5677630/general/692fd255-2b99-48f8-8aab-2e7e986ec30c.jpeg already downloaded
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5677630%252Fgeneral%252F88a66571-c9d7-456c-8a1d-01f000a68aa8.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5677630/general/88a66571-c9d7-456c-8a1d-01f000a68aa8.jpeg already downloaded
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5677630%252Fgeneral%252Fce07617f-f829-498e-b790-84182196c0fc.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5677630/general/ce07617f-f829-498e-b790-84182196c0fc.jpeg already downloaded
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5677630%252Fgeneral%252F87c1009f-74e9-4c99-b808-758249358377.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5677630/general/87c1009f-74e9-4c99-b808-758249358377.jpeg already downloaded
2026-03-28 15:18:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 11e4c325-c94b-5678-958b-c91132a62141, identifier: 10742457
2026-03-28 15:18:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ffd8ccb-54c9-5431-8966-a0ca079295cb with identifier: 10742475
2026-03-28 15:18:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ffd8ccb-54c9-5431-8966-a0ca079295cb with scrape type 1
2026-03-28 15:18:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6ffd8ccb-54c9-5431-8966-a0ca079295cb
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722904%252Fgeneral%252Fe2613d2e-fe71-4b28-bb25-a0a3b524ce0b.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722904/general/e2613d2e-fe71-4b28-bb25-a0a3b524ce0b.jpeg already downloaded
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722904%252Fgeneral%252Fd0007d22-bbb3-476f-9db7-bc2fa86bc83c.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722904/general/d0007d22-bbb3-476f-9db7-bc2fa86bc83c.jpeg already downloaded
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722904%252Fgeneral%252F696b2030-86f8-435e-93de-cd734865d66e.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722904/general/696b2030-86f8-435e-93de-cd734865d66e.jpeg already downloaded
2026-03-28 15:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722904%252Fgeneral%252Fde7d8ee8-51b7-4342-a154-3c3b92116399.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722904/general/de7d8ee8-51b7-4342-a154-3c3b92116399.jpeg already downloaded
2026-03-28 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722904%252Fgeneral%252F1669ec79-9215-4ded-879d-b77d5453c289.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722904/general/1669ec79-9215-4ded-879d-b77d5453c289.jpeg already downloaded
2026-03-28 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722904%252Fgeneral%252F4c5cf405-44ed-435f-b862-e989c59efbe9.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722904/general/4c5cf405-44ed-435f-b862-e989c59efbe9.jpeg already downloaded
2026-03-28 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722904%252Fgeneral%252Fec05c37e-fac6-4c5f-8f12-379de468c5a6.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722904/general/ec05c37e-fac6-4c5f-8f12-379de468c5a6.jpeg already downloaded
2026-03-28 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722904%252Fgeneral%252Fffd90eab-7c4a-4619-b65f-ea0d9cbe59f9.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722904/general/ffd90eab-7c4a-4619-b65f-ea0d9cbe59f9.jpeg already downloaded
2026-03-28 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722904%252Fgeneral%252F7b4edf51-38dd-4143-875d-a3b030814fb8.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722904/general/7b4edf51-38dd-4143-875d-a3b030814fb8.jpeg already downloaded
2026-03-28 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5722904%252Fgeneral%252F65dd1614-aca2-4839-989a-fcec5fcd6366.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5722904/general/65dd1614-aca2-4839-989a-fcec5fcd6366.jpeg already downloaded
2026-03-28 15:18:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 6ffd8ccb-54c9-5431-8966-a0ca079295cb, identifier: 10742475
2026-03-28 15:18:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742448> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 11e4c325-c94b-5678-958b-c91132a62141 with identifier: 10742457
2026-03-28 15:18:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 11e4c325-c94b-5678-958b-c91132a62141 with identifier: 10742457
2026-03-28 15:18:29 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 11e4c325-c94b-5678-958b-c91132a62141 with identifier: 10742457 to the API
2026-03-28 15:18:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742457>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '2.0L',
'engine_horse_power': 170,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': '11e4c325-c94b-5678-958b-c91132a62141',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '069909',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742457',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'A5',
'odometer': 139002,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 31,
'photo_urls': ['https://images.openlane.eu/carimgs/5677630/general/1ccf3874-b467-48b8-86f7-05c6a2f8450a.jpeg',
'https://images.openlane.eu/carimgs/5677630/general/396a9cd5-f36e-4116-958b-e8b77fc04ec1.jpeg',
'https://images.openlane.eu/carimgs/5677630/general/bd322908-a337-4b69-b18d-892df0c59865.jpeg',
'https://images.openlane.eu/carimgs/5677630/general/17f8de40-ce57-4316-8962-aa2267316548.jpeg',
'https://images.openlane.eu/carimgs/5677630/general/1d57a4a2-6881-4927-bf8b-3d0a4d225048.jpeg',
'https://images.openlane.eu/carimgs/5677630/general/2b820405-b16f-4a1e-94a8-8a3b3b487868.jpeg',
'https://images.openlane.eu/carimgs/5677630/general/692fd255-2b99-48f8-8aab-2e7e986ec30c.jpeg',
'https://images.openlane.eu/carimgs/5677630/general/88a66571-c9d7-456c-8a1d-01f000a68aa8.jpeg',
'https://images.openlane.eu/carimgs/5677630/general/ce07617f-f829-498e-b790-84182196c0fc.jpeg',
'https://images.openlane.eu/carimgs/5677630/general/87c1009f-74e9-4c99-b808-758249358377.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11e4c325-c94b-5678-958b-c91132a62141/11e4c325-c94b-5678-958b-c91132a62141_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2339545,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5677630/general/1ccf3874-b467-48b8-86f7-05c6a2f8450a.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11e4c325-c94b-5678-958b-c91132a62141/11e4c325-c94b-5678-958b-c91132a62141_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2714321,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5677630/general/396a9cd5-f36e-4116-958b-e8b77fc04ec1.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11e4c325-c94b-5678-958b-c91132a62141/11e4c325-c94b-5678-958b-c91132a62141_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1938187,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5677630/general/bd322908-a337-4b69-b18d-892df0c59865.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11e4c325-c94b-5678-958b-c91132a62141/11e4c325-c94b-5678-958b-c91132a62141_image_3.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 2587614,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5677630/general/17f8de40-ce57-4316-8962-aa2267316548.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11e4c325-c94b-5678-958b-c91132a62141/11e4c325-c94b-5678-958b-c91132a62141_image_4.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 2304442,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5677630/general/1d57a4a2-6881-4927-bf8b-3d0a4d225048.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11e4c325-c94b-5678-958b-c91132a62141/11e4c325-c94b-5678-958b-c91132a62141_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1686638,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5677630/general/2b820405-b16f-4a1e-94a8-8a3b3b487868.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11e4c325-c94b-5678-958b-c91132a62141/11e4c325-c94b-5678-958b-c91132a62141_image_6.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 3115523,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5677630/general/692fd255-2b99-48f8-8aab-2e7e986ec30c.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11e4c325-c94b-5678-958b-c91132a62141/11e4c325-c94b-5678-958b-c91132a62141_image_7.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 2813030,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5677630/general/88a66571-c9d7-456c-8a1d-01f000a68aa8.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11e4c325-c94b-5678-958b-c91132a62141/11e4c325-c94b-5678-958b-c91132a62141_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1465282,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5677630/general/ce07617f-f829-498e-b790-84182196c0fc.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_11e4c325-c94b-5678-958b-c91132a62141/11e4c325-c94b-5678-958b-c91132a62141_image_9.mpo',
'Extension': 'mpo',
'FileSizeInBytes': 2197870,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5677630/general/87c1009f-74e9-4c99-b808-758249358377.jpeg',
'Width': 4032}],
'price': 12200,
'price_includes_vat': True,
'registration_date': '2019-08-28',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Audi A5 Sportback 2.0 - CNG - Automatic - 170 hp - 139.002 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2019}
2026-03-28 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742457%27 HTTP/1.1" 200 None
2026-03-28 15:18:29 [adesa.be] INFO: Saving data for 10742457: {'created_time': 1774711109.615323, 'last_price_update_time': 1774711109.615335, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742457') HTTP/1.1" 204 0
2026-03-28 15:18:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 6ffd8ccb-54c9-5431-8966-a0ca079295cb with identifier: 10742475
2026-03-28 15:18:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 6ffd8ccb-54c9-5431-8966-a0ca079295cb with identifier: 10742475
2026-03-28 15:18:29 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 6ffd8ccb-54c9-5431-8966-a0ca079295cb with identifier: 10742475 to the API
2026-03-28 15:18:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742475>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'engine_horse_power': 184,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'Petrol',
'id': '6ffd8ccb-54c9-5431-8966-a0ca079295cb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': '1UGU636',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742475',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Mini',
'model': 'Countryman',
'odometer': 129239,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 29,
'photo_urls': ['https://images.openlane.eu/carimgs/5722904/general/e2613d2e-fe71-4b28-bb25-a0a3b524ce0b.jpeg',
'https://images.openlane.eu/carimgs/5722904/general/d0007d22-bbb3-476f-9db7-bc2fa86bc83c.jpeg',
'https://images.openlane.eu/carimgs/5722904/general/696b2030-86f8-435e-93de-cd734865d66e.jpeg',
'https://images.openlane.eu/carimgs/5722904/general/de7d8ee8-51b7-4342-a154-3c3b92116399.jpeg',
'https://images.openlane.eu/carimgs/5722904/general/1669ec79-9215-4ded-879d-b77d5453c289.jpeg',
'https://images.openlane.eu/carimgs/5722904/general/4c5cf405-44ed-435f-b862-e989c59efbe9.jpeg',
'https://images.openlane.eu/carimgs/5722904/general/ec05c37e-fac6-4c5f-8f12-379de468c5a6.jpeg',
'https://images.openlane.eu/carimgs/5722904/general/ffd90eab-7c4a-4619-b65f-ea0d9cbe59f9.jpeg',
'https://images.openlane.eu/carimgs/5722904/general/7b4edf51-38dd-4143-875d-a3b030814fb8.jpeg',
'https://images.openlane.eu/carimgs/5722904/general/65dd1614-aca2-4839-989a-fcec5fcd6366.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ffd8ccb-54c9-5431-8966-a0ca079295cb/6ffd8ccb-54c9-5431-8966-a0ca079295cb_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 423013,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722904/general/e2613d2e-fe71-4b28-bb25-a0a3b524ce0b.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ffd8ccb-54c9-5431-8966-a0ca079295cb/6ffd8ccb-54c9-5431-8966-a0ca079295cb_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 455282,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722904/general/d0007d22-bbb3-476f-9db7-bc2fa86bc83c.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ffd8ccb-54c9-5431-8966-a0ca079295cb/6ffd8ccb-54c9-5431-8966-a0ca079295cb_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 407223,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722904/general/696b2030-86f8-435e-93de-cd734865d66e.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ffd8ccb-54c9-5431-8966-a0ca079295cb/6ffd8ccb-54c9-5431-8966-a0ca079295cb_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 411436,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722904/general/de7d8ee8-51b7-4342-a154-3c3b92116399.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ffd8ccb-54c9-5431-8966-a0ca079295cb/6ffd8ccb-54c9-5431-8966-a0ca079295cb_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 331613,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722904/general/1669ec79-9215-4ded-879d-b77d5453c289.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ffd8ccb-54c9-5431-8966-a0ca079295cb/6ffd8ccb-54c9-5431-8966-a0ca079295cb_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 297402,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722904/general/4c5cf405-44ed-435f-b862-e989c59efbe9.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ffd8ccb-54c9-5431-8966-a0ca079295cb/6ffd8ccb-54c9-5431-8966-a0ca079295cb_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 328000,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722904/general/ec05c37e-fac6-4c5f-8f12-379de468c5a6.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ffd8ccb-54c9-5431-8966-a0ca079295cb/6ffd8ccb-54c9-5431-8966-a0ca079295cb_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 344198,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722904/general/ffd90eab-7c4a-4619-b65f-ea0d9cbe59f9.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ffd8ccb-54c9-5431-8966-a0ca079295cb/6ffd8ccb-54c9-5431-8966-a0ca079295cb_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 422467,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722904/general/7b4edf51-38dd-4143-875d-a3b030814fb8.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6ffd8ccb-54c9-5431-8966-a0ca079295cb/6ffd8ccb-54c9-5431-8966-a0ca079295cb_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 331879,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5722904/general/65dd1614-aca2-4839-989a-fcec5fcd6366.jpeg',
'Width': 1440}],
'price': 8800,
'price_includes_vat': True,
'registration_date': '2014-01-20',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Mini Countryman Cooper S 1.6 - Petrol - Manual - 184 hp - 129.239 '
'km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2014}
2026-03-28 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742475%27 HTTP/1.1" 200 None
2026-03-28 15:18:29 [adesa.be] INFO: Saving data for 10742475: {'created_time': 1774711109.980068, 'last_price_update_time': 1774711109.98008, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742475') HTTP/1.1" 204 0
2026-03-28 15:18:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742425> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742482> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6686ecc5-9217-579c-bbac-250086e65007 with identifier: 10742421
2026-03-28 15:18:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6686ecc5-9217-579c-bbac-250086e65007 with scrape type 1
2026-03-28 15:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 6686ecc5-9217-579c-bbac-250086e65007
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5190514%252Fgeneral%252F935c1dcd-09ed-4a8c-9c81-99640e7b200e.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5190514/general/935c1dcd-09ed-4a8c-9c81-99640e7b200e.jpg already downloaded
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5190514%252Fgeneral%252F3233dfe7-cb88-4924-8f7e-6e6110949716.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5190514/general/3233dfe7-cb88-4924-8f7e-6e6110949716.jpg already downloaded
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5190514%252Fgeneral%252F01c74e13-e726-457c-888f-cecb3233d249.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5190514/general/01c74e13-e726-457c-888f-cecb3233d249.jpg already downloaded
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5190514%252Fgeneral%252Ff2e2f8d7-8220-4f5b-a1a0-48dc3683f8a8.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5190514/general/f2e2f8d7-8220-4f5b-a1a0-48dc3683f8a8.jpg already downloaded
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5190514%252Fgeneral%252F00b1af4a-d632-4c41-a884-41d3f2cec4bc.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5190514/general/00b1af4a-d632-4c41-a884-41d3f2cec4bc.jpg already downloaded
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5190514%252Fgeneral%252F1b1c8b89-b353-4123-9a6e-c3c76e0a9b74.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5190514/general/1b1c8b89-b353-4123-9a6e-c3c76e0a9b74.jpg already downloaded
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5190514%252Fgeneral%252F86cc6d21-3975-4100-a3ec-547f86037376.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5190514/general/86cc6d21-3975-4100-a3ec-547f86037376.jpg already downloaded
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5190514%252Fgeneral%252F3d008c66-6bc0-47cf-a39b-55790448ce21.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5190514/general/3d008c66-6bc0-47cf-a39b-55790448ce21.jpg already downloaded
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5190514%252Fgeneral%252F1c5f1c25-cdf9-4240-b5da-e69d1bd8a516.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5190514/general/1c5f1c25-cdf9-4240-b5da-e69d1bd8a516.jpg already downloaded
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5190514%252Fgeneral%252F49230056-c3de-4a0a-82f4-6bd49b1cc9d2.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5190514/general/49230056-c3de-4a0a-82f4-6bd49b1cc9d2.jpg already downloaded
2026-03-28 15:18:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 6686ecc5-9217-579c-bbac-250086e65007, identifier: 10742421
2026-03-28 15:18:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79a183ac-02f5-5740-9a7a-6ec1b1872903 with identifier: 10742448
2026-03-28 15:18:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79a183ac-02f5-5740-9a7a-6ec1b1872903 with scrape type 1
2026-03-28 15:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 79a183ac-02f5-5740-9a7a-6ec1b1872903
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629564%252Fgeneral%252F9178ea63-227a-42a3-9a9a-da620df15465.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629564/general/9178ea63-227a-42a3-9a9a-da620df15465.jpeg already downloaded
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629564%252Fgeneral%252F49631d5a-c24e-45f9-b41e-059c5bdebd96.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629564/general/49631d5a-c24e-45f9-b41e-059c5bdebd96.jpeg already downloaded
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629564%252Fgeneral%252Fac72f00f-25f0-4b01-8a62-1aa832c6ab55.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629564/general/ac72f00f-25f0-4b01-8a62-1aa832c6ab55.jpeg already downloaded
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629564%252Fgeneral%252F3e65ffe8-74da-4240-824d-2da2a5d059ae.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629564/general/3e65ffe8-74da-4240-824d-2da2a5d059ae.jpeg already downloaded
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629564%252Fgeneral%252F7e36c24e-06c6-4927-974d-ed53705d1c0b.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629564/general/7e36c24e-06c6-4927-974d-ed53705d1c0b.jpeg already downloaded
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629564%252Fgeneral%252F1a237a8f-a13b-44d0-9d81-158b878835db.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629564/general/1a237a8f-a13b-44d0-9d81-158b878835db.jpeg already downloaded
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629564%252Fgeneral%252F0ca3f32f-db12-41fa-8953-c50c98c17d48.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629564/general/0ca3f32f-db12-41fa-8953-c50c98c17d48.jpeg already downloaded
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629564%252Fgeneral%252Fd6e0e30a-dbe7-4086-bb93-29dd465a302d.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629564/general/d6e0e30a-dbe7-4086-bb93-29dd465a302d.jpeg already downloaded
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629564%252Fgeneral%252Fa322494c-ec85-43ce-a7ee-e9ff8c818a24.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629564/general/a322494c-ec85-43ce-a7ee-e9ff8c818a24.jpeg already downloaded
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5629564%252Fgeneral%252F654b0a9b-053a-47ef-beaf-2d02864b331b.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5629564/general/654b0a9b-053a-47ef-beaf-2d02864b331b.jpeg already downloaded
2026-03-28 15:18:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 79a183ac-02f5-5740-9a7a-6ec1b1872903, identifier: 10742448
2026-03-28 15:18:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 6686ecc5-9217-579c-bbac-250086e65007 with identifier: 10742421
2026-03-28 15:18:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 6686ecc5-9217-579c-bbac-250086e65007 with identifier: 10742421
2026-03-28 15:18:30 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 6686ecc5-9217-579c-bbac-250086e65007 with identifier: 10742421 to the API
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742421>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 170,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': '6686ecc5-9217-579c-bbac-250086e65007',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'XXXXXX',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742421',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'A4',
'odometer': 166159,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 34,
'photo_urls': ['https://images.openlane.eu/carimgs/5190514/general/935c1dcd-09ed-4a8c-9c81-99640e7b200e.jpg',
'https://images.openlane.eu/carimgs/5190514/general/3233dfe7-cb88-4924-8f7e-6e6110949716.jpg',
'https://images.openlane.eu/carimgs/5190514/general/01c74e13-e726-457c-888f-cecb3233d249.jpg',
'https://images.openlane.eu/carimgs/5190514/general/f2e2f8d7-8220-4f5b-a1a0-48dc3683f8a8.jpg',
'https://images.openlane.eu/carimgs/5190514/general/00b1af4a-d632-4c41-a884-41d3f2cec4bc.jpg',
'https://images.openlane.eu/carimgs/5190514/general/1b1c8b89-b353-4123-9a6e-c3c76e0a9b74.jpg',
'https://images.openlane.eu/carimgs/5190514/general/86cc6d21-3975-4100-a3ec-547f86037376.jpg',
'https://images.openlane.eu/carimgs/5190514/general/3d008c66-6bc0-47cf-a39b-55790448ce21.jpg',
'https://images.openlane.eu/carimgs/5190514/general/1c5f1c25-cdf9-4240-b5da-e69d1bd8a516.jpg',
'https://images.openlane.eu/carimgs/5190514/general/49230056-c3de-4a0a-82f4-6bd49b1cc9d2.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6686ecc5-9217-579c-bbac-250086e65007/6686ecc5-9217-579c-bbac-250086e65007_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 317872,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5190514/general/935c1dcd-09ed-4a8c-9c81-99640e7b200e.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6686ecc5-9217-579c-bbac-250086e65007/6686ecc5-9217-579c-bbac-250086e65007_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 327877,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5190514/general/3233dfe7-cb88-4924-8f7e-6e6110949716.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6686ecc5-9217-579c-bbac-250086e65007/6686ecc5-9217-579c-bbac-250086e65007_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 314576,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5190514/general/01c74e13-e726-457c-888f-cecb3233d249.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6686ecc5-9217-579c-bbac-250086e65007/6686ecc5-9217-579c-bbac-250086e65007_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 301166,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5190514/general/f2e2f8d7-8220-4f5b-a1a0-48dc3683f8a8.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6686ecc5-9217-579c-bbac-250086e65007/6686ecc5-9217-579c-bbac-250086e65007_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 312263,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5190514/general/00b1af4a-d632-4c41-a884-41d3f2cec4bc.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6686ecc5-9217-579c-bbac-250086e65007/6686ecc5-9217-579c-bbac-250086e65007_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 301752,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5190514/general/1b1c8b89-b353-4123-9a6e-c3c76e0a9b74.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6686ecc5-9217-579c-bbac-250086e65007/6686ecc5-9217-579c-bbac-250086e65007_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 337504,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5190514/general/86cc6d21-3975-4100-a3ec-547f86037376.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6686ecc5-9217-579c-bbac-250086e65007/6686ecc5-9217-579c-bbac-250086e65007_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 343172,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5190514/general/3d008c66-6bc0-47cf-a39b-55790448ce21.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6686ecc5-9217-579c-bbac-250086e65007/6686ecc5-9217-579c-bbac-250086e65007_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 276052,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5190514/general/1c5f1c25-cdf9-4240-b5da-e69d1bd8a516.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_6686ecc5-9217-579c-bbac-250086e65007/6686ecc5-9217-579c-bbac-250086e65007_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 242048,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5190514/general/49230056-c3de-4a0a-82f4-6bd49b1cc9d2.jpg',
'Width': 1440}],
'price': 8300,
'price_includes_vat': True,
'registration_date': '2018-06-23',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Audi A4 Avant 2.0 TFSI - CNG - Automatic - 170 hp - 166.159 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2018}
2026-03-28 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742421%27 HTTP/1.1" 200 None
2026-03-28 15:18:31 [adesa.be] INFO: Saving data for 10742421: {'created_time': 1774711111.064567, 'last_price_update_time': 1774711111.06458, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742421') HTTP/1.1" 204 0
2026-03-28 15:18:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 79a183ac-02f5-5740-9a7a-6ec1b1872903 with identifier: 10742448
2026-03-28 15:18:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 79a183ac-02f5-5740-9a7a-6ec1b1872903 with identifier: 10742448
2026-03-28 15:18:31 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 79a183ac-02f5-5740-9a7a-6ec1b1872903 with identifier: 10742448 to the API
2026-03-28 15:18:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742448>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'engine_horse_power': 131,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': '79a183ac-02f5-5740-9a7a-6ec1b1872903',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'XXXX',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742448',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'A3',
'odometer': 150652,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 27,
'photo_urls': ['https://images.openlane.eu/carimgs/5629564/general/9178ea63-227a-42a3-9a9a-da620df15465.jpeg',
'https://images.openlane.eu/carimgs/5629564/general/49631d5a-c24e-45f9-b41e-059c5bdebd96.jpeg',
'https://images.openlane.eu/carimgs/5629564/general/ac72f00f-25f0-4b01-8a62-1aa832c6ab55.jpeg',
'https://images.openlane.eu/carimgs/5629564/general/3e65ffe8-74da-4240-824d-2da2a5d059ae.jpeg',
'https://images.openlane.eu/carimgs/5629564/general/7e36c24e-06c6-4927-974d-ed53705d1c0b.jpeg',
'https://images.openlane.eu/carimgs/5629564/general/1a237a8f-a13b-44d0-9d81-158b878835db.jpeg',
'https://images.openlane.eu/carimgs/5629564/general/0ca3f32f-db12-41fa-8953-c50c98c17d48.jpeg',
'https://images.openlane.eu/carimgs/5629564/general/d6e0e30a-dbe7-4086-bb93-29dd465a302d.jpeg',
'https://images.openlane.eu/carimgs/5629564/general/a322494c-ec85-43ce-a7ee-e9ff8c818a24.jpeg',
'https://images.openlane.eu/carimgs/5629564/general/654b0a9b-053a-47ef-beaf-2d02864b331b.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79a183ac-02f5-5740-9a7a-6ec1b1872903/79a183ac-02f5-5740-9a7a-6ec1b1872903_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 3089144,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629564/general/9178ea63-227a-42a3-9a9a-da620df15465.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79a183ac-02f5-5740-9a7a-6ec1b1872903/79a183ac-02f5-5740-9a7a-6ec1b1872903_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2378953,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629564/general/49631d5a-c24e-45f9-b41e-059c5bdebd96.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79a183ac-02f5-5740-9a7a-6ec1b1872903/79a183ac-02f5-5740-9a7a-6ec1b1872903_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2802376,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629564/general/ac72f00f-25f0-4b01-8a62-1aa832c6ab55.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79a183ac-02f5-5740-9a7a-6ec1b1872903/79a183ac-02f5-5740-9a7a-6ec1b1872903_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2331291,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629564/general/3e65ffe8-74da-4240-824d-2da2a5d059ae.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79a183ac-02f5-5740-9a7a-6ec1b1872903/79a183ac-02f5-5740-9a7a-6ec1b1872903_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 3030908,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629564/general/7e36c24e-06c6-4927-974d-ed53705d1c0b.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79a183ac-02f5-5740-9a7a-6ec1b1872903/79a183ac-02f5-5740-9a7a-6ec1b1872903_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2269424,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629564/general/1a237a8f-a13b-44d0-9d81-158b878835db.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79a183ac-02f5-5740-9a7a-6ec1b1872903/79a183ac-02f5-5740-9a7a-6ec1b1872903_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1510939,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629564/general/0ca3f32f-db12-41fa-8953-c50c98c17d48.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79a183ac-02f5-5740-9a7a-6ec1b1872903/79a183ac-02f5-5740-9a7a-6ec1b1872903_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2059891,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629564/general/d6e0e30a-dbe7-4086-bb93-29dd465a302d.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79a183ac-02f5-5740-9a7a-6ec1b1872903/79a183ac-02f5-5740-9a7a-6ec1b1872903_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2265529,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629564/general/a322494c-ec85-43ce-a7ee-e9ff8c818a24.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_79a183ac-02f5-5740-9a7a-6ec1b1872903/79a183ac-02f5-5740-9a7a-6ec1b1872903_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1654357,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5629564/general/654b0a9b-053a-47ef-beaf-2d02864b331b.jpeg',
'Width': 4032}],
'price': 8500,
'price_includes_vat': True,
'registration_date': '2020-07-02',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Audi A3 Sportback G-Tron 30 TFSI - CNG - Automatic - 131 hp - '
'150.652 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2020}
2026-03-28 15:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742448%27 HTTP/1.1" 200 None
2026-03-28 15:18:31 [adesa.be] INFO: Saving data for 10742448: {'created_time': 1774711111.808757, 'last_price_update_time': 1774711111.808767, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742448') HTTP/1.1" 204 0
2026-03-28 15:18:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733295> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733291> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733292> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b990d673-20a5-545a-bdc9-c8a718ad0f42 with identifier: 10742425
2026-03-28 15:18:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b990d673-20a5-545a-bdc9-c8a718ad0f42 with scrape type 1
2026-03-28 15:18:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item b990d673-20a5-545a-bdc9-c8a718ad0f42
2026-03-28 15:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5424401%252Fgeneral%252F048a30c0-f8e6-4bcd-9eb3-305a275cfb87.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5424401/general/048a30c0-f8e6-4bcd-9eb3-305a275cfb87.jpg already downloaded
2026-03-28 15:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5424401%252Fgeneral%252F8bc8fe29-9c9e-40b9-92a0-94204ee2470e.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5424401/general/8bc8fe29-9c9e-40b9-92a0-94204ee2470e.jpg already downloaded
2026-03-28 15:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5424401%252Fgeneral%252F9e577516-474d-499d-9724-b9570886944f.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5424401/general/9e577516-474d-499d-9724-b9570886944f.jpg already downloaded
2026-03-28 15:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5424401%252Fgeneral%252F0092260c-0402-4635-ac44-a53962ad2780.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5424401/general/0092260c-0402-4635-ac44-a53962ad2780.jpg already downloaded
2026-03-28 15:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5424401%252Fgeneral%252Ff98172eb-1f65-448c-91bf-3d307bb3a79e.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5424401/general/f98172eb-1f65-448c-91bf-3d307bb3a79e.jpg already downloaded
2026-03-28 15:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5424401%252Fgeneral%252F7fce529f-cda7-4354-885d-489ac5b5a596.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5424401/general/7fce529f-cda7-4354-885d-489ac5b5a596.jpg already downloaded
2026-03-28 15:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5424401%252Fgeneral%252F7ca9537c-ac00-4e49-a59d-395e7da4051c.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5424401/general/7ca9537c-ac00-4e49-a59d-395e7da4051c.jpg already downloaded
2026-03-28 15:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5424401%252Fgeneral%252F540571a8-3f41-472e-ae5a-c176b652b7c2.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5424401/general/540571a8-3f41-472e-ae5a-c176b652b7c2.jpg already downloaded
2026-03-28 15:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5424401%252Fgeneral%252Fe3dc577b-fc31-47b3-83a2-f24c8ed8a80f.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5424401/general/e3dc577b-fc31-47b3-83a2-f24c8ed8a80f.jpg already downloaded
2026-03-28 15:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5424401%252Fgeneral%252F4c9a954f-2d33-49d4-b318-3d050a651577.jpg%27 HTTP/1.1" 200 None
2026-03-28 15:18:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5424401/general/4c9a954f-2d33-49d4-b318-3d050a651577.jpg already downloaded
2026-03-28 15:18:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: b990d673-20a5-545a-bdc9-c8a718ad0f42, identifier: 10742425
2026-03-28 15:18:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: edc77671-8a48-5cb7-9e93-7f85b42bca22 with identifier: 10742482
2026-03-28 15:18:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item edc77671-8a48-5cb7-9e93-7f85b42bca22 with scrape type 1
2026-03-28 15:18:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item edc77671-8a48-5cb7-9e93-7f85b42bca22
2026-03-28 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743776%252Fgeneral%252Fe9483f0e-c38f-48af-a9a3-fc79b3f1948d.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743776/general/e9483f0e-c38f-48af-a9a3-fc79b3f1948d.jpeg already downloaded
2026-03-28 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743776%252Fgeneral%252Fab1ebcd5-c4e3-4087-abdf-55115e88ba08.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743776/general/ab1ebcd5-c4e3-4087-abdf-55115e88ba08.jpeg already downloaded
2026-03-28 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743776%252Fgeneral%252F15615539-92ee-4fcb-bde3-33e421d0941f.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743776/general/15615539-92ee-4fcb-bde3-33e421d0941f.jpeg already downloaded
2026-03-28 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743776%252Fgeneral%252F7d042704-fe14-4a6c-9d51-2c0d660c5d99.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743776/general/7d042704-fe14-4a6c-9d51-2c0d660c5d99.jpeg already downloaded
2026-03-28 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743776%252Fgeneral%252F63b7ed8f-2f85-4bc4-9757-0dbea7f1509f.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743776/general/63b7ed8f-2f85-4bc4-9757-0dbea7f1509f.jpeg already downloaded
2026-03-28 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743776%252Fgeneral%252F41dde6c3-e2c0-4e19-9ad4-05232c3c028c.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743776/general/41dde6c3-e2c0-4e19-9ad4-05232c3c028c.jpeg already downloaded
2026-03-28 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743776%252Fgeneral%252F2ec95040-ed26-4343-b44d-87d931548ae1.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743776/general/2ec95040-ed26-4343-b44d-87d931548ae1.jpeg already downloaded
2026-03-28 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743776%252Fgeneral%252Ff56a3b4a-0730-4f6a-a15f-d54b348a5e81.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743776/general/f56a3b4a-0730-4f6a-a15f-d54b348a5e81.jpeg already downloaded
2026-03-28 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743776%252Fgeneral%252F0c2b56cb-a6d8-48fb-a7be-6789b3b4d4ff.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743776/general/0c2b56cb-a6d8-48fb-a7be-6789b3b4d4ff.jpeg already downloaded
2026-03-28 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5743776%252Fgeneral%252F163483bd-3ec8-47b5-bfbc-ce13fd7d9af2.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5743776/general/163483bd-3ec8-47b5-bfbc-ce13fd7d9af2.jpeg already downloaded
2026-03-28 15:18:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: edc77671-8a48-5cb7-9e93-7f85b42bca22, identifier: 10742482
2026-03-28 15:18:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: b990d673-20a5-545a-bdc9-c8a718ad0f42 with identifier: 10742425
2026-03-28 15:18:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: b990d673-20a5-545a-bdc9-c8a718ad0f42 with identifier: 10742425
2026-03-28 15:18:32 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: b990d673-20a5-545a-bdc9-c8a718ad0f42 with identifier: 10742425 to the API
2026-03-28 15:18:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742425>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'engine_horse_power': 131,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': 'b990d673-20a5-545a-bdc9-c8a718ad0f42',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'XXX783',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742425',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'A3',
'odometer': 145000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 33,
'photo_urls': ['https://images.openlane.eu/carimgs/5424401/general/048a30c0-f8e6-4bcd-9eb3-305a275cfb87.jpg',
'https://images.openlane.eu/carimgs/5424401/general/8bc8fe29-9c9e-40b9-92a0-94204ee2470e.jpg',
'https://images.openlane.eu/carimgs/5424401/general/9e577516-474d-499d-9724-b9570886944f.jpg',
'https://images.openlane.eu/carimgs/5424401/general/0092260c-0402-4635-ac44-a53962ad2780.jpg',
'https://images.openlane.eu/carimgs/5424401/general/f98172eb-1f65-448c-91bf-3d307bb3a79e.jpg',
'https://images.openlane.eu/carimgs/5424401/general/7fce529f-cda7-4354-885d-489ac5b5a596.jpg',
'https://images.openlane.eu/carimgs/5424401/general/7ca9537c-ac00-4e49-a59d-395e7da4051c.jpg',
'https://images.openlane.eu/carimgs/5424401/general/540571a8-3f41-472e-ae5a-c176b652b7c2.jpg',
'https://images.openlane.eu/carimgs/5424401/general/e3dc577b-fc31-47b3-83a2-f24c8ed8a80f.jpg',
'https://images.openlane.eu/carimgs/5424401/general/4c9a954f-2d33-49d4-b318-3d050a651577.jpg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b990d673-20a5-545a-bdc9-c8a718ad0f42/b990d673-20a5-545a-bdc9-c8a718ad0f42_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 386429,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5424401/general/048a30c0-f8e6-4bcd-9eb3-305a275cfb87.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b990d673-20a5-545a-bdc9-c8a718ad0f42/b990d673-20a5-545a-bdc9-c8a718ad0f42_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 353178,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5424401/general/8bc8fe29-9c9e-40b9-92a0-94204ee2470e.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b990d673-20a5-545a-bdc9-c8a718ad0f42/b990d673-20a5-545a-bdc9-c8a718ad0f42_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 348512,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5424401/general/9e577516-474d-499d-9724-b9570886944f.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b990d673-20a5-545a-bdc9-c8a718ad0f42/b990d673-20a5-545a-bdc9-c8a718ad0f42_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 349008,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5424401/general/0092260c-0402-4635-ac44-a53962ad2780.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b990d673-20a5-545a-bdc9-c8a718ad0f42/b990d673-20a5-545a-bdc9-c8a718ad0f42_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 308858,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5424401/general/f98172eb-1f65-448c-91bf-3d307bb3a79e.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b990d673-20a5-545a-bdc9-c8a718ad0f42/b990d673-20a5-545a-bdc9-c8a718ad0f42_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 323930,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5424401/general/7fce529f-cda7-4354-885d-489ac5b5a596.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b990d673-20a5-545a-bdc9-c8a718ad0f42/b990d673-20a5-545a-bdc9-c8a718ad0f42_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 249461,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5424401/general/7ca9537c-ac00-4e49-a59d-395e7da4051c.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b990d673-20a5-545a-bdc9-c8a718ad0f42/b990d673-20a5-545a-bdc9-c8a718ad0f42_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 315055,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5424401/general/540571a8-3f41-472e-ae5a-c176b652b7c2.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b990d673-20a5-545a-bdc9-c8a718ad0f42/b990d673-20a5-545a-bdc9-c8a718ad0f42_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 390419,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5424401/general/e3dc577b-fc31-47b3-83a2-f24c8ed8a80f.jpg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_b990d673-20a5-545a-bdc9-c8a718ad0f42/b990d673-20a5-545a-bdc9-c8a718ad0f42_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 346864,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5424401/general/4c9a954f-2d33-49d4-b318-3d050a651577.jpg',
'Width': 1440}],
'price': 4100,
'price_includes_vat': True,
'registration_date': '2019-12-19',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Audi A3 Sportback G-Tron 30 TFSI - CNG - Automatic - 131 hp - '
'145.000 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2019}
2026-03-28 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742425%27 HTTP/1.1" 200 None
2026-03-28 15:18:32 [adesa.be] INFO: Saving data for 10742425: {'created_time': 1774711112.66522, 'last_price_update_time': 1774711112.665231, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742425') HTTP/1.1" 204 0
2026-03-28 15:18:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: edc77671-8a48-5cb7-9e93-7f85b42bca22 with identifier: 10742482
2026-03-28 15:18:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: edc77671-8a48-5cb7-9e93-7f85b42bca22 with identifier: 10742482
2026-03-28 15:18:32 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: edc77671-8a48-5cb7-9e93-7f85b42bca22 with identifier: 10742482 to the API
2026-03-28 15:18:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742482>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.4L',
'engine_horse_power': 110,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': 'edc77671-8a48-5cb7-9e93-7f85b42bca22',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '043784',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742482',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'A3',
'odometer': 114718,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 33,
'photo_urls': ['https://images.openlane.eu/carimgs/5743776/general/e9483f0e-c38f-48af-a9a3-fc79b3f1948d.jpeg',
'https://images.openlane.eu/carimgs/5743776/general/ab1ebcd5-c4e3-4087-abdf-55115e88ba08.jpeg',
'https://images.openlane.eu/carimgs/5743776/general/15615539-92ee-4fcb-bde3-33e421d0941f.jpeg',
'https://images.openlane.eu/carimgs/5743776/general/7d042704-fe14-4a6c-9d51-2c0d660c5d99.jpeg',
'https://images.openlane.eu/carimgs/5743776/general/63b7ed8f-2f85-4bc4-9757-0dbea7f1509f.jpeg',
'https://images.openlane.eu/carimgs/5743776/general/41dde6c3-e2c0-4e19-9ad4-05232c3c028c.jpeg',
'https://images.openlane.eu/carimgs/5743776/general/2ec95040-ed26-4343-b44d-87d931548ae1.jpeg',
'https://images.openlane.eu/carimgs/5743776/general/f56a3b4a-0730-4f6a-a15f-d54b348a5e81.jpeg',
'https://images.openlane.eu/carimgs/5743776/general/0c2b56cb-a6d8-48fb-a7be-6789b3b4d4ff.jpeg',
'https://images.openlane.eu/carimgs/5743776/general/163483bd-3ec8-47b5-bfbc-ce13fd7d9af2.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_edc77671-8a48-5cb7-9e93-7f85b42bca22/edc77671-8a48-5cb7-9e93-7f85b42bca22_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 329705,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743776/general/e9483f0e-c38f-48af-a9a3-fc79b3f1948d.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_edc77671-8a48-5cb7-9e93-7f85b42bca22/edc77671-8a48-5cb7-9e93-7f85b42bca22_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 340092,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743776/general/ab1ebcd5-c4e3-4087-abdf-55115e88ba08.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_edc77671-8a48-5cb7-9e93-7f85b42bca22/edc77671-8a48-5cb7-9e93-7f85b42bca22_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 286850,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743776/general/15615539-92ee-4fcb-bde3-33e421d0941f.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_edc77671-8a48-5cb7-9e93-7f85b42bca22/edc77671-8a48-5cb7-9e93-7f85b42bca22_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 313533,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743776/general/7d042704-fe14-4a6c-9d51-2c0d660c5d99.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_edc77671-8a48-5cb7-9e93-7f85b42bca22/edc77671-8a48-5cb7-9e93-7f85b42bca22_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 311723,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743776/general/63b7ed8f-2f85-4bc4-9757-0dbea7f1509f.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_edc77671-8a48-5cb7-9e93-7f85b42bca22/edc77671-8a48-5cb7-9e93-7f85b42bca22_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 290332,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743776/general/41dde6c3-e2c0-4e19-9ad4-05232c3c028c.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_edc77671-8a48-5cb7-9e93-7f85b42bca22/edc77671-8a48-5cb7-9e93-7f85b42bca22_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 346762,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743776/general/2ec95040-ed26-4343-b44d-87d931548ae1.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_edc77671-8a48-5cb7-9e93-7f85b42bca22/edc77671-8a48-5cb7-9e93-7f85b42bca22_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 323365,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743776/general/f56a3b4a-0730-4f6a-a15f-d54b348a5e81.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_edc77671-8a48-5cb7-9e93-7f85b42bca22/edc77671-8a48-5cb7-9e93-7f85b42bca22_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 243518,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743776/general/0c2b56cb-a6d8-48fb-a7be-6789b3b4d4ff.jpeg',
'Width': 1440},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_edc77671-8a48-5cb7-9e93-7f85b42bca22/edc77671-8a48-5cb7-9e93-7f85b42bca22_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 242172,
'Height': 1080,
'OriginUrl': 'https://images.openlane.eu/carimgs/5743776/general/163483bd-3ec8-47b5-bfbc-ce13fd7d9af2.jpeg',
'Width': 1440}],
'price': 7600,
'price_includes_vat': True,
'registration_date': '2017-10-04',
'seats_number': 5,
'seller_name': 'AUTO TIP TOP',
'title': 'Audi A3 Sportback 1.4 TFSI - CNG - Automatic - 110 hp - 114.718 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2017}
2026-03-28 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742482%27 HTTP/1.1" 200 None
2026-03-28 15:18:32 [adesa.be] INFO: Saving data for 10742482: {'created_time': 1774711112.982201, 'last_price_update_time': 1774711112.982212, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742482') HTTP/1.1" 204 0
2026-03-28 15:18:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733287> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-28 15:18:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 874ffbbb-421c-5091-ba1d-a8d92b40c283 with identifier: 10733295
2026-03-28 15:18:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 874ffbbb-421c-5091-ba1d-a8d92b40c283 with scrape type 2
2026-03-28 15:18:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 874ffbbb-421c-5091-ba1d-a8d92b40c283 with scrape type 2
2026-03-28 15:18:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 874ffbbb-421c-5091-ba1d-a8d92b40c283, identifier: 10733295
2026-03-28 15:18:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ba2d768-d81b-552c-b01f-f54eeded6b93 with identifier: 10733291
2026-03-28 15:18:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ba2d768-d81b-552c-b01f-f54eeded6b93 with scrape type 2
2026-03-28 15:18:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ba2d768-d81b-552c-b01f-f54eeded6b93 with scrape type 2
2026-03-28 15:18:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 8ba2d768-d81b-552c-b01f-f54eeded6b93, identifier: 10733291
2026-03-28 15:18:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c22fe90-c84d-5e16-98ed-36e4ab84cc85 with identifier: 10733292
2026-03-28 15:18:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c22fe90-c84d-5e16-98ed-36e4ab84cc85 with scrape type 2
2026-03-28 15:18:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c22fe90-c84d-5e16-98ed-36e4ab84cc85 with scrape type 2
2026-03-28 15:18:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 0c22fe90-c84d-5e16-98ed-36e4ab84cc85, identifier: 10733292
2026-03-28 15:18:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 874ffbbb-421c-5091-ba1d-a8d92b40c283 with identifier: 10733295
2026-03-28 15:18:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 874ffbbb-421c-5091-ba1d-a8d92b40c283 with identifier: 10733295
2026-03-28 15:18:33 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 874ffbbb-421c-5091-ba1d-a8d92b40c283 with identifier: 10733295 to the API
2026-03-28 15:18:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733295>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 163,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Hybrid',
'id': '874ffbbb-421c-5091-ba1d-a8d92b40c283',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2ABR785',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733295',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': '5 Series',
'odometer': 144677,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 15500,
'price_includes_vat': True,
'registration_date': '2021-02-11',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'BMW 5 Series 530e - Hybrid - Automatic - 163 hp - 144.677 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2021}
2026-03-28 15:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733295%27 HTTP/1.1" 200 None
2026-03-28 15:18:33 [adesa.be] INFO: Saving data for 10733295: {'auction_closing_time': 1775032200.0, 'created_time': 1774606884.494731, 'last_price_update_time': 1774711113.529698}
2026-03-28 15:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733295') HTTP/1.1" 204 0
2026-03-28 15:18:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 8ba2d768-d81b-552c-b01f-f54eeded6b93 with identifier: 10733291
2026-03-28 15:18:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 8ba2d768-d81b-552c-b01f-f54eeded6b93 with identifier: 10733291
2026-03-28 15:18:33 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 8ba2d768-d81b-552c-b01f-f54eeded6b93 with identifier: 10733291 to the API
2026-03-28 15:18:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733291>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 116,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Diesel',
'id': '8ba2d768-d81b-552c-b01f-f54eeded6b93',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BLK647',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733291',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': '1 Series',
'odometer': 108100,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 9800,
'price_includes_vat': True,
'registration_date': '2022-01-04',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'BMW 1 Series 116d Lounge - Diesel - Manual - 116 hp - 108.100 km',
'transmission': 'manual',
'trim': 'Lounge',
'vin': None,
'year': 2022}
2026-03-28 15:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733291%27 HTTP/1.1" 200 None
2026-03-28 15:18:33 [adesa.be] INFO: Saving data for 10733291: {'auction_closing_time': 1775032200.0, 'created_time': 1774606710.462414, 'last_price_update_time': 1774711113.795782}
2026-03-28 15:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733291') HTTP/1.1" 204 0
2026-03-28 15:18:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 0c22fe90-c84d-5e16-98ed-36e4ab84cc85 with identifier: 10733292
2026-03-28 15:18:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 0c22fe90-c84d-5e16-98ed-36e4ab84cc85 with identifier: 10733292
2026-03-28 15:18:33 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 0c22fe90-c84d-5e16-98ed-36e4ab84cc85 with identifier: 10733292 to the API
2026-03-28 15:18:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733292>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'engine_horse_power': 136,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Petrol',
'id': '0c22fe90-c84d-5e16-98ed-36e4ab84cc85',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2ACB266',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733292',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': '1 Series',
'odometer': 57131,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 11000,
'price_includes_vat': True,
'registration_date': '2021-02-15',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'BMW 1 Series 118i - Petrol - Manual - 136 hp - 57.131 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2021}
2026-03-28 15:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733292%27 HTTP/1.1" 200 None
2026-03-28 15:18:34 [adesa.be] INFO: Saving data for 10733292: {'auction_closing_time': 1775032200.0, 'created_time': 1774606883.608167, 'last_price_update_time': 1774711114.080403}
2026-03-28 15:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733292') HTTP/1.1" 204 0
2026-03-28 15:18:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733288> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733285> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c848ba8a-32fe-5040-b719-e9dd9efd6e6d with identifier: 10733287
2026-03-28 15:18:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c848ba8a-32fe-5040-b719-e9dd9efd6e6d with scrape type 2
2026-03-28 15:18:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c848ba8a-32fe-5040-b719-e9dd9efd6e6d with scrape type 2
2026-03-28 15:18:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: c848ba8a-32fe-5040-b719-e9dd9efd6e6d, identifier: 10733287
2026-03-28 15:18:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: c848ba8a-32fe-5040-b719-e9dd9efd6e6d with identifier: 10733287
2026-03-28 15:18:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: c848ba8a-32fe-5040-b719-e9dd9efd6e6d with identifier: 10733287
2026-03-28 15:18:34 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: c848ba8a-32fe-5040-b719-e9dd9efd6e6d with identifier: 10733287 to the API
2026-03-28 15:18:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733287>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'engine_horse_power': 150,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Hybrid',
'id': 'c848ba8a-32fe-5040-b719-e9dd9efd6e6d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2DKF567',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733287',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'Q3',
'odometer': 40864,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 22200,
'price_includes_vat': True,
'registration_date': '2023-04-05',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Audi Q3 Sportback 45 TFSIe S Line - Hybrid - Automatic - 150 hp - '
'40.864 km',
'transmission': 'automatic',
'trim': 'S Line',
'vin': None,
'year': 2023}
2026-03-28 15:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733287%27 HTTP/1.1" 200 None
2026-03-28 15:18:34 [adesa.be] INFO: Saving data for 10733287: {'auction_closing_time': 1775032200.0, 'created_time': 1774606921.29673, 'last_price_update_time': 1774711114.443645}
2026-03-28 15:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733287') HTTP/1.1" 204 0
2026-03-28 15:18:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c43331ad-9c65-5847-8610-1b170bd8e5f9 with identifier: 10733288
2026-03-28 15:18:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c43331ad-9c65-5847-8610-1b170bd8e5f9 with scrape type 2
2026-03-28 15:18:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c43331ad-9c65-5847-8610-1b170bd8e5f9 with scrape type 2
2026-03-28 15:18:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: c43331ad-9c65-5847-8610-1b170bd8e5f9, identifier: 10733288
2026-03-28 15:18:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 251471ee-7d67-5090-9dd8-0e04f08eda12 with identifier: 10733285
2026-03-28 15:18:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 251471ee-7d67-5090-9dd8-0e04f08eda12 with scrape type 2
2026-03-28 15:18:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 251471ee-7d67-5090-9dd8-0e04f08eda12 with scrape type 2
2026-03-28 15:18:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 251471ee-7d67-5090-9dd8-0e04f08eda12, identifier: 10733285
2026-03-28 15:18:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: c43331ad-9c65-5847-8610-1b170bd8e5f9 with identifier: 10733288
2026-03-28 15:18:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: c43331ad-9c65-5847-8610-1b170bd8e5f9 with identifier: 10733288
2026-03-28 15:18:34 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: c43331ad-9c65-5847-8610-1b170bd8e5f9 with identifier: 10733288 to the API
2026-03-28 15:18:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733288>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'engine_horse_power': 150,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Hybrid',
'id': 'c43331ad-9c65-5847-8610-1b170bd8e5f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2AKH780',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733288',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'Q3',
'odometer': 174014,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 15900,
'price_includes_vat': True,
'registration_date': '2021-04-23',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Audi Q3 Sportback 45 TFSIe S Line - Hybrid - Automatic - 150 hp - '
'174.014 km',
'transmission': 'automatic',
'trim': 'S Line',
'vin': None,
'year': 2021}
2026-03-28 15:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733288%27 HTTP/1.1" 200 None
2026-03-28 15:18:34 [adesa.be] INFO: Saving data for 10733288: {'auction_closing_time': 1775032200.0, 'created_time': 1774606917.586458, 'last_price_update_time': 1774711114.901688}
2026-03-28 15:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733288') HTTP/1.1" 204 0
2026-03-28 15:18:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 251471ee-7d67-5090-9dd8-0e04f08eda12 with identifier: 10733285
2026-03-28 15:18:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 251471ee-7d67-5090-9dd8-0e04f08eda12 with identifier: 10733285
2026-03-28 15:18:35 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 251471ee-7d67-5090-9dd8-0e04f08eda12 with identifier: 10733285 to the API
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733285>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 163,
'expiration_date': '2026-04-01T08:30:00Z',
'fuel_type': 'Diesel',
'id': '251471ee-7d67-5090-9dd8-0e04f08eda12',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BGA516',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733285',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'A6',
'odometer': 89229,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 18500,
'price_includes_vat': True,
'registration_date': '2021-11-10',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Audi A6 Avant 2.0 TDI Business - Diesel - Automatic - 163 hp - '
'89.229 km',
'transmission': 'automatic',
'trim': 'Business',
'vin': None,
'year': 2021}
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733285%27 HTTP/1.1" 200 None
2026-03-28 15:18:35 [adesa.be] INFO: Saving data for 10733285: {'auction_closing_time': 1775032200.0, 'created_time': 1774606925.662437, 'last_price_update_time': 1774711115.17652}
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733285') HTTP/1.1" 204 0
2026-03-28 15:18:35 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:35 [adesa.be] INFO: Found listing with ID: 10734223
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734223%27 HTTP/1.1" 200 None
2026-03-28 15:18:35 [adesa.be] INFO: Scrape type for 10734223: 0
2026-03-28 15:18:35 [adesa.be] INFO: Skipping item 10734223 url https://www.openlane.eu/en/carv6/auction/10734223
2026-03-28 15:18:35 [adesa.be] INFO: Found listing with ID: 10738128
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738128%27 HTTP/1.1" 200 None
2026-03-28 15:18:35 [adesa.be] INFO: Scrape type for 10738128: 0
2026-03-28 15:18:35 [adesa.be] INFO: Skipping item 10738128 url https://www.openlane.eu/en/carv6/auction/10738128
2026-03-28 15:18:35 [adesa.be] INFO: Found listing with ID: 10734054
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734054%27 HTTP/1.1" 200 None
2026-03-28 15:18:35 [adesa.be] INFO: Scrape type for 10734054: 0
2026-03-28 15:18:35 [adesa.be] INFO: Skipping item 10734054 url https://www.openlane.eu/en/carv6/auction/10734054
2026-03-28 15:18:35 [adesa.be] INFO: Found listing with ID: 10734248
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734248%27 HTTP/1.1" 200 None
2026-03-28 15:18:35 [adesa.be] INFO: Scrape type for 10734248: 0
2026-03-28 15:18:35 [adesa.be] INFO: Skipping item 10734248 url https://www.openlane.eu/en/carv6/auction/10734248
2026-03-28 15:18:35 [adesa.be] INFO: Found listing with ID: 10738107
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738107%27 HTTP/1.1" 200 None
2026-03-28 15:18:35 [adesa.be] INFO: Scrape type for 10738107: 0
2026-03-28 15:18:35 [adesa.be] INFO: Skipping item 10738107 url https://www.openlane.eu/en/carv6/auction/10738107
2026-03-28 15:18:35 [adesa.be] INFO: Found listing with ID: 10738088
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738088%27 HTTP/1.1" 200 None
2026-03-28 15:18:35 [adesa.be] INFO: Scrape type for 10738088: 0
2026-03-28 15:18:35 [adesa.be] INFO: Skipping item 10738088 url https://www.openlane.eu/en/carv6/auction/10738088
2026-03-28 15:18:35 [adesa.be] INFO: Found listing with ID: 10734171
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734171%27 HTTP/1.1" 200 None
2026-03-28 15:18:35 [adesa.be] INFO: Scrape type for 10734171: 0
2026-03-28 15:18:35 [adesa.be] INFO: Skipping item 10734171 url https://www.openlane.eu/en/carv6/auction/10734171
2026-03-28 15:18:35 [adesa.be] INFO: Found listing with ID: 10734053
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734053%27 HTTP/1.1" 200 None
2026-03-28 15:18:35 [adesa.be] INFO: Scrape type for 10734053: 0
2026-03-28 15:18:35 [adesa.be] INFO: Skipping item 10734053 url https://www.openlane.eu/en/carv6/auction/10734053
2026-03-28 15:18:35 [adesa.be] INFO: Found listing with ID: 10734113
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734113%27 HTTP/1.1" 200 None
2026-03-28 15:18:35 [adesa.be] INFO: Scrape type for 10734113: 0
2026-03-28 15:18:35 [adesa.be] INFO: Skipping item 10734113 url https://www.openlane.eu/en/carv6/auction/10734113
2026-03-28 15:18:35 [adesa.be] INFO: Found listing with ID: 10734156
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734156%27 HTTP/1.1" 200 None
2026-03-28 15:18:35 [adesa.be] INFO: Scrape type for 10734156: 0
2026-03-28 15:18:35 [adesa.be] INFO: Skipping item 10734156 url https://www.openlane.eu/en/carv6/auction/10734156
2026-03-28 15:18:35 [adesa.be] INFO: Found listing with ID: 10734270
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734270%27 HTTP/1.1" 200 None
2026-03-28 15:18:35 [adesa.be] INFO: Scrape type for 10734270: 0
2026-03-28 15:18:35 [adesa.be] INFO: Skipping item 10734270 url https://www.openlane.eu/en/carv6/auction/10734270
2026-03-28 15:18:35 [adesa.be] INFO: Found listing with ID: 10734249
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734249%27 HTTP/1.1" 200 None
2026-03-28 15:18:35 [adesa.be] INFO: Scrape type for 10734249: 0
2026-03-28 15:18:35 [adesa.be] INFO: Skipping item 10734249 url https://www.openlane.eu/en/carv6/auction/10734249
2026-03-28 15:18:35 [adesa.be] INFO: Found listing with ID: 10738108
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738108%27 HTTP/1.1" 200 None
2026-03-28 15:18:35 [adesa.be] INFO: Scrape type for 10738108: 0
2026-03-28 15:18:35 [adesa.be] INFO: Skipping item 10738108 url https://www.openlane.eu/en/carv6/auction/10738108
2026-03-28 15:18:35 [adesa.be] INFO: Found listing with ID: 10734002
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734002%27 HTTP/1.1" 200 None
2026-03-28 15:18:35 [adesa.be] INFO: Scrape type for 10734002: 0
2026-03-28 15:18:35 [adesa.be] INFO: Skipping item 10734002 url https://www.openlane.eu/en/carv6/auction/10734002
2026-03-28 15:18:35 [adesa.be] INFO: Found listing with ID: 10734227
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734227%27 HTTP/1.1" 200 None
2026-03-28 15:18:35 [adesa.be] INFO: Scrape type for 10734227: 0
2026-03-28 15:18:35 [adesa.be] INFO: Skipping item 10734227 url https://www.openlane.eu/en/carv6/auction/10734227
2026-03-28 15:18:35 [adesa.be] INFO: Found listing with ID: 10738116
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738116%27 HTTP/1.1" 200 None
2026-03-28 15:18:35 [adesa.be] INFO: Scrape type for 10738116: 0
2026-03-28 15:18:35 [adesa.be] INFO: Skipping item 10738116 url https://www.openlane.eu/en/carv6/auction/10738116
2026-03-28 15:18:35 [adesa.be] INFO: Found listing with ID: 10734250
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734250%27 HTTP/1.1" 200 None
2026-03-28 15:18:35 [adesa.be] INFO: Scrape type for 10734250: 0
2026-03-28 15:18:35 [adesa.be] INFO: Skipping item 10734250 url https://www.openlane.eu/en/carv6/auction/10734250
2026-03-28 15:18:35 [adesa.be] INFO: Found listing with ID: 10734069
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734069%27 HTTP/1.1" 200 None
2026-03-28 15:18:35 [adesa.be] INFO: Scrape type for 10734069: 0
2026-03-28 15:18:35 [adesa.be] INFO: Skipping item 10734069 url https://www.openlane.eu/en/carv6/auction/10734069
2026-03-28 15:18:35 [adesa.be] INFO: Found listing with ID: 10734021
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734021%27 HTTP/1.1" 200 None
2026-03-28 15:18:35 [adesa.be] INFO: Scrape type for 10734021: 0
2026-03-28 15:18:35 [adesa.be] INFO: Skipping item 10734021 url https://www.openlane.eu/en/carv6/auction/10734021
2026-03-28 15:18:35 [adesa.be] INFO: Found listing with ID: 10734114
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734114%27 HTTP/1.1" 200 None
2026-03-28 15:18:35 [adesa.be] INFO: Scrape type for 10734114: 0
2026-03-28 15:18:35 [adesa.be] INFO: Skipping item 10734114 url https://www.openlane.eu/en/carv6/auction/10734114
2026-03-28 15:18:35 [adesa.be] INFO: Found listing with ID: 10734126
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734126%27 HTTP/1.1" 200 None
2026-03-28 15:18:35 [adesa.be] INFO: Scrape type for 10734126: 0
2026-03-28 15:18:35 [adesa.be] INFO: Skipping item 10734126 url https://www.openlane.eu/en/carv6/auction/10734126
2026-03-28 15:18:35 [adesa.be] INFO: Found listing with ID: 10734055
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734055%27 HTTP/1.1" 200 None
2026-03-28 15:18:35 [adesa.be] INFO: Scrape type for 10734055: 0
2026-03-28 15:18:35 [adesa.be] INFO: Skipping item 10734055 url https://www.openlane.eu/en/carv6/auction/10734055
2026-03-28 15:18:35 [adesa.be] INFO: Found listing with ID: 10734206
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734206%27 HTTP/1.1" 200 None
2026-03-28 15:18:35 [adesa.be] INFO: Scrape type for 10734206: 0
2026-03-28 15:18:35 [adesa.be] INFO: Skipping item 10734206 url https://www.openlane.eu/en/carv6/auction/10734206
2026-03-28 15:18:35 [adesa.be] INFO: Found listing with ID: 10734226
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734226%27 HTTP/1.1" 200 None
2026-03-28 15:18:35 [adesa.be] INFO: Scrape type for 10734226: 0
2026-03-28 15:18:35 [adesa.be] INFO: Skipping item 10734226 url https://www.openlane.eu/en/carv6/auction/10734226
2026-03-28 15:18:35 [adesa.be] INFO: Found listing with ID: 10734115
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734115%27 HTTP/1.1" 200 None
2026-03-28 15:18:35 [adesa.be] INFO: Scrape type for 10734115: 0
2026-03-28 15:18:35 [adesa.be] INFO: Skipping item 10734115 url https://www.openlane.eu/en/carv6/auction/10734115
2026-03-28 15:18:35 [adesa.be] INFO: Found listing with ID: 10734271
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734271%27 HTTP/1.1" 200 None
2026-03-28 15:18:35 [adesa.be] INFO: Scrape type for 10734271: 0
2026-03-28 15:18:35 [adesa.be] INFO: Skipping item 10734271 url https://www.openlane.eu/en/carv6/auction/10734271
2026-03-28 15:18:35 [adesa.be] INFO: Found listing with ID: 10734149
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734149%27 HTTP/1.1" 200 None
2026-03-28 15:18:35 [adesa.be] INFO: Scrape type for 10734149: 2
2026-03-28 15:18:35 [adesa.be] INFO: Scraping item 10734149 url https://www.openlane.eu/en/carv6/auction/10734149
2026-03-28 15:18:35 [adesa.be] INFO: Found listing with ID: 10734161
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734161%27 HTTP/1.1" 200 None
2026-03-28 15:18:35 [adesa.be] INFO: Scrape type for 10734161: 2
2026-03-28 15:18:35 [adesa.be] INFO: Scraping item 10734161 url https://www.openlane.eu/en/carv6/auction/10734161
2026-03-28 15:18:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10742437> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:35 [adesa.be] INFO: Found listing with ID: 10734150
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734150%27 HTTP/1.1" 200 None
2026-03-28 15:18:35 [adesa.be] INFO: Scrape type for 10734150: 2
2026-03-28 15:18:35 [adesa.be] INFO: Scraping item 10734150 url https://www.openlane.eu/en/carv6/auction/10734150
2026-03-28 15:18:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:35 [adesa.be] INFO: Found listing with ID: 10734004
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734004%27 HTTP/1.1" 200 None
2026-03-28 15:18:35 [adesa.be] INFO: Scrape type for 10734004: 2
2026-03-28 15:18:35 [adesa.be] INFO: Scraping item 10734004 url https://www.openlane.eu/en/carv6/auction/10734004
2026-03-28 15:18:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:35 [adesa.be] INFO: Found listing with ID: 10734136
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734136%27 HTTP/1.1" 200 None
2026-03-28 15:18:35 [adesa.be] INFO: Scrape type for 10734136: 2
2026-03-28 15:18:35 [adesa.be] INFO: Scraping item 10734136 url https://www.openlane.eu/en/carv6/auction/10734136
2026-03-28 15:18:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:35 [adesa.be] INFO: Found listing with ID: 10734190
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734190%27 HTTP/1.1" 200 None
2026-03-28 15:18:35 [adesa.be] INFO: Scrape type for 10734190: 2
2026-03-28 15:18:35 [adesa.be] INFO: Scraping item 10734190 url https://www.openlane.eu/en/carv6/auction/10734190
2026-03-28 15:18:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:35 [adesa.be] INFO: Found listing with ID: 10734172
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734172%27 HTTP/1.1" 200 None
2026-03-28 15:18:35 [adesa.be] INFO: Scrape type for 10734172: 2
2026-03-28 15:18:35 [adesa.be] INFO: Scraping item 10734172 url https://www.openlane.eu/en/carv6/auction/10734172
2026-03-28 15:18:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:35 [adesa.be] INFO: Found listing with ID: 10734162
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734162%27 HTTP/1.1" 200 None
2026-03-28 15:18:35 [adesa.be] INFO: Scrape type for 10734162: 2
2026-03-28 15:18:35 [adesa.be] INFO: Scraping item 10734162 url https://www.openlane.eu/en/carv6/auction/10734162
2026-03-28 15:18:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:35 [adesa.be] INFO: Found listing with ID: 10734205
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734205%27 HTTP/1.1" 200 None
2026-03-28 15:18:35 [adesa.be] INFO: Scrape type for 10734205: 2
2026-03-28 15:18:35 [adesa.be] INFO: Scraping item 10734205 url https://www.openlane.eu/en/carv6/auction/10734205
2026-03-28 15:18:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 748fd697-46af-525a-b740-19bedf01d589 with identifier: 10742437
2026-03-28 15:18:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 748fd697-46af-525a-b740-19bedf01d589 with scrape type 1
2026-03-28 15:18:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 748fd697-46af-525a-b740-19bedf01d589
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5576525%252Fgeneral%252F32a1a5ed-d550-46e1-8c45-07ef2e5d6943.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5576525/general/32a1a5ed-d550-46e1-8c45-07ef2e5d6943.jpeg already downloaded
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5576525%252Fgeneral%252Fa96bb906-6c2a-4434-8fa9-2566186258f3.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5576525/general/a96bb906-6c2a-4434-8fa9-2566186258f3.jpeg already downloaded
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5576525%252Fgeneral%252Fe174492c-23ce-42b8-988f-768e290fefb2.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5576525/general/e174492c-23ce-42b8-988f-768e290fefb2.jpeg already downloaded
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5576525%252Fgeneral%252F42f32ae9-2882-446a-98ad-e777cbca33de.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5576525/general/42f32ae9-2882-446a-98ad-e777cbca33de.jpeg already downloaded
2026-03-28 15:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5576525%252Fgeneral%252F90b0a4cc-c8f1-48b1-b5a6-95cd35b7b864.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5576525/general/90b0a4cc-c8f1-48b1-b5a6-95cd35b7b864.jpeg already downloaded
2026-03-28 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5576525%252Fgeneral%252Fd5aa4908-61f1-4fbc-8e0d-5523f5034e46.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5576525/general/d5aa4908-61f1-4fbc-8e0d-5523f5034e46.jpeg already downloaded
2026-03-28 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5576525%252Fgeneral%252F1d8887ad-9412-4717-9c98-a24221f4dce6.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5576525/general/1d8887ad-9412-4717-9c98-a24221f4dce6.jpeg already downloaded
2026-03-28 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5576525%252Fgeneral%252F1aee4adc-f9da-47af-86b3-9562a2e04f42.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5576525/general/1aee4adc-f9da-47af-86b3-9562a2e04f42.jpeg already downloaded
2026-03-28 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5576525%252Fgeneral%252Fbd20ca56-f218-4c5c-936d-5b4f2726ff34.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5576525/general/bd20ca56-f218-4c5c-936d-5b4f2726ff34.jpeg already downloaded
2026-03-28 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5576525%252Fgeneral%252Fdd60725a-8655-483f-94d3-56e6a12ab001.jpeg%27 HTTP/1.1" 200 None
2026-03-28 15:18:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5576525/general/dd60725a-8655-483f-94d3-56e6a12ab001.jpeg already downloaded
2026-03-28 15:18:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 748fd697-46af-525a-b740-19bedf01d589, identifier: 10742437
2026-03-28 15:18:36 [adesa.be] INFO: Found listing with ID: 10734013
2026-03-28 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734013%27 HTTP/1.1" 200 None
2026-03-28 15:18:36 [adesa.be] INFO: Scrape type for 10734013: 2
2026-03-28 15:18:36 [adesa.be] INFO: Scraping item 10734013 url https://www.openlane.eu/en/carv6/auction/10734013
2026-03-28 15:18:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 748fd697-46af-525a-b740-19bedf01d589 with identifier: 10742437
2026-03-28 15:18:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 748fd697-46af-525a-b740-19bedf01d589 with identifier: 10742437
2026-03-28 15:18:36 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 748fd697-46af-525a-b740-19bedf01d589 with identifier: 10742437 to the API
2026-03-28 15:18:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10742437>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 170,
'expiration_date': '2026-03-30T10:00:00Z',
'fuel_type': 'CNG',
'id': '748fd697-46af-525a-b740-19bedf01d589',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '000000',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10742437',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'A5',
'odometer': 108030,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 33,
'photo_urls': ['https://images.openlane.eu/carimgs/5576525/general/32a1a5ed-d550-46e1-8c45-07ef2e5d6943.jpeg',
'https://images.openlane.eu/carimgs/5576525/general/a96bb906-6c2a-4434-8fa9-2566186258f3.jpeg',
'https://images.openlane.eu/carimgs/5576525/general/e174492c-23ce-42b8-988f-768e290fefb2.jpeg',
'https://images.openlane.eu/carimgs/5576525/general/42f32ae9-2882-446a-98ad-e777cbca33de.jpeg',
'https://images.openlane.eu/carimgs/5576525/general/90b0a4cc-c8f1-48b1-b5a6-95cd35b7b864.jpeg',
'https://images.openlane.eu/carimgs/5576525/general/d5aa4908-61f1-4fbc-8e0d-5523f5034e46.jpeg',
'https://images.openlane.eu/carimgs/5576525/general/1d8887ad-9412-4717-9c98-a24221f4dce6.jpeg',
'https://images.openlane.eu/carimgs/5576525/general/1aee4adc-f9da-47af-86b3-9562a2e04f42.jpeg',
'https://images.openlane.eu/carimgs/5576525/general/bd20ca56-f218-4c5c-936d-5b4f2726ff34.jpeg',
'https://images.openlane.eu/carimgs/5576525/general/dd60725a-8655-483f-94d3-56e6a12ab001.jpeg'],
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_748fd697-46af-525a-b740-19bedf01d589/748fd697-46af-525a-b740-19bedf01d589_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2894319,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5576525/general/32a1a5ed-d550-46e1-8c45-07ef2e5d6943.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_748fd697-46af-525a-b740-19bedf01d589/748fd697-46af-525a-b740-19bedf01d589_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2938206,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5576525/general/a96bb906-6c2a-4434-8fa9-2566186258f3.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_748fd697-46af-525a-b740-19bedf01d589/748fd697-46af-525a-b740-19bedf01d589_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2488130,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5576525/general/e174492c-23ce-42b8-988f-768e290fefb2.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_748fd697-46af-525a-b740-19bedf01d589/748fd697-46af-525a-b740-19bedf01d589_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2531495,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5576525/general/42f32ae9-2882-446a-98ad-e777cbca33de.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_748fd697-46af-525a-b740-19bedf01d589/748fd697-46af-525a-b740-19bedf01d589_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2858059,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5576525/general/90b0a4cc-c8f1-48b1-b5a6-95cd35b7b864.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_748fd697-46af-525a-b740-19bedf01d589/748fd697-46af-525a-b740-19bedf01d589_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1826657,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5576525/general/d5aa4908-61f1-4fbc-8e0d-5523f5034e46.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_748fd697-46af-525a-b740-19bedf01d589/748fd697-46af-525a-b740-19bedf01d589_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1556852,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5576525/general/1d8887ad-9412-4717-9c98-a24221f4dce6.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_748fd697-46af-525a-b740-19bedf01d589/748fd697-46af-525a-b740-19bedf01d589_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1812189,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5576525/general/1aee4adc-f9da-47af-86b3-9562a2e04f42.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_748fd697-46af-525a-b740-19bedf01d589/748fd697-46af-525a-b740-19bedf01d589_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 2256957,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5576525/general/bd20ca56-f218-4c5c-936d-5b4f2726ff34.jpeg',
'Width': 4032},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_748fd697-46af-525a-b740-19bedf01d589/748fd697-46af-525a-b740-19bedf01d589_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 1451782,
'Height': 3024,
'OriginUrl': 'https://images.openlane.eu/carimgs/5576525/general/dd60725a-8655-483f-94d3-56e6a12ab001.jpeg',
'Width': 4032}],
'price': 12300,
'price_includes_vat': True,
'registration_date': '2019-07-14',
'seats_number': 4,
'seller_name': 'AUTO TIP TOP',
'title': 'Audi A5 Sportback 40 TFSI - CNG - Automatic - 170 hp - 108.030 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2019}
2026-03-28 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710742437%27 HTTP/1.1" 200 None
2026-03-28 15:18:36 [adesa.be] INFO: Saving data for 10742437: {'created_time': 1774711116.669192, 'last_price_update_time': 1774711116.669202, 'auction_closing_time': 1774864800.0}
2026-03-28 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10742437') HTTP/1.1" 204 0
2026-03-28 15:18:36 [adesa.be] INFO: Found listing with ID: 10734316
2026-03-28 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734316%27 HTTP/1.1" 200 None
2026-03-28 15:18:36 [adesa.be] INFO: Scrape type for 10734316: 2
2026-03-28 15:18:36 [adesa.be] INFO: Scraping item 10734316 url https://www.openlane.eu/en/carv6/auction/10734316
2026-03-28 15:18:36 [adesa.be] INFO: Found listing with ID: 10734101
2026-03-28 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734101%27 HTTP/1.1" 200 None
2026-03-28 15:18:36 [adesa.be] INFO: Scrape type for 10734101: 2
2026-03-28 15:18:36 [adesa.be] INFO: Scraping item 10734101 url https://www.openlane.eu/en/carv6/auction/10734101
2026-03-28 15:18:36 [adesa.be] INFO: Found listing with ID: 10734040
2026-03-28 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734040%27 HTTP/1.1" 200 None
2026-03-28 15:18:36 [adesa.be] INFO: Scrape type for 10734040: 2
2026-03-28 15:18:36 [adesa.be] INFO: Scraping item 10734040 url https://www.openlane.eu/en/carv6/auction/10734040
2026-03-28 15:18:36 [adesa.be] INFO: Found listing with ID: 10734070
2026-03-28 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734070%27 HTTP/1.1" 200 None
2026-03-28 15:18:36 [adesa.be] INFO: Scrape type for 10734070: 2
2026-03-28 15:18:36 [adesa.be] INFO: Scraping item 10734070 url https://www.openlane.eu/en/carv6/auction/10734070
2026-03-28 15:18:36 [adesa.be] INFO: Found listing with ID: 10734003
2026-03-28 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734003%27 HTTP/1.1" 200 None
2026-03-28 15:18:36 [adesa.be] INFO: Scrape type for 10734003: 2
2026-03-28 15:18:36 [adesa.be] INFO: Scraping item 10734003 url https://www.openlane.eu/en/carv6/auction/10734003
2026-03-28 15:18:36 [adesa.be] INFO: Found listing with ID: 10734041
2026-03-28 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734041%27 HTTP/1.1" 200 None
2026-03-28 15:18:36 [adesa.be] INFO: Scrape type for 10734041: 2
2026-03-28 15:18:36 [adesa.be] INFO: Scraping item 10734041 url https://www.openlane.eu/en/carv6/auction/10734041
2026-03-28 15:18:36 [adesa.be] INFO: Found listing with ID: 10738156
2026-03-28 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738156%27 HTTP/1.1" 200 None
2026-03-28 15:18:36 [adesa.be] INFO: Scrape type for 10738156: 0
2026-03-28 15:18:36 [adesa.be] INFO: Skipping item 10738156 url https://www.openlane.eu/en/carv6/auction/10738156
2026-03-28 15:18:36 [adesa.be] INFO: Found listing with ID: 10734116
2026-03-28 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734116%27 HTTP/1.1" 200 None
2026-03-28 15:18:36 [adesa.be] INFO: Scrape type for 10734116: 2
2026-03-28 15:18:36 [adesa.be] INFO: Scraping item 10734116 url https://www.openlane.eu/en/carv6/auction/10734116
2026-03-28 15:18:36 [adesa.be] INFO: Found listing with ID: 10734207
2026-03-28 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734207%27 HTTP/1.1" 200 None
2026-03-28 15:18:36 [adesa.be] INFO: Scrape type for 10734207: 2
2026-03-28 15:18:36 [adesa.be] INFO: Scraping item 10734207 url https://www.openlane.eu/en/carv6/auction/10734207
2026-03-28 15:18:36 [adesa.be] INFO: Found listing with ID: 10738163
2026-03-28 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738163%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10738163: 0
2026-03-28 15:18:37 [adesa.be] INFO: Skipping item 10738163 url https://www.openlane.eu/en/carv6/auction/10738163
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10738141
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738141%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10738141: 0
2026-03-28 15:18:37 [adesa.be] INFO: Skipping item 10738141 url https://www.openlane.eu/en/carv6/auction/10738141
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10734272
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734272%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10734272: 2
2026-03-28 15:18:37 [adesa.be] INFO: Scraping item 10734272 url https://www.openlane.eu/en/carv6/auction/10734272
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10734042
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734042%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10734042: 2
2026-03-28 15:18:37 [adesa.be] INFO: Scraping item 10734042 url https://www.openlane.eu/en/carv6/auction/10734042
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10734091
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734091%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10734091: 2
2026-03-28 15:18:37 [adesa.be] INFO: Scraping item 10734091 url https://www.openlane.eu/en/carv6/auction/10734091
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10734056
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734056%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10734056: 2
2026-03-28 15:18:37 [adesa.be] INFO: Scraping item 10734056 url https://www.openlane.eu/en/carv6/auction/10734056
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10734084
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734084%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10734084: 2
2026-03-28 15:18:37 [adesa.be] INFO: Scraping item 10734084 url https://www.openlane.eu/en/carv6/auction/10734084
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10738165
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738165%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10738165: 0
2026-03-28 15:18:37 [adesa.be] INFO: Skipping item 10738165 url https://www.openlane.eu/en/carv6/auction/10738165
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10734291
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734291%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10734291: 2
2026-03-28 15:18:37 [adesa.be] INFO: Scraping item 10734291 url https://www.openlane.eu/en/carv6/auction/10734291
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10738110
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738110%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10738110: 0
2026-03-28 15:18:37 [adesa.be] INFO: Skipping item 10738110 url https://www.openlane.eu/en/carv6/auction/10738110
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10734173
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734173%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10734173: 2
2026-03-28 15:18:37 [adesa.be] INFO: Scraping item 10734173 url https://www.openlane.eu/en/carv6/auction/10734173
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10738173
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738173%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10738173: 0
2026-03-28 15:18:37 [adesa.be] INFO: Skipping item 10738173 url https://www.openlane.eu/en/carv6/auction/10738173
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10738170
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738170%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10738170: 0
2026-03-28 15:18:37 [adesa.be] INFO: Skipping item 10738170 url https://www.openlane.eu/en/carv6/auction/10738170
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10738152
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738152%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10738152: 0
2026-03-28 15:18:37 [adesa.be] INFO: Skipping item 10738152 url https://www.openlane.eu/en/carv6/auction/10738152
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10734191
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734191%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10734191: 2
2026-03-28 15:18:37 [adesa.be] INFO: Scraping item 10734191 url https://www.openlane.eu/en/carv6/auction/10734191
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10734317
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734317%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10734317: 2
2026-03-28 15:18:37 [adesa.be] INFO: Scraping item 10734317 url https://www.openlane.eu/en/carv6/auction/10734317
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10734071
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734071%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10734071: 2
2026-03-28 15:18:37 [adesa.be] INFO: Scraping item 10734071 url https://www.openlane.eu/en/carv6/auction/10734071
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10734072
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734072%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10734072: 2
2026-03-28 15:18:37 [adesa.be] INFO: Scraping item 10734072 url https://www.openlane.eu/en/carv6/auction/10734072
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10734014
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734014%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10734014: 2
2026-03-28 15:18:37 [adesa.be] INFO: Scraping item 10734014 url https://www.openlane.eu/en/carv6/auction/10734014
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10734151
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734151%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10734151: 2
2026-03-28 15:18:37 [adesa.be] INFO: Scraping item 10734151 url https://www.openlane.eu/en/carv6/auction/10734151
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10734073
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734073%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10734073: 2
2026-03-28 15:18:37 [adesa.be] INFO: Scraping item 10734073 url https://www.openlane.eu/en/carv6/auction/10734073
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10734043
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734043%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10734043: 2
2026-03-28 15:18:37 [adesa.be] INFO: Scraping item 10734043 url https://www.openlane.eu/en/carv6/auction/10734043
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10734208
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734208%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10734208: 2
2026-03-28 15:18:37 [adesa.be] INFO: Scraping item 10734208 url https://www.openlane.eu/en/carv6/auction/10734208
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10734209
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734209%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10734209: 2
2026-03-28 15:18:37 [adesa.be] INFO: Scraping item 10734209 url https://www.openlane.eu/en/carv6/auction/10734209
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10738142
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738142%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10738142: 0
2026-03-28 15:18:37 [adesa.be] INFO: Skipping item 10738142 url https://www.openlane.eu/en/carv6/auction/10738142
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10734137
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734137%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10734137: 2
2026-03-28 15:18:37 [adesa.be] INFO: Scraping item 10734137 url https://www.openlane.eu/en/carv6/auction/10734137
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10738168
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738168%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10738168: 0
2026-03-28 15:18:37 [adesa.be] INFO: Skipping item 10738168 url https://www.openlane.eu/en/carv6/auction/10738168
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10734210
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734210%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10734210: 2
2026-03-28 15:18:37 [adesa.be] INFO: Scraping item 10734210 url https://www.openlane.eu/en/carv6/auction/10734210
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10734044
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734044%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10734044: 2
2026-03-28 15:18:37 [adesa.be] INFO: Scraping item 10734044 url https://www.openlane.eu/en/carv6/auction/10734044
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10734251
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734251%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10734251: 2
2026-03-28 15:18:37 [adesa.be] INFO: Scraping item 10734251 url https://www.openlane.eu/en/carv6/auction/10734251
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10734252
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734252%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10734252: 2
2026-03-28 15:18:37 [adesa.be] INFO: Scraping item 10734252 url https://www.openlane.eu/en/carv6/auction/10734252
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10738131
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738131%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10738131: 0
2026-03-28 15:18:37 [adesa.be] INFO: Skipping item 10738131 url https://www.openlane.eu/en/carv6/auction/10738131
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10734117
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734117%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10734117: 2
2026-03-28 15:18:37 [adesa.be] INFO: Scraping item 10734117 url https://www.openlane.eu/en/carv6/auction/10734117
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10738159
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738159%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10738159: 0
2026-03-28 15:18:37 [adesa.be] INFO: Skipping item 10738159 url https://www.openlane.eu/en/carv6/auction/10738159
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10734211
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734211%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10734211: 2
2026-03-28 15:18:37 [adesa.be] INFO: Scraping item 10734211 url https://www.openlane.eu/en/carv6/auction/10734211
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10734273
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734273%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10734273: 2
2026-03-28 15:18:37 [adesa.be] INFO: Scraping item 10734273 url https://www.openlane.eu/en/carv6/auction/10734273
2026-03-28 15:18:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734136> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10734292
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734292%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10734292: 2
2026-03-28 15:18:37 [adesa.be] INFO: Scraping item 10734292 url https://www.openlane.eu/en/carv6/auction/10734292
2026-03-28 15:18:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10738154
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738154%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10738154: 0
2026-03-28 15:18:37 [adesa.be] INFO: Skipping item 10738154 url https://www.openlane.eu/en/carv6/auction/10738154
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10738151
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738151%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10738151: 0
2026-03-28 15:18:37 [adesa.be] INFO: Skipping item 10738151 url https://www.openlane.eu/en/carv6/auction/10738151
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10734293
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734293%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10734293: 2
2026-03-28 15:18:37 [adesa.be] INFO: Scraping item 10734293 url https://www.openlane.eu/en/carv6/auction/10734293
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10734085
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734085%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10734085: 2
2026-03-28 15:18:37 [adesa.be] INFO: Scraping item 10734085 url https://www.openlane.eu/en/carv6/auction/10734085
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10734127
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734127%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10734127: 2
2026-03-28 15:18:37 [adesa.be] INFO: Scraping item 10734127 url https://www.openlane.eu/en/carv6/auction/10734127
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10734228
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734228%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10734228: 2
2026-03-28 15:18:37 [adesa.be] INFO: Scraping item 10734228 url https://www.openlane.eu/en/carv6/auction/10734228
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10738140
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738140%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10738140: 0
2026-03-28 15:18:37 [adesa.be] INFO: Skipping item 10738140 url https://www.openlane.eu/en/carv6/auction/10738140
2026-03-28 15:18:37 [adesa.be] INFO: Found listing with ID: 10734231
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734231%27 HTTP/1.1" 200 None
2026-03-28 15:18:37 [adesa.be] INFO: Scrape type for 10734231: 2
2026-03-28 15:18:37 [adesa.be] INFO: Scraping item 10734231 url https://www.openlane.eu/en/carv6/auction/10734231
2026-03-28 15:18:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af640e99-79da-54d1-a8f8-b814fd4422ae with identifier: 10734136
2026-03-28 15:18:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af640e99-79da-54d1-a8f8-b814fd4422ae with scrape type 2
2026-03-28 15:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af640e99-79da-54d1-a8f8-b814fd4422ae with scrape type 2
2026-03-28 15:18:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: af640e99-79da-54d1-a8f8-b814fd4422ae, identifier: 10734136
2026-03-28 15:18:38 [adesa.be] INFO: Found listing with ID: 10734119
2026-03-28 15:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734119%27 HTTP/1.1" 200 None
2026-03-28 15:18:38 [adesa.be] INFO: Scrape type for 10734119: 2
2026-03-28 15:18:38 [adesa.be] INFO: Scraping item 10734119 url https://www.openlane.eu/en/carv6/auction/10734119
2026-03-28 15:18:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: af640e99-79da-54d1-a8f8-b814fd4422ae with identifier: 10734136
2026-03-28 15:18:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: af640e99-79da-54d1-a8f8-b814fd4422ae with identifier: 10734136
2026-03-28 15:18:38 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: af640e99-79da-54d1-a8f8-b814fd4422ae with identifier: 10734136 to the API
2026-03-28 15:18:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734136>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 125,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'af640e99-79da-54d1-a8f8-b814fd4422ae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CKA177',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734136',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': 'X2',
'odometer': 53093,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 17800,
'price_includes_vat': True,
'registration_date': '2022-08-19',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'BMW X2 25e - xDrive - Hybrid - Automatic - 125 hp - 53.093 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-28 15:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734136%27 HTTP/1.1" 200 None
2026-03-28 15:18:38 [adesa.be] INFO: Saving data for 10734136: {'auction_closing_time': 1774960500.0, 'created_time': 1774606709.092639, 'last_price_update_time': 1774711118.310754}
2026-03-28 15:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734136') HTTP/1.1" 204 0
2026-03-28 15:18:38 [adesa.be] INFO: Found listing with ID: 10734212
2026-03-28 15:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734212%27 HTTP/1.1" 200 None
2026-03-28 15:18:38 [adesa.be] INFO: Scrape type for 10734212: 2
2026-03-28 15:18:38 [adesa.be] INFO: Scraping item 10734212 url https://www.openlane.eu/en/carv6/auction/10734212
2026-03-28 15:18:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734162> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734172> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734190> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734150> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:38 [adesa.be] INFO: Found listing with ID: 10734092
2026-03-28 15:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734092%27 HTTP/1.1" 200 None
2026-03-28 15:18:38 [adesa.be] INFO: Scrape type for 10734092: 2
2026-03-28 15:18:38 [adesa.be] INFO: Scraping item 10734092 url https://www.openlane.eu/en/carv6/auction/10734092
2026-03-28 15:18:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734161> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:38 [adesa.be] INFO: Found listing with ID: 10734005
2026-03-28 15:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734005%27 HTTP/1.1" 200 None
2026-03-28 15:18:38 [adesa.be] INFO: Scrape type for 10734005: 2
2026-03-28 15:18:38 [adesa.be] INFO: Scraping item 10734005 url https://www.openlane.eu/en/carv6/auction/10734005
2026-03-28 15:18:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:38 [adesa.be] INFO: Found listing with ID: 10734294
2026-03-28 15:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734294%27 HTTP/1.1" 200 None
2026-03-28 15:18:38 [adesa.be] INFO: Scrape type for 10734294: 2
2026-03-28 15:18:38 [adesa.be] INFO: Scraping item 10734294 url https://www.openlane.eu/en/carv6/auction/10734294
2026-03-28 15:18:38 [adesa.be] INFO: Found listing with ID: 10734118
2026-03-28 15:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734118%27 HTTP/1.1" 200 None
2026-03-28 15:18:38 [adesa.be] INFO: Scrape type for 10734118: 2
2026-03-28 15:18:38 [adesa.be] INFO: Scraping item 10734118 url https://www.openlane.eu/en/carv6/auction/10734118
2026-03-28 15:18:38 [adesa.be] INFO: Found listing with ID: 10738127
2026-03-28 15:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738127%27 HTTP/1.1" 200 None
2026-03-28 15:18:38 [adesa.be] INFO: Scrape type for 10738127: 0
2026-03-28 15:18:38 [adesa.be] INFO: Skipping item 10738127 url https://www.openlane.eu/en/carv6/auction/10738127
2026-03-28 15:18:38 [adesa.be] INFO: Found listing with ID: 10738111
2026-03-28 15:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738111%27 HTTP/1.1" 200 None
2026-03-28 15:18:38 [adesa.be] INFO: Scrape type for 10738111: 0
2026-03-28 15:18:38 [adesa.be] INFO: Skipping item 10738111 url https://www.openlane.eu/en/carv6/auction/10738111
2026-03-28 15:18:38 [adesa.be] INFO: Found listing with ID: 10734033
2026-03-28 15:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734033%27 HTTP/1.1" 200 None
2026-03-28 15:18:38 [adesa.be] INFO: Scrape type for 10734033: 2
2026-03-28 15:18:38 [adesa.be] INFO: Scraping item 10734033 url https://www.openlane.eu/en/carv6/auction/10734033
2026-03-28 15:18:38 [adesa.be] INFO: Found listing with ID: 10734229
2026-03-28 15:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734229%27 HTTP/1.1" 200 None
2026-03-28 15:18:38 [adesa.be] INFO: Scrape type for 10734229: 2
2026-03-28 15:18:38 [adesa.be] INFO: Scraping item 10734229 url https://www.openlane.eu/en/carv6/auction/10734229
2026-03-28 15:18:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be71014b-888f-5e1c-acb0-9c1406294641 with identifier: 10734162
2026-03-28 15:18:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be71014b-888f-5e1c-acb0-9c1406294641 with scrape type 2
2026-03-28 15:18:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be71014b-888f-5e1c-acb0-9c1406294641 with scrape type 2
2026-03-28 15:18:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: be71014b-888f-5e1c-acb0-9c1406294641, identifier: 10734162
2026-03-28 15:18:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b1b7268-94f5-57bb-8620-ba509a175518 with identifier: 10734172
2026-03-28 15:18:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b1b7268-94f5-57bb-8620-ba509a175518 with scrape type 2
2026-03-28 15:18:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b1b7268-94f5-57bb-8620-ba509a175518 with scrape type 2
2026-03-28 15:18:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 5b1b7268-94f5-57bb-8620-ba509a175518, identifier: 10734172
2026-03-28 15:18:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50e79ee7-507f-5e50-a2d8-7500511559b0 with identifier: 10734190
2026-03-28 15:18:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50e79ee7-507f-5e50-a2d8-7500511559b0 with scrape type 2
2026-03-28 15:18:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50e79ee7-507f-5e50-a2d8-7500511559b0 with scrape type 2
2026-03-28 15:18:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 50e79ee7-507f-5e50-a2d8-7500511559b0, identifier: 10734190
2026-03-28 15:18:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19c2be00-6f70-56f2-8308-3ce7b5c3a936 with identifier: 10734150
2026-03-28 15:18:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19c2be00-6f70-56f2-8308-3ce7b5c3a936 with scrape type 2
2026-03-28 15:18:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19c2be00-6f70-56f2-8308-3ce7b5c3a936 with scrape type 2
2026-03-28 15:18:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 19c2be00-6f70-56f2-8308-3ce7b5c3a936, identifier: 10734150
2026-03-28 15:18:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: be71014b-888f-5e1c-acb0-9c1406294641 with identifier: 10734162
2026-03-28 15:18:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: be71014b-888f-5e1c-acb0-9c1406294641 with identifier: 10734162
2026-03-28 15:18:39 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: be71014b-888f-5e1c-acb0-9c1406294641 with identifier: 10734162 to the API
2026-03-28 15:18:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734162>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 125,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'be71014b-888f-5e1c-acb0-9c1406294641',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BXB229',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734162',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': 'X2',
'odometer': 74237,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 17900,
'price_includes_vat': True,
'registration_date': '2022-04-26',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'BMW X2 25e - xDrive - Hybrid - Automatic - 125 hp - 74.237 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-28 15:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734162%27 HTTP/1.1" 200 None
2026-03-28 15:18:39 [adesa.be] INFO: Saving data for 10734162: {'auction_closing_time': 1774960500.0, 'created_time': 1774606715.281932, 'last_price_update_time': 1774711119.336642}
2026-03-28 15:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734162') HTTP/1.1" 204 0
2026-03-28 15:18:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 5b1b7268-94f5-57bb-8620-ba509a175518 with identifier: 10734172
2026-03-28 15:18:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 5b1b7268-94f5-57bb-8620-ba509a175518 with identifier: 10734172
2026-03-28 15:18:39 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 5b1b7268-94f5-57bb-8620-ba509a175518 with identifier: 10734172 to the API
2026-03-28 15:18:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734172>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 125,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '5b1b7268-94f5-57bb-8620-ba509a175518',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2DNX107',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734172',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': 'X2',
'odometer': 68892,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 20200,
'price_includes_vat': True,
'registration_date': '2023-05-10',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'BMW X2 25e - xDrive - Hybrid - Automatic - 125 hp - 68.892 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2023}
2026-03-28 15:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734172%27 HTTP/1.1" 200 None
2026-03-28 15:18:39 [adesa.be] INFO: Saving data for 10734172: {'auction_closing_time': 1774960500.0, 'created_time': 1774606719.86422, 'last_price_update_time': 1774711119.59699}
2026-03-28 15:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734172') HTTP/1.1" 204 0
2026-03-28 15:18:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 50e79ee7-507f-5e50-a2d8-7500511559b0 with identifier: 10734190
2026-03-28 15:18:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 50e79ee7-507f-5e50-a2d8-7500511559b0 with identifier: 10734190
2026-03-28 15:18:39 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 50e79ee7-507f-5e50-a2d8-7500511559b0 with identifier: 10734190 to the API
2026-03-28 15:18:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734190>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 125,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '50e79ee7-507f-5e50-a2d8-7500511559b0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CKJ263',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734190',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': 'X2',
'odometer': 61928,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 16900,
'price_includes_vat': True,
'registration_date': '2022-08-24',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'BMW X2 25e - xDrive - Hybrid - Automatic - 125 hp - 61.928 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-28 15:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734190%27 HTTP/1.1" 200 None
2026-03-28 15:18:39 [adesa.be] INFO: Saving data for 10734190: {'auction_closing_time': 1774960500.0, 'created_time': 1774606712.226499, 'last_price_update_time': 1774711119.886113}
2026-03-28 15:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734190') HTTP/1.1" 204 0
2026-03-28 15:18:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 19c2be00-6f70-56f2-8308-3ce7b5c3a936 with identifier: 10734150
2026-03-28 15:18:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 19c2be00-6f70-56f2-8308-3ce7b5c3a936 with identifier: 10734150
2026-03-28 15:18:39 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 19c2be00-6f70-56f2-8308-3ce7b5c3a936 with identifier: 10734150 to the API
2026-03-28 15:18:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734150>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 125,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '19c2be00-6f70-56f2-8308-3ce7b5c3a936',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BWU303',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734150',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': 'X2',
'odometer': 43166,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 18900,
'price_includes_vat': True,
'registration_date': '2022-04-22',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'BMW X2 25e - xDrive - Hybrid - Automatic - 125 hp - 43.166 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-28 15:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734150%27 HTTP/1.1" 200 None
2026-03-28 15:18:40 [adesa.be] INFO: Saving data for 10734150: {'auction_closing_time': 1774960500.0, 'created_time': 1774606701.462308, 'last_price_update_time': 1774711120.172478}
2026-03-28 15:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734150') HTTP/1.1" 204 0
2026-03-28 15:18:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2454684a-0262-506a-8fbb-137c2a38393a with identifier: 10734161
2026-03-28 15:18:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2454684a-0262-506a-8fbb-137c2a38393a with scrape type 2
2026-03-28 15:18:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2454684a-0262-506a-8fbb-137c2a38393a with scrape type 2
2026-03-28 15:18:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 2454684a-0262-506a-8fbb-137c2a38393a, identifier: 10734161
2026-03-28 15:18:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734205> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 2454684a-0262-506a-8fbb-137c2a38393a with identifier: 10734161
2026-03-28 15:18:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 2454684a-0262-506a-8fbb-137c2a38393a with identifier: 10734161
2026-03-28 15:18:40 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 2454684a-0262-506a-8fbb-137c2a38393a with identifier: 10734161 to the API
2026-03-28 15:18:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734161>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 125,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '2454684a-0262-506a-8fbb-137c2a38393a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BVE123',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734161',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': 'X2',
'odometer': 42466,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 18900,
'price_includes_vat': True,
'registration_date': '2022-04-04',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'BMW X2 25e - xDrive - Hybrid - Automatic - 125 hp - 42.466 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-28 15:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734161%27 HTTP/1.1" 200 None
2026-03-28 15:18:40 [adesa.be] INFO: Saving data for 10734161: {'auction_closing_time': 1774960500.0, 'created_time': 1774606700.556926, 'last_price_update_time': 1774711120.54477}
2026-03-28 15:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734161') HTTP/1.1" 204 0
2026-03-28 15:18:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734004> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f46165a-b60c-515f-aa9f-b32386548772 with identifier: 10734205
2026-03-28 15:18:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f46165a-b60c-515f-aa9f-b32386548772 with scrape type 2
2026-03-28 15:18:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f46165a-b60c-515f-aa9f-b32386548772 with scrape type 2
2026-03-28 15:18:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 0f46165a-b60c-515f-aa9f-b32386548772, identifier: 10734205
2026-03-28 15:18:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 0f46165a-b60c-515f-aa9f-b32386548772 with identifier: 10734205
2026-03-28 15:18:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 0f46165a-b60c-515f-aa9f-b32386548772 with identifier: 10734205
2026-03-28 15:18:40 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 0f46165a-b60c-515f-aa9f-b32386548772 with identifier: 10734205 to the API
2026-03-28 15:18:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734205>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 125,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '0f46165a-b60c-515f-aa9f-b32386548772',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BWS016',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734205',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': 'X2',
'odometer': 77004,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 19200,
'price_includes_vat': True,
'registration_date': '2022-04-21',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'BMW X2 25e - xDrive - Hybrid - Automatic - 125 hp - 77.004 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-28 15:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734205%27 HTTP/1.1" 200 None
2026-03-28 15:18:40 [adesa.be] INFO: Saving data for 10734205: {'auction_closing_time': 1774960500.0, 'created_time': 1774606709.434438, 'last_price_update_time': 1774711120.950198}
2026-03-28 15:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734205') HTTP/1.1" 204 0
2026-03-28 15:18:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95efe30b-18b4-554e-b744-2d5f7a79f75b with identifier: 10734004
2026-03-28 15:18:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95efe30b-18b4-554e-b744-2d5f7a79f75b with scrape type 2
2026-03-28 15:18:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 95efe30b-18b4-554e-b744-2d5f7a79f75b with scrape type 2
2026-03-28 15:18:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 95efe30b-18b4-554e-b744-2d5f7a79f75b, identifier: 10734004
2026-03-28 15:18:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 95efe30b-18b4-554e-b744-2d5f7a79f75b with identifier: 10734004
2026-03-28 15:18:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 95efe30b-18b4-554e-b744-2d5f7a79f75b with identifier: 10734004
2026-03-28 15:18:41 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 95efe30b-18b4-554e-b744-2d5f7a79f75b with identifier: 10734004 to the API
2026-03-28 15:18:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734004>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 125,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '95efe30b-18b4-554e-b744-2d5f7a79f75b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CJX528',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734004',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': 'X2',
'odometer': 45610,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 17200,
'price_includes_vat': True,
'registration_date': '2022-08-18',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'BMW X2 25e - xDrive - Hybrid - Automatic - 125 hp - 45.610 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-28 15:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734004%27 HTTP/1.1" 200 None
2026-03-28 15:18:41 [adesa.be] INFO: Saving data for 10734004: {'auction_closing_time': 1774960500.0, 'created_time': 1774606703.857878, 'last_price_update_time': 1774711121.313207}
2026-03-28 15:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734004') HTTP/1.1" 204 0
2026-03-28 15:18:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734040> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734316> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8a3cc6d-ee90-57c7-b046-0897678d6fee with identifier: 10734040
2026-03-28 15:18:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8a3cc6d-ee90-57c7-b046-0897678d6fee with scrape type 2
2026-03-28 15:18:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8a3cc6d-ee90-57c7-b046-0897678d6fee with scrape type 2
2026-03-28 15:18:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: e8a3cc6d-ee90-57c7-b046-0897678d6fee, identifier: 10734040
2026-03-28 15:18:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8317616-9292-5631-810f-f904c941be99 with identifier: 10734316
2026-03-28 15:18:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8317616-9292-5631-810f-f904c941be99 with scrape type 2
2026-03-28 15:18:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8317616-9292-5631-810f-f904c941be99 with scrape type 2
2026-03-28 15:18:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: a8317616-9292-5631-810f-f904c941be99, identifier: 10734316
2026-03-28 15:18:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: e8a3cc6d-ee90-57c7-b046-0897678d6fee with identifier: 10734040
2026-03-28 15:18:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: e8a3cc6d-ee90-57c7-b046-0897678d6fee with identifier: 10734040
2026-03-28 15:18:41 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: e8a3cc6d-ee90-57c7-b046-0897678d6fee with identifier: 10734040 to the API
2026-03-28 15:18:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734040>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 163,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'e8a3cc6d-ee90-57c7-b046-0897678d6fee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BUL367',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734040',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': 'X3',
'odometer': 124353,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 23350,
'price_includes_vat': True,
'registration_date': '2022-03-28',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'BMW X3 30e - xDrive - Hybrid - Automatic - 163 hp - 124.353 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-28 15:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734040%27 HTTP/1.1" 200 None
2026-03-28 15:18:41 [adesa.be] INFO: Saving data for 10734040: {'auction_closing_time': 1774960500.0, 'created_time': 1774606717.832342, 'last_price_update_time': 1774711121.907633}
2026-03-28 15:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734040') HTTP/1.1" 204 0
2026-03-28 15:18:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: a8317616-9292-5631-810f-f904c941be99 with identifier: 10734316
2026-03-28 15:18:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: a8317616-9292-5631-810f-f904c941be99 with identifier: 10734316
2026-03-28 15:18:42 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: a8317616-9292-5631-810f-f904c941be99 with identifier: 10734316 to the API
2026-03-28 15:18:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734316>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 163,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'a8317616-9292-5631-810f-f904c941be99',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YTH770',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734316',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': 'X3',
'odometer': 173719,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 16700,
'price_includes_vat': True,
'registration_date': '2020-12-07',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'BMW X3 30e Business - xDrive - Hybrid - Automatic - 163 hp - '
'173.719 km',
'transmission': 'automatic',
'trim': 'Business',
'vin': None,
'year': 2020}
2026-03-28 15:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734316%27 HTTP/1.1" 200 None
2026-03-28 15:18:42 [adesa.be] INFO: Saving data for 10734316: {'auction_closing_time': 1774960500.0, 'created_time': 1774606715.604185, 'last_price_update_time': 1774711122.360148}
2026-03-28 15:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734316') HTTP/1.1" 204 0
2026-03-28 15:18:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734003> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734041> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734070> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734149> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734101> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab1d785a-f2db-5628-a423-92aa49991e38 with identifier: 10734003
2026-03-28 15:18:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab1d785a-f2db-5628-a423-92aa49991e38 with scrape type 2
2026-03-28 15:18:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab1d785a-f2db-5628-a423-92aa49991e38 with scrape type 2
2026-03-28 15:18:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: ab1d785a-f2db-5628-a423-92aa49991e38, identifier: 10734003
2026-03-28 15:18:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2e1818f-ee5b-54a8-bd5a-06c3fd7e100c with identifier: 10734041
2026-03-28 15:18:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2e1818f-ee5b-54a8-bd5a-06c3fd7e100c with scrape type 2
2026-03-28 15:18:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2e1818f-ee5b-54a8-bd5a-06c3fd7e100c with scrape type 2
2026-03-28 15:18:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: a2e1818f-ee5b-54a8-bd5a-06c3fd7e100c, identifier: 10734041
2026-03-28 15:18:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: ab1d785a-f2db-5628-a423-92aa49991e38 with identifier: 10734003
2026-03-28 15:18:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: ab1d785a-f2db-5628-a423-92aa49991e38 with identifier: 10734003
2026-03-28 15:18:42 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: ab1d785a-f2db-5628-a423-92aa49991e38 with identifier: 10734003 to the API
2026-03-28 15:18:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734003>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 163,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'ab1d785a-f2db-5628-a423-92aa49991e38',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2ANB403',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734003',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': 'X3',
'odometer': 175265,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 14700,
'price_includes_vat': True,
'registration_date': '2021-05-20',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'BMW X3 30e - xDrive - Hybrid - Automatic - 163 hp - 175.265 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2021}
2026-03-28 15:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734003%27 HTTP/1.1" 200 None
2026-03-28 15:18:42 [adesa.be] INFO: Saving data for 10734003: {'auction_closing_time': 1774960500.0, 'created_time': 1774606718.570239, 'last_price_update_time': 1774711122.94599}
2026-03-28 15:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734003') HTTP/1.1" 204 0
2026-03-28 15:18:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: a2e1818f-ee5b-54a8-bd5a-06c3fd7e100c with identifier: 10734041
2026-03-28 15:18:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: a2e1818f-ee5b-54a8-bd5a-06c3fd7e100c with identifier: 10734041
2026-03-28 15:18:43 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: a2e1818f-ee5b-54a8-bd5a-06c3fd7e100c with identifier: 10734041 to the API
2026-03-28 15:18:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734041>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 163,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'a2e1818f-ee5b-54a8-bd5a-06c3fd7e100c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YXG435',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734041',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': 'X3',
'odometer': 192617,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 15500,
'price_includes_vat': True,
'registration_date': '2021-01-20',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'BMW X3 30e - xDrive - Hybrid - Automatic - 163 hp - 192.617 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2021}
2026-03-28 15:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734041%27 HTTP/1.1" 200 None
2026-03-28 15:18:43 [adesa.be] INFO: Saving data for 10734041: {'auction_closing_time': 1774960500.0, 'created_time': 1774606718.158315, 'last_price_update_time': 1774711123.21986}
2026-03-28 15:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734041') HTTP/1.1" 204 0
2026-03-28 15:18:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05d25441-28aa-5d5c-a62e-c185f3873deb with identifier: 10734070
2026-03-28 15:18:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05d25441-28aa-5d5c-a62e-c185f3873deb with scrape type 2
2026-03-28 15:18:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05d25441-28aa-5d5c-a62e-c185f3873deb with scrape type 2
2026-03-28 15:18:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 05d25441-28aa-5d5c-a62e-c185f3873deb, identifier: 10734070
2026-03-28 15:18:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 05d25441-28aa-5d5c-a62e-c185f3873deb with identifier: 10734070
2026-03-28 15:18:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 05d25441-28aa-5d5c-a62e-c185f3873deb with identifier: 10734070
2026-03-28 15:18:43 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 05d25441-28aa-5d5c-a62e-c185f3873deb with identifier: 10734070 to the API
2026-03-28 15:18:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734070>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 163,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '05d25441-28aa-5d5c-a62e-c185f3873deb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YLH375',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734070',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': 'X3',
'odometer': 154840,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 16900,
'price_includes_vat': True,
'registration_date': '2020-09-29',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'BMW X3 30e - xDrive - Hybrid - Automatic - 163 hp - 154.840 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2020}
2026-03-28 15:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734070%27 HTTP/1.1" 200 None
2026-03-28 15:18:43 [adesa.be] INFO: Saving data for 10734070: {'auction_closing_time': 1774960500.0, 'created_time': 1774606719.046095, 'last_price_update_time': 1774711123.602331}
2026-03-28 15:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734070') HTTP/1.1" 204 0
2026-03-28 15:18:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de966515-6971-5bc5-bac8-9016d51e87bf with identifier: 10734149
2026-03-28 15:18:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de966515-6971-5bc5-bac8-9016d51e87bf with scrape type 2
2026-03-28 15:18:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de966515-6971-5bc5-bac8-9016d51e87bf with scrape type 2
2026-03-28 15:18:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: de966515-6971-5bc5-bac8-9016d51e87bf, identifier: 10734149
2026-03-28 15:18:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 137a4318-39ad-5ba8-951c-1aae5eca7244 with identifier: 10734101
2026-03-28 15:18:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 137a4318-39ad-5ba8-951c-1aae5eca7244 with scrape type 2
2026-03-28 15:18:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 137a4318-39ad-5ba8-951c-1aae5eca7244 with scrape type 2
2026-03-28 15:18:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 137a4318-39ad-5ba8-951c-1aae5eca7244, identifier: 10734101
2026-03-28 15:18:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: de966515-6971-5bc5-bac8-9016d51e87bf with identifier: 10734149
2026-03-28 15:18:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: de966515-6971-5bc5-bac8-9016d51e87bf with identifier: 10734149
2026-03-28 15:18:43 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: de966515-6971-5bc5-bac8-9016d51e87bf with identifier: 10734149 to the API
2026-03-28 15:18:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734149>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 125,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'de966515-6971-5bc5-bac8-9016d51e87bf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CNB769',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734149',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': 'X2',
'odometer': 31143,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 19400,
'price_includes_vat': True,
'registration_date': '2022-09-22',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'BMW X2 25e - xDrive - Hybrid - Automatic - 125 hp - 31.143 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-28 15:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734149%27 HTTP/1.1" 200 None
2026-03-28 15:18:44 [adesa.be] INFO: Saving data for 10734149: {'auction_closing_time': 1774960500.0, 'created_time': 1774606705.186288, 'last_price_update_time': 1774711124.064651}
2026-03-28 15:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734149') HTTP/1.1" 204 0
2026-03-28 15:18:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 137a4318-39ad-5ba8-951c-1aae5eca7244 with identifier: 10734101
2026-03-28 15:18:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 137a4318-39ad-5ba8-951c-1aae5eca7244 with identifier: 10734101
2026-03-28 15:18:44 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 137a4318-39ad-5ba8-951c-1aae5eca7244 with identifier: 10734101 to the API
2026-03-28 15:18:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734101>
{'auction_title': '',
'c_o_2_emission_value': 45,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 163,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '137a4318-39ad-5ba8-951c-1aae5eca7244',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2AFB694',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734101',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': 'X3',
'odometer': 100209,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 19100,
'price_includes_vat': True,
'registration_date': '2021-03-10',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'BMW X3 30e - xDrive - Hybrid - Automatic - 163 hp - 100.209 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2021}
2026-03-28 15:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734101%27 HTTP/1.1" 200 None
2026-03-28 15:18:44 [adesa.be] INFO: Saving data for 10734101: {'auction_closing_time': 1774960500.0, 'created_time': 1774606713.563547, 'last_price_update_time': 1774711124.35417}
2026-03-28 15:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734101') HTTP/1.1" 204 0
2026-03-28 15:18:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734092> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 001f7f7c-8871-5c0f-b275-a5c1d6674dce with identifier: 10734092
2026-03-28 15:18:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 001f7f7c-8871-5c0f-b275-a5c1d6674dce with scrape type 2
2026-03-28 15:18:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 001f7f7c-8871-5c0f-b275-a5c1d6674dce with scrape type 2
2026-03-28 15:18:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 001f7f7c-8871-5c0f-b275-a5c1d6674dce, identifier: 10734092
2026-03-28 15:18:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 001f7f7c-8871-5c0f-b275-a5c1d6674dce with identifier: 10734092
2026-03-28 15:18:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 001f7f7c-8871-5c0f-b275-a5c1d6674dce with identifier: 10734092
2026-03-28 15:18:44 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 001f7f7c-8871-5c0f-b275-a5c1d6674dce with identifier: 10734092 to the API
2026-03-28 15:18:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734092>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 116,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': '001f7f7c-8871-5c0f-b275-a5c1d6674dce',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BJY202',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734092',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'A',
'odometer': 71331,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13000,
'price_includes_vat': True,
'registration_date': '2021-12-14',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz A 180 CDI Business Solution - Diesel - Manual - 116 '
'hp - 71.331 km',
'transmission': 'manual',
'trim': 'Business Solution',
'vin': None,
'year': 2021}
2026-03-28 15:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734092%27 HTTP/1.1" 200 None
2026-03-28 15:18:44 [adesa.be] INFO: Saving data for 10734092: {'auction_closing_time': 1774960500.0, 'created_time': 1774606757.061165, 'last_price_update_time': 1774711124.940823}
2026-03-28 15:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734092') HTTP/1.1" 204 0
2026-03-28 15:18:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734013> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734231> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6bc395f9-b852-5864-8278-6ba812535a3c with identifier: 10734013
2026-03-28 15:18:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6bc395f9-b852-5864-8278-6ba812535a3c with scrape type 2
2026-03-28 15:18:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6bc395f9-b852-5864-8278-6ba812535a3c with scrape type 2
2026-03-28 15:18:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 6bc395f9-b852-5864-8278-6ba812535a3c, identifier: 10734013
2026-03-28 15:18:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a856273b-a850-539a-b92d-35c2e1a6f017 with identifier: 10734231
2026-03-28 15:18:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a856273b-a850-539a-b92d-35c2e1a6f017 with scrape type 2
2026-03-28 15:18:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a856273b-a850-539a-b92d-35c2e1a6f017 with scrape type 2
2026-03-28 15:18:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: a856273b-a850-539a-b92d-35c2e1a6f017, identifier: 10734231
2026-03-28 15:18:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 6bc395f9-b852-5864-8278-6ba812535a3c with identifier: 10734013
2026-03-28 15:18:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 6bc395f9-b852-5864-8278-6ba812535a3c with identifier: 10734013
2026-03-28 15:18:45 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 6bc395f9-b852-5864-8278-6ba812535a3c with identifier: 10734013 to the API
2026-03-28 15:18:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734013>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 220,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '6bc395f9-b852-5864-8278-6ba812535a3c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YLU873',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734013',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': 'X2',
'odometer': 135124,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 14600,
'price_includes_vat': True,
'registration_date': '2020-10-02',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'BMW X2 25e - xDrive - Hybrid - Automatic - 220 hp - 135.124 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2020}
2026-03-28 15:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734013%27 HTTP/1.1" 200 None
2026-03-28 15:18:45 [adesa.be] INFO: Saving data for 10734013: {'auction_closing_time': 1774960500.0, 'created_time': 1774606712.689449, 'last_price_update_time': 1774711125.518505}
2026-03-28 15:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734013') HTTP/1.1" 204 0
2026-03-28 15:18:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: a856273b-a850-539a-b92d-35c2e1a6f017 with identifier: 10734231
2026-03-28 15:18:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: a856273b-a850-539a-b92d-35c2e1a6f017 with identifier: 10734231
2026-03-28 15:18:45 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: a856273b-a850-539a-b92d-35c2e1a6f017 with identifier: 10734231 to the API
2026-03-28 15:18:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734231>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 109,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Petrol',
'id': 'a856273b-a850-539a-b92d-35c2e1a6f017',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2AQL828',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734231',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'A',
'odometer': 17867,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13100,
'price_includes_vat': True,
'registration_date': '2021-06-11',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz A 160 Business Solution - Petrol - Manual - 109 hp - '
'17.867 km',
'transmission': 'manual',
'trim': 'Business Solution',
'vin': None,
'year': 2021}
2026-03-28 15:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734231%27 HTTP/1.1" 200 None
2026-03-28 15:18:45 [adesa.be] INFO: Saving data for 10734231: {'auction_closing_time': 1774960500.0, 'created_time': 1774606750.078976, 'last_price_update_time': 1774711125.794562}
2026-03-28 15:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734231') HTTP/1.1" 204 0
2026-03-28 15:18:45 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734212> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:45 [adesa.be] INFO: Found listing with ID: 10734193
2026-03-28 15:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734193%27 HTTP/1.1" 200 None
2026-03-28 15:18:45 [adesa.be] INFO: Scrape type for 10734193: 2
2026-03-28 15:18:45 [adesa.be] INFO: Scraping item 10734193 url https://www.openlane.eu/en/carv6/auction/10734193
2026-03-28 15:18:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3425e362-0e2f-5a39-a2f2-0240f90d7a42 with identifier: 10734212
2026-03-28 15:18:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3425e362-0e2f-5a39-a2f2-0240f90d7a42 with scrape type 2
2026-03-28 15:18:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3425e362-0e2f-5a39-a2f2-0240f90d7a42 with scrape type 2
2026-03-28 15:18:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 3425e362-0e2f-5a39-a2f2-0240f90d7a42, identifier: 10734212
2026-03-28 15:18:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 3425e362-0e2f-5a39-a2f2-0240f90d7a42 with identifier: 10734212
2026-03-28 15:18:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 3425e362-0e2f-5a39-a2f2-0240f90d7a42 with identifier: 10734212
2026-03-28 15:18:46 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 3425e362-0e2f-5a39-a2f2-0240f90d7a42 with identifier: 10734212 to the API
2026-03-28 15:18:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734212>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 136,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Petrol',
'id': '3425e362-0e2f-5a39-a2f2-0240f90d7a42',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BPD237',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734212',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'A',
'odometer': 145151,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13700,
'price_includes_vat': True,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz A 180 Business Solution - Petrol - Manual - 136 hp - '
'145.151 km',
'transmission': 'manual',
'trim': 'Business Solution',
'vin': None,
'year': 2022}
2026-03-28 15:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734212%27 HTTP/1.1" 200 None
2026-03-28 15:18:46 [adesa.be] INFO: Saving data for 10734212: {'auction_closing_time': 1774960500.0, 'created_time': 1774606754.150733, 'last_price_update_time': 1774711126.325685}
2026-03-28 15:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734212') HTTP/1.1" 204 0
2026-03-28 15:18:46 [adesa.be] INFO: Found listing with ID: 10734006
2026-03-28 15:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734006%27 HTTP/1.1" 200 None
2026-03-28 15:18:46 [adesa.be] INFO: Scrape type for 10734006: 2
2026-03-28 15:18:46 [adesa.be] INFO: Scraping item 10734006 url https://www.openlane.eu/en/carv6/auction/10734006
2026-03-28 15:18:46 [adesa.be] INFO: Found listing with ID: 10734152
2026-03-28 15:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734152%27 HTTP/1.1" 200 None
2026-03-28 15:18:46 [adesa.be] INFO: Scrape type for 10734152: 2
2026-03-28 15:18:46 [adesa.be] INFO: Scraping item 10734152 url https://www.openlane.eu/en/carv6/auction/10734152
2026-03-28 15:18:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734273> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:46 [adesa.be] INFO: Found listing with ID: 10734057
2026-03-28 15:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734057%27 HTTP/1.1" 200 None
2026-03-28 15:18:46 [adesa.be] INFO: Scrape type for 10734057: 2
2026-03-28 15:18:46 [adesa.be] INFO: Scraping item 10734057 url https://www.openlane.eu/en/carv6/auction/10734057
2026-03-28 15:18:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734229> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:46 [adesa.be] INFO: Found listing with ID: 10734163
2026-03-28 15:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734163%27 HTTP/1.1" 200 None
2026-03-28 15:18:46 [adesa.be] INFO: Scrape type for 10734163: 2
2026-03-28 15:18:46 [adesa.be] INFO: Scraping item 10734163 url https://www.openlane.eu/en/carv6/auction/10734163
2026-03-28 15:18:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:46 [adesa.be] INFO: Found listing with ID: 10734015
2026-03-28 15:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734015%27 HTTP/1.1" 200 None
2026-03-28 15:18:46 [adesa.be] INFO: Scrape type for 10734015: 2
2026-03-28 15:18:46 [adesa.be] INFO: Scraping item 10734015 url https://www.openlane.eu/en/carv6/auction/10734015
2026-03-28 15:18:46 [adesa.be] INFO: Found listing with ID: 10734256
2026-03-28 15:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734256%27 HTTP/1.1" 200 None
2026-03-28 15:18:46 [adesa.be] INFO: Scrape type for 10734256: 2
2026-03-28 15:18:46 [adesa.be] INFO: Scraping item 10734256 url https://www.openlane.eu/en/carv6/auction/10734256
2026-03-28 15:18:46 [adesa.be] INFO: Found listing with ID: 10734074
2026-03-28 15:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734074%27 HTTP/1.1" 200 None
2026-03-28 15:18:46 [adesa.be] INFO: Scrape type for 10734074: 2
2026-03-28 15:18:46 [adesa.be] INFO: Scraping item 10734074 url https://www.openlane.eu/en/carv6/auction/10734074
2026-03-28 15:18:46 [adesa.be] INFO: Found listing with ID: 10734318
2026-03-28 15:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734318%27 HTTP/1.1" 200 None
2026-03-28 15:18:46 [adesa.be] INFO: Scrape type for 10734318: 2
2026-03-28 15:18:46 [adesa.be] INFO: Scraping item 10734318 url https://www.openlane.eu/en/carv6/auction/10734318
2026-03-28 15:18:46 [adesa.be] INFO: Found listing with ID: 10734192
2026-03-28 15:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734192%27 HTTP/1.1" 200 None
2026-03-28 15:18:46 [adesa.be] INFO: Scrape type for 10734192: 2
2026-03-28 15:18:46 [adesa.be] INFO: Scraping item 10734192 url https://www.openlane.eu/en/carv6/auction/10734192
2026-03-28 15:18:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f2928c6-39ba-5b94-86e0-7ad5d0a13c26 with identifier: 10734273
2026-03-28 15:18:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f2928c6-39ba-5b94-86e0-7ad5d0a13c26 with scrape type 2
2026-03-28 15:18:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f2928c6-39ba-5b94-86e0-7ad5d0a13c26 with scrape type 2
2026-03-28 15:18:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 0f2928c6-39ba-5b94-86e0-7ad5d0a13c26, identifier: 10734273
2026-03-28 15:18:46 [adesa.be] INFO: Found listing with ID: 10734174
2026-03-28 15:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734174%27 HTTP/1.1" 200 None
2026-03-28 15:18:46 [adesa.be] INFO: Scrape type for 10734174: 2
2026-03-28 15:18:46 [adesa.be] INFO: Scraping item 10734174 url https://www.openlane.eu/en/carv6/auction/10734174
2026-03-28 15:18:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 0f2928c6-39ba-5b94-86e0-7ad5d0a13c26 with identifier: 10734273
2026-03-28 15:18:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 0f2928c6-39ba-5b94-86e0-7ad5d0a13c26 with identifier: 10734273
2026-03-28 15:18:46 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 0f2928c6-39ba-5b94-86e0-7ad5d0a13c26 with identifier: 10734273 to the API
2026-03-28 15:18:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734273>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 229,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Electric',
'id': '0f2928c6-39ba-5b94-86e0-7ad5d0a13c26',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2DFJ857',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734273',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Kia',
'model': 'EV6',
'odometer': 76315,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 21800,
'price_includes_vat': True,
'registration_date': '2023-03-02',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Kia EV6 74 kWh Earth - Electric - Automatic - 229 hp - 76.315 km',
'transmission': 'automatic',
'trim': 'Earth',
'vin': None,
'year': 2023}
2026-03-28 15:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734273%27 HTTP/1.1" 200 None
2026-03-28 15:18:47 [adesa.be] INFO: Saving data for 10734273: {'auction_closing_time': 1774960500.0, 'created_time': 1774606741.044831, 'last_price_update_time': 1774711127.01974}
2026-03-28 15:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734273') HTTP/1.1" 204 0
2026-03-28 15:18:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 491c2732-ac76-557d-beea-fd5d1e98064b with identifier: 10734229
2026-03-28 15:18:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 491c2732-ac76-557d-beea-fd5d1e98064b with scrape type 2
2026-03-28 15:18:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 491c2732-ac76-557d-beea-fd5d1e98064b with scrape type 2
2026-03-28 15:18:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 491c2732-ac76-557d-beea-fd5d1e98064b, identifier: 10734229
2026-03-28 15:18:47 [adesa.be] INFO: Found listing with ID: 10734031
2026-03-28 15:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734031%27 HTTP/1.1" 200 None
2026-03-28 15:18:47 [adesa.be] INFO: Scrape type for 10734031: 2
2026-03-28 15:18:47 [adesa.be] INFO: Scraping item 10734031 url https://www.openlane.eu/en/carv6/auction/10734031
2026-03-28 15:18:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 491c2732-ac76-557d-beea-fd5d1e98064b with identifier: 10734229
2026-03-28 15:18:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 491c2732-ac76-557d-beea-fd5d1e98064b with identifier: 10734229
2026-03-28 15:18:47 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 491c2732-ac76-557d-beea-fd5d1e98064b with identifier: 10734229 to the API
2026-03-28 15:18:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734229>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 160,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '491c2732-ac76-557d-beea-fd5d1e98064b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CGE767',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734229',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'A',
'odometer': 140122,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 15350,
'price_includes_vat': True,
'registration_date': '2022-07-12',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz A 250e Business Solution - Hybrid - Automatic - 160 '
'hp - 140.122 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2022}
2026-03-28 15:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734229%27 HTTP/1.1" 200 None
2026-03-28 15:18:47 [adesa.be] INFO: Saving data for 10734229: {'auction_closing_time': 1774960500.0, 'created_time': 1774606752.729681, 'last_price_update_time': 1774711127.514204}
2026-03-28 15:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734229') HTTP/1.1" 204 0
2026-03-28 15:18:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734228> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734294> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:47 [adesa.be] INFO: Found listing with ID: 10734045
2026-03-28 15:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734045%27 HTTP/1.1" 200 None
2026-03-28 15:18:47 [adesa.be] INFO: Scrape type for 10734045: 2
2026-03-28 15:18:47 [adesa.be] INFO: Scraping item 10734045 url https://www.openlane.eu/en/carv6/auction/10734045
2026-03-28 15:18:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:47 [adesa.be] INFO: Found listing with ID: 10734157
2026-03-28 15:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734157%27 HTTP/1.1" 200 None
2026-03-28 15:18:47 [adesa.be] INFO: Scrape type for 10734157: 2
2026-03-28 15:18:47 [adesa.be] INFO: Scraping item 10734157 url https://www.openlane.eu/en/carv6/auction/10734157
2026-03-28 15:18:47 [adesa.be] INFO: Found listing with ID: 10734253
2026-03-28 15:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734253%27 HTTP/1.1" 200 None
2026-03-28 15:18:47 [adesa.be] INFO: Scrape type for 10734253: 2
2026-03-28 15:18:47 [adesa.be] INFO: Scraping item 10734253 url https://www.openlane.eu/en/carv6/auction/10734253
2026-03-28 15:18:47 [adesa.be] INFO: Found listing with ID: 10734254
2026-03-28 15:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734254%27 HTTP/1.1" 200 None
2026-03-28 15:18:47 [adesa.be] INFO: Scrape type for 10734254: 2
2026-03-28 15:18:47 [adesa.be] INFO: Scraping item 10734254 url https://www.openlane.eu/en/carv6/auction/10734254
2026-03-28 15:18:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734118> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:47 [adesa.be] INFO: Found listing with ID: 10738086
2026-03-28 15:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738086%27 HTTP/1.1" 200 None
2026-03-28 15:18:47 [adesa.be] INFO: Scrape type for 10738086: 0
2026-03-28 15:18:47 [adesa.be] INFO: Skipping item 10738086 url https://www.openlane.eu/en/carv6/auction/10738086
2026-03-28 15:18:47 [adesa.be] INFO: Found listing with ID: 10738095
2026-03-28 15:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738095%27 HTTP/1.1" 200 None
2026-03-28 15:18:47 [adesa.be] INFO: Scrape type for 10738095: 0
2026-03-28 15:18:47 [adesa.be] INFO: Skipping item 10738095 url https://www.openlane.eu/en/carv6/auction/10738095
2026-03-28 15:18:47 [adesa.be] INFO: Found listing with ID: 10738098
2026-03-28 15:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738098%27 HTTP/1.1" 200 None
2026-03-28 15:18:47 [adesa.be] INFO: Scrape type for 10738098: 0
2026-03-28 15:18:47 [adesa.be] INFO: Skipping item 10738098 url https://www.openlane.eu/en/carv6/auction/10738098
2026-03-28 15:18:47 [adesa.be] INFO: Found listing with ID: 10734138
2026-03-28 15:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734138%27 HTTP/1.1" 200 None
2026-03-28 15:18:47 [adesa.be] INFO: Scrape type for 10734138: 2
2026-03-28 15:18:47 [adesa.be] INFO: Scraping item 10734138 url https://www.openlane.eu/en/carv6/auction/10734138
2026-03-28 15:18:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734119> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de32d317-5493-5295-8dfa-fbe247e76295 with identifier: 10734228
2026-03-28 15:18:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de32d317-5493-5295-8dfa-fbe247e76295 with scrape type 2
2026-03-28 15:18:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de32d317-5493-5295-8dfa-fbe247e76295 with scrape type 2
2026-03-28 15:18:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: de32d317-5493-5295-8dfa-fbe247e76295, identifier: 10734228
2026-03-28 15:18:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 957b945a-5fa1-52f6-9520-ca479c929c4e with identifier: 10734294
2026-03-28 15:18:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 957b945a-5fa1-52f6-9520-ca479c929c4e with scrape type 2
2026-03-28 15:18:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 957b945a-5fa1-52f6-9520-ca479c929c4e with scrape type 2
2026-03-28 15:18:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 957b945a-5fa1-52f6-9520-ca479c929c4e, identifier: 10734294
2026-03-28 15:18:47 [adesa.be] INFO: Found listing with ID: 10734093
2026-03-28 15:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734093%27 HTTP/1.1" 200 None
2026-03-28 15:18:47 [adesa.be] INFO: Scrape type for 10734093: 2
2026-03-28 15:18:47 [adesa.be] INFO: Scraping item 10734093 url https://www.openlane.eu/en/carv6/auction/10734093
2026-03-28 15:18:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: de32d317-5493-5295-8dfa-fbe247e76295 with identifier: 10734228
2026-03-28 15:18:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: de32d317-5493-5295-8dfa-fbe247e76295 with identifier: 10734228
2026-03-28 15:18:48 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: de32d317-5493-5295-8dfa-fbe247e76295 with identifier: 10734228 to the API
2026-03-28 15:18:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734228>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 200,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Petrol',
'id': 'de32d317-5493-5295-8dfa-fbe247e76295',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BBB404',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734228',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Land Rover',
'model': 'Range Rover',
'odometer': 53507,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 22200,
'price_includes_vat': True,
'registration_date': '2021-09-15',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Land Rover Range Rover Evoque 2.0 R-Dynamic HSE - AWD - Petrol - '
'Automatic - 200 hp - 53.507 km',
'transmission': 'automatic',
'trim': 'R-Dynamic HSE',
'vin': None,
'year': 2021}
2026-03-28 15:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734228%27 HTTP/1.1" 200 None
2026-03-28 15:18:48 [adesa.be] INFO: Saving data for 10734228: {'auction_closing_time': 1774960500.0, 'created_time': 1774606745.719022, 'last_price_update_time': 1774711128.190999}
2026-03-28 15:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734228') HTTP/1.1" 204 0
2026-03-28 15:18:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 957b945a-5fa1-52f6-9520-ca479c929c4e with identifier: 10734294
2026-03-28 15:18:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 957b945a-5fa1-52f6-9520-ca479c929c4e with identifier: 10734294
2026-03-28 15:18:48 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 957b945a-5fa1-52f6-9520-ca479c929c4e with identifier: 10734294 to the API
2026-03-28 15:18:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734294>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 116,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': '957b945a-5fa1-52f6-9520-ca479c929c4e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BLK678',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734294',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'A',
'odometer': 195502,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 9700,
'price_includes_vat': True,
'registration_date': '2022-01-04',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz A 180d Business Solution - Diesel - Manual - 116 hp - '
'195.502 km',
'transmission': 'manual',
'trim': 'Business Solution',
'vin': None,
'year': 2022}
2026-03-28 15:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734294%27 HTTP/1.1" 200 None
2026-03-28 15:18:48 [adesa.be] INFO: Saving data for 10734294: {'auction_closing_time': 1774960500.0, 'created_time': 1774606751.064175, 'last_price_update_time': 1774711128.474326}
2026-03-28 15:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734294') HTTP/1.1" 204 0
2026-03-28 15:18:48 [adesa.be] INFO: Found listing with ID: 10734319
2026-03-28 15:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734319%27 HTTP/1.1" 200 None
2026-03-28 15:18:48 [adesa.be] INFO: Scrape type for 10734319: 2
2026-03-28 15:18:48 [adesa.be] INFO: Scraping item 10734319 url https://www.openlane.eu/en/carv6/auction/10734319
2026-03-28 15:18:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734005> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734085> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734127> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2994ae8b-fec9-510d-b532-ab25d7672f74 with identifier: 10734118
2026-03-28 15:18:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2994ae8b-fec9-510d-b532-ab25d7672f74 with scrape type 2
2026-03-28 15:18:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2994ae8b-fec9-510d-b532-ab25d7672f74 with scrape type 2
2026-03-28 15:18:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 2994ae8b-fec9-510d-b532-ab25d7672f74, identifier: 10734118
2026-03-28 15:18:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb55aac2-7e47-56b1-b8a2-8127a0933ce4 with identifier: 10734119
2026-03-28 15:18:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb55aac2-7e47-56b1-b8a2-8127a0933ce4 with scrape type 2
2026-03-28 15:18:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb55aac2-7e47-56b1-b8a2-8127a0933ce4 with scrape type 2
2026-03-28 15:18:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: cb55aac2-7e47-56b1-b8a2-8127a0933ce4, identifier: 10734119
2026-03-28 15:18:48 [adesa.be] INFO: Found listing with ID: 10734011
2026-03-28 15:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734011%27 HTTP/1.1" 200 None
2026-03-28 15:18:48 [adesa.be] INFO: Scrape type for 10734011: 2
2026-03-28 15:18:48 [adesa.be] INFO: Scraping item 10734011 url https://www.openlane.eu/en/carv6/auction/10734011
2026-03-28 15:18:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 2994ae8b-fec9-510d-b532-ab25d7672f74 with identifier: 10734118
2026-03-28 15:18:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 2994ae8b-fec9-510d-b532-ab25d7672f74 with identifier: 10734118
2026-03-28 15:18:48 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 2994ae8b-fec9-510d-b532-ab25d7672f74 with identifier: 10734118 to the API
2026-03-28 15:18:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734118>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 116,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': '2994ae8b-fec9-510d-b532-ab25d7672f74',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CLY034A',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734118',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'A',
'odometer': 77722,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13800,
'price_includes_vat': True,
'registration_date': '2022-09-09',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz A 180d Business Solution - Diesel - Manual - 116 hp - '
'77.722 km',
'transmission': 'manual',
'trim': 'Business Solution',
'vin': None,
'year': 2022}
2026-03-28 15:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734118%27 HTTP/1.1" 200 None
2026-03-28 15:18:49 [adesa.be] INFO: Saving data for 10734118: {'auction_closing_time': 1774960500.0, 'created_time': 1774606753.39655, 'last_price_update_time': 1774711129.001008}
2026-03-28 15:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734118') HTTP/1.1" 204 0
2026-03-28 15:18:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: cb55aac2-7e47-56b1-b8a2-8127a0933ce4 with identifier: 10734119
2026-03-28 15:18:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: cb55aac2-7e47-56b1-b8a2-8127a0933ce4 with identifier: 10734119
2026-03-28 15:18:49 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: cb55aac2-7e47-56b1-b8a2-8127a0933ce4 with identifier: 10734119 to the API
2026-03-28 15:18:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734119>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 136,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Petrol',
'id': 'cb55aac2-7e47-56b1-b8a2-8127a0933ce4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BNZ141',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734119',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'A',
'odometer': 126988,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 14300,
'price_includes_vat': True,
'registration_date': '2022-01-28',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz A 180 Business Solution - Petrol - Automatic - 136 hp '
'- 126.988 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2022}
2026-03-28 15:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734119%27 HTTP/1.1" 200 None
2026-03-28 15:18:49 [adesa.be] INFO: Saving data for 10734119: {'auction_closing_time': 1774960500.0, 'created_time': 1774606747.572676, 'last_price_update_time': 1774711129.368784}
2026-03-28 15:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734119') HTTP/1.1" 204 0
2026-03-28 15:18:49 [adesa.be] INFO: Found listing with ID: 10734032
2026-03-28 15:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734032%27 HTTP/1.1" 200 None
2026-03-28 15:18:49 [adesa.be] INFO: Scrape type for 10734032: 2
2026-03-28 15:18:49 [adesa.be] INFO: Scraping item 10734032 url https://www.openlane.eu/en/carv6/auction/10734032
2026-03-28 15:18:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e7fa1fe-c581-5f93-854f-51ebd3fb76fa with identifier: 10734005
2026-03-28 15:18:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e7fa1fe-c581-5f93-854f-51ebd3fb76fa with scrape type 2
2026-03-28 15:18:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e7fa1fe-c581-5f93-854f-51ebd3fb76fa with scrape type 2
2026-03-28 15:18:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 0e7fa1fe-c581-5f93-854f-51ebd3fb76fa, identifier: 10734005
2026-03-28 15:18:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7433d909-c62f-554a-9ee3-9b8d438e5e34 with identifier: 10734085
2026-03-28 15:18:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7433d909-c62f-554a-9ee3-9b8d438e5e34 with scrape type 2
2026-03-28 15:18:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7433d909-c62f-554a-9ee3-9b8d438e5e34 with scrape type 2
2026-03-28 15:18:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 7433d909-c62f-554a-9ee3-9b8d438e5e34, identifier: 10734085
2026-03-28 15:18:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be3b7b1a-4ee5-51ee-b127-a842030e4533 with identifier: 10734127
2026-03-28 15:18:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be3b7b1a-4ee5-51ee-b127-a842030e4533 with scrape type 2
2026-03-28 15:18:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be3b7b1a-4ee5-51ee-b127-a842030e4533 with scrape type 2
2026-03-28 15:18:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: be3b7b1a-4ee5-51ee-b127-a842030e4533, identifier: 10734127
2026-03-28 15:18:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 0e7fa1fe-c581-5f93-854f-51ebd3fb76fa with identifier: 10734005
2026-03-28 15:18:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 0e7fa1fe-c581-5f93-854f-51ebd3fb76fa with identifier: 10734005
2026-03-28 15:18:49 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 0e7fa1fe-c581-5f93-854f-51ebd3fb76fa with identifier: 10734005 to the API
2026-03-28 15:18:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734005>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': 'Saloon',
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 116,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': '0e7fa1fe-c581-5f93-854f-51ebd3fb76fa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BJA151',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734005',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'A',
'odometer': 120855,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13200,
'price_includes_vat': True,
'registration_date': '2021-12-02',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz A 180d Business Solution - Diesel - Automatic - 116 '
'hp - 120.855 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2021}
2026-03-28 15:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734005%27 HTTP/1.1" 200 None
2026-03-28 15:18:49 [adesa.be] INFO: Saving data for 10734005: {'auction_closing_time': 1774960500.0, 'created_time': 1774606749.754196, 'last_price_update_time': 1774711129.953323}
2026-03-28 15:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734005') HTTP/1.1" 204 0
2026-03-28 15:18:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 7433d909-c62f-554a-9ee3-9b8d438e5e34 with identifier: 10734085
2026-03-28 15:18:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 7433d909-c62f-554a-9ee3-9b8d438e5e34 with identifier: 10734085
2026-03-28 15:18:50 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 7433d909-c62f-554a-9ee3-9b8d438e5e34 with identifier: 10734085 to the API
2026-03-28 15:18:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734085>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 105,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '7433d909-c62f-554a-9ee3-9b8d438e5e34',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CEL466',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734085',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Kia',
'model': 'Ceed',
'odometer': 76834,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13350,
'price_includes_vat': True,
'registration_date': '2022-06-23',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Kia XCeed 1.6 GDI Business - Hybrid - Automatic - 105 hp - 76.834 '
'km',
'transmission': 'automatic',
'trim': 'Business',
'vin': None,
'year': 2022}
2026-03-28 15:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734085%27 HTTP/1.1" 200 None
2026-03-28 15:18:50 [adesa.be] INFO: Saving data for 10734085: {'auction_closing_time': 1774960500.0, 'created_time': 1774606747.883674, 'last_price_update_time': 1774711130.236785}
2026-03-28 15:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734085') HTTP/1.1" 204 0
2026-03-28 15:18:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: be3b7b1a-4ee5-51ee-b127-a842030e4533 with identifier: 10734127
2026-03-28 15:18:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: be3b7b1a-4ee5-51ee-b127-a842030e4533 with identifier: 10734127
2026-03-28 15:18:50 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: be3b7b1a-4ee5-51ee-b127-a842030e4533 with identifier: 10734127 to the API
2026-03-28 15:18:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734127>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': 'be3b7b1a-4ee5-51ee-b127-a842030e4533',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YMK747',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734127',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Land Rover',
'model': 'Discovery',
'odometer': 159854,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 12900,
'price_includes_vat': True,
'registration_date': '2020-10-08',
'seats_number': 7,
'seller_name': 'Ayvens België',
'title': 'Land Rover Discovery Sport 2.0 TD4 SE - AWD - Diesel - Automatic - '
'150 hp - 159.854 km',
'transmission': 'automatic',
'trim': 'SE',
'vin': None,
'year': 2020}
2026-03-28 15:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734127%27 HTTP/1.1" 200 None
2026-03-28 15:18:50 [adesa.be] INFO: Saving data for 10734127: {'auction_closing_time': 1774960500.0, 'created_time': 1774606746.48914, 'last_price_update_time': 1774711130.523157}
2026-03-28 15:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734127') HTTP/1.1" 204 0
2026-03-28 15:18:50 [adesa.be] INFO: Found listing with ID: 10734046
2026-03-28 15:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734046%27 HTTP/1.1" 200 None
2026-03-28 15:18:50 [adesa.be] INFO: Scrape type for 10734046: 2
2026-03-28 15:18:50 [adesa.be] INFO: Scraping item 10734046 url https://www.openlane.eu/en/carv6/auction/10734046
2026-03-28 15:18:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734293> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734292> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734211> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734117> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:50 [adesa.be] INFO: Found listing with ID: 10738104
2026-03-28 15:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738104%27 HTTP/1.1" 200 None
2026-03-28 15:18:50 [adesa.be] INFO: Scrape type for 10738104: 0
2026-03-28 15:18:50 [adesa.be] INFO: Skipping item 10738104 url https://www.openlane.eu/en/carv6/auction/10738104
2026-03-28 15:18:50 [adesa.be] INFO: Found listing with ID: 10734012
2026-03-28 15:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734012%27 HTTP/1.1" 200 None
2026-03-28 15:18:50 [adesa.be] INFO: Scrape type for 10734012: 2
2026-03-28 15:18:50 [adesa.be] INFO: Scraping item 10734012 url https://www.openlane.eu/en/carv6/auction/10734012
2026-03-28 15:18:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734033> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:50 [adesa.be] INFO: Found listing with ID: 10734255
2026-03-28 15:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734255%27 HTTP/1.1" 200 None
2026-03-28 15:18:50 [adesa.be] INFO: Scrape type for 10734255: 2
2026-03-28 15:18:50 [adesa.be] INFO: Scraping item 10734255 url https://www.openlane.eu/en/carv6/auction/10734255
2026-03-28 15:18:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:50 [adesa.be] INFO: Found listing with ID: 10734030
2026-03-28 15:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734030%27 HTTP/1.1" 200 None
2026-03-28 15:18:50 [adesa.be] INFO: Scrape type for 10734030: 2
2026-03-28 15:18:50 [adesa.be] INFO: Scraping item 10734030 url https://www.openlane.eu/en/carv6/auction/10734030
2026-03-28 15:18:50 [adesa.be] INFO: Found listing with ID: 10734295
2026-03-28 15:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734295%27 HTTP/1.1" 200 None
2026-03-28 15:18:50 [adesa.be] INFO: Scrape type for 10734295: 2
2026-03-28 15:18:50 [adesa.be] INFO: Scraping item 10734295 url https://www.openlane.eu/en/carv6/auction/10734295
2026-03-28 15:18:50 [adesa.be] INFO: Found listing with ID: 10734320
2026-03-28 15:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734320%27 HTTP/1.1" 200 None
2026-03-28 15:18:50 [adesa.be] INFO: Scrape type for 10734320: 2
2026-03-28 15:18:50 [adesa.be] INFO: Scraping item 10734320 url https://www.openlane.eu/en/carv6/auction/10734320
2026-03-28 15:18:50 [adesa.be] INFO: Found listing with ID: 10734230
2026-03-28 15:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734230%27 HTTP/1.1" 200 None
2026-03-28 15:18:50 [adesa.be] INFO: Scrape type for 10734230: 2
2026-03-28 15:18:50 [adesa.be] INFO: Scraping item 10734230 url https://www.openlane.eu/en/carv6/auction/10734230
2026-03-28 15:18:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ada4ffca-bc8c-5483-b3fc-505669dab424 with identifier: 10734293
2026-03-28 15:18:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ada4ffca-bc8c-5483-b3fc-505669dab424 with scrape type 2
2026-03-28 15:18:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ada4ffca-bc8c-5483-b3fc-505669dab424 with scrape type 2
2026-03-28 15:18:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: ada4ffca-bc8c-5483-b3fc-505669dab424, identifier: 10734293
2026-03-28 15:18:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3bbaaf3-fe34-5229-aa56-270c1b3881ca with identifier: 10734292
2026-03-28 15:18:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3bbaaf3-fe34-5229-aa56-270c1b3881ca with scrape type 2
2026-03-28 15:18:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3bbaaf3-fe34-5229-aa56-270c1b3881ca with scrape type 2
2026-03-28 15:18:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: a3bbaaf3-fe34-5229-aa56-270c1b3881ca, identifier: 10734292
2026-03-28 15:18:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70859b8a-1ec0-5a29-ae49-f0fc4f893a25 with identifier: 10734211
2026-03-28 15:18:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70859b8a-1ec0-5a29-ae49-f0fc4f893a25 with scrape type 2
2026-03-28 15:18:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70859b8a-1ec0-5a29-ae49-f0fc4f893a25 with scrape type 2
2026-03-28 15:18:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 70859b8a-1ec0-5a29-ae49-f0fc4f893a25, identifier: 10734211
2026-03-28 15:18:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5230c5a-4210-5a2f-b61b-643d377d668a with identifier: 10734117
2026-03-28 15:18:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5230c5a-4210-5a2f-b61b-643d377d668a with scrape type 2
2026-03-28 15:18:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5230c5a-4210-5a2f-b61b-643d377d668a with scrape type 2
2026-03-28 15:18:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: d5230c5a-4210-5a2f-b61b-643d377d668a, identifier: 10734117
2026-03-28 15:18:51 [adesa.be] INFO: Found listing with ID: 10734296
2026-03-28 15:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734296%27 HTTP/1.1" 200 None
2026-03-28 15:18:51 [adesa.be] INFO: Scrape type for 10734296: 2
2026-03-28 15:18:51 [adesa.be] INFO: Scraping item 10734296 url https://www.openlane.eu/en/carv6/auction/10734296
2026-03-28 15:18:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: ada4ffca-bc8c-5483-b3fc-505669dab424 with identifier: 10734293
2026-03-28 15:18:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: ada4ffca-bc8c-5483-b3fc-505669dab424 with identifier: 10734293
2026-03-28 15:18:51 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: ada4ffca-bc8c-5483-b3fc-505669dab424 with identifier: 10734293 to the API
2026-03-28 15:18:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734293>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 105,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'ada4ffca-bc8c-5483-b3fc-505669dab424',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CRL837',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734293',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Kia',
'model': 'Ceed',
'odometer': 61231,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13900,
'price_includes_vat': True,
'registration_date': '2022-10-28',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Kia XCeed 1.6 GDI Business - Hybrid - Automatic - 105 hp - 61.231 '
'km',
'transmission': 'automatic',
'trim': 'Business',
'vin': None,
'year': 2022}
2026-03-28 15:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734293%27 HTTP/1.1" 200 None
2026-03-28 15:18:51 [adesa.be] INFO: Saving data for 10734293: {'auction_closing_time': 1774960500.0, 'created_time': 1774606742.76776, 'last_price_update_time': 1774711131.344807}
2026-03-28 15:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734293') HTTP/1.1" 204 0
2026-03-28 15:18:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: a3bbaaf3-fe34-5229-aa56-270c1b3881ca with identifier: 10734292
2026-03-28 15:18:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: a3bbaaf3-fe34-5229-aa56-270c1b3881ca with identifier: 10734292
2026-03-28 15:18:51 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: a3bbaaf3-fe34-5229-aa56-270c1b3881ca with identifier: 10734292 to the API
2026-03-28 15:18:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734292>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 204,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Electric',
'id': 'a3bbaaf3-fe34-5229-aa56-270c1b3881ca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2FRL118',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734292',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Kia',
'model': 'Niro',
'odometer': 52291,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 20350,
'price_includes_vat': True,
'registration_date': '2024-07-23',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Kia Niro 65 kWh - Electric - Automatic - 204 hp - 52.291 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2024}
2026-03-28 15:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734292%27 HTTP/1.1" 200 None
2026-03-28 15:18:51 [adesa.be] INFO: Saving data for 10734292: {'auction_closing_time': 1774960500.0, 'created_time': 1774606743.12181, 'last_price_update_time': 1774711131.654278}
2026-03-28 15:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734292') HTTP/1.1" 204 0
2026-03-28 15:18:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 70859b8a-1ec0-5a29-ae49-f0fc4f893a25 with identifier: 10734211
2026-03-28 15:18:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 70859b8a-1ec0-5a29-ae49-f0fc4f893a25 with identifier: 10734211
2026-03-28 15:18:51 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 70859b8a-1ec0-5a29-ae49-f0fc4f893a25 with identifier: 10734211 to the API
2026-03-28 15:18:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734211>
{'auction_title': '',
'c_o_2_emission_value': 28,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 105,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '70859b8a-1ec0-5a29-ae49-f0fc4f893a25',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BAW761',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734211',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Kia',
'model': 'Ceed',
'odometer': 79961,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13400,
'price_includes_vat': True,
'registration_date': '2021-09-14',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Kia Ceed SW 1.6 GDI Business - Hybrid - Automatic - 105 hp - 79.961 '
'km',
'transmission': 'automatic',
'trim': 'Business',
'vin': None,
'year': 2021}
2026-03-28 15:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734211%27 HTTP/1.1" 200 None
2026-03-28 15:18:51 [adesa.be] INFO: Saving data for 10734211: {'auction_closing_time': 1774960500.0, 'created_time': 1774606742.362283, 'last_price_update_time': 1774711131.924584}
2026-03-28 15:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734211') HTTP/1.1" 204 0
2026-03-28 15:18:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: d5230c5a-4210-5a2f-b61b-643d377d668a with identifier: 10734117
2026-03-28 15:18:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: d5230c5a-4210-5a2f-b61b-643d377d668a with identifier: 10734117
2026-03-28 15:18:52 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: d5230c5a-4210-5a2f-b61b-643d377d668a with identifier: 10734117 to the API
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734117>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.6L',
'engine_horse_power': 180,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'd5230c5a-4210-5a2f-b61b-643d377d668a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BHY712',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734117',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Hyundai',
'model': 'Santa Fe',
'odometer': 122389,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 22200,
'price_includes_vat': True,
'registration_date': '2021-12-02',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Hyundai Santa Fe 1.6 GDi - Hybrid - Automatic - 180 hp - 122.389 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2021}
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734117%27 HTTP/1.1" 200 None
2026-03-28 15:18:52 [adesa.be] INFO: Saving data for 10734117: {'auction_closing_time': 1774960500.0, 'created_time': 1774606746.157711, 'last_price_update_time': 1774711132.205173}
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734117') HTTP/1.1" 204 0
2026-03-28 15:18:52 [adesa.be] INFO: Found listing with ID: 10734297
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734297%27 HTTP/1.1" 200 None
2026-03-28 15:18:52 [adesa.be] INFO: Scrape type for 10734297: 2
2026-03-28 15:18:52 [adesa.be] INFO: Scraping item 10734297 url https://www.openlane.eu/en/carv6/auction/10734297
2026-03-28 15:18:52 [adesa.be] INFO: Found listing with ID: 10734075
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734075%27 HTTP/1.1" 200 None
2026-03-28 15:18:52 [adesa.be] INFO: Scrape type for 10734075: 2
2026-03-28 15:18:52 [adesa.be] INFO: Scraping item 10734075 url https://www.openlane.eu/en/carv6/auction/10734075
2026-03-28 15:18:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e33108c5-456b-52d3-b3a2-0c0065f92f68 with identifier: 10734033
2026-03-28 15:18:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e33108c5-456b-52d3-b3a2-0c0065f92f68 with scrape type 2
2026-03-28 15:18:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e33108c5-456b-52d3-b3a2-0c0065f92f68 with scrape type 2
2026-03-28 15:18:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: e33108c5-456b-52d3-b3a2-0c0065f92f68, identifier: 10734033
2026-03-28 15:18:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: e33108c5-456b-52d3-b3a2-0c0065f92f68 with identifier: 10734033
2026-03-28 15:18:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: e33108c5-456b-52d3-b3a2-0c0065f92f68 with identifier: 10734033
2026-03-28 15:18:52 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: e33108c5-456b-52d3-b3a2-0c0065f92f68 with identifier: 10734033 to the API
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734033>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 160,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'e33108c5-456b-52d3-b3a2-0c0065f92f68',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BMR024',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734033',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'A',
'odometer': 33578,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 18500,
'price_includes_vat': True,
'registration_date': '2022-01-17',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz A 250e Business Solution - Hybrid - 160 hp - 33.578 '
'km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2022}
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734033%27 HTTP/1.1" 200 None
2026-03-28 15:18:52 [adesa.be] INFO: Saving data for 10734033: {'auction_closing_time': 1774960500.0, 'created_time': 1774606753.072761, 'last_price_update_time': 1774711132.611322}
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734033') HTTP/1.1" 204 0
2026-03-28 15:18:52 [adesa.be] INFO: Found listing with ID: 10734158
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734158%27 HTTP/1.1" 200 None
2026-03-28 15:18:52 [adesa.be] INFO: Scrape type for 10734158: 2
2026-03-28 15:18:52 [adesa.be] INFO: Scraping item 10734158 url https://www.openlane.eu/en/carv6/auction/10734158
2026-03-28 15:18:52 [adesa.be] INFO: Found listing with ID: 10734047
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734047%27 HTTP/1.1" 200 None
2026-03-28 15:18:52 [adesa.be] INFO: Scrape type for 10734047: 2
2026-03-28 15:18:52 [adesa.be] INFO: Scraping item 10734047 url https://www.openlane.eu/en/carv6/auction/10734047
2026-03-28 15:18:52 [adesa.be] INFO: Found listing with ID: 10734022
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734022%27 HTTP/1.1" 200 None
2026-03-28 15:18:52 [adesa.be] INFO: Scrape type for 10734022: 2
2026-03-28 15:18:52 [adesa.be] INFO: Scraping item 10734022 url https://www.openlane.eu/en/carv6/auction/10734022
2026-03-28 15:18:52 [adesa.be] INFO: Found listing with ID: 10734010
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734010%27 HTTP/1.1" 200 None
2026-03-28 15:18:52 [adesa.be] INFO: Scrape type for 10734010: 2
2026-03-28 15:18:52 [adesa.be] INFO: Scraping item 10734010 url https://www.openlane.eu/en/carv6/auction/10734010
2026-03-28 15:18:52 [adesa.be] INFO: Found listing with ID: 10734164
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734164%27 HTTP/1.1" 200 None
2026-03-28 15:18:52 [adesa.be] INFO: Scrape type for 10734164: 2
2026-03-28 15:18:52 [adesa.be] INFO: Scraping item 10734164 url https://www.openlane.eu/en/carv6/auction/10734164
2026-03-28 15:18:52 [adesa.be] INFO: Found listing with ID: 10734034
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734034%27 HTTP/1.1" 200 None
2026-03-28 15:18:52 [adesa.be] INFO: Scrape type for 10734034: 2
2026-03-28 15:18:52 [adesa.be] INFO: Scraping item 10734034 url https://www.openlane.eu/en/carv6/auction/10734034
2026-03-28 15:18:52 [adesa.be] INFO: Found listing with ID: 10734102
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734102%27 HTTP/1.1" 200 None
2026-03-28 15:18:52 [adesa.be] INFO: Scrape type for 10734102: 2
2026-03-28 15:18:52 [adesa.be] INFO: Scraping item 10734102 url https://www.openlane.eu/en/carv6/auction/10734102
2026-03-28 15:18:52 [adesa.be] INFO: Found listing with ID: 10738109
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738109%27 HTTP/1.1" 200 None
2026-03-28 15:18:52 [adesa.be] INFO: Scrape type for 10738109: 0
2026-03-28 15:18:52 [adesa.be] INFO: Skipping item 10738109 url https://www.openlane.eu/en/carv6/auction/10738109
2026-03-28 15:18:52 [adesa.be] INFO: Found listing with ID: 10734213
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734213%27 HTTP/1.1" 200 None
2026-03-28 15:18:52 [adesa.be] INFO: Scrape type for 10734213: 2
2026-03-28 15:18:52 [adesa.be] INFO: Scraping item 10734213 url https://www.openlane.eu/en/carv6/auction/10734213
2026-03-28 15:18:52 [adesa.be] INFO: Found listing with ID: 10734165
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734165%27 HTTP/1.1" 200 None
2026-03-28 15:18:52 [adesa.be] INFO: Scrape type for 10734165: 2
2026-03-28 15:18:52 [adesa.be] INFO: Scraping item 10734165 url https://www.openlane.eu/en/carv6/auction/10734165
2026-03-28 15:18:52 [adesa.be] INFO: Found listing with ID: 10734232
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734232%27 HTTP/1.1" 200 None
2026-03-28 15:18:52 [adesa.be] INFO: Scrape type for 10734232: 2
2026-03-28 15:18:52 [adesa.be] INFO: Scraping item 10734232 url https://www.openlane.eu/en/carv6/auction/10734232
2026-03-28 15:18:52 [adesa.be] INFO: Found listing with ID: 10734274
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734274%27 HTTP/1.1" 200 None
2026-03-28 15:18:52 [adesa.be] INFO: Scrape type for 10734274: 2
2026-03-28 15:18:52 [adesa.be] INFO: Scraping item 10734274 url https://www.openlane.eu/en/carv6/auction/10734274
2026-03-28 15:18:52 [adesa.be] INFO: Found listing with ID: 10734058
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734058%27 HTTP/1.1" 200 None
2026-03-28 15:18:52 [adesa.be] INFO: Scrape type for 10734058: 2
2026-03-28 15:18:52 [adesa.be] INFO: Scraping item 10734058 url https://www.openlane.eu/en/carv6/auction/10734058
2026-03-28 15:18:52 [adesa.be] INFO: Found listing with ID: 10738096
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738096%27 HTTP/1.1" 200 None
2026-03-28 15:18:52 [adesa.be] INFO: Scrape type for 10738096: 0
2026-03-28 15:18:52 [adesa.be] INFO: Skipping item 10738096 url https://www.openlane.eu/en/carv6/auction/10738096
2026-03-28 15:18:52 [adesa.be] INFO: Found listing with ID: 10734076
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734076%27 HTTP/1.1" 200 None
2026-03-28 15:18:52 [adesa.be] INFO: Scrape type for 10734076: 2
2026-03-28 15:18:52 [adesa.be] INFO: Scraping item 10734076 url https://www.openlane.eu/en/carv6/auction/10734076
2026-03-28 15:18:52 [adesa.be] INFO: Found listing with ID: 10734275
2026-03-28 15:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734275%27 HTTP/1.1" 200 None
2026-03-28 15:18:53 [adesa.be] INFO: Scrape type for 10734275: 2
2026-03-28 15:18:53 [adesa.be] INFO: Scraping item 10734275 url https://www.openlane.eu/en/carv6/auction/10734275
2026-03-28 15:18:53 [adesa.be] INFO: Found listing with ID: 10738084
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738084%27 HTTP/1.1" 200 None
2026-03-28 15:18:53 [adesa.be] INFO: Scrape type for 10738084: 0
2026-03-28 15:18:53 [adesa.be] INFO: Skipping item 10738084 url https://www.openlane.eu/en/carv6/auction/10738084
2026-03-28 15:18:53 [adesa.be] INFO: Found listing with ID: 10734059
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734059%27 HTTP/1.1" 200 None
2026-03-28 15:18:53 [adesa.be] INFO: Scrape type for 10734059: 2
2026-03-28 15:18:53 [adesa.be] INFO: Scraping item 10734059 url https://www.openlane.eu/en/carv6/auction/10734059
2026-03-28 15:18:53 [adesa.be] INFO: Found listing with ID: 10734214
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734214%27 HTTP/1.1" 200 None
2026-03-28 15:18:53 [adesa.be] INFO: Scrape type for 10734214: 2
2026-03-28 15:18:53 [adesa.be] INFO: Scraping item 10734214 url https://www.openlane.eu/en/carv6/auction/10734214
2026-03-28 15:18:53 [adesa.be] INFO: Found listing with ID: 10734298
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734298%27 HTTP/1.1" 200 None
2026-03-28 15:18:53 [adesa.be] INFO: Scrape type for 10734298: 2
2026-03-28 15:18:53 [adesa.be] INFO: Scraping item 10734298 url https://www.openlane.eu/en/carv6/auction/10734298
2026-03-28 15:18:53 [adesa.be] INFO: Found listing with ID: 10738132
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738132%27 HTTP/1.1" 200 None
2026-03-28 15:18:53 [adesa.be] INFO: Scrape type for 10738132: 0
2026-03-28 15:18:53 [adesa.be] INFO: Skipping item 10738132 url https://www.openlane.eu/en/carv6/auction/10738132
2026-03-28 15:18:53 [adesa.be] INFO: Found listing with ID: 10738155
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738155%27 HTTP/1.1" 200 None
2026-03-28 15:18:53 [adesa.be] INFO: Scrape type for 10738155: 0
2026-03-28 15:18:53 [adesa.be] INFO: Skipping item 10738155 url https://www.openlane.eu/en/carv6/auction/10738155
2026-03-28 15:18:53 [adesa.be] INFO: Found listing with ID: 10738158
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738158%27 HTTP/1.1" 200 None
2026-03-28 15:18:53 [adesa.be] INFO: Scrape type for 10738158: 0
2026-03-28 15:18:53 [adesa.be] INFO: Skipping item 10738158 url https://www.openlane.eu/en/carv6/auction/10738158
2026-03-28 15:18:53 [adesa.be] INFO: Found listing with ID: 10734175
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734175%27 HTTP/1.1" 200 None
2026-03-28 15:18:53 [adesa.be] INFO: Scrape type for 10734175: 2
2026-03-28 15:18:53 [adesa.be] INFO: Scraping item 10734175 url https://www.openlane.eu/en/carv6/auction/10734175
2026-03-28 15:18:53 [adesa.be] INFO: Found listing with ID: 10734233
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734233%27 HTTP/1.1" 200 None
2026-03-28 15:18:53 [adesa.be] INFO: Scrape type for 10734233: 2
2026-03-28 15:18:53 [adesa.be] INFO: Scraping item 10734233 url https://www.openlane.eu/en/carv6/auction/10734233
2026-03-28 15:18:53 [adesa.be] INFO: Found listing with ID: 10734234
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734234%27 HTTP/1.1" 200 None
2026-03-28 15:18:53 [adesa.be] INFO: Scrape type for 10734234: 2
2026-03-28 15:18:53 [adesa.be] INFO: Scraping item 10734234 url https://www.openlane.eu/en/carv6/auction/10734234
2026-03-28 15:18:53 [adesa.be] INFO: Found listing with ID: 10734215
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734215%27 HTTP/1.1" 200 None
2026-03-28 15:18:53 [adesa.be] INFO: Scrape type for 10734215: 2
2026-03-28 15:18:53 [adesa.be] INFO: Scraping item 10734215 url https://www.openlane.eu/en/carv6/auction/10734215
2026-03-28 15:18:53 [adesa.be] INFO: Found listing with ID: 10733997
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733997%27 HTTP/1.1" 200 None
2026-03-28 15:18:53 [adesa.be] INFO: Scrape type for 10733997: 0
2026-03-28 15:18:53 [adesa.be] INFO: Skipping item 10733997 url https://www.openlane.eu/en/carv6/auction/10733997
2026-03-28 15:18:53 [adesa.be] INFO: Found listing with ID: 10734276
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734276%27 HTTP/1.1" 200 None
2026-03-28 15:18:53 [adesa.be] INFO: Scrape type for 10734276: 2
2026-03-28 15:18:53 [adesa.be] INFO: Scraping item 10734276 url https://www.openlane.eu/en/carv6/auction/10734276
2026-03-28 15:18:53 [adesa.be] INFO: Found listing with ID: 10734139
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734139%27 HTTP/1.1" 200 None
2026-03-28 15:18:53 [adesa.be] INFO: Scrape type for 10734139: 2
2026-03-28 15:18:53 [adesa.be] INFO: Scraping item 10734139 url https://www.openlane.eu/en/carv6/auction/10734139
2026-03-28 15:18:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734174> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:53 [adesa.be] INFO: Found listing with ID: 10738171
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738171%27 HTTP/1.1" 200 None
2026-03-28 15:18:53 [adesa.be] INFO: Scrape type for 10738171: 0
2026-03-28 15:18:53 [adesa.be] INFO: Skipping item 10738171 url https://www.openlane.eu/en/carv6/auction/10738171
2026-03-28 15:18:53 [adesa.be] INFO: Found listing with ID: 10738172
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738172%27 HTTP/1.1" 200 None
2026-03-28 15:18:53 [adesa.be] INFO: Scrape type for 10738172: 0
2026-03-28 15:18:53 [adesa.be] INFO: Skipping item 10738172 url https://www.openlane.eu/en/carv6/auction/10738172
2026-03-28 15:18:53 [adesa.be] INFO: Found listing with ID: 10738164
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738164%27 HTTP/1.1" 200 None
2026-03-28 15:18:53 [adesa.be] INFO: Scrape type for 10738164: 0
2026-03-28 15:18:53 [adesa.be] INFO: Skipping item 10738164 url https://www.openlane.eu/en/carv6/auction/10738164
2026-03-28 15:18:53 [adesa.be] INFO: Found listing with ID: 10738162
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738162%27 HTTP/1.1" 200 None
2026-03-28 15:18:53 [adesa.be] INFO: Scrape type for 10738162: 0
2026-03-28 15:18:53 [adesa.be] INFO: Skipping item 10738162 url https://www.openlane.eu/en/carv6/auction/10738162
2026-03-28 15:18:53 [adesa.be] INFO: Found listing with ID: 10738153
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738153%27 HTTP/1.1" 200 None
2026-03-28 15:18:53 [adesa.be] INFO: Scrape type for 10738153: 0
2026-03-28 15:18:53 [adesa.be] INFO: Skipping item 10738153 url https://www.openlane.eu/en/carv6/auction/10738153
2026-03-28 15:18:53 [adesa.be] INFO: Found listing with ID: 10738148
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738148%27 HTTP/1.1" 200 None
2026-03-28 15:18:53 [adesa.be] INFO: Scrape type for 10738148: 0
2026-03-28 15:18:53 [adesa.be] INFO: Skipping item 10738148 url https://www.openlane.eu/en/carv6/auction/10738148
2026-03-28 15:18:53 [adesa.be] INFO: Found listing with ID: 10738169
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738169%27 HTTP/1.1" 200 None
2026-03-28 15:18:53 [adesa.be] INFO: Scrape type for 10738169: 0
2026-03-28 15:18:53 [adesa.be] INFO: Skipping item 10738169 url https://www.openlane.eu/en/carv6/auction/10738169
2026-03-28 15:18:53 [adesa.be] INFO: Found listing with ID: 10734321
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734321%27 HTTP/1.1" 200 None
2026-03-28 15:18:53 [adesa.be] INFO: Scrape type for 10734321: 2
2026-03-28 15:18:53 [adesa.be] INFO: Scraping item 10734321 url https://www.openlane.eu/en/carv6/auction/10734321
2026-03-28 15:18:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:53 [adesa.be] INFO: Found listing with ID: 10734322
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734322%27 HTTP/1.1" 200 None
2026-03-28 15:18:53 [adesa.be] INFO: Scrape type for 10734322: 2
2026-03-28 15:18:53 [adesa.be] INFO: Scraping item 10734322 url https://www.openlane.eu/en/carv6/auction/10734322
2026-03-28 15:18:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734057> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734138> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 845aad33-158e-5b27-b7dd-a521c643d9c5 with identifier: 10734174
2026-03-28 15:18:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 845aad33-158e-5b27-b7dd-a521c643d9c5 with scrape type 2
2026-03-28 15:18:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 845aad33-158e-5b27-b7dd-a521c643d9c5 with scrape type 2
2026-03-28 15:18:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 845aad33-158e-5b27-b7dd-a521c643d9c5, identifier: 10734174
2026-03-28 15:18:53 [adesa.be] INFO: Found listing with ID: 10734077
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734077%27 HTTP/1.1" 200 None
2026-03-28 15:18:53 [adesa.be] INFO: Scrape type for 10734077: 2
2026-03-28 15:18:53 [adesa.be] INFO: Scraping item 10734077 url https://www.openlane.eu/en/carv6/auction/10734077
2026-03-28 15:18:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 845aad33-158e-5b27-b7dd-a521c643d9c5 with identifier: 10734174
2026-03-28 15:18:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 845aad33-158e-5b27-b7dd-a521c643d9c5 with identifier: 10734174
2026-03-28 15:18:53 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 845aad33-158e-5b27-b7dd-a521c643d9c5 with identifier: 10734174 to the API
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734174>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 163,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '845aad33-158e-5b27-b7dd-a521c643d9c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2DRP202',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734174',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'A',
'odometer': 30338,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 19500,
'price_includes_vat': True,
'registration_date': '2023-06-05',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz A 250e Business Solution - Hybrid - Automatic - 163 '
'hp - 30.338 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2023}
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734174%27 HTTP/1.1" 200 None
2026-03-28 15:18:53 [adesa.be] INFO: Saving data for 10734174: {'auction_closing_time': 1774960500.0, 'created_time': 1774606761.205823, 'last_price_update_time': 1774711133.910113}
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734174') HTTP/1.1" 204 0
2026-03-28 15:18:54 [adesa.be] INFO: Found listing with ID: 10733998
2026-03-28 15:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733998%27 HTTP/1.1" 200 None
2026-03-28 15:18:54 [adesa.be] INFO: Scrape type for 10733998: 2
2026-03-28 15:18:54 [adesa.be] INFO: Scraping item 10733998 url https://www.openlane.eu/en/carv6/auction/10733998
2026-03-28 15:18:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734254> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2704634e-eabc-5c95-8d20-0c1ba420a2d2 with identifier: 10734057
2026-03-28 15:18:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2704634e-eabc-5c95-8d20-0c1ba420a2d2 with scrape type 2
2026-03-28 15:18:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2704634e-eabc-5c95-8d20-0c1ba420a2d2 with scrape type 2
2026-03-28 15:18:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 2704634e-eabc-5c95-8d20-0c1ba420a2d2, identifier: 10734057
2026-03-28 15:18:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0d6c906-e0b2-56ab-9e6a-65193ada2536 with identifier: 10734138
2026-03-28 15:18:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0d6c906-e0b2-56ab-9e6a-65193ada2536 with scrape type 2
2026-03-28 15:18:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0d6c906-e0b2-56ab-9e6a-65193ada2536 with scrape type 2
2026-03-28 15:18:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: f0d6c906-e0b2-56ab-9e6a-65193ada2536, identifier: 10734138
2026-03-28 15:18:54 [adesa.be] INFO: Found listing with ID: 10738166
2026-03-28 15:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738166%27 HTTP/1.1" 200 None
2026-03-28 15:18:54 [adesa.be] INFO: Scrape type for 10738166: 0
2026-03-28 15:18:54 [adesa.be] INFO: Skipping item 10738166 url https://www.openlane.eu/en/carv6/auction/10738166
2026-03-28 15:18:54 [adesa.be] INFO: Found listing with ID: 10738150
2026-03-28 15:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738150%27 HTTP/1.1" 200 None
2026-03-28 15:18:54 [adesa.be] INFO: Scrape type for 10738150: 0
2026-03-28 15:18:54 [adesa.be] INFO: Skipping item 10738150 url https://www.openlane.eu/en/carv6/auction/10738150
2026-03-28 15:18:54 [adesa.be] INFO: Found listing with ID: 10734299
2026-03-28 15:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734299%27 HTTP/1.1" 200 None
2026-03-28 15:18:54 [adesa.be] INFO: Scrape type for 10734299: 2
2026-03-28 15:18:54 [adesa.be] INFO: Scraping item 10734299 url https://www.openlane.eu/en/carv6/auction/10734299
2026-03-28 15:18:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 2704634e-eabc-5c95-8d20-0c1ba420a2d2 with identifier: 10734057
2026-03-28 15:18:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 2704634e-eabc-5c95-8d20-0c1ba420a2d2 with identifier: 10734057
2026-03-28 15:18:54 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 2704634e-eabc-5c95-8d20-0c1ba420a2d2 with identifier: 10734057 to the API
2026-03-28 15:18:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734057>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 160,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '2704634e-eabc-5c95-8d20-0c1ba420a2d2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BQC802',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734057',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'A',
'odometer': 48710,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 18700,
'price_includes_vat': True,
'registration_date': '2022-02-11',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz A 250e Business Solution - Hybrid - Automatic - 160 '
'hp - 48.710 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2022}
2026-03-28 15:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734057%27 HTTP/1.1" 200 None
2026-03-28 15:18:54 [adesa.be] INFO: Saving data for 10734057: {'auction_closing_time': 1774960500.0, 'created_time': 1774606878.836539, 'last_price_update_time': 1774711134.622285}
2026-03-28 15:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734057') HTTP/1.1" 204 0
2026-03-28 15:18:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: f0d6c906-e0b2-56ab-9e6a-65193ada2536 with identifier: 10734138
2026-03-28 15:18:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: f0d6c906-e0b2-56ab-9e6a-65193ada2536 with identifier: 10734138
2026-03-28 15:18:54 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: f0d6c906-e0b2-56ab-9e6a-65193ada2536 with identifier: 10734138 to the API
2026-03-28 15:18:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734138>
{'auction_title': '',
'c_o_2_emission_value': 22,
'category': 'Saloon',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 160,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'f0d6c906-e0b2-56ab-9e6a-65193ada2536',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CBA229',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734138',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'CLA',
'odometer': 102962,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 17600,
'price_includes_vat': True,
'registration_date': '2022-05-17',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz CLA 250e Business Solution - Hybrid - Automatic - 160 '
'hp - 102.962 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2022}
2026-03-28 15:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734138%27 HTTP/1.1" 200 None
2026-03-28 15:18:54 [adesa.be] INFO: Saving data for 10734138: {'auction_closing_time': 1774960500.0, 'created_time': 1774606762.951272, 'last_price_update_time': 1774711134.903089}
2026-03-28 15:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734138') HTTP/1.1" 204 0
2026-03-28 15:18:54 [adesa.be] INFO: Found listing with ID: 10734235
2026-03-28 15:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734235%27 HTTP/1.1" 200 None
2026-03-28 15:18:54 [adesa.be] INFO: Scrape type for 10734235: 2
2026-03-28 15:18:54 [adesa.be] INFO: Scraping item 10734235 url https://www.openlane.eu/en/carv6/auction/10734235
2026-03-28 15:18:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26bba020-4667-520f-b6e3-0fbeb3fcde0e with identifier: 10734254
2026-03-28 15:18:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26bba020-4667-520f-b6e3-0fbeb3fcde0e with scrape type 2
2026-03-28 15:18:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26bba020-4667-520f-b6e3-0fbeb3fcde0e with scrape type 2
2026-03-28 15:18:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 26bba020-4667-520f-b6e3-0fbeb3fcde0e, identifier: 10734254
2026-03-28 15:18:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 26bba020-4667-520f-b6e3-0fbeb3fcde0e with identifier: 10734254
2026-03-28 15:18:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 26bba020-4667-520f-b6e3-0fbeb3fcde0e with identifier: 10734254
2026-03-28 15:18:55 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 26bba020-4667-520f-b6e3-0fbeb3fcde0e with identifier: 10734254 to the API
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734254>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': 'MPV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': '26bba020-4667-520f-b6e3-0fbeb3fcde0e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BVN705',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734254',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'B',
'odometer': 188787,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 11900,
'price_includes_vat': True,
'registration_date': '2022-04-07',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz B 200d Business Solution - Diesel - Automatic - 150 '
'hp - 188.787 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2022}
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734254%27 HTTP/1.1" 200 None
2026-03-28 15:18:55 [adesa.be] INFO: Saving data for 10734254: {'auction_closing_time': 1774960500.0, 'created_time': 1774606760.555393, 'last_price_update_time': 1774711135.29748}
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734254') HTTP/1.1" 204 0
2026-03-28 15:18:55 [adesa.be] INFO: Found listing with ID: 10734086
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734086%27 HTTP/1.1" 200 None
2026-03-28 15:18:55 [adesa.be] INFO: Scrape type for 10734086: 2
2026-03-28 15:18:55 [adesa.be] INFO: Scraping item 10734086 url https://www.openlane.eu/en/carv6/auction/10734086
2026-03-28 15:18:55 [adesa.be] INFO: Found listing with ID: 10734216
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734216%27 HTTP/1.1" 200 None
2026-03-28 15:18:55 [adesa.be] INFO: Scrape type for 10734216: 2
2026-03-28 15:18:55 [adesa.be] INFO: Scraping item 10734216 url https://www.openlane.eu/en/carv6/auction/10734216
2026-03-28 15:18:55 [adesa.be] INFO: Found listing with ID: 10734176
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734176%27 HTTP/1.1" 200 None
2026-03-28 15:18:55 [adesa.be] INFO: Scrape type for 10734176: 2
2026-03-28 15:18:55 [adesa.be] INFO: Scraping item 10734176 url https://www.openlane.eu/en/carv6/auction/10734176
2026-03-28 15:18:55 [adesa.be] INFO: Found listing with ID: 10734300
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734300%27 HTTP/1.1" 200 None
2026-03-28 15:18:55 [adesa.be] INFO: Scrape type for 10734300: 2
2026-03-28 15:18:55 [adesa.be] INFO: Scraping item 10734300 url https://www.openlane.eu/en/carv6/auction/10734300
2026-03-28 15:18:55 [adesa.be] INFO: Found listing with ID: 10738146
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738146%27 HTTP/1.1" 200 None
2026-03-28 15:18:55 [adesa.be] INFO: Scrape type for 10738146: 0
2026-03-28 15:18:55 [adesa.be] INFO: Skipping item 10738146 url https://www.openlane.eu/en/carv6/auction/10738146
2026-03-28 15:18:55 [adesa.be] INFO: Found listing with ID: 10734060
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734060%27 HTTP/1.1" 200 None
2026-03-28 15:18:55 [adesa.be] INFO: Scrape type for 10734060: 2
2026-03-28 15:18:55 [adesa.be] INFO: Scraping item 10734060 url https://www.openlane.eu/en/carv6/auction/10734060
2026-03-28 15:18:55 [adesa.be] INFO: Found listing with ID: 10734061
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734061%27 HTTP/1.1" 200 None
2026-03-28 15:18:55 [adesa.be] INFO: Scrape type for 10734061: 2
2026-03-28 15:18:55 [adesa.be] INFO: Scraping item 10734061 url https://www.openlane.eu/en/carv6/auction/10734061
2026-03-28 15:18:55 [adesa.be] INFO: Found listing with ID: 10738136
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738136%27 HTTP/1.1" 200 None
2026-03-28 15:18:55 [adesa.be] INFO: Scrape type for 10738136: 0
2026-03-28 15:18:55 [adesa.be] INFO: Skipping item 10738136 url https://www.openlane.eu/en/carv6/auction/10738136
2026-03-28 15:18:55 [adesa.be] INFO: Found listing with ID: 10734177
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734177%27 HTTP/1.1" 200 None
2026-03-28 15:18:55 [adesa.be] INFO: Scrape type for 10734177: 2
2026-03-28 15:18:55 [adesa.be] INFO: Scraping item 10734177 url https://www.openlane.eu/en/carv6/auction/10734177
2026-03-28 15:18:55 [adesa.be] INFO: Found listing with ID: 10734016
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734016%27 HTTP/1.1" 200 None
2026-03-28 15:18:55 [adesa.be] INFO: Scrape type for 10734016: 2
2026-03-28 15:18:55 [adesa.be] INFO: Scraping item 10734016 url https://www.openlane.eu/en/carv6/auction/10734016
2026-03-28 15:18:55 [adesa.be] INFO: Found listing with ID: 10734140
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734140%27 HTTP/1.1" 200 None
2026-03-28 15:18:55 [adesa.be] INFO: Scrape type for 10734140: 2
2026-03-28 15:18:55 [adesa.be] INFO: Scraping item 10734140 url https://www.openlane.eu/en/carv6/auction/10734140
2026-03-28 15:18:55 [adesa.be] INFO: Found listing with ID: 10738124
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738124%27 HTTP/1.1" 200 None
2026-03-28 15:18:55 [adesa.be] INFO: Scrape type for 10738124: 0
2026-03-28 15:18:55 [adesa.be] INFO: Skipping item 10738124 url https://www.openlane.eu/en/carv6/auction/10738124
2026-03-28 15:18:55 [adesa.be] INFO: Found listing with ID: 10734094
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734094%27 HTTP/1.1" 200 None
2026-03-28 15:18:55 [adesa.be] INFO: Scrape type for 10734094: 2
2026-03-28 15:18:55 [adesa.be] INFO: Scraping item 10734094 url https://www.openlane.eu/en/carv6/auction/10734094
2026-03-28 15:18:55 [adesa.be] INFO: Found listing with ID: 10734062
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734062%27 HTTP/1.1" 200 None
2026-03-28 15:18:55 [adesa.be] INFO: Scrape type for 10734062: 2
2026-03-28 15:18:55 [adesa.be] INFO: Scraping item 10734062 url https://www.openlane.eu/en/carv6/auction/10734062
2026-03-28 15:18:55 [adesa.be] INFO: Found listing with ID: 10738129
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738129%27 HTTP/1.1" 200 None
2026-03-28 15:18:55 [adesa.be] INFO: Scrape type for 10738129: 0
2026-03-28 15:18:55 [adesa.be] INFO: Skipping item 10738129 url https://www.openlane.eu/en/carv6/auction/10738129
2026-03-28 15:18:55 [adesa.be] INFO: Found listing with ID: 10734141
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734141%27 HTTP/1.1" 200 None
2026-03-28 15:18:55 [adesa.be] INFO: Scrape type for 10734141: 2
2026-03-28 15:18:55 [adesa.be] INFO: Scraping item 10734141 url https://www.openlane.eu/en/carv6/auction/10734141
2026-03-28 15:18:55 [adesa.be] INFO: Found listing with ID: 10738160
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738160%27 HTTP/1.1" 200 None
2026-03-28 15:18:55 [adesa.be] INFO: Scrape type for 10738160: 0
2026-03-28 15:18:55 [adesa.be] INFO: Skipping item 10738160 url https://www.openlane.eu/en/carv6/auction/10738160
2026-03-28 15:18:55 [adesa.be] INFO: Found listing with ID: 10734178
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734178%27 HTTP/1.1" 200 None
2026-03-28 15:18:55 [adesa.be] INFO: Scrape type for 10734178: 2
2026-03-28 15:18:55 [adesa.be] INFO: Scraping item 10734178 url https://www.openlane.eu/en/carv6/auction/10734178
2026-03-28 15:18:55 [adesa.be] INFO: Found listing with ID: 10734323
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734323%27 HTTP/1.1" 200 None
2026-03-28 15:18:55 [adesa.be] INFO: Scrape type for 10734323: 2
2026-03-28 15:18:55 [adesa.be] INFO: Scraping item 10734323 url https://www.openlane.eu/en/carv6/auction/10734323
2026-03-28 15:18:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734319> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:55 [adesa.be] INFO: Found listing with ID: 10734236
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734236%27 HTTP/1.1" 200 None
2026-03-28 15:18:55 [adesa.be] INFO: Scrape type for 10734236: 2
2026-03-28 15:18:55 [adesa.be] INFO: Scraping item 10734236 url https://www.openlane.eu/en/carv6/auction/10734236
2026-03-28 15:18:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab8f925e-3bf4-5373-9880-0ce82d0de61a with identifier: 10734319
2026-03-28 15:18:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab8f925e-3bf4-5373-9880-0ce82d0de61a with scrape type 2
2026-03-28 15:18:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab8f925e-3bf4-5373-9880-0ce82d0de61a with scrape type 2
2026-03-28 15:18:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: ab8f925e-3bf4-5373-9880-0ce82d0de61a, identifier: 10734319
2026-03-28 15:18:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: ab8f925e-3bf4-5373-9880-0ce82d0de61a with identifier: 10734319
2026-03-28 15:18:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: ab8f925e-3bf4-5373-9880-0ce82d0de61a with identifier: 10734319
2026-03-28 15:18:55 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: ab8f925e-3bf4-5373-9880-0ce82d0de61a with identifier: 10734319 to the API
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734319>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 136,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Petrol',
'id': 'ab8f925e-3bf4-5373-9880-0ce82d0de61a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BQE599',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734319',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'CLA',
'odometer': 92662,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 14700,
'price_includes_vat': True,
'registration_date': '2022-02-11',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz CLA Shooting Brake 180 Business Solution - Petrol - '
'Automatic - 136 hp - 92.662 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2022}
2026-03-28 15:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734319%27 HTTP/1.1" 200 None
2026-03-28 15:18:56 [adesa.be] INFO: Saving data for 10734319: {'auction_closing_time': 1774960500.0, 'created_time': 1774606762.61082, 'last_price_update_time': 1774711136.105493}
2026-03-28 15:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734319') HTTP/1.1" 204 0
2026-03-28 15:18:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734093> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734046> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 086dd5db-62e0-5245-aa46-72944687dc17 with identifier: 10734093
2026-03-28 15:18:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 086dd5db-62e0-5245-aa46-72944687dc17 with scrape type 2
2026-03-28 15:18:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 086dd5db-62e0-5245-aa46-72944687dc17 with scrape type 2
2026-03-28 15:18:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 086dd5db-62e0-5245-aa46-72944687dc17, identifier: 10734093
2026-03-28 15:18:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 086dd5db-62e0-5245-aa46-72944687dc17 with identifier: 10734093
2026-03-28 15:18:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 086dd5db-62e0-5245-aa46-72944687dc17 with identifier: 10734093
2026-03-28 15:18:56 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 086dd5db-62e0-5245-aa46-72944687dc17 with identifier: 10734093 to the API
2026-03-28 15:18:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734093>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 136,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Petrol',
'id': '086dd5db-62e0-5245-aa46-72944687dc17',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YNS967',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734093',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'CLA',
'odometer': 83345,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13500,
'price_includes_vat': True,
'registration_date': '2020-10-14',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz CLA Shooting Brake 180 Business Solution - Petrol - '
'Automatic - 136 hp - 83.345 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2020}
2026-03-28 15:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734093%27 HTTP/1.1" 200 None
2026-03-28 15:18:56 [adesa.be] INFO: Saving data for 10734093: {'auction_closing_time': 1774960500.0, 'created_time': 1774606766.944084, 'last_price_update_time': 1774711136.678387}
2026-03-28 15:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734093') HTTP/1.1" 204 0
2026-03-28 15:18:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22110d6e-0e49-568b-95da-a3b78e1f6744 with identifier: 10734046
2026-03-28 15:18:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22110d6e-0e49-568b-95da-a3b78e1f6744 with scrape type 2
2026-03-28 15:18:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22110d6e-0e49-568b-95da-a3b78e1f6744 with scrape type 2
2026-03-28 15:18:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 22110d6e-0e49-568b-95da-a3b78e1f6744, identifier: 10734046
2026-03-28 15:18:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 22110d6e-0e49-568b-95da-a3b78e1f6744 with identifier: 10734046
2026-03-28 15:18:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 22110d6e-0e49-568b-95da-a3b78e1f6744 with identifier: 10734046
2026-03-28 15:18:56 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 22110d6e-0e49-568b-95da-a3b78e1f6744 with identifier: 10734046 to the API
2026-03-28 15:18:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734046>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': 'Estate',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 116,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': '22110d6e-0e49-568b-95da-a3b78e1f6744',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CPS786',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734046',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'CLA',
'odometer': 47509,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 14600,
'price_includes_vat': True,
'registration_date': '2022-10-11',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz CLA Shooting Brake 180d Business Solution - Diesel - '
'Manual - 116 hp - 47.509 km',
'transmission': 'manual',
'trim': 'Business Solution',
'vin': None,
'year': 2022}
2026-03-28 15:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734046%27 HTTP/1.1" 200 None
2026-03-28 15:18:57 [adesa.be] INFO: Saving data for 10734046: {'auction_closing_time': 1774960500.0, 'created_time': 1774606764.97293, 'last_price_update_time': 1774711137.05597}
2026-03-28 15:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734046') HTTP/1.1" 204 0
2026-03-28 15:18:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734251> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3362343-6ab7-56ec-b0fb-fd51657b361d with identifier: 10734251
2026-03-28 15:18:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3362343-6ab7-56ec-b0fb-fd51657b361d with scrape type 2
2026-03-28 15:18:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3362343-6ab7-56ec-b0fb-fd51657b361d with scrape type 2
2026-03-28 15:18:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: d3362343-6ab7-56ec-b0fb-fd51657b361d, identifier: 10734251
2026-03-28 15:18:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: d3362343-6ab7-56ec-b0fb-fd51657b361d with identifier: 10734251
2026-03-28 15:18:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: d3362343-6ab7-56ec-b0fb-fd51657b361d with identifier: 10734251
2026-03-28 15:18:57 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: d3362343-6ab7-56ec-b0fb-fd51657b361d with identifier: 10734251 to the API
2026-03-28 15:18:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734251>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 130,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': 'd3362343-6ab7-56ec-b0fb-fd51657b361d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2DLM700',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734251',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Ford',
'model': 'Transit',
'odometer': 78888,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13900,
'price_includes_vat': True,
'registration_date': '2022-11-14',
'seats_number': 3,
'seller_name': 'Ayvens België',
'title': 'Ford Transit L3H2 2.0 TDCI Trend - Diesel - Manual - 130 hp - '
'78.888 km',
'transmission': 'manual',
'trim': 'Trend',
'vin': None,
'year': 2022}
2026-03-28 15:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734251%27 HTTP/1.1" 200 None
2026-03-28 15:18:57 [adesa.be] INFO: Saving data for 10734251: {'auction_closing_time': 1774960500.0, 'created_time': 1774606738.50698, 'last_price_update_time': 1774711137.527887}
2026-03-28 15:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734251') HTTP/1.1" 204 0
2026-03-28 15:18:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734032> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3521ec85-4219-5ce0-8e46-a18cca68c644 with identifier: 10734032
2026-03-28 15:18:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3521ec85-4219-5ce0-8e46-a18cca68c644 with scrape type 2
2026-03-28 15:18:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3521ec85-4219-5ce0-8e46-a18cca68c644 with scrape type 2
2026-03-28 15:18:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 3521ec85-4219-5ce0-8e46-a18cca68c644, identifier: 10734032
2026-03-28 15:18:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 3521ec85-4219-5ce0-8e46-a18cca68c644 with identifier: 10734032
2026-03-28 15:18:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 3521ec85-4219-5ce0-8e46-a18cca68c644 with identifier: 10734032
2026-03-28 15:18:57 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 3521ec85-4219-5ce0-8e46-a18cca68c644 with identifier: 10734032 to the API
2026-03-28 15:18:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734032>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 116,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': '3521ec85-4219-5ce0-8e46-a18cca68c644',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BJV588',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734032',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'CLA',
'odometer': 89787,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 12700,
'price_includes_vat': True,
'registration_date': '2021-12-13',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz CLA Shooting Brake 180d Business Solution - Diesel - '
'Automatic - 116 hp - 89.787 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2021}
2026-03-28 15:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734032%27 HTTP/1.1" 200 None
2026-03-28 15:18:57 [adesa.be] INFO: Saving data for 10734032: {'auction_closing_time': 1774960500.0, 'created_time': 1774606764.526894, 'last_price_update_time': 1774711137.993439}
2026-03-28 15:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734032') HTTP/1.1" 204 0
2026-03-28 15:18:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734011> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3da406ef-a9f4-5237-8198-01a1c466d286 with identifier: 10734011
2026-03-28 15:18:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3da406ef-a9f4-5237-8198-01a1c466d286 with scrape type 2
2026-03-28 15:18:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3da406ef-a9f4-5237-8198-01a1c466d286 with scrape type 2
2026-03-28 15:18:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 3da406ef-a9f4-5237-8198-01a1c466d286, identifier: 10734011
2026-03-28 15:18:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 3da406ef-a9f4-5237-8198-01a1c466d286 with identifier: 10734011
2026-03-28 15:18:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 3da406ef-a9f4-5237-8198-01a1c466d286 with identifier: 10734011
2026-03-28 15:18:58 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 3da406ef-a9f4-5237-8198-01a1c466d286 with identifier: 10734011 to the API
2026-03-28 15:18:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734011>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 136,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Petrol',
'id': '3da406ef-a9f4-5237-8198-01a1c466d286',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BJA698',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734011',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'CLA',
'odometer': 49781,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 15900,
'price_includes_vat': True,
'registration_date': '2021-12-03',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz CLA Shooting Brake 180 Business Solution - Petrol - '
'Manual - 136 hp - 49.781 km',
'transmission': 'manual',
'trim': 'Business Solution',
'vin': None,
'year': 2021}
2026-03-28 15:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734011%27 HTTP/1.1" 200 None
2026-03-28 15:18:58 [adesa.be] INFO: Saving data for 10734011: {'auction_closing_time': 1774960500.0, 'created_time': 1774606766.230306, 'last_price_update_time': 1774711138.461929}
2026-03-28 15:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734011') HTTP/1.1" 204 0
2026-03-28 15:18:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734253> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 697d7034-74d4-5af7-82c7-80412a0498ca with identifier: 10734253
2026-03-28 15:18:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 697d7034-74d4-5af7-82c7-80412a0498ca with scrape type 2
2026-03-28 15:18:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 697d7034-74d4-5af7-82c7-80412a0498ca with scrape type 2
2026-03-28 15:18:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 697d7034-74d4-5af7-82c7-80412a0498ca, identifier: 10734253
2026-03-28 15:18:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 697d7034-74d4-5af7-82c7-80412a0498ca with identifier: 10734253
2026-03-28 15:18:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 697d7034-74d4-5af7-82c7-80412a0498ca with identifier: 10734253
2026-03-28 15:18:59 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 697d7034-74d4-5af7-82c7-80412a0498ca with identifier: 10734253 to the API
2026-03-28 15:18:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734253>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 163,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '697d7034-74d4-5af7-82c7-80412a0498ca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2DLS506',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734253',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'A',
'odometer': 29940,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 20300,
'price_includes_vat': True,
'registration_date': '2023-04-19',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz A 250e Luxury Line - Hybrid - Automatic - 163 hp - '
'29.940 km',
'transmission': 'automatic',
'trim': 'Luxury Line',
'vin': None,
'year': 2023}
2026-03-28 15:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734253%27 HTTP/1.1" 200 None
2026-03-28 15:18:59 [adesa.be] INFO: Saving data for 10734253: {'auction_closing_time': 1774960500.0, 'created_time': 1774606760.873357, 'last_price_update_time': 1774711139.349119}
2026-03-28 15:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734253') HTTP/1.1" 204 0
2026-03-28 15:18:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734006> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734139> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7da552b-f853-59fa-bf86-91729108a1f1 with identifier: 10734006
2026-03-28 15:18:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7da552b-f853-59fa-bf86-91729108a1f1 with scrape type 2
2026-03-28 15:18:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7da552b-f853-59fa-bf86-91729108a1f1 with scrape type 2
2026-03-28 15:18:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: e7da552b-f853-59fa-bf86-91729108a1f1, identifier: 10734006
2026-03-28 15:18:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: e7da552b-f853-59fa-bf86-91729108a1f1 with identifier: 10734006
2026-03-28 15:18:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: e7da552b-f853-59fa-bf86-91729108a1f1 with identifier: 10734006
2026-03-28 15:18:59 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: e7da552b-f853-59fa-bf86-91729108a1f1 with identifier: 10734006 to the API
2026-03-28 15:18:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:18:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:18:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734006>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 160,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'e7da552b-f853-59fa-bf86-91729108a1f1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BMD837',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734006',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'A',
'odometer': 157535,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13300,
'price_includes_vat': True,
'registration_date': '2022-01-11',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz A 250e Business Solution - Hybrid - Automatic - 160 '
'hp - 157.535 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2022}
2026-03-28 15:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734006%27 HTTP/1.1" 200 None
2026-03-28 15:18:59 [adesa.be] INFO: Saving data for 10734006: {'auction_closing_time': 1774960500.0, 'created_time': 1774606914.98979, 'last_price_update_time': 1774711139.799113}
2026-03-28 15:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734006') HTTP/1.1" 204 0
2026-03-28 15:18:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734322> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:18:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:18:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90233b83-490b-5238-9dca-81998d81b1a2 with identifier: 10734139
2026-03-28 15:18:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90233b83-490b-5238-9dca-81998d81b1a2 with scrape type 2
2026-03-28 15:18:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90233b83-490b-5238-9dca-81998d81b1a2 with scrape type 2
2026-03-28 15:18:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 90233b83-490b-5238-9dca-81998d81b1a2, identifier: 10734139
2026-03-28 15:18:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 90233b83-490b-5238-9dca-81998d81b1a2 with identifier: 10734139
2026-03-28 15:18:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 90233b83-490b-5238-9dca-81998d81b1a2 with identifier: 10734139
2026-03-28 15:18:59 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 90233b83-490b-5238-9dca-81998d81b1a2 with identifier: 10734139 to the API
2026-03-28 15:18:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734139>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 125,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '90233b83-490b-5238-9dca-81998d81b1a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BBV523',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734139',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mini',
'model': 'Countryman',
'odometer': 130264,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13700,
'price_includes_vat': True,
'registration_date': '2021-09-23',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mini Countryman Cooper SE 1.5 Essential - ALL4 - Hybrid - Automatic '
'- 125 hp - 130.264 km',
'transmission': 'automatic',
'trim': 'Essential',
'vin': None,
'year': 2021}
2026-03-28 15:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734139%27 HTTP/1.1" 200 None
2026-03-28 15:19:00 [adesa.be] INFO: Saving data for 10734139: {'auction_closing_time': 1774960500.0, 'created_time': 1774606793.939728, 'last_price_update_time': 1774711140.201958}
2026-03-28 15:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734139') HTTP/1.1" 204 0
2026-03-28 15:19:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734012> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85eef193-ebe4-5055-907b-79c95e727f79 with identifier: 10734322
2026-03-28 15:19:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85eef193-ebe4-5055-907b-79c95e727f79 with scrape type 2
2026-03-28 15:19:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85eef193-ebe4-5055-907b-79c95e727f79 with scrape type 2
2026-03-28 15:19:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 85eef193-ebe4-5055-907b-79c95e727f79, identifier: 10734322
2026-03-28 15:19:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 85eef193-ebe4-5055-907b-79c95e727f79 with identifier: 10734322
2026-03-28 15:19:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 85eef193-ebe4-5055-907b-79c95e727f79 with identifier: 10734322
2026-03-28 15:19:00 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 85eef193-ebe4-5055-907b-79c95e727f79 with identifier: 10734322 to the API
2026-03-28 15:19:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734322>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 110,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Petrol',
'id': '85eef193-ebe4-5055-907b-79c95e727f79',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2EKR787',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734322',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Opel',
'model': 'Crossland',
'odometer': 47102,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2023-11-03',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Opel Crossland 1.2 GS - Petrol - Manual - 110 hp - 47.102 km',
'transmission': 'manual',
'trim': 'GS',
'vin': None,
'year': 2023}
2026-03-28 15:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734322%27 HTTP/1.1" 200 None
2026-03-28 15:19:00 [adesa.be] INFO: Saving data for 10734322: {'auction_closing_time': 1774960500.0, 'created_time': 1774606794.273924, 'last_price_update_time': 1774711140.640273}
2026-03-28 15:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734322') HTTP/1.1" 204 0
2026-03-28 15:19:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734321> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f67b9d81-663e-5c5d-9181-4c7f46e18d53 with identifier: 10734012
2026-03-28 15:19:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f67b9d81-663e-5c5d-9181-4c7f46e18d53 with scrape type 2
2026-03-28 15:19:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f67b9d81-663e-5c5d-9181-4c7f46e18d53 with scrape type 2
2026-03-28 15:19:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: f67b9d81-663e-5c5d-9181-4c7f46e18d53, identifier: 10734012
2026-03-28 15:19:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: f67b9d81-663e-5c5d-9181-4c7f46e18d53 with identifier: 10734012
2026-03-28 15:19:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: f67b9d81-663e-5c5d-9181-4c7f46e18d53 with identifier: 10734012
2026-03-28 15:19:00 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: f67b9d81-663e-5c5d-9181-4c7f46e18d53 with identifier: 10734012 to the API
2026-03-28 15:19:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734012>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 160,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'f67b9d81-663e-5c5d-9181-4c7f46e18d53',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CML602',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734012',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'CLA',
'odometer': 139745,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 14350,
'price_includes_vat': True,
'registration_date': '2022-09-15',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz CLA Shooting Brake 250e Business Solution - Hybrid - '
'Automatic - 160 hp - 139.745 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2022}
2026-03-28 15:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734012%27 HTTP/1.1" 200 None
2026-03-28 15:19:01 [adesa.be] INFO: Saving data for 10734012: {'auction_closing_time': 1774960500.0, 'created_time': 1774606766.557263, 'last_price_update_time': 1774711141.050321}
2026-03-28 15:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734012') HTTP/1.1" 204 0
2026-03-28 15:19:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 694c957a-3952-5b54-b7b5-8c0686d4be33 with identifier: 10734321
2026-03-28 15:19:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 694c957a-3952-5b54-b7b5-8c0686d4be33 with scrape type 2
2026-03-28 15:19:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 694c957a-3952-5b54-b7b5-8c0686d4be33 with scrape type 2
2026-03-28 15:19:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 694c957a-3952-5b54-b7b5-8c0686d4be33, identifier: 10734321
2026-03-28 15:19:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 694c957a-3952-5b54-b7b5-8c0686d4be33 with identifier: 10734321
2026-03-28 15:19:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 694c957a-3952-5b54-b7b5-8c0686d4be33 with identifier: 10734321
2026-03-28 15:19:01 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 694c957a-3952-5b54-b7b5-8c0686d4be33 with identifier: 10734321 to the API
2026-03-28 15:19:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734321>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 110,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Petrol',
'id': '694c957a-3952-5b54-b7b5-8c0686d4be33',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2EMY710',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734321',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Opel',
'model': 'Crossland',
'odometer': 35012,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 10300,
'price_includes_vat': True,
'registration_date': '2023-11-27',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Opel Crossland 1.2 GS - Petrol - Manual - 110 hp - 35.012 km',
'transmission': 'manual',
'trim': 'GS',
'vin': None,
'year': 2023}
2026-03-28 15:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734321%27 HTTP/1.1" 200 None
2026-03-28 15:19:01 [adesa.be] INFO: Saving data for 10734321: {'auction_closing_time': 1774960500.0, 'created_time': 1774606795.58582, 'last_price_update_time': 1774711141.400906}
2026-03-28 15:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734321') HTTP/1.1" 204 0
2026-03-28 15:19:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733998> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 612ae241-a78f-57ad-a5bf-34934deea73e with identifier: 10733998
2026-03-28 15:19:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 612ae241-a78f-57ad-a5bf-34934deea73e with scrape type 2
2026-03-28 15:19:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 612ae241-a78f-57ad-a5bf-34934deea73e with scrape type 2
2026-03-28 15:19:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 612ae241-a78f-57ad-a5bf-34934deea73e, identifier: 10733998
2026-03-28 15:19:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 612ae241-a78f-57ad-a5bf-34934deea73e with identifier: 10733998
2026-03-28 15:19:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 612ae241-a78f-57ad-a5bf-34934deea73e with identifier: 10733998
2026-03-28 15:19:01 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 612ae241-a78f-57ad-a5bf-34934deea73e with identifier: 10733998 to the API
2026-03-28 15:19:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733998>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 122,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': '612ae241-a78f-57ad-a5bf-34934deea73e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CDQ316',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733998',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Opel',
'model': 'Insignia',
'odometer': 89653,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 8700,
'price_includes_vat': True,
'registration_date': '2021-09-26',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Opel Insignia Sports Tourer 1.5 Ultimate - Diesel - Manual - 122 hp '
'- 89.653 km',
'transmission': 'manual',
'trim': 'Ultimate',
'vin': None,
'year': 2021}
2026-03-28 15:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733998%27 HTTP/1.1" 200 None
2026-03-28 15:19:01 [adesa.be] INFO: Saving data for 10733998: {'auction_closing_time': 1774960500.0, 'created_time': 1774606797.304046, 'last_price_update_time': 1774711141.933447}
2026-03-28 15:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733998') HTTP/1.1" 204 0
2026-03-28 15:19:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734031> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734236> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5c2eeba-a6a5-5138-8bc4-cb995ed9ffa4 with identifier: 10734031
2026-03-28 15:19:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5c2eeba-a6a5-5138-8bc4-cb995ed9ffa4 with scrape type 2
2026-03-28 15:19:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5c2eeba-a6a5-5138-8bc4-cb995ed9ffa4 with scrape type 2
2026-03-28 15:19:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: f5c2eeba-a6a5-5138-8bc4-cb995ed9ffa4, identifier: 10734031
2026-03-28 15:19:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: f5c2eeba-a6a5-5138-8bc4-cb995ed9ffa4 with identifier: 10734031
2026-03-28 15:19:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: f5c2eeba-a6a5-5138-8bc4-cb995ed9ffa4 with identifier: 10734031
2026-03-28 15:19:02 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: f5c2eeba-a6a5-5138-8bc4-cb995ed9ffa4 with identifier: 10734031 to the API
2026-03-28 15:19:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734031>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 160,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'f5c2eeba-a6a5-5138-8bc4-cb995ed9ffa4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BPW864',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734031',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'A',
'odometer': 164062,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13550,
'price_includes_vat': True,
'registration_date': '2022-02-09',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz A 250e - Hybrid - 160 hp - 164.062 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-28 15:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734031%27 HTTP/1.1" 200 None
2026-03-28 15:19:02 [adesa.be] INFO: Saving data for 10734031: {'auction_closing_time': 1774960500.0, 'created_time': 1774606768.803479, 'last_price_update_time': 1774711142.430052}
2026-03-28 15:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734031') HTTP/1.1" 204 0
2026-03-28 15:19:02 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734323> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734157> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92701563-318d-5ba3-a9af-4bea3ad1f381 with identifier: 10734236
2026-03-28 15:19:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92701563-318d-5ba3-a9af-4bea3ad1f381 with scrape type 2
2026-03-28 15:19:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92701563-318d-5ba3-a9af-4bea3ad1f381 with scrape type 2
2026-03-28 15:19:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 92701563-318d-5ba3-a9af-4bea3ad1f381, identifier: 10734236
2026-03-28 15:19:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 92701563-318d-5ba3-a9af-4bea3ad1f381 with identifier: 10734236
2026-03-28 15:19:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 92701563-318d-5ba3-a9af-4bea3ad1f381 with identifier: 10734236
2026-03-28 15:19:02 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 92701563-318d-5ba3-a9af-4bea3ad1f381 with identifier: 10734236 to the API
2026-03-28 15:19:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734236>
{'auction_title': '',
'c_o_2_emission_value': 102,
'category': 'MPV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': '92701563-318d-5ba3-a9af-4bea3ad1f381',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YNT039',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734236',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '5008',
'odometer': 126107,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 10600,
'price_includes_vat': True,
'registration_date': '2020-10-14',
'seats_number': 7,
'seller_name': 'Ayvens België',
'title': 'Peugeot 5008 1.5 HDI Allure - Diesel - Manual - 130 hp - 126.107 km',
'transmission': 'manual',
'trim': 'Allure',
'vin': None,
'year': 2020}
2026-03-28 15:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734236%27 HTTP/1.1" 200 None
2026-03-28 15:19:02 [adesa.be] INFO: Saving data for 10734236: {'auction_closing_time': 1774960500.0, 'created_time': 1774606805.944649, 'last_price_update_time': 1774711142.803005}
2026-03-28 15:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734236') HTTP/1.1" 204 0
2026-03-28 15:19:02 [adesa.be] INFO: Found listing with ID: 10734035
2026-03-28 15:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734035%27 HTTP/1.1" 200 None
2026-03-28 15:19:02 [adesa.be] INFO: Scrape type for 10734035: 2
2026-03-28 15:19:02 [adesa.be] INFO: Scraping item 10734035 url https://www.openlane.eu/en/carv6/auction/10734035
2026-03-28 15:19:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d44fff9-ccb0-58c9-b6a6-1a5bf74b31f6 with identifier: 10734323
2026-03-28 15:19:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d44fff9-ccb0-58c9-b6a6-1a5bf74b31f6 with scrape type 2
2026-03-28 15:19:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d44fff9-ccb0-58c9-b6a6-1a5bf74b31f6 with scrape type 2
2026-03-28 15:19:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 4d44fff9-ccb0-58c9-b6a6-1a5bf74b31f6, identifier: 10734323
2026-03-28 15:19:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1d1c20f-5967-5e23-95a9-3f29c39e8635 with identifier: 10734157
2026-03-28 15:19:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1d1c20f-5967-5e23-95a9-3f29c39e8635 with scrape type 2
2026-03-28 15:19:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1d1c20f-5967-5e23-95a9-3f29c39e8635 with scrape type 2
2026-03-28 15:19:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: c1d1c20f-5967-5e23-95a9-3f29c39e8635, identifier: 10734157
2026-03-28 15:19:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 4d44fff9-ccb0-58c9-b6a6-1a5bf74b31f6 with identifier: 10734323
2026-03-28 15:19:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 4d44fff9-ccb0-58c9-b6a6-1a5bf74b31f6 with identifier: 10734323
2026-03-28 15:19:03 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 4d44fff9-ccb0-58c9-b6a6-1a5bf74b31f6 with identifier: 10734323 to the API
2026-03-28 15:19:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734323>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'MPV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 130,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Petrol',
'id': '4d44fff9-ccb0-58c9-b6a6-1a5bf74b31f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2ABR539',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734323',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '5008',
'odometer': 121114,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 11000,
'price_includes_vat': True,
'registration_date': '2021-02-11',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Peugeot 5008 1.2i GT - Petrol - Manual - 130 hp - 121.114 km',
'transmission': 'manual',
'trim': 'GT',
'vin': None,
'year': 2021}
2026-03-28 15:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734323%27 HTTP/1.1" 200 None
2026-03-28 15:19:03 [adesa.be] INFO: Saving data for 10734323: {'auction_closing_time': 1774960500.0, 'created_time': 1774606806.258413, 'last_price_update_time': 1774711143.2766}
2026-03-28 15:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734323') HTTP/1.1" 204 0
2026-03-28 15:19:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: c1d1c20f-5967-5e23-95a9-3f29c39e8635 with identifier: 10734157
2026-03-28 15:19:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: c1d1c20f-5967-5e23-95a9-3f29c39e8635 with identifier: 10734157
2026-03-28 15:19:03 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: c1d1c20f-5967-5e23-95a9-3f29c39e8635 with identifier: 10734157 to the API
2026-03-28 15:19:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734157>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 160,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'c1d1c20f-5967-5e23-95a9-3f29c39e8635',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CVR651',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734157',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'A',
'odometer': 94918,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 16700,
'price_includes_vat': True,
'registration_date': '2022-12-13',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz A 250e Luxury Line - Hybrid - Automatic - 160 hp - '
'94.918 km',
'transmission': 'automatic',
'trim': 'Luxury Line',
'vin': None,
'year': 2022}
2026-03-28 15:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734157%27 HTTP/1.1" 200 None
2026-03-28 15:19:03 [adesa.be] INFO: Saving data for 10734157: {'auction_closing_time': 1774960500.0, 'created_time': 1774606763.296612, 'last_price_update_time': 1774711143.545923}
2026-03-28 15:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734157') HTTP/1.1" 204 0
2026-03-28 15:19:03 [adesa.be] INFO: Found listing with ID: 10734078
2026-03-28 15:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734078%27 HTTP/1.1" 200 None
2026-03-28 15:19:03 [adesa.be] INFO: Scrape type for 10734078: 2
2026-03-28 15:19:03 [adesa.be] INFO: Scraping item 10734078 url https://www.openlane.eu/en/carv6/auction/10734078
2026-03-28 15:19:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734062> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:03 [adesa.be] INFO: Found listing with ID: 10734217
2026-03-28 15:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734217%27 HTTP/1.1" 200 None
2026-03-28 15:19:03 [adesa.be] INFO: Scrape type for 10734217: 2
2026-03-28 15:19:03 [adesa.be] INFO: Scraping item 10734217 url https://www.openlane.eu/en/carv6/auction/10734217
2026-03-28 15:19:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734141> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:03 [adesa.be] INFO: Found listing with ID: 10734017
2026-03-28 15:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734017%27 HTTP/1.1" 200 None
2026-03-28 15:19:03 [adesa.be] INFO: Scrape type for 10734017: 2
2026-03-28 15:19:03 [adesa.be] INFO: Scraping item 10734017 url https://www.openlane.eu/en/carv6/auction/10734017
2026-03-28 15:19:03 [adesa.be] INFO: Found listing with ID: 10738125
2026-03-28 15:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738125%27 HTTP/1.1" 200 None
2026-03-28 15:19:03 [adesa.be] INFO: Scrape type for 10738125: 0
2026-03-28 15:19:03 [adesa.be] INFO: Skipping item 10738125 url https://www.openlane.eu/en/carv6/auction/10738125
2026-03-28 15:19:03 [adesa.be] INFO: Found listing with ID: 10734103
2026-03-28 15:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734103%27 HTTP/1.1" 200 None
2026-03-28 15:19:03 [adesa.be] INFO: Scrape type for 10734103: 2
2026-03-28 15:19:03 [adesa.be] INFO: Scraping item 10734103 url https://www.openlane.eu/en/carv6/auction/10734103
2026-03-28 15:19:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734094> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:03 [adesa.be] INFO: Found listing with ID: 10738147
2026-03-28 15:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738147%27 HTTP/1.1" 200 None
2026-03-28 15:19:03 [adesa.be] INFO: Scrape type for 10738147: 0
2026-03-28 15:19:03 [adesa.be] INFO: Skipping item 10738147 url https://www.openlane.eu/en/carv6/auction/10738147
2026-03-28 15:19:03 [adesa.be] INFO: Found listing with ID: 10738130
2026-03-28 15:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738130%27 HTTP/1.1" 200 None
2026-03-28 15:19:03 [adesa.be] INFO: Scrape type for 10738130: 0
2026-03-28 15:19:03 [adesa.be] INFO: Skipping item 10738130 url https://www.openlane.eu/en/carv6/auction/10738130
2026-03-28 15:19:03 [adesa.be] INFO: Found listing with ID: 10734218
2026-03-28 15:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734218%27 HTTP/1.1" 200 None
2026-03-28 15:19:03 [adesa.be] INFO: Scrape type for 10734218: 2
2026-03-28 15:19:03 [adesa.be] INFO: Scraping item 10734218 url https://www.openlane.eu/en/carv6/auction/10734218
2026-03-28 15:19:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:03 [adesa.be] INFO: Found listing with ID: 10734023
2026-03-28 15:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734023%27 HTTP/1.1" 200 None
2026-03-28 15:19:03 [adesa.be] INFO: Scrape type for 10734023: 2
2026-03-28 15:19:03 [adesa.be] INFO: Scraping item 10734023 url https://www.openlane.eu/en/carv6/auction/10734023
2026-03-28 15:19:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61acdd1d-d432-5e71-9764-1a1c1233ebfd with identifier: 10734062
2026-03-28 15:19:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61acdd1d-d432-5e71-9764-1a1c1233ebfd with scrape type 2
2026-03-28 15:19:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61acdd1d-d432-5e71-9764-1a1c1233ebfd with scrape type 2
2026-03-28 15:19:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 61acdd1d-d432-5e71-9764-1a1c1233ebfd, identifier: 10734062
2026-03-28 15:19:03 [adesa.be] INFO: Found listing with ID: 10734194
2026-03-28 15:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734194%27 HTTP/1.1" 200 None
2026-03-28 15:19:03 [adesa.be] INFO: Scrape type for 10734194: 2
2026-03-28 15:19:03 [adesa.be] INFO: Scraping item 10734194 url https://www.openlane.eu/en/carv6/auction/10734194
2026-03-28 15:19:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 61acdd1d-d432-5e71-9764-1a1c1233ebfd with identifier: 10734062
2026-03-28 15:19:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 61acdd1d-d432-5e71-9764-1a1c1233ebfd with identifier: 10734062
2026-03-28 15:19:03 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 61acdd1d-d432-5e71-9764-1a1c1233ebfd with identifier: 10734062 to the API
2026-03-28 15:19:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734062>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 181,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '61acdd1d-d432-5e71-9764-1a1c1233ebfd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2APD551',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734062',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '3008',
'odometer': 80507,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 16350,
'price_includes_vat': True,
'registration_date': '2021-06-01',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Peugeot 3008 1.6 GT - Hybrid - Automatic - 181 hp - 80.507 km',
'transmission': 'automatic',
'trim': 'GT',
'vin': None,
'year': 2021}
2026-03-28 15:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734062%27 HTTP/1.1" 200 None
2026-03-28 15:19:04 [adesa.be] INFO: Saving data for 10734062: {'auction_closing_time': 1774960500.0, 'created_time': 1774606873.547738, 'last_price_update_time': 1774711144.103419}
2026-03-28 15:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734062') HTTP/1.1" 204 0
2026-03-28 15:19:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8038f44-1dd8-592f-a0e8-6c51181b1378 with identifier: 10734141
2026-03-28 15:19:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8038f44-1dd8-592f-a0e8-6c51181b1378 with scrape type 2
2026-03-28 15:19:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8038f44-1dd8-592f-a0e8-6c51181b1378 with scrape type 2
2026-03-28 15:19:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: c8038f44-1dd8-592f-a0e8-6c51181b1378, identifier: 10734141
2026-03-28 15:19:04 [adesa.be] INFO: Found listing with ID: 10734195
2026-03-28 15:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734195%27 HTTP/1.1" 200 None
2026-03-28 15:19:04 [adesa.be] INFO: Scrape type for 10734195: 2
2026-03-28 15:19:04 [adesa.be] INFO: Scraping item 10734195 url https://www.openlane.eu/en/carv6/auction/10734195
2026-03-28 15:19:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: c8038f44-1dd8-592f-a0e8-6c51181b1378 with identifier: 10734141
2026-03-28 15:19:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: c8038f44-1dd8-592f-a0e8-6c51181b1378 with identifier: 10734141
2026-03-28 15:19:04 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: c8038f44-1dd8-592f-a0e8-6c51181b1378 with identifier: 10734141 to the API
2026-03-28 15:19:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734141>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 110,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Petrol',
'id': 'c8038f44-1dd8-592f-a0e8-6c51181b1378',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CVK542',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734141',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '308',
'odometer': 84231,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 9600,
'price_includes_vat': True,
'registration_date': '2022-12-12',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Peugeot 308 SW 1.2i Active Pack - Petrol - Manual - 110 hp - 84.231 '
'km',
'transmission': 'manual',
'trim': 'Active Pack',
'vin': None,
'year': 2022}
2026-03-28 15:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734141%27 HTTP/1.1" 200 None
2026-03-28 15:19:04 [adesa.be] INFO: Saving data for 10734141: {'auction_closing_time': 1774960500.0, 'created_time': 1774606873.205917, 'last_price_update_time': 1774711144.578168}
2026-03-28 15:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734141') HTTP/1.1" 204 0
2026-03-28 15:19:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734140> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c46e2d4d-456a-5862-a7a5-be6badc572fe with identifier: 10734094
2026-03-28 15:19:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c46e2d4d-456a-5862-a7a5-be6badc572fe with scrape type 2
2026-03-28 15:19:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c46e2d4d-456a-5862-a7a5-be6badc572fe with scrape type 2
2026-03-28 15:19:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: c46e2d4d-456a-5862-a7a5-be6badc572fe, identifier: 10734094
2026-03-28 15:19:04 [adesa.be] INFO: Found listing with ID: 10734166
2026-03-28 15:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734166%27 HTTP/1.1" 200 None
2026-03-28 15:19:04 [adesa.be] INFO: Scrape type for 10734166: 2
2026-03-28 15:19:04 [adesa.be] INFO: Scraping item 10734166 url https://www.openlane.eu/en/carv6/auction/10734166
2026-03-28 15:19:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734016> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: c46e2d4d-456a-5862-a7a5-be6badc572fe with identifier: 10734094
2026-03-28 15:19:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: c46e2d4d-456a-5862-a7a5-be6badc572fe with identifier: 10734094
2026-03-28 15:19:04 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: c46e2d4d-456a-5862-a7a5-be6badc572fe with identifier: 10734094 to the API
2026-03-28 15:19:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734094>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 181,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'c46e2d4d-456a-5862-a7a5-be6badc572fe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BMU791',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734094',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '3008',
'odometer': 42721,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 16350,
'price_includes_vat': True,
'registration_date': '2022-01-18',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Peugeot 3008 1.6 GT - Hybrid - Automatic - 181 hp - 42.721 km',
'transmission': 'automatic',
'trim': 'GT',
'vin': None,
'year': 2022}
2026-03-28 15:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734094%27 HTTP/1.1" 200 None
2026-03-28 15:19:04 [adesa.be] INFO: Saving data for 10734094: {'auction_closing_time': 1774960500.0, 'created_time': 1774606799.563826, 'last_price_update_time': 1774711144.965134}
2026-03-28 15:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734094') HTTP/1.1" 204 0
2026-03-28 15:19:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734177> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734178> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:04 [adesa.be] INFO: Found listing with ID: 10734087
2026-03-28 15:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734087%27 HTTP/1.1" 200 None
2026-03-28 15:19:05 [adesa.be] INFO: Scrape type for 10734087: 2
2026-03-28 15:19:05 [adesa.be] INFO: Scraping item 10734087 url https://www.openlane.eu/en/carv6/auction/10734087
2026-03-28 15:19:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:05 [adesa.be] INFO: Found listing with ID: 10738161
2026-03-28 15:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738161%27 HTTP/1.1" 200 None
2026-03-28 15:19:05 [adesa.be] INFO: Scrape type for 10738161: 0
2026-03-28 15:19:05 [adesa.be] INFO: Skipping item 10738161 url https://www.openlane.eu/en/carv6/auction/10738161
2026-03-28 15:19:05 [adesa.be] INFO: Found listing with ID: 10738167
2026-03-28 15:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738167%27 HTTP/1.1" 200 None
2026-03-28 15:19:05 [adesa.be] INFO: Scrape type for 10738167: 0
2026-03-28 15:19:05 [adesa.be] INFO: Skipping item 10738167 url https://www.openlane.eu/en/carv6/auction/10738167
2026-03-28 15:19:05 [adesa.be] INFO: Found listing with ID: 10738106
2026-03-28 15:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738106%27 HTTP/1.1" 200 None
2026-03-28 15:19:05 [adesa.be] INFO: Scrape type for 10738106: 0
2026-03-28 15:19:05 [adesa.be] INFO: Skipping item 10738106 url https://www.openlane.eu/en/carv6/auction/10738106
2026-03-28 15:19:05 [adesa.be] INFO: Found listing with ID: 10738145
2026-03-28 15:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738145%27 HTTP/1.1" 200 None
2026-03-28 15:19:05 [adesa.be] INFO: Scrape type for 10738145: 0
2026-03-28 15:19:05 [adesa.be] INFO: Skipping item 10738145 url https://www.openlane.eu/en/carv6/auction/10738145
2026-03-28 15:19:05 [adesa.be] INFO: Found listing with ID: 10734128
2026-03-28 15:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734128%27 HTTP/1.1" 200 None
2026-03-28 15:19:05 [adesa.be] INFO: Scrape type for 10734128: 2
2026-03-28 15:19:05 [adesa.be] INFO: Scraping item 10734128 url https://www.openlane.eu/en/carv6/auction/10734128
2026-03-28 15:19:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae43d7db-3059-5bfe-abd9-42748ad3f175 with identifier: 10734140
2026-03-28 15:19:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae43d7db-3059-5bfe-abd9-42748ad3f175 with scrape type 2
2026-03-28 15:19:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae43d7db-3059-5bfe-abd9-42748ad3f175 with scrape type 2
2026-03-28 15:19:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: ae43d7db-3059-5bfe-abd9-42748ad3f175, identifier: 10734140
2026-03-28 15:19:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26d5c4ed-9d9e-5810-b095-12e2bc2ee87c with identifier: 10734016
2026-03-28 15:19:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26d5c4ed-9d9e-5810-b095-12e2bc2ee87c with scrape type 2
2026-03-28 15:19:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26d5c4ed-9d9e-5810-b095-12e2bc2ee87c with scrape type 2
2026-03-28 15:19:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 26d5c4ed-9d9e-5810-b095-12e2bc2ee87c, identifier: 10734016
2026-03-28 15:19:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: ae43d7db-3059-5bfe-abd9-42748ad3f175 with identifier: 10734140
2026-03-28 15:19:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: ae43d7db-3059-5bfe-abd9-42748ad3f175 with identifier: 10734140
2026-03-28 15:19:05 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: ae43d7db-3059-5bfe-abd9-42748ad3f175 with identifier: 10734140 to the API
2026-03-28 15:19:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734140>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 181,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'ae43d7db-3059-5bfe-abd9-42748ad3f175',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CJZ525',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734140',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '3008',
'odometer': 74198,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 14050,
'price_includes_vat': True,
'registration_date': '2021-11-19',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Peugeot 3008 1.6 Allure Pack - Hybrid - Automatic - 181 hp - 74.198 '
'km',
'transmission': 'automatic',
'trim': 'Allure Pack',
'vin': None,
'year': 2021}
2026-03-28 15:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734140%27 HTTP/1.1" 200 None
2026-03-28 15:19:05 [adesa.be] INFO: Saving data for 10734140: {'auction_closing_time': 1774960500.0, 'created_time': 1774606802.04543, 'last_price_update_time': 1774711145.52918}
2026-03-28 15:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734140') HTTP/1.1" 204 0
2026-03-28 15:19:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 26d5c4ed-9d9e-5810-b095-12e2bc2ee87c with identifier: 10734016
2026-03-28 15:19:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 26d5c4ed-9d9e-5810-b095-12e2bc2ee87c with identifier: 10734016
2026-03-28 15:19:05 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 26d5c4ed-9d9e-5810-b095-12e2bc2ee87c with identifier: 10734016 to the API
2026-03-28 15:19:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734016>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 181,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '26d5c4ed-9d9e-5810-b095-12e2bc2ee87c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BHH265',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734016',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '3008',
'odometer': 46415,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13850,
'price_includes_vat': True,
'registration_date': '2021-11-25',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Peugeot 3008 1.6 Allure Pack - Hybrid - Automatic - 181 hp - 46.415 '
'km',
'transmission': 'automatic',
'trim': 'Allure Pack',
'vin': None,
'year': 2021}
2026-03-28 15:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734016%27 HTTP/1.1" 200 None
2026-03-28 15:19:05 [adesa.be] INFO: Saving data for 10734016: {'auction_closing_time': 1774960500.0, 'created_time': 1774606809.438068, 'last_price_update_time': 1774711145.787252}
2026-03-28 15:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734016') HTTP/1.1" 204 0
2026-03-28 15:19:05 [adesa.be] INFO: Found listing with ID: 10738144
2026-03-28 15:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738144%27 HTTP/1.1" 200 None
2026-03-28 15:19:05 [adesa.be] INFO: Scrape type for 10738144: 0
2026-03-28 15:19:05 [adesa.be] INFO: Skipping item 10738144 url https://www.openlane.eu/en/carv6/auction/10738144
2026-03-28 15:19:05 [adesa.be] INFO: Found listing with ID: 10734324
2026-03-28 15:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734324%27 HTTP/1.1" 200 None
2026-03-28 15:19:05 [adesa.be] INFO: Scrape type for 10734324: 2
2026-03-28 15:19:05 [adesa.be] INFO: Scraping item 10734324 url https://www.openlane.eu/en/carv6/auction/10734324
2026-03-28 15:19:05 [adesa.be] INFO: Found listing with ID: 10734325
2026-03-28 15:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734325%27 HTTP/1.1" 200 None
2026-03-28 15:19:05 [adesa.be] INFO: Scrape type for 10734325: 2
2026-03-28 15:19:05 [adesa.be] INFO: Scraping item 10734325 url https://www.openlane.eu/en/carv6/auction/10734325
2026-03-28 15:19:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56f33d3d-cc12-54b5-8e0a-60ca8062e807 with identifier: 10734177
2026-03-28 15:19:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56f33d3d-cc12-54b5-8e0a-60ca8062e807 with scrape type 2
2026-03-28 15:19:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56f33d3d-cc12-54b5-8e0a-60ca8062e807 with scrape type 2
2026-03-28 15:19:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 56f33d3d-cc12-54b5-8e0a-60ca8062e807, identifier: 10734177
2026-03-28 15:19:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d2da6b6-83cc-58ce-8916-74dc098ccca5 with identifier: 10734178
2026-03-28 15:19:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d2da6b6-83cc-58ce-8916-74dc098ccca5 with scrape type 2
2026-03-28 15:19:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d2da6b6-83cc-58ce-8916-74dc098ccca5 with scrape type 2
2026-03-28 15:19:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 0d2da6b6-83cc-58ce-8916-74dc098ccca5, identifier: 10734178
2026-03-28 15:19:06 [adesa.be] INFO: Found listing with ID: 10734104
2026-03-28 15:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734104%27 HTTP/1.1" 200 None
2026-03-28 15:19:06 [adesa.be] INFO: Scrape type for 10734104: 2
2026-03-28 15:19:06 [adesa.be] INFO: Scraping item 10734104 url https://www.openlane.eu/en/carv6/auction/10734104
2026-03-28 15:19:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 56f33d3d-cc12-54b5-8e0a-60ca8062e807 with identifier: 10734177
2026-03-28 15:19:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 56f33d3d-cc12-54b5-8e0a-60ca8062e807 with identifier: 10734177
2026-03-28 15:19:06 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 56f33d3d-cc12-54b5-8e0a-60ca8062e807 with identifier: 10734177 to the API
2026-03-28 15:19:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734177>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '56f33d3d-cc12-54b5-8e0a-60ca8062e807',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2DTF650',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734177',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '3008',
'odometer': 179930,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13200,
'price_includes_vat': True,
'registration_date': '2023-06-19',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Peugeot 3008 1.6 Active Pack - Hybrid - Automatic - 150 hp - '
'179.930 km',
'transmission': 'automatic',
'trim': 'Active Pack',
'vin': None,
'year': 2023}
2026-03-28 15:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734177%27 HTTP/1.1" 200 None
2026-03-28 15:19:06 [adesa.be] INFO: Saving data for 10734177: {'auction_closing_time': 1774960500.0, 'created_time': 1774606817.904323, 'last_price_update_time': 1774711146.319085}
2026-03-28 15:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734177') HTTP/1.1" 204 0
2026-03-28 15:19:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 0d2da6b6-83cc-58ce-8916-74dc098ccca5 with identifier: 10734178
2026-03-28 15:19:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 0d2da6b6-83cc-58ce-8916-74dc098ccca5 with identifier: 10734178
2026-03-28 15:19:06 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 0d2da6b6-83cc-58ce-8916-74dc098ccca5 with identifier: 10734178 to the API
2026-03-28 15:19:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734178>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '0d2da6b6-83cc-58ce-8916-74dc098ccca5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2EXR934',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734178',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '308',
'odometer': 24335,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 17800,
'price_includes_vat': True,
'registration_date': '2024-02-29',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Peugeot 308 SW 1.6 Allure - Hybrid - Automatic - 150 hp - 24.335 km',
'transmission': 'automatic',
'trim': 'Allure',
'vin': None,
'year': 2024}
2026-03-28 15:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734178%27 HTTP/1.1" 200 None
2026-03-28 15:19:06 [adesa.be] INFO: Saving data for 10734178: {'auction_closing_time': 1774960500.0, 'created_time': 1774606808.830535, 'last_price_update_time': 1774711146.668194}
2026-03-28 15:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734178') HTTP/1.1" 204 0
2026-03-28 15:19:06 [adesa.be] INFO: Found listing with ID: 10734063
2026-03-28 15:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734063%27 HTTP/1.1" 200 None
2026-03-28 15:19:06 [adesa.be] INFO: Scrape type for 10734063: 2
2026-03-28 15:19:06 [adesa.be] INFO: Scraping item 10734063 url https://www.openlane.eu/en/carv6/auction/10734063
2026-03-28 15:19:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734061> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734252> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734300> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:06 [adesa.be] INFO: Found listing with ID: 10734277
2026-03-28 15:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734277%27 HTTP/1.1" 200 None
2026-03-28 15:19:06 [adesa.be] INFO: Scrape type for 10734277: 2
2026-03-28 15:19:06 [adesa.be] INFO: Scraping item 10734277 url https://www.openlane.eu/en/carv6/auction/10734277
2026-03-28 15:19:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:06 [scrapy.extensions.logstats] INFO: Crawled 238 pages (at 110 pages/min), scraped 207 items (at 102 items/min)
2026-03-28 15:19:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 175MiB
2026-03-28 15:19:06 [adesa.be] INFO: Found listing with ID: 10738135
2026-03-28 15:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738135%27 HTTP/1.1" 200 None
2026-03-28 15:19:06 [adesa.be] INFO: Scrape type for 10738135: 0
2026-03-28 15:19:06 [adesa.be] INFO: Skipping item 10738135 url https://www.openlane.eu/en/carv6/auction/10738135
2026-03-28 15:19:06 [adesa.be] INFO: Found listing with ID: 10738149
2026-03-28 15:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738149%27 HTTP/1.1" 200 None
2026-03-28 15:19:06 [adesa.be] INFO: Scrape type for 10738149: 0
2026-03-28 15:19:06 [adesa.be] INFO: Skipping item 10738149 url https://www.openlane.eu/en/carv6/auction/10738149
2026-03-28 15:19:06 [adesa.be] INFO: Found listing with ID: 10734120
2026-03-28 15:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734120%27 HTTP/1.1" 200 None
2026-03-28 15:19:06 [adesa.be] INFO: Scrape type for 10734120: 2
2026-03-28 15:19:06 [adesa.be] INFO: Scraping item 10734120 url https://www.openlane.eu/en/carv6/auction/10734120
2026-03-28 15:19:06 [adesa.be] INFO: Found listing with ID: 10738143
2026-03-28 15:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738143%27 HTTP/1.1" 200 None
2026-03-28 15:19:06 [adesa.be] INFO: Scrape type for 10738143: 0
2026-03-28 15:19:06 [adesa.be] INFO: Skipping item 10738143 url https://www.openlane.eu/en/carv6/auction/10738143
2026-03-28 15:19:06 [adesa.be] INFO: Found listing with ID: 10734257
2026-03-28 15:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734257%27 HTTP/1.1" 200 None
2026-03-28 15:19:06 [adesa.be] INFO: Scrape type for 10734257: 2
2026-03-28 15:19:06 [adesa.be] INFO: Scraping item 10734257 url https://www.openlane.eu/en/carv6/auction/10734257
2026-03-28 15:19:06 [adesa.be] INFO: Found listing with ID: 10734024
2026-03-28 15:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734024%27 HTTP/1.1" 200 None
2026-03-28 15:19:06 [adesa.be] INFO: Scrape type for 10734024: 2
2026-03-28 15:19:06 [adesa.be] INFO: Scraping item 10734024 url https://www.openlane.eu/en/carv6/auction/10734024
2026-03-28 15:19:06 [adesa.be] INFO: Found listing with ID: 10734129
2026-03-28 15:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734129%27 HTTP/1.1" 200 None
2026-03-28 15:19:06 [adesa.be] INFO: Scrape type for 10734129: 2
2026-03-28 15:19:06 [adesa.be] INFO: Scraping item 10734129 url https://www.openlane.eu/en/carv6/auction/10734129
2026-03-28 15:19:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e3d5581-8ae8-5b4c-a0f6-8a6d6084ef0a with identifier: 10734061
2026-03-28 15:19:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e3d5581-8ae8-5b4c-a0f6-8a6d6084ef0a with scrape type 2
2026-03-28 15:19:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e3d5581-8ae8-5b4c-a0f6-8a6d6084ef0a with scrape type 2
2026-03-28 15:19:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 8e3d5581-8ae8-5b4c-a0f6-8a6d6084ef0a, identifier: 10734061
2026-03-28 15:19:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 179e6a5f-7ed5-5ba9-89a7-b78f65ff809d with identifier: 10734252
2026-03-28 15:19:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 179e6a5f-7ed5-5ba9-89a7-b78f65ff809d with scrape type 2
2026-03-28 15:19:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 179e6a5f-7ed5-5ba9-89a7-b78f65ff809d with scrape type 2
2026-03-28 15:19:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 179e6a5f-7ed5-5ba9-89a7-b78f65ff809d, identifier: 10734252
2026-03-28 15:19:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ac100fb-7273-5f2d-b7a9-8b6e0cc620c0 with identifier: 10734300
2026-03-28 15:19:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ac100fb-7273-5f2d-b7a9-8b6e0cc620c0 with scrape type 2
2026-03-28 15:19:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ac100fb-7273-5f2d-b7a9-8b6e0cc620c0 with scrape type 2
2026-03-28 15:19:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 6ac100fb-7273-5f2d-b7a9-8b6e0cc620c0, identifier: 10734300
2026-03-28 15:19:07 [adesa.be] INFO: Found listing with ID: 10734258
2026-03-28 15:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734258%27 HTTP/1.1" 200 None
2026-03-28 15:19:07 [adesa.be] INFO: Scrape type for 10734258: 2
2026-03-28 15:19:07 [adesa.be] INFO: Scraping item 10734258 url https://www.openlane.eu/en/carv6/auction/10734258
2026-03-28 15:19:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 8e3d5581-8ae8-5b4c-a0f6-8a6d6084ef0a with identifier: 10734061
2026-03-28 15:19:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 8e3d5581-8ae8-5b4c-a0f6-8a6d6084ef0a with identifier: 10734061
2026-03-28 15:19:07 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 8e3d5581-8ae8-5b4c-a0f6-8a6d6084ef0a with identifier: 10734061 to the API
2026-03-28 15:19:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734061>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': '8e3d5581-8ae8-5b4c-a0f6-8a6d6084ef0a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CPK640',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734061',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '3008',
'odometer': 110648,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 14150,
'price_includes_vat': True,
'registration_date': '2022-10-06',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Peugeot 3008 1.5 HDI Allure Pack - Diesel - 130 hp - 110.648 km',
'transmission': 'automatic',
'trim': 'Allure Pack',
'vin': None,
'year': 2022}
2026-03-28 15:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734061%27 HTTP/1.1" 200 None
2026-03-28 15:19:07 [adesa.be] INFO: Saving data for 10734061: {'auction_closing_time': 1774960500.0, 'created_time': 1774606877.021177, 'last_price_update_time': 1774711147.394856}
2026-03-28 15:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734061') HTTP/1.1" 204 0
2026-03-28 15:19:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 179e6a5f-7ed5-5ba9-89a7-b78f65ff809d with identifier: 10734252
2026-03-28 15:19:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 179e6a5f-7ed5-5ba9-89a7-b78f65ff809d with identifier: 10734252
2026-03-28 15:19:07 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 179e6a5f-7ed5-5ba9-89a7-b78f65ff809d with identifier: 10734252 to the API
2026-03-28 15:19:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734252>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 204,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Electric',
'id': '179e6a5f-7ed5-5ba9-89a7-b78f65ff809d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YRQ154',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734252',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 63230,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 14200,
'price_includes_vat': True,
'registration_date': '2020-11-19',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Hyundai e-Kona 64 kWh - Electric - Automatic - 204 hp - 63.230 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2020}
2026-03-28 15:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734252%27 HTTP/1.1" 200 None
2026-03-28 15:19:07 [adesa.be] INFO: Saving data for 10734252: {'auction_closing_time': 1774960500.0, 'created_time': 1774606739.81663, 'last_price_update_time': 1774711147.671361}
2026-03-28 15:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734252') HTTP/1.1" 204 0
2026-03-28 15:19:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 6ac100fb-7273-5f2d-b7a9-8b6e0cc620c0 with identifier: 10734300
2026-03-28 15:19:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 6ac100fb-7273-5f2d-b7a9-8b6e0cc620c0 with identifier: 10734300
2026-03-28 15:19:07 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 6ac100fb-7273-5f2d-b7a9-8b6e0cc620c0 with identifier: 10734300 to the API
2026-03-28 15:19:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734300>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 130,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Petrol',
'id': '6ac100fb-7273-5f2d-b7a9-8b6e0cc620c0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BWY645',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734300',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '3008',
'odometer': 108460,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 9700,
'price_includes_vat': True,
'registration_date': '2022-04-25',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Peugeot 3008 1.2i Active Pack - Petrol - Manual - 130 hp - 108.460 '
'km',
'transmission': 'manual',
'trim': 'Active Pack',
'vin': None,
'year': 2022}
2026-03-28 15:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734300%27 HTTP/1.1" 200 None
2026-03-28 15:19:07 [adesa.be] INFO: Saving data for 10734300: {'auction_closing_time': 1774960500.0, 'created_time': 1774606876.611926, 'last_price_update_time': 1774711147.947087}
2026-03-28 15:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734300') HTTP/1.1" 204 0
2026-03-28 15:19:07 [adesa.be] INFO: Found listing with ID: 10734237
2026-03-28 15:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734237%27 HTTP/1.1" 200 None
2026-03-28 15:19:07 [adesa.be] INFO: Scrape type for 10734237: 2
2026-03-28 15:19:07 [adesa.be] INFO: Scraping item 10734237 url https://www.openlane.eu/en/carv6/auction/10734237
2026-03-28 15:19:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734086> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734216> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:07 [adesa.be] INFO: Found listing with ID: 10734130
2026-03-28 15:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734130%27 HTTP/1.1" 200 None
2026-03-28 15:19:08 [adesa.be] INFO: Scrape type for 10734130: 2
2026-03-28 15:19:08 [adesa.be] INFO: Scraping item 10734130 url https://www.openlane.eu/en/carv6/auction/10734130
2026-03-28 15:19:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:08 [adesa.be] INFO: Found listing with ID: 10734179
2026-03-28 15:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734179%27 HTTP/1.1" 200 None
2026-03-28 15:19:08 [adesa.be] INFO: Scrape type for 10734179: 2
2026-03-28 15:19:08 [adesa.be] INFO: Scraping item 10734179 url https://www.openlane.eu/en/carv6/auction/10734179
2026-03-28 15:19:08 [adesa.be] INFO: Found listing with ID: 10734121
2026-03-28 15:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734121%27 HTTP/1.1" 200 None
2026-03-28 15:19:08 [adesa.be] INFO: Scrape type for 10734121: 2
2026-03-28 15:19:08 [adesa.be] INFO: Scraping item 10734121 url https://www.openlane.eu/en/carv6/auction/10734121
2026-03-28 15:19:08 [adesa.be] INFO: Found listing with ID: 10738122
2026-03-28 15:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738122%27 HTTP/1.1" 200 None
2026-03-28 15:19:08 [adesa.be] INFO: Scrape type for 10738122: 0
2026-03-28 15:19:08 [adesa.be] INFO: Skipping item 10738122 url https://www.openlane.eu/en/carv6/auction/10738122
2026-03-28 15:19:08 [adesa.be] INFO: Found listing with ID: 10734105
2026-03-28 15:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734105%27 HTTP/1.1" 200 None
2026-03-28 15:19:08 [adesa.be] INFO: Scrape type for 10734105: 2
2026-03-28 15:19:08 [adesa.be] INFO: Scraping item 10734105 url https://www.openlane.eu/en/carv6/auction/10734105
2026-03-28 15:19:08 [adesa.be] INFO: Found listing with ID: 10738119
2026-03-28 15:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738119%27 HTTP/1.1" 200 None
2026-03-28 15:19:08 [adesa.be] INFO: Scrape type for 10738119: 0
2026-03-28 15:19:08 [adesa.be] INFO: Skipping item 10738119 url https://www.openlane.eu/en/carv6/auction/10738119
2026-03-28 15:19:08 [adesa.be] INFO: Found listing with ID: 10734095
2026-03-28 15:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734095%27 HTTP/1.1" 200 None
2026-03-28 15:19:08 [adesa.be] INFO: Scrape type for 10734095: 2
2026-03-28 15:19:08 [adesa.be] INFO: Scraping item 10734095 url https://www.openlane.eu/en/carv6/auction/10734095
2026-03-28 15:19:08 [adesa.be] INFO: Found listing with ID: 10738099
2026-03-28 15:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738099%27 HTTP/1.1" 200 None
2026-03-28 15:19:08 [adesa.be] INFO: Scrape type for 10738099: 0
2026-03-28 15:19:08 [adesa.be] INFO: Skipping item 10738099 url https://www.openlane.eu/en/carv6/auction/10738099
2026-03-28 15:19:08 [adesa.be] INFO: Found listing with ID: 10738117
2026-03-28 15:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738117%27 HTTP/1.1" 200 None
2026-03-28 15:19:08 [adesa.be] INFO: Scrape type for 10738117: 0
2026-03-28 15:19:08 [adesa.be] INFO: Skipping item 10738117 url https://www.openlane.eu/en/carv6/auction/10738117
2026-03-28 15:19:08 [adesa.be] INFO: Found listing with ID: 10734260
2026-03-28 15:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734260%27 HTTP/1.1" 200 None
2026-03-28 15:19:08 [adesa.be] INFO: Scrape type for 10734260: 2
2026-03-28 15:19:08 [adesa.be] INFO: Scraping item 10734260 url https://www.openlane.eu/en/carv6/auction/10734260
2026-03-28 15:19:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff5f18a2-a11c-5611-bd36-3f2552117a19 with identifier: 10734086
2026-03-28 15:19:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff5f18a2-a11c-5611-bd36-3f2552117a19 with scrape type 2
2026-03-28 15:19:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff5f18a2-a11c-5611-bd36-3f2552117a19 with scrape type 2
2026-03-28 15:19:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: ff5f18a2-a11c-5611-bd36-3f2552117a19, identifier: 10734086
2026-03-28 15:19:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 045b849d-7fe2-59d0-bfd0-ee104232599b with identifier: 10734216
2026-03-28 15:19:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 045b849d-7fe2-59d0-bfd0-ee104232599b with scrape type 2
2026-03-28 15:19:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 045b849d-7fe2-59d0-bfd0-ee104232599b with scrape type 2
2026-03-28 15:19:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 045b849d-7fe2-59d0-bfd0-ee104232599b, identifier: 10734216
2026-03-28 15:19:08 [adesa.be] INFO: Found listing with ID: 10734259
2026-03-28 15:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734259%27 HTTP/1.1" 200 None
2026-03-28 15:19:08 [adesa.be] INFO: Scrape type for 10734259: 2
2026-03-28 15:19:08 [adesa.be] INFO: Scraping item 10734259 url https://www.openlane.eu/en/carv6/auction/10734259
2026-03-28 15:19:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: ff5f18a2-a11c-5611-bd36-3f2552117a19 with identifier: 10734086
2026-03-28 15:19:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: ff5f18a2-a11c-5611-bd36-3f2552117a19 with identifier: 10734086
2026-03-28 15:19:08 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: ff5f18a2-a11c-5611-bd36-3f2552117a19 with identifier: 10734086 to the API
2026-03-28 15:19:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734086>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 110,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': 'ff5f18a2-a11c-5611-bd36-3f2552117a19',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BMK597',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734086',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '2008',
'odometer': 92640,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 9800,
'price_includes_vat': True,
'registration_date': '2022-01-13',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Peugeot 2008 1.5 HDI Style - Diesel - Manual - 110 hp - 92.640 km',
'transmission': 'manual',
'trim': 'Style',
'vin': None,
'year': 2022}
2026-03-28 15:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734086%27 HTTP/1.1" 200 None
2026-03-28 15:19:08 [adesa.be] INFO: Saving data for 10734086: {'auction_closing_time': 1774960500.0, 'created_time': 1774606799.194239, 'last_price_update_time': 1774711148.630239}
2026-03-28 15:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734086') HTTP/1.1" 204 0
2026-03-28 15:19:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 045b849d-7fe2-59d0-bfd0-ee104232599b with identifier: 10734216
2026-03-28 15:19:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 045b849d-7fe2-59d0-bfd0-ee104232599b with identifier: 10734216
2026-03-28 15:19:08 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 045b849d-7fe2-59d0-bfd0-ee104232599b with identifier: 10734216 to the API
2026-03-28 15:19:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734216>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Electric',
'id': '045b849d-7fe2-59d0-bfd0-ee104232599b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BQZ131',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734216',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '208',
'odometer': 60665,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 11000,
'price_includes_vat': True,
'registration_date': '2022-02-21',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Peugeot 208 Active Pack - Electric - Automatic - 136 hp - 60.665 km',
'transmission': 'automatic',
'trim': 'Active Pack',
'vin': None,
'year': 2022}
2026-03-28 15:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734216%27 HTTP/1.1" 200 None
2026-03-28 15:19:09 [adesa.be] INFO: Saving data for 10734216: {'auction_closing_time': 1774960500.0, 'created_time': 1774606879.15169, 'last_price_update_time': 1774711149.341669}
2026-03-28 15:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734216') HTTP/1.1" 204 0
2026-03-28 15:19:09 [adesa.be] INFO: Found listing with ID: 10734261
2026-03-28 15:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734261%27 HTTP/1.1" 200 None
2026-03-28 15:19:09 [adesa.be] INFO: Scrape type for 10734261: 2
2026-03-28 15:19:09 [adesa.be] INFO: Scraping item 10734261 url https://www.openlane.eu/en/carv6/auction/10734261
2026-03-28 15:19:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734035> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734299> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734060> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:09 [adesa.be] INFO: Found listing with ID: 10734301
2026-03-28 15:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734301%27 HTTP/1.1" 200 None
2026-03-28 15:19:09 [adesa.be] INFO: Scrape type for 10734301: 2
2026-03-28 15:19:09 [adesa.be] INFO: Scraping item 10734301 url https://www.openlane.eu/en/carv6/auction/10734301
2026-03-28 15:19:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:09 [adesa.be] INFO: Found listing with ID: 10734131
2026-03-28 15:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734131%27 HTTP/1.1" 200 None
2026-03-28 15:19:09 [adesa.be] INFO: Scrape type for 10734131: 2
2026-03-28 15:19:09 [adesa.be] INFO: Scraping item 10734131 url https://www.openlane.eu/en/carv6/auction/10734131
2026-03-28 15:19:09 [adesa.be] INFO: Found listing with ID: 10734180
2026-03-28 15:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734180%27 HTTP/1.1" 200 None
2026-03-28 15:19:09 [adesa.be] INFO: Scrape type for 10734180: 2
2026-03-28 15:19:09 [adesa.be] INFO: Scraping item 10734180 url https://www.openlane.eu/en/carv6/auction/10734180
2026-03-28 15:19:09 [adesa.be] INFO: Found listing with ID: 10738139
2026-03-28 15:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738139%27 HTTP/1.1" 200 None
2026-03-28 15:19:09 [adesa.be] INFO: Scrape type for 10738139: 0
2026-03-28 15:19:09 [adesa.be] INFO: Skipping item 10738139 url https://www.openlane.eu/en/carv6/auction/10738139
2026-03-28 15:19:09 [adesa.be] INFO: Found listing with ID: 10738133
2026-03-28 15:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738133%27 HTTP/1.1" 200 None
2026-03-28 15:19:09 [adesa.be] INFO: Scrape type for 10738133: 0
2026-03-28 15:19:09 [adesa.be] INFO: Skipping item 10738133 url https://www.openlane.eu/en/carv6/auction/10738133
2026-03-28 15:19:09 [adesa.be] INFO: Found listing with ID: 10734036
2026-03-28 15:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734036%27 HTTP/1.1" 200 None
2026-03-28 15:19:09 [adesa.be] INFO: Scrape type for 10734036: 2
2026-03-28 15:19:09 [adesa.be] INFO: Scraping item 10734036 url https://www.openlane.eu/en/carv6/auction/10734036
2026-03-28 15:19:09 [adesa.be] INFO: Found listing with ID: 10738115
2026-03-28 15:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738115%27 HTTP/1.1" 200 None
2026-03-28 15:19:09 [adesa.be] INFO: Scrape type for 10738115: 0
2026-03-28 15:19:09 [adesa.be] INFO: Skipping item 10738115 url https://www.openlane.eu/en/carv6/auction/10738115
2026-03-28 15:19:09 [adesa.be] INFO: Found listing with ID: 10734262
2026-03-28 15:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734262%27 HTTP/1.1" 200 None
2026-03-28 15:19:09 [adesa.be] INFO: Scrape type for 10734262: 2
2026-03-28 15:19:09 [adesa.be] INFO: Scraping item 10734262 url https://www.openlane.eu/en/carv6/auction/10734262
2026-03-28 15:19:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0dc7753-e36d-5188-ad68-d9f3a02510da with identifier: 10734035
2026-03-28 15:19:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0dc7753-e36d-5188-ad68-d9f3a02510da with scrape type 2
2026-03-28 15:19:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0dc7753-e36d-5188-ad68-d9f3a02510da with scrape type 2
2026-03-28 15:19:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: c0dc7753-e36d-5188-ad68-d9f3a02510da, identifier: 10734035
2026-03-28 15:19:09 [adesa.be] INFO: Found listing with ID: 10734278
2026-03-28 15:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734278%27 HTTP/1.1" 200 None
2026-03-28 15:19:09 [adesa.be] INFO: Scrape type for 10734278: 2
2026-03-28 15:19:09 [adesa.be] INFO: Scraping item 10734278 url https://www.openlane.eu/en/carv6/auction/10734278
2026-03-28 15:19:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: c0dc7753-e36d-5188-ad68-d9f3a02510da with identifier: 10734035
2026-03-28 15:19:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: c0dc7753-e36d-5188-ad68-d9f3a02510da with identifier: 10734035
2026-03-28 15:19:09 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: c0dc7753-e36d-5188-ad68-d9f3a02510da with identifier: 10734035 to the API
2026-03-28 15:19:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734035>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'MPV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': 'c0dc7753-e36d-5188-ad68-d9f3a02510da',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YLV086',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734035',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '5008',
'odometer': 150283,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 10500,
'price_includes_vat': True,
'registration_date': '2020-10-02',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Peugeot 5008 1.5 HDI GT Line - Diesel - Automatic - 130 hp - '
'150.283 km',
'transmission': 'automatic',
'trim': 'GT Line',
'vin': None,
'year': 2020}
2026-03-28 15:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734035%27 HTTP/1.1" 200 None
2026-03-28 15:19:09 [adesa.be] INFO: Saving data for 10734035: {'auction_closing_time': 1774960500.0, 'created_time': 1774606806.599672, 'last_price_update_time': 1774711149.878759}
2026-03-28 15:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734035') HTTP/1.1" 204 0
2026-03-28 15:19:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9490d174-67c7-5ffe-a616-1d736286b925 with identifier: 10734299
2026-03-28 15:19:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9490d174-67c7-5ffe-a616-1d736286b925 with scrape type 2
2026-03-28 15:19:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9490d174-67c7-5ffe-a616-1d736286b925 with scrape type 2
2026-03-28 15:19:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 9490d174-67c7-5ffe-a616-1d736286b925, identifier: 10734299
2026-03-28 15:19:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f7ba044-7e50-5a4a-8ed5-07d63aa63d29 with identifier: 10734060
2026-03-28 15:19:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f7ba044-7e50-5a4a-8ed5-07d63aa63d29 with scrape type 2
2026-03-28 15:19:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f7ba044-7e50-5a4a-8ed5-07d63aa63d29 with scrape type 2
2026-03-28 15:19:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 6f7ba044-7e50-5a4a-8ed5-07d63aa63d29, identifier: 10734060
2026-03-28 15:19:10 [adesa.be] INFO: Found listing with ID: 10734079
2026-03-28 15:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734079%27 HTTP/1.1" 200 None
2026-03-28 15:19:10 [adesa.be] INFO: Scrape type for 10734079: 2
2026-03-28 15:19:10 [adesa.be] INFO: Scraping item 10734079 url https://www.openlane.eu/en/carv6/auction/10734079
2026-03-28 15:19:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 9490d174-67c7-5ffe-a616-1d736286b925 with identifier: 10734299
2026-03-28 15:19:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 9490d174-67c7-5ffe-a616-1d736286b925 with identifier: 10734299
2026-03-28 15:19:10 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 9490d174-67c7-5ffe-a616-1d736286b925 with identifier: 10734299 to the API
2026-03-28 15:19:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734299>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 101,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Petrol',
'id': '9490d174-67c7-5ffe-a616-1d736286b925',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YHP796',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734299',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '2008',
'odometer': 122577,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 7650,
'price_includes_vat': True,
'registration_date': '2020-09-03',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Peugeot 2008 1.2i Allure - Petrol - Manual - 101 hp - 122.577 km',
'transmission': 'manual',
'trim': 'Allure',
'vin': None,
'year': 2020}
2026-03-28 15:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734299%27 HTTP/1.1" 200 None
2026-03-28 15:19:10 [adesa.be] INFO: Saving data for 10734299: {'auction_closing_time': 1774960500.0, 'created_time': 1774606797.759542, 'last_price_update_time': 1774711150.363546}
2026-03-28 15:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734299') HTTP/1.1" 204 0
2026-03-28 15:19:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 6f7ba044-7e50-5a4a-8ed5-07d63aa63d29 with identifier: 10734060
2026-03-28 15:19:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 6f7ba044-7e50-5a4a-8ed5-07d63aa63d29 with identifier: 10734060
2026-03-28 15:19:10 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 6f7ba044-7e50-5a4a-8ed5-07d63aa63d29 with identifier: 10734060 to the API
2026-03-28 15:19:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734060>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 130,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Petrol',
'id': '6f7ba044-7e50-5a4a-8ed5-07d63aa63d29',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BPL552',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734060',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '3008',
'odometer': 40666,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 14350,
'price_includes_vat': True,
'registration_date': '2022-02-04',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Peugeot 3008 1.2i GT - Petrol - 130 hp - 40.666 km',
'transmission': 'manual',
'trim': 'GT',
'vin': None,
'year': 2022}
2026-03-28 15:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734060%27 HTTP/1.1" 200 None
2026-03-28 15:19:10 [adesa.be] INFO: Saving data for 10734060: {'auction_closing_time': 1774960500.0, 'created_time': 1774606875.600082, 'last_price_update_time': 1774711150.720172}
2026-03-28 15:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734060') HTTP/1.1" 204 0
2026-03-28 15:19:10 [adesa.be] INFO: Found listing with ID: 10734263
2026-03-28 15:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734263%27 HTTP/1.1" 200 None
2026-03-28 15:19:10 [adesa.be] INFO: Scrape type for 10734263: 2
2026-03-28 15:19:10 [adesa.be] INFO: Scraping item 10734263 url https://www.openlane.eu/en/carv6/auction/10734263
2026-03-28 15:19:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734195> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734176> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:10 [adesa.be] INFO: Found listing with ID: 10734080
2026-03-28 15:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734080%27 HTTP/1.1" 200 None
2026-03-28 15:19:10 [adesa.be] INFO: Scrape type for 10734080: 2
2026-03-28 15:19:10 [adesa.be] INFO: Scraping item 10734080 url https://www.openlane.eu/en/carv6/auction/10734080
2026-03-28 15:19:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:10 [adesa.be] INFO: Found listing with ID: 10734142
2026-03-28 15:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734142%27 HTTP/1.1" 200 None
2026-03-28 15:19:10 [adesa.be] INFO: Scrape type for 10734142: 2
2026-03-28 15:19:10 [adesa.be] INFO: Scraping item 10734142 url https://www.openlane.eu/en/carv6/auction/10734142
2026-03-28 15:19:10 [adesa.be] INFO: Found listing with ID: 10738118
2026-03-28 15:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738118%27 HTTP/1.1" 200 None
2026-03-28 15:19:10 [adesa.be] INFO: Scrape type for 10738118: 0
2026-03-28 15:19:10 [adesa.be] INFO: Skipping item 10738118 url https://www.openlane.eu/en/carv6/auction/10738118
2026-03-28 15:19:10 [adesa.be] INFO: Found listing with ID: 10738134
2026-03-28 15:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738134%27 HTTP/1.1" 200 None
2026-03-28 15:19:10 [adesa.be] INFO: Scrape type for 10738134: 0
2026-03-28 15:19:10 [adesa.be] INFO: Skipping item 10738134 url https://www.openlane.eu/en/carv6/auction/10738134
2026-03-28 15:19:10 [adesa.be] INFO: Found listing with ID: 10734159
2026-03-28 15:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734159%27 HTTP/1.1" 200 None
2026-03-28 15:19:10 [adesa.be] INFO: Scrape type for 10734159: 2
2026-03-28 15:19:10 [adesa.be] INFO: Scraping item 10734159 url https://www.openlane.eu/en/carv6/auction/10734159
2026-03-28 15:19:10 [adesa.be] INFO: Found listing with ID: 10734106
2026-03-28 15:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734106%27 HTTP/1.1" 200 None
2026-03-28 15:19:10 [adesa.be] INFO: Scrape type for 10734106: 2
2026-03-28 15:19:10 [adesa.be] INFO: Scraping item 10734106 url https://www.openlane.eu/en/carv6/auction/10734106
2026-03-28 15:19:10 [adesa.be] INFO: Found listing with ID: 10734096
2026-03-28 15:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734096%27 HTTP/1.1" 200 None
2026-03-28 15:19:10 [adesa.be] INFO: Scrape type for 10734096: 2
2026-03-28 15:19:10 [adesa.be] INFO: Scraping item 10734096 url https://www.openlane.eu/en/carv6/auction/10734096
2026-03-28 15:19:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1aeb1ed0-715a-5414-a326-16e5880e2dbc with identifier: 10734195
2026-03-28 15:19:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1aeb1ed0-715a-5414-a326-16e5880e2dbc with scrape type 2
2026-03-28 15:19:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1aeb1ed0-715a-5414-a326-16e5880e2dbc with scrape type 2
2026-03-28 15:19:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 1aeb1ed0-715a-5414-a326-16e5880e2dbc, identifier: 10734195
2026-03-28 15:19:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39ffe17e-01c7-5d27-b63c-1ee183471fd4 with identifier: 10734176
2026-03-28 15:19:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39ffe17e-01c7-5d27-b63c-1ee183471fd4 with scrape type 2
2026-03-28 15:19:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39ffe17e-01c7-5d27-b63c-1ee183471fd4 with scrape type 2
2026-03-28 15:19:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 39ffe17e-01c7-5d27-b63c-1ee183471fd4, identifier: 10734176
2026-03-28 15:19:11 [adesa.be] INFO: Found listing with ID: 10733999
2026-03-28 15:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733999%27 HTTP/1.1" 200 None
2026-03-28 15:19:11 [adesa.be] INFO: Scrape type for 10733999: 2
2026-03-28 15:19:11 [adesa.be] INFO: Scraping item 10733999 url https://www.openlane.eu/en/carv6/auction/10733999
2026-03-28 15:19:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 1aeb1ed0-715a-5414-a326-16e5880e2dbc with identifier: 10734195
2026-03-28 15:19:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 1aeb1ed0-715a-5414-a326-16e5880e2dbc with identifier: 10734195
2026-03-28 15:19:11 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 1aeb1ed0-715a-5414-a326-16e5880e2dbc with identifier: 10734195 to the API
2026-03-28 15:19:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734195>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 94,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '1aeb1ed0-715a-5414-a326-16e5880e2dbc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BQH512',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734195',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Renault',
'model': 'Arkana',
'odometer': 35359,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13700,
'price_includes_vat': True,
'registration_date': '2022-02-14',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Renault Arkana 1.6 Zen - Hybrid - Automatic - 94 hp - 35.359 km',
'transmission': 'automatic',
'trim': 'Zen',
'vin': None,
'year': 2022}
2026-03-28 15:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734195%27 HTTP/1.1" 200 None
2026-03-28 15:19:11 [adesa.be] INFO: Saving data for 10734195: {'auction_closing_time': 1774960500.0, 'created_time': 1774606868.288376, 'last_price_update_time': 1774711151.338763}
2026-03-28 15:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734195') HTTP/1.1" 204 0
2026-03-28 15:19:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 39ffe17e-01c7-5d27-b63c-1ee183471fd4 with identifier: 10734176
2026-03-28 15:19:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 39ffe17e-01c7-5d27-b63c-1ee183471fd4 with identifier: 10734176
2026-03-28 15:19:11 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 39ffe17e-01c7-5d27-b63c-1ee183471fd4 with identifier: 10734176 to the API
2026-03-28 15:19:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734176>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Electric',
'id': '39ffe17e-01c7-5d27-b63c-1ee183471fd4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2ECJ130',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734176',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '208',
'odometer': 84469,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 12400,
'price_includes_vat': True,
'registration_date': '2023-08-28',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Peugeot 208 Allure Pack - Electric - Automatic - 136 hp - 84.469 km',
'transmission': 'automatic',
'trim': 'Allure Pack',
'vin': None,
'year': 2023}
2026-03-28 15:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734176%27 HTTP/1.1" 200 None
2026-03-28 15:19:11 [adesa.be] INFO: Saving data for 10734176: {'auction_closing_time': 1774960500.0, 'created_time': 1774606881.725843, 'last_price_update_time': 1774711151.625012}
2026-03-28 15:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734176') HTTP/1.1" 204 0
2026-03-28 15:19:11 [adesa.be] INFO: Found listing with ID: 10738113
2026-03-28 15:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738113%27 HTTP/1.1" 200 None
2026-03-28 15:19:11 [adesa.be] INFO: Scrape type for 10738113: 0
2026-03-28 15:19:11 [adesa.be] INFO: Skipping item 10738113 url https://www.openlane.eu/en/carv6/auction/10738113
2026-03-28 15:19:11 [adesa.be] INFO: Found listing with ID: 10734239
2026-03-28 15:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734239%27 HTTP/1.1" 200 None
2026-03-28 15:19:11 [adesa.be] INFO: Scrape type for 10734239: 2
2026-03-28 15:19:11 [adesa.be] INFO: Scraping item 10734239 url https://www.openlane.eu/en/carv6/auction/10734239
2026-03-28 15:19:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734194> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734023> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:11 [adesa.be] INFO: Found listing with ID: 10734238
2026-03-28 15:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734238%27 HTTP/1.1" 200 None
2026-03-28 15:19:11 [adesa.be] INFO: Scrape type for 10734238: 2
2026-03-28 15:19:11 [adesa.be] INFO: Scraping item 10734238 url https://www.openlane.eu/en/carv6/auction/10734238
2026-03-28 15:19:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:11 [adesa.be] INFO: Found listing with ID: 10738112
2026-03-28 15:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738112%27 HTTP/1.1" 200 None
2026-03-28 15:19:11 [adesa.be] INFO: Scrape type for 10738112: 0
2026-03-28 15:19:11 [adesa.be] INFO: Skipping item 10738112 url https://www.openlane.eu/en/carv6/auction/10738112
2026-03-28 15:19:11 [adesa.be] INFO: Found listing with ID: 10734153
2026-03-28 15:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734153%27 HTTP/1.1" 200 None
2026-03-28 15:19:11 [adesa.be] INFO: Scrape type for 10734153: 2
2026-03-28 15:19:11 [adesa.be] INFO: Scraping item 10734153 url https://www.openlane.eu/en/carv6/auction/10734153
2026-03-28 15:19:11 [adesa.be] INFO: Found listing with ID: 10734219
2026-03-28 15:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734219%27 HTTP/1.1" 200 None
2026-03-28 15:19:11 [adesa.be] INFO: Scrape type for 10734219: 2
2026-03-28 15:19:11 [adesa.be] INFO: Scraping item 10734219 url https://www.openlane.eu/en/carv6/auction/10734219
2026-03-28 15:19:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734166> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:11 [adesa.be] INFO: Found listing with ID: 10734081
2026-03-28 15:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734081%27 HTTP/1.1" 200 None
2026-03-28 15:19:11 [adesa.be] INFO: Scrape type for 10734081: 2
2026-03-28 15:19:11 [adesa.be] INFO: Scraping item 10734081 url https://www.openlane.eu/en/carv6/auction/10734081
2026-03-28 15:19:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:11 [adesa.be] INFO: Found listing with ID: 10734025
2026-03-28 15:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734025%27 HTTP/1.1" 200 None
2026-03-28 15:19:11 [adesa.be] INFO: Scrape type for 10734025: 2
2026-03-28 15:19:11 [adesa.be] INFO: Scraping item 10734025 url https://www.openlane.eu/en/carv6/auction/10734025
2026-03-28 15:19:11 [adesa.be] INFO: Found listing with ID: 10738157
2026-03-28 15:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738157%27 HTTP/1.1" 200 None
2026-03-28 15:19:11 [adesa.be] INFO: Scrape type for 10738157: 0
2026-03-28 15:19:11 [adesa.be] INFO: Skipping item 10738157 url https://www.openlane.eu/en/carv6/auction/10738157
2026-03-28 15:19:11 [adesa.be] INFO: Found listing with ID: 10734302
2026-03-28 15:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734302%27 HTTP/1.1" 200 None
2026-03-28 15:19:11 [adesa.be] INFO: Scrape type for 10734302: 2
2026-03-28 15:19:11 [adesa.be] INFO: Scraping item 10734302 url https://www.openlane.eu/en/carv6/auction/10734302
2026-03-28 15:19:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d23522a-7805-52d0-9808-dd672d028a0a with identifier: 10734194
2026-03-28 15:19:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d23522a-7805-52d0-9808-dd672d028a0a with scrape type 2
2026-03-28 15:19:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d23522a-7805-52d0-9808-dd672d028a0a with scrape type 2
2026-03-28 15:19:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 2d23522a-7805-52d0-9808-dd672d028a0a, identifier: 10734194
2026-03-28 15:19:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ddc2fbb0-1060-5692-97c1-3bb37e946e45 with identifier: 10734023
2026-03-28 15:19:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ddc2fbb0-1060-5692-97c1-3bb37e946e45 with scrape type 2
2026-03-28 15:19:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ddc2fbb0-1060-5692-97c1-3bb37e946e45 with scrape type 2
2026-03-28 15:19:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: ddc2fbb0-1060-5692-97c1-3bb37e946e45, identifier: 10734023
2026-03-28 15:19:12 [adesa.be] INFO: Found listing with ID: 10734264
2026-03-28 15:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734264%27 HTTP/1.1" 200 None
2026-03-28 15:19:12 [adesa.be] INFO: Scrape type for 10734264: 2
2026-03-28 15:19:12 [adesa.be] INFO: Scraping item 10734264 url https://www.openlane.eu/en/carv6/auction/10734264
2026-03-28 15:19:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 2d23522a-7805-52d0-9808-dd672d028a0a with identifier: 10734194
2026-03-28 15:19:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 2d23522a-7805-52d0-9808-dd672d028a0a with identifier: 10734194
2026-03-28 15:19:12 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 2d23522a-7805-52d0-9808-dd672d028a0a with identifier: 10734194 to the API
2026-03-28 15:19:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734194>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 224,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Electric',
'id': '2d23522a-7805-52d0-9808-dd672d028a0a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BHE748',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734194',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Polestar',
'model': '2',
'odometer': 18362,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 17350,
'price_includes_vat': True,
'registration_date': '2021-11-24',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Polestar 2 Standard Range 67 kWh - Electric - Automatic - 224 hp - '
'18.362 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2021}
2026-03-28 15:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734194%27 HTTP/1.1" 200 None
2026-03-28 15:19:12 [adesa.be] INFO: Saving data for 10734194: {'auction_closing_time': 1774960500.0, 'created_time': 1774606870.562245, 'last_price_update_time': 1774711152.280266}
2026-03-28 15:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734194') HTTP/1.1" 204 0
2026-03-28 15:19:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: ddc2fbb0-1060-5692-97c1-3bb37e946e45 with identifier: 10734023
2026-03-28 15:19:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: ddc2fbb0-1060-5692-97c1-3bb37e946e45 with identifier: 10734023
2026-03-28 15:19:12 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: ddc2fbb0-1060-5692-97c1-3bb37e946e45 with identifier: 10734023 to the API
2026-03-28 15:19:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734023>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 408,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Electric',
'id': 'ddc2fbb0-1060-5692-97c1-3bb37e946e45',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YXD150',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734023',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Polestar',
'model': '2',
'odometer': 147043,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13700,
'price_includes_vat': True,
'registration_date': '2021-01-19',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Polestar 2 Long Range 79 kWh Launch - Dual Motor - Electric - '
'Automatic - 408 hp - 147.043 km',
'transmission': 'automatic',
'trim': 'Launch',
'vin': None,
'year': 2021}
2026-03-28 15:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734023%27 HTTP/1.1" 200 None
2026-03-28 15:19:12 [adesa.be] INFO: Saving data for 10734023: {'auction_closing_time': 1774960500.0, 'created_time': 1774606870.196555, 'last_price_update_time': 1774711152.666286}
2026-03-28 15:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734023') HTTP/1.1" 204 0
2026-03-28 15:19:12 [adesa.be] INFO: Found listing with ID: 10734303
2026-03-28 15:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734303%27 HTTP/1.1" 200 None
2026-03-28 15:19:12 [adesa.be] INFO: Scrape type for 10734303: 2
2026-03-28 15:19:12 [adesa.be] INFO: Scraping item 10734303 url https://www.openlane.eu/en/carv6/auction/10734303
2026-03-28 15:19:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734235> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4cecf47f-38e4-5b10-a7e8-dfdcb5243ae2 with identifier: 10734166
2026-03-28 15:19:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4cecf47f-38e4-5b10-a7e8-dfdcb5243ae2 with scrape type 2
2026-03-28 15:19:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4cecf47f-38e4-5b10-a7e8-dfdcb5243ae2 with scrape type 2
2026-03-28 15:19:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 4cecf47f-38e4-5b10-a7e8-dfdcb5243ae2, identifier: 10734166
2026-03-28 15:19:12 [adesa.be] INFO: Found listing with ID: 10738105
2026-03-28 15:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738105%27 HTTP/1.1" 200 None
2026-03-28 15:19:12 [adesa.be] INFO: Scrape type for 10738105: 0
2026-03-28 15:19:12 [adesa.be] INFO: Skipping item 10738105 url https://www.openlane.eu/en/carv6/auction/10738105
2026-03-28 15:19:12 [adesa.be] INFO: Found listing with ID: 10734279
2026-03-28 15:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734279%27 HTTP/1.1" 200 None
2026-03-28 15:19:12 [adesa.be] INFO: Scrape type for 10734279: 2
2026-03-28 15:19:12 [adesa.be] INFO: Scraping item 10734279 url https://www.openlane.eu/en/carv6/auction/10734279
2026-03-28 15:19:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 4cecf47f-38e4-5b10-a7e8-dfdcb5243ae2 with identifier: 10734166
2026-03-28 15:19:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 4cecf47f-38e4-5b10-a7e8-dfdcb5243ae2 with identifier: 10734166
2026-03-28 15:19:12 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 4cecf47f-38e4-5b10-a7e8-dfdcb5243ae2 with identifier: 10734166 to the API
2026-03-28 15:19:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734166>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.6L',
'engine_horse_power': 92,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '4cecf47f-38e4-5b10-a7e8-dfdcb5243ae2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BLQ259',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734166',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Renault',
'model': 'Captur',
'odometer': 114303,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 12900,
'price_includes_vat': True,
'registration_date': '2022-01-05',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Renault Captur 1.6 Initiale Paris - Hybrid - Automatic - 92 hp - '
'114.303 km',
'transmission': 'automatic',
'trim': 'Initiale Paris',
'vin': None,
'year': 2022}
2026-03-28 15:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734166%27 HTTP/1.1" 200 None
2026-03-28 15:19:13 [adesa.be] INFO: Saving data for 10734166: {'auction_closing_time': 1774960500.0, 'created_time': 1774606867.651003, 'last_price_update_time': 1774711153.100295}
2026-03-28 15:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734166') HTTP/1.1" 204 0
2026-03-28 15:19:13 [adesa.be] INFO: Found listing with ID: 10734082
2026-03-28 15:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734082%27 HTTP/1.1" 200 None
2026-03-28 15:19:13 [adesa.be] INFO: Scrape type for 10734082: 2
2026-03-28 15:19:13 [adesa.be] INFO: Scraping item 10734082 url https://www.openlane.eu/en/carv6/auction/10734082
2026-03-28 15:19:13 [adesa.be] INFO: Found listing with ID: 10733996
2026-03-28 15:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733996%27 HTTP/1.1" 200 None
2026-03-28 15:19:13 [adesa.be] INFO: Scrape type for 10733996: 2
2026-03-28 15:19:13 [adesa.be] INFO: Scraping item 10733996 url https://www.openlane.eu/en/carv6/auction/10733996
2026-03-28 15:19:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c88e4666-419d-5808-a479-46dc4badfd4e with identifier: 10734235
2026-03-28 15:19:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c88e4666-419d-5808-a479-46dc4badfd4e with scrape type 2
2026-03-28 15:19:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c88e4666-419d-5808-a479-46dc4badfd4e with scrape type 2
2026-03-28 15:19:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: c88e4666-419d-5808-a479-46dc4badfd4e, identifier: 10734235
2026-03-28 15:19:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: c88e4666-419d-5808-a479-46dc4badfd4e with identifier: 10734235
2026-03-28 15:19:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: c88e4666-419d-5808-a479-46dc4badfd4e with identifier: 10734235
2026-03-28 15:19:13 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: c88e4666-419d-5808-a479-46dc4badfd4e with identifier: 10734235 to the API
2026-03-28 15:19:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734235>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 110,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': 'c88e4666-419d-5808-a479-46dc4badfd4e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BMN468',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734235',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '2008',
'odometer': 61319,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 10800,
'price_includes_vat': True,
'registration_date': '2022-01-14',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Peugeot 2008 1.5 HDI Active - Diesel - Manual - 110 hp - 61.319 km',
'transmission': 'manual',
'trim': 'Active',
'vin': None,
'year': 2022}
2026-03-28 15:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734235%27 HTTP/1.1" 200 None
2026-03-28 15:19:13 [adesa.be] INFO: Saving data for 10734235: {'auction_closing_time': 1774960500.0, 'created_time': 1774606796.166517, 'last_price_update_time': 1774711153.486599}
2026-03-28 15:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734235') HTTP/1.1" 204 0
2026-03-28 15:19:13 [adesa.be] INFO: Found listing with ID: 10734326
2026-03-28 15:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734326%27 HTTP/1.1" 200 None
2026-03-28 15:19:13 [adesa.be] INFO: Scrape type for 10734326: 2
2026-03-28 15:19:13 [adesa.be] INFO: Scraping item 10734326 url https://www.openlane.eu/en/carv6/auction/10734326
2026-03-28 15:19:13 [adesa.be] INFO: Found listing with ID: 10734280
2026-03-28 15:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734280%27 HTTP/1.1" 200 None
2026-03-28 15:19:13 [adesa.be] INFO: Scrape type for 10734280: 2
2026-03-28 15:19:13 [adesa.be] INFO: Scraping item 10734280 url https://www.openlane.eu/en/carv6/auction/10734280
2026-03-28 15:19:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734104> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:13 [adesa.be] INFO: Found listing with ID: 10734304
2026-03-28 15:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734304%27 HTTP/1.1" 200 None
2026-03-28 15:19:13 [adesa.be] INFO: Scrape type for 10734304: 2
2026-03-28 15:19:13 [adesa.be] INFO: Scraping item 10734304 url https://www.openlane.eu/en/carv6/auction/10734304
2026-03-28 15:19:13 [adesa.be] INFO: Found listing with ID: 10738092
2026-03-28 15:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738092%27 HTTP/1.1" 200 None
2026-03-28 15:19:13 [adesa.be] INFO: Scrape type for 10738092: 0
2026-03-28 15:19:13 [adesa.be] INFO: Skipping item 10738092 url https://www.openlane.eu/en/carv6/auction/10738092
2026-03-28 15:19:13 [adesa.be] INFO: Found listing with ID: 10738121
2026-03-28 15:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738121%27 HTTP/1.1" 200 None
2026-03-28 15:19:13 [adesa.be] INFO: Scrape type for 10738121: 0
2026-03-28 15:19:13 [adesa.be] INFO: Skipping item 10738121 url https://www.openlane.eu/en/carv6/auction/10738121
2026-03-28 15:19:13 [adesa.be] INFO: Found listing with ID: 10734097
2026-03-28 15:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734097%27 HTTP/1.1" 200 None
2026-03-28 15:19:13 [adesa.be] INFO: Scrape type for 10734097: 2
2026-03-28 15:19:13 [adesa.be] INFO: Scraping item 10734097 url https://www.openlane.eu/en/carv6/auction/10734097
2026-03-28 15:19:13 [adesa.be] INFO: Found listing with ID: 10738126
2026-03-28 15:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738126%27 HTTP/1.1" 200 None
2026-03-28 15:19:13 [adesa.be] INFO: Scrape type for 10738126: 0
2026-03-28 15:19:13 [adesa.be] INFO: Skipping item 10738126 url https://www.openlane.eu/en/carv6/auction/10738126
2026-03-28 15:19:13 [adesa.be] INFO: Found listing with ID: 10734122
2026-03-28 15:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734122%27 HTTP/1.1" 200 None
2026-03-28 15:19:13 [adesa.be] INFO: Scrape type for 10734122: 2
2026-03-28 15:19:13 [adesa.be] INFO: Scraping item 10734122 url https://www.openlane.eu/en/carv6/auction/10734122
2026-03-28 15:19:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734258> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: adb745e9-0fca-5e8f-9c18-396efa492854 with identifier: 10734104
2026-03-28 15:19:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item adb745e9-0fca-5e8f-9c18-396efa492854 with scrape type 2
2026-03-28 15:19:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item adb745e9-0fca-5e8f-9c18-396efa492854 with scrape type 2
2026-03-28 15:19:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: adb745e9-0fca-5e8f-9c18-396efa492854, identifier: 10734104
2026-03-28 15:19:13 [adesa.be] INFO: Found listing with ID: 10734123
2026-03-28 15:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734123%27 HTTP/1.1" 200 None
2026-03-28 15:19:13 [adesa.be] INFO: Scrape type for 10734123: 2
2026-03-28 15:19:13 [adesa.be] INFO: Scraping item 10734123 url https://www.openlane.eu/en/carv6/auction/10734123
2026-03-28 15:19:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: adb745e9-0fca-5e8f-9c18-396efa492854 with identifier: 10734104
2026-03-28 15:19:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: adb745e9-0fca-5e8f-9c18-396efa492854 with identifier: 10734104
2026-03-28 15:19:13 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: adb745e9-0fca-5e8f-9c18-396efa492854 with identifier: 10734104 to the API
2026-03-28 15:19:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734104>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Petrol',
'id': 'adb745e9-0fca-5e8f-9c18-396efa492854',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2AUR300',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734104',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Seat',
'model': 'Leon',
'odometer': 49697,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 12100,
'price_includes_vat': True,
'registration_date': '2021-07-26',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Seat Leon Sportstourer 1.5 TSI Move! - Petrol - Manual - 130 hp - '
'49.697 km',
'transmission': 'manual',
'trim': 'Move!',
'vin': None,
'year': 2021}
2026-03-28 15:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734104%27 HTTP/1.1" 200 None
2026-03-28 15:19:14 [adesa.be] INFO: Saving data for 10734104: {'auction_closing_time': 1774960500.0, 'created_time': 1774606812.751112, 'last_price_update_time': 1774711154.068442}
2026-03-28 15:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734104') HTTP/1.1" 204 0
2026-03-28 15:19:14 [adesa.be] INFO: Found listing with ID: 10734026
2026-03-28 15:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734026%27 HTTP/1.1" 200 None
2026-03-28 15:19:14 [adesa.be] INFO: Scrape type for 10734026: 2
2026-03-28 15:19:14 [adesa.be] INFO: Scraping item 10734026 url https://www.openlane.eu/en/carv6/auction/10734026
2026-03-28 15:19:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734325> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734237> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2cdab7ff-8769-5e6b-b971-161aad41e7c5 with identifier: 10734258
2026-03-28 15:19:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2cdab7ff-8769-5e6b-b971-161aad41e7c5 with scrape type 2
2026-03-28 15:19:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2cdab7ff-8769-5e6b-b971-161aad41e7c5 with scrape type 2
2026-03-28 15:19:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 2cdab7ff-8769-5e6b-b971-161aad41e7c5, identifier: 10734258
2026-03-28 15:19:14 [adesa.be] INFO: Found listing with ID: 10734181
2026-03-28 15:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734181%27 HTTP/1.1" 200 None
2026-03-28 15:19:14 [adesa.be] INFO: Scrape type for 10734181: 2
2026-03-28 15:19:14 [adesa.be] INFO: Scraping item 10734181 url https://www.openlane.eu/en/carv6/auction/10734181
2026-03-28 15:19:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 2cdab7ff-8769-5e6b-b971-161aad41e7c5 with identifier: 10734258
2026-03-28 15:19:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 2cdab7ff-8769-5e6b-b971-161aad41e7c5 with identifier: 10734258
2026-03-28 15:19:14 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 2cdab7ff-8769-5e6b-b971-161aad41e7c5 with identifier: 10734258 to the API
2026-03-28 15:19:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734258>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'engine_horse_power': 156,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '2cdab7ff-8769-5e6b-b971-161aad41e7c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BRQ428',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734258',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Superb',
'odometer': 105953,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13600,
'price_includes_vat': True,
'registration_date': '2022-02-25',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Skoda Superb Combi 1.4 TSI Clever - Hybrid - Automatic - 156 hp - '
'105.953 km',
'transmission': 'automatic',
'trim': 'Clever',
'vin': None,
'year': 2022}
2026-03-28 15:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734258%27 HTTP/1.1" 200 None
2026-03-28 15:19:14 [adesa.be] INFO: Saving data for 10734258: {'auction_closing_time': 1774960500.0, 'created_time': 1774606861.314435, 'last_price_update_time': 1774711154.572732}
2026-03-28 15:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734258') HTTP/1.1" 204 0
2026-03-28 15:19:14 [adesa.be] INFO: Found listing with ID: 10734305
2026-03-28 15:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734305%27 HTTP/1.1" 200 None
2026-03-28 15:19:14 [adesa.be] INFO: Scrape type for 10734305: 2
2026-03-28 15:19:14 [adesa.be] INFO: Scraping item 10734305 url https://www.openlane.eu/en/carv6/auction/10734305
2026-03-28 15:19:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734259> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:14 [adesa.be] INFO: Found listing with ID: 10734167
2026-03-28 15:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734167%27 HTTP/1.1" 200 None
2026-03-28 15:19:14 [adesa.be] INFO: Scrape type for 10734167: 2
2026-03-28 15:19:14 [adesa.be] INFO: Scraping item 10734167 url https://www.openlane.eu/en/carv6/auction/10734167
2026-03-28 15:19:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3118fc91-cee6-5658-a80c-983b4739d361 with identifier: 10734325
2026-03-28 15:19:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3118fc91-cee6-5658-a80c-983b4739d361 with scrape type 2
2026-03-28 15:19:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3118fc91-cee6-5658-a80c-983b4739d361 with scrape type 2
2026-03-28 15:19:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 3118fc91-cee6-5658-a80c-983b4739d361, identifier: 10734325
2026-03-28 15:19:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a9cfcfaa-3d61-59af-9429-13ae674cc012 with identifier: 10734237
2026-03-28 15:19:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a9cfcfaa-3d61-59af-9429-13ae674cc012 with scrape type 2
2026-03-28 15:19:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a9cfcfaa-3d61-59af-9429-13ae674cc012 with scrape type 2
2026-03-28 15:19:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: a9cfcfaa-3d61-59af-9429-13ae674cc012, identifier: 10734237
2026-03-28 15:19:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 3118fc91-cee6-5658-a80c-983b4739d361 with identifier: 10734325
2026-03-28 15:19:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 3118fc91-cee6-5658-a80c-983b4739d361 with identifier: 10734325
2026-03-28 15:19:14 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 3118fc91-cee6-5658-a80c-983b4739d361 with identifier: 10734325 to the API
2026-03-28 15:19:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734325>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 110,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Petrol',
'id': '3118fc91-cee6-5658-a80c-983b4739d361',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CCN190',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734325',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Seat',
'model': 'Leon',
'odometer': 61239,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 11500,
'price_includes_vat': True,
'registration_date': '2022-06-03',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Seat Leon 1.0 TSI Move! - Petrol - Automatic - 110 hp - 61.239 km',
'transmission': 'automatic',
'trim': 'Move!',
'vin': None,
'year': 2022}
2026-03-28 15:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734325%27 HTTP/1.1" 200 None
2026-03-28 15:19:15 [adesa.be] INFO: Saving data for 10734325: {'auction_closing_time': 1774960500.0, 'created_time': 1774606868.986237, 'last_price_update_time': 1774711155.082896}
2026-03-28 15:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734325') HTTP/1.1" 204 0
2026-03-28 15:19:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: a9cfcfaa-3d61-59af-9429-13ae674cc012 with identifier: 10734237
2026-03-28 15:19:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: a9cfcfaa-3d61-59af-9429-13ae674cc012 with identifier: 10734237
2026-03-28 15:19:15 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: a9cfcfaa-3d61-59af-9429-13ae674cc012 with identifier: 10734237 to the API
2026-03-28 15:19:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734237>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'engine_horse_power': 156,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'a9cfcfaa-3d61-59af-9429-13ae674cc012',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BTC422',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734237',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Superb',
'odometer': 95871,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 14700,
'price_includes_vat': True,
'registration_date': '2022-03-14',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Skoda Superb Combi 1.4 TSI Clever - Hybrid - Automatic - 156 hp - '
'95.871 km',
'transmission': 'automatic',
'trim': 'Clever',
'vin': None,
'year': 2022}
2026-03-28 15:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734237%27 HTTP/1.1" 200 None
2026-03-28 15:19:15 [adesa.be] INFO: Saving data for 10734237: {'auction_closing_time': 1774960500.0, 'created_time': 1774606816.077947, 'last_price_update_time': 1774711155.37747}
2026-03-28 15:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734237') HTTP/1.1" 204 0
2026-03-28 15:19:15 [adesa.be] INFO: Found listing with ID: 10734098
2026-03-28 15:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734098%27 HTTP/1.1" 200 None
2026-03-28 15:19:15 [adesa.be] INFO: Scrape type for 10734098: 2
2026-03-28 15:19:15 [adesa.be] INFO: Scraping item 10734098 url https://www.openlane.eu/en/carv6/auction/10734098
2026-03-28 15:19:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734260> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:15 [adesa.be] INFO: Found listing with ID: 10734327
2026-03-28 15:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734327%27 HTTP/1.1" 200 None
2026-03-28 15:19:15 [adesa.be] INFO: Scrape type for 10734327: 2
2026-03-28 15:19:15 [adesa.be] INFO: Scraping item 10734327 url https://www.openlane.eu/en/carv6/auction/10734327
2026-03-28 15:19:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734261> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f162bad-a99f-5bc7-82bf-c0f4e2091462 with identifier: 10734259
2026-03-28 15:19:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f162bad-a99f-5bc7-82bf-c0f4e2091462 with scrape type 2
2026-03-28 15:19:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f162bad-a99f-5bc7-82bf-c0f4e2091462 with scrape type 2
2026-03-28 15:19:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 6f162bad-a99f-5bc7-82bf-c0f4e2091462, identifier: 10734259
2026-03-28 15:19:15 [adesa.be] INFO: Found listing with ID: 10734306
2026-03-28 15:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734306%27 HTTP/1.1" 200 None
2026-03-28 15:19:15 [adesa.be] INFO: Scrape type for 10734306: 2
2026-03-28 15:19:15 [adesa.be] INFO: Scraping item 10734306 url https://www.openlane.eu/en/carv6/auction/10734306
2026-03-28 15:19:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 6f162bad-a99f-5bc7-82bf-c0f4e2091462 with identifier: 10734259
2026-03-28 15:19:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 15:19:15 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Hydrogen HTTP/1.1" 200 None
2026-03-28 15:19:15 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 15:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 15:19:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 6f162bad-a99f-5bc7-82bf-c0f4e2091462 with identifier: 10734259
2026-03-28 15:19:15 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 6f162bad-a99f-5bc7-82bf-c0f4e2091462 with identifier: 10734259 to the API
2026-03-28 15:19:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734259>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 154,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hydrogen',
'id': '6f162bad-a99f-5bc7-82bf-c0f4e2091462',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YSG245',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734259',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Toyota',
'model': 'Mirai',
'odometer': 1895,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 11300,
'price_includes_vat': True,
'registration_date': '2020-11-26',
'seats_number': 4,
'seller_name': 'Ayvens België',
'title': 'Toyota Mirai FCEV - Hydrogen - Automatic - 154 hp - 1.895 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2020}
2026-03-28 15:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734259%27 HTTP/1.1" 200 None
2026-03-28 15:19:15 [adesa.be] INFO: Saving data for 10734259: {'auction_closing_time': 1774960500.0, 'created_time': 1774606856.033333, 'last_price_update_time': 1774711155.936167}
2026-03-28 15:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734259') HTTP/1.1" 204 0
2026-03-28 15:19:15 [adesa.be] INFO: Found listing with ID: 10734182
2026-03-28 15:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734182%27 HTTP/1.1" 200 None
2026-03-28 15:19:15 [adesa.be] INFO: Scrape type for 10734182: 2
2026-03-28 15:19:15 [adesa.be] INFO: Scraping item 10734182 url https://www.openlane.eu/en/carv6/auction/10734182
2026-03-28 15:19:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734263> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa287164-62fa-5eb9-bbc3-fceda50dcfc2 with identifier: 10734260
2026-03-28 15:19:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa287164-62fa-5eb9-bbc3-fceda50dcfc2 with scrape type 2
2026-03-28 15:19:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa287164-62fa-5eb9-bbc3-fceda50dcfc2 with scrape type 2
2026-03-28 15:19:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: fa287164-62fa-5eb9-bbc3-fceda50dcfc2, identifier: 10734260
2026-03-28 15:19:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: fa287164-62fa-5eb9-bbc3-fceda50dcfc2 with identifier: 10734260
2026-03-28 15:19:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: fa287164-62fa-5eb9-bbc3-fceda50dcfc2 with identifier: 10734260
2026-03-28 15:19:16 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: fa287164-62fa-5eb9-bbc3-fceda50dcfc2 with identifier: 10734260 to the API
2026-03-28 15:19:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734260>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 154,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hydrogen',
'id': 'fa287164-62fa-5eb9-bbc3-fceda50dcfc2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YSG231',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734260',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Toyota',
'model': 'Mirai',
'odometer': 16613,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 10300,
'price_includes_vat': True,
'registration_date': '2020-11-26',
'seats_number': 4,
'seller_name': 'Ayvens België',
'title': 'Toyota Mirai FCEV - Hydrogen - Automatic - 154 hp - 16.613 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2020}
2026-03-28 15:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734260%27 HTTP/1.1" 200 None
2026-03-28 15:19:16 [adesa.be] INFO: Saving data for 10734260: {'auction_closing_time': 1774960500.0, 'created_time': 1774606858.984028, 'last_price_update_time': 1774711156.320486}
2026-03-28 15:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734260') HTTP/1.1" 204 0
2026-03-28 15:19:16 [adesa.be] INFO: Found listing with ID: 10734281
2026-03-28 15:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734281%27 HTTP/1.1" 200 None
2026-03-28 15:19:16 [adesa.be] INFO: Scrape type for 10734281: 2
2026-03-28 15:19:16 [adesa.be] INFO: Scraping item 10734281 url https://www.openlane.eu/en/carv6/auction/10734281
2026-03-28 15:19:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 041b9b7c-46fe-5303-ac5e-280158b4eba2 with identifier: 10734261
2026-03-28 15:19:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 041b9b7c-46fe-5303-ac5e-280158b4eba2 with scrape type 2
2026-03-28 15:19:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 041b9b7c-46fe-5303-ac5e-280158b4eba2 with scrape type 2
2026-03-28 15:19:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 041b9b7c-46fe-5303-ac5e-280158b4eba2, identifier: 10734261
2026-03-28 15:19:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734063> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 041b9b7c-46fe-5303-ac5e-280158b4eba2 with identifier: 10734261
2026-03-28 15:19:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 041b9b7c-46fe-5303-ac5e-280158b4eba2 with identifier: 10734261
2026-03-28 15:19:16 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 041b9b7c-46fe-5303-ac5e-280158b4eba2 with identifier: 10734261 to the API
2026-03-28 15:19:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734261>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 154,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hydrogen',
'id': '041b9b7c-46fe-5303-ac5e-280158b4eba2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YRQ436',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734261',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Toyota',
'model': 'Mirai',
'odometer': 31331,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 9300,
'price_includes_vat': True,
'registration_date': '2020-11-19',
'seats_number': 4,
'seller_name': 'Ayvens België',
'title': 'Toyota Mirai FCEV - Hydrogen - Automatic - 154 hp - 31.331 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2020}
2026-03-28 15:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734261%27 HTTP/1.1" 200 None
2026-03-28 15:19:16 [adesa.be] INFO: Saving data for 10734261: {'auction_closing_time': 1774960500.0, 'created_time': 1774606856.567989, 'last_price_update_time': 1774711156.718425}
2026-03-28 15:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734261') HTTP/1.1" 204 0
2026-03-28 15:19:16 [adesa.be] INFO: Found listing with ID: 10734241
2026-03-28 15:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734241%27 HTTP/1.1" 200 None
2026-03-28 15:19:16 [adesa.be] INFO: Scrape type for 10734241: 2
2026-03-28 15:19:16 [adesa.be] INFO: Scraping item 10734241 url https://www.openlane.eu/en/carv6/auction/10734241
2026-03-28 15:19:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734078> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734079> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f2e4d9c-b5c0-5555-9338-9301fb3cddac with identifier: 10734263
2026-03-28 15:19:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f2e4d9c-b5c0-5555-9338-9301fb3cddac with scrape type 2
2026-03-28 15:19:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f2e4d9c-b5c0-5555-9338-9301fb3cddac with scrape type 2
2026-03-28 15:19:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 2f2e4d9c-b5c0-5555-9338-9301fb3cddac, identifier: 10734263
2026-03-28 15:19:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 2f2e4d9c-b5c0-5555-9338-9301fb3cddac with identifier: 10734263
2026-03-28 15:19:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 2f2e4d9c-b5c0-5555-9338-9301fb3cddac with identifier: 10734263
2026-03-28 15:19:16 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 2f2e4d9c-b5c0-5555-9338-9301fb3cddac with identifier: 10734263 to the API
2026-03-28 15:19:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734263>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '2f2e4d9c-b5c0-5555-9338-9301fb3cddac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2DTT907',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734263',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 81231,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 14900,
'price_includes_vat': True,
'registration_date': '2023-06-22',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volkswagen Golf 1.4 Style Business - Hybrid - Automatic - 150 hp - '
'81.231 km',
'transmission': 'automatic',
'trim': 'Style Business',
'vin': None,
'year': 2023}
2026-03-28 15:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734263%27 HTTP/1.1" 200 None
2026-03-28 15:19:17 [adesa.be] INFO: Saving data for 10734263: {'auction_closing_time': 1774960500.0, 'created_time': 1774606850.861796, 'last_price_update_time': 1774711157.113333}
2026-03-28 15:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734263') HTTP/1.1" 204 0
2026-03-28 15:19:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4311955-cb10-5a3f-b940-3a5a6a7319b9 with identifier: 10734063
2026-03-28 15:19:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4311955-cb10-5a3f-b940-3a5a6a7319b9 with scrape type 2
2026-03-28 15:19:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4311955-cb10-5a3f-b940-3a5a6a7319b9 with scrape type 2
2026-03-28 15:19:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: b4311955-cb10-5a3f-b940-3a5a6a7319b9, identifier: 10734063
2026-03-28 15:19:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734239> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: b4311955-cb10-5a3f-b940-3a5a6a7319b9 with identifier: 10734063
2026-03-28 15:19:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: b4311955-cb10-5a3f-b940-3a5a6a7319b9 with identifier: 10734063
2026-03-28 15:19:17 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: b4311955-cb10-5a3f-b940-3a5a6a7319b9 with identifier: 10734063 to the API
2026-03-28 15:19:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734063>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Petrol',
'id': 'b4311955-cb10-5a3f-b940-3a5a6a7319b9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1XVJ101',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734063',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 150736,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 12350,
'price_includes_vat': True,
'registration_date': '2020-06-04',
'seats_number': 7,
'seller_name': 'Ayvens België',
'title': 'Skoda Kodiaq 1.5 TSI Ambition - Petrol - 150 hp - 150.736 km',
'transmission': 'manual',
'trim': 'Ambition',
'vin': None,
'year': 2020}
2026-03-28 15:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734063%27 HTTP/1.1" 200 None
2026-03-28 15:19:17 [adesa.be] INFO: Saving data for 10734063: {'auction_closing_time': 1774960500.0, 'created_time': 1774606812.417199, 'last_price_update_time': 1774711157.508996}
2026-03-28 15:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734063') HTTP/1.1" 204 0
2026-03-28 15:19:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 720f034f-ee8a-5644-b91a-2b8a0e5a0c73 with identifier: 10734078
2026-03-28 15:19:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 720f034f-ee8a-5644-b91a-2b8a0e5a0c73 with scrape type 2
2026-03-28 15:19:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 720f034f-ee8a-5644-b91a-2b8a0e5a0c73 with scrape type 2
2026-03-28 15:19:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 720f034f-ee8a-5644-b91a-2b8a0e5a0c73, identifier: 10734078
2026-03-28 15:19:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4afba4c-5b79-5312-acc7-e045604fa719 with identifier: 10734079
2026-03-28 15:19:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4afba4c-5b79-5312-acc7-e045604fa719 with scrape type 2
2026-03-28 15:19:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4afba4c-5b79-5312-acc7-e045604fa719 with scrape type 2
2026-03-28 15:19:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: c4afba4c-5b79-5312-acc7-e045604fa719, identifier: 10734079
2026-03-28 15:19:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 720f034f-ee8a-5644-b91a-2b8a0e5a0c73 with identifier: 10734078
2026-03-28 15:19:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 720f034f-ee8a-5644-b91a-2b8a0e5a0c73 with identifier: 10734078
2026-03-28 15:19:17 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 720f034f-ee8a-5644-b91a-2b8a0e5a0c73 with identifier: 10734078 to the API
2026-03-28 15:19:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734078>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': '720f034f-ee8a-5644-b91a-2b8a0e5a0c73',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YAH067',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734078',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '508',
'odometer': 72665,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 11350,
'price_includes_vat': True,
'registration_date': '2020-06-29',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Peugeot 508 SW 1.5 HDI Active - Diesel - Automatic - 130 hp - '
'72.665 km',
'transmission': 'automatic',
'trim': 'Active',
'vin': None,
'year': 2020}
2026-03-28 15:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734078%27 HTTP/1.1" 200 None
2026-03-28 15:19:17 [adesa.be] INFO: Saving data for 10734078: {'auction_closing_time': 1774960500.0, 'created_time': 1774606805.646759, 'last_price_update_time': 1774711157.96765}
2026-03-28 15:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734078') HTTP/1.1" 204 0
2026-03-28 15:19:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: c4afba4c-5b79-5312-acc7-e045604fa719 with identifier: 10734079
2026-03-28 15:19:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: c4afba4c-5b79-5312-acc7-e045604fa719 with identifier: 10734079
2026-03-28 15:19:18 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: c4afba4c-5b79-5312-acc7-e045604fa719 with identifier: 10734079 to the API
2026-03-28 15:19:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734079>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'c4afba4c-5b79-5312-acc7-e045604fa719',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2DTJ707',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734079',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 76075,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 16300,
'price_includes_vat': True,
'registration_date': '2023-06-20',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volkswagen Golf 1.4 Style Business - Hybrid - Automatic - 150 hp - '
'76.075 km',
'transmission': 'automatic',
'trim': 'Style Business',
'vin': None,
'year': 2023}
2026-03-28 15:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734079%27 HTTP/1.1" 200 None
2026-03-28 15:19:18 [adesa.be] INFO: Saving data for 10734079: {'auction_closing_time': 1774960500.0, 'created_time': 1774606854.010564, 'last_price_update_time': 1774711158.251435}
2026-03-28 15:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734079') HTTP/1.1" 204 0
2026-03-28 15:19:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733999> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e51db5cd-65d2-50e0-aabe-ba8e3bb55988 with identifier: 10734239
2026-03-28 15:19:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e51db5cd-65d2-50e0-aabe-ba8e3bb55988 with scrape type 2
2026-03-28 15:19:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e51db5cd-65d2-50e0-aabe-ba8e3bb55988 with scrape type 2
2026-03-28 15:19:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: e51db5cd-65d2-50e0-aabe-ba8e3bb55988, identifier: 10734239
2026-03-28 15:19:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734219> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: e51db5cd-65d2-50e0-aabe-ba8e3bb55988 with identifier: 10734239
2026-03-28 15:19:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: e51db5cd-65d2-50e0-aabe-ba8e3bb55988 with identifier: 10734239
2026-03-28 15:19:18 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: e51db5cd-65d2-50e0-aabe-ba8e3bb55988 with identifier: 10734239 to the API
2026-03-28 15:19:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734239>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 122,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': 'e51db5cd-65d2-50e0-aabe-ba8e3bb55988',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2ACQ511',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734239',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Passat',
'odometer': 135693,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 12600,
'price_includes_vat': True,
'registration_date': '2021-02-19',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volkswagen Passat Variant 2.0 TDI Style Business - Diesel - '
'Automatic - 122 hp - 135.693 km',
'transmission': 'automatic',
'trim': 'Style Business',
'vin': None,
'year': 2021}
2026-03-28 15:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734239%27 HTTP/1.1" 200 None
2026-03-28 15:19:18 [adesa.be] INFO: Saving data for 10734239: {'auction_closing_time': 1774960500.0, 'created_time': 1774606840.251526, 'last_price_update_time': 1774711158.618645}
2026-03-28 15:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734239') HTTP/1.1" 204 0
2026-03-28 15:19:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734303> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85146a1b-84e6-573a-81e2-ae2e325fa1bf with identifier: 10733999
2026-03-28 15:19:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85146a1b-84e6-573a-81e2-ae2e325fa1bf with scrape type 2
2026-03-28 15:19:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85146a1b-84e6-573a-81e2-ae2e325fa1bf with scrape type 2
2026-03-28 15:19:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 85146a1b-84e6-573a-81e2-ae2e325fa1bf, identifier: 10733999
2026-03-28 15:19:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a9a83910-ea5a-5b6f-9fa3-ec5de726bc27 with identifier: 10734219
2026-03-28 15:19:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a9a83910-ea5a-5b6f-9fa3-ec5de726bc27 with scrape type 2
2026-03-28 15:19:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a9a83910-ea5a-5b6f-9fa3-ec5de726bc27 with scrape type 2
2026-03-28 15:19:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: a9a83910-ea5a-5b6f-9fa3-ec5de726bc27, identifier: 10734219
2026-03-28 15:19:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 85146a1b-84e6-573a-81e2-ae2e325fa1bf with identifier: 10733999
2026-03-28 15:19:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 85146a1b-84e6-573a-81e2-ae2e325fa1bf with identifier: 10733999
2026-03-28 15:19:18 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 85146a1b-84e6-573a-81e2-ae2e325fa1bf with identifier: 10733999 to the API
2026-03-28 15:19:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733999>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'MPV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '85146a1b-84e6-573a-81e2-ae2e325fa1bf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2DTQ464',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733999',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Multivan',
'odometer': 75696,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 34300,
'price_includes_vat': True,
'registration_date': '2023-06-21',
'seats_number': 6,
'seller_name': 'Ayvens België',
'title': 'Volkswagen Multivan 1.4 - Hybrid - Automatic - 150 hp - 75.696 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2023}
2026-03-28 15:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733999%27 HTTP/1.1" 200 None
2026-03-28 15:19:19 [adesa.be] INFO: Saving data for 10733999: {'auction_closing_time': 1774960500.0, 'created_time': 1774606842.884225, 'last_price_update_time': 1774711159.107068}
2026-03-28 15:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733999') HTTP/1.1" 204 0
2026-03-28 15:19:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: a9a83910-ea5a-5b6f-9fa3-ec5de726bc27 with identifier: 10734219
2026-03-28 15:19:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: a9a83910-ea5a-5b6f-9fa3-ec5de726bc27 with identifier: 10734219
2026-03-28 15:19:19 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: a9a83910-ea5a-5b6f-9fa3-ec5de726bc27 with identifier: 10734219 to the API
2026-03-28 15:19:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734219>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'engine_horse_power': 156,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'a9a83910-ea5a-5b6f-9fa3-ec5de726bc27',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2DSS186',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734219',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Passat',
'odometer': 60599,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 26200,
'price_includes_vat': True,
'registration_date': '2023-06-14',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volkswagen Passat Variant GTE 1.4 TSI Business - Hybrid - Automatic '
'- 156 hp - 60.599 km',
'transmission': 'automatic',
'trim': 'Business',
'vin': None,
'year': 2023}
2026-03-28 15:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734219%27 HTTP/1.1" 200 None
2026-03-28 15:19:19 [adesa.be] INFO: Saving data for 10734219: {'auction_closing_time': 1774960500.0, 'created_time': 1774606843.540726, 'last_price_update_time': 1774711159.384207}
2026-03-28 15:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734219') HTTP/1.1" 204 0
2026-03-28 15:19:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734326> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734026> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb8bd8cd-ea55-5cdd-a008-c22236af273b with identifier: 10734303
2026-03-28 15:19:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb8bd8cd-ea55-5cdd-a008-c22236af273b with scrape type 2
2026-03-28 15:19:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb8bd8cd-ea55-5cdd-a008-c22236af273b with scrape type 2
2026-03-28 15:19:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: fb8bd8cd-ea55-5cdd-a008-c22236af273b, identifier: 10734303
2026-03-28 15:19:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: fb8bd8cd-ea55-5cdd-a008-c22236af273b with identifier: 10734303
2026-03-28 15:19:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: fb8bd8cd-ea55-5cdd-a008-c22236af273b with identifier: 10734303
2026-03-28 15:19:19 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: fb8bd8cd-ea55-5cdd-a008-c22236af273b with identifier: 10734303 to the API
2026-03-28 15:19:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734303>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 110,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Petrol',
'id': 'fb8bd8cd-ea55-5cdd-a008-c22236af273b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BPR993',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734303',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'T-Cross',
'odometer': 29642,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 12350,
'price_includes_vat': True,
'registration_date': '2022-02-07',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volkswagen T-Cross 1.0 TSI Life - Petrol - Manual - 110 hp - 29.642 '
'km',
'transmission': 'manual',
'trim': 'Life',
'vin': None,
'year': 2022}
2026-03-28 15:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734303%27 HTTP/1.1" 200 None
2026-03-28 15:19:19 [adesa.be] INFO: Saving data for 10734303: {'auction_closing_time': 1774960500.0, 'created_time': 1774606835.968633, 'last_price_update_time': 1774711159.772607}
2026-03-28 15:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734303') HTTP/1.1" 204 0
2026-03-28 15:19:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734123> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b06c52b4-f5c5-5d40-bbcd-cc5e37474fac with identifier: 10734326
2026-03-28 15:19:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b06c52b4-f5c5-5d40-bbcd-cc5e37474fac with scrape type 2
2026-03-28 15:19:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b06c52b4-f5c5-5d40-bbcd-cc5e37474fac with scrape type 2
2026-03-28 15:19:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: b06c52b4-f5c5-5d40-bbcd-cc5e37474fac, identifier: 10734326
2026-03-28 15:19:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d29df9db-3aaf-50cd-9b68-18267b1a49e6 with identifier: 10734026
2026-03-28 15:19:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d29df9db-3aaf-50cd-9b68-18267b1a49e6 with scrape type 2
2026-03-28 15:19:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d29df9db-3aaf-50cd-9b68-18267b1a49e6 with scrape type 2
2026-03-28 15:19:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: d29df9db-3aaf-50cd-9b68-18267b1a49e6, identifier: 10734026
2026-03-28 15:19:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: b06c52b4-f5c5-5d40-bbcd-cc5e37474fac with identifier: 10734326
2026-03-28 15:19:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: b06c52b4-f5c5-5d40-bbcd-cc5e37474fac with identifier: 10734326
2026-03-28 15:19:20 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: b06c52b4-f5c5-5d40-bbcd-cc5e37474fac with identifier: 10734326 to the API
2026-03-28 15:19:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734326>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 102,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': 'b06c52b4-f5c5-5d40-bbcd-cc5e37474fac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1WJP863',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734326',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Transporter',
'odometer': 178778,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 10250,
'price_includes_vat': True,
'registration_date': '2019-06-18',
'seats_number': 3,
'seller_name': 'Ayvens België',
'title': 'Volkswagen Transporter 2.0 TDI - Diesel - Manual - 102 hp - 178.778 '
'km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2019}
2026-03-28 15:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734326%27 HTTP/1.1" 200 None
2026-03-28 15:19:20 [adesa.be] INFO: Saving data for 10734326: {'auction_closing_time': 1774960500.0, 'created_time': 1774606833.767912, 'last_price_update_time': 1774711160.229749}
2026-03-28 15:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734326') HTTP/1.1" 204 0
2026-03-28 15:19:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: d29df9db-3aaf-50cd-9b68-18267b1a49e6 with identifier: 10734026
2026-03-28 15:19:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: d29df9db-3aaf-50cd-9b68-18267b1a49e6 with identifier: 10734026
2026-03-28 15:19:20 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: d29df9db-3aaf-50cd-9b68-18267b1a49e6 with identifier: 10734026 to the API
2026-03-28 15:19:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734026>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 129,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'd29df9db-3aaf-50cd-9b68-18267b1a49e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2DDY878',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734026',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volvo',
'model': 'XC40',
'odometer': 187410,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13900,
'price_includes_vat': True,
'registration_date': '2023-02-17',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volvo XC40 1.5 T4 Core - Hybrid - Automatic - 129 hp - 187.410 km',
'transmission': 'automatic',
'trim': 'Core',
'vin': None,
'year': 2023}
2026-03-28 15:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734026%27 HTTP/1.1" 200 None
2026-03-28 15:19:20 [adesa.be] INFO: Saving data for 10734026: {'auction_closing_time': 1774960500.0, 'created_time': 1774606815.425503, 'last_price_update_time': 1774711160.55877}
2026-03-28 15:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734026') HTTP/1.1" 204 0
2026-03-28 15:19:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734167> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734098> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734305> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734122> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6add77b-14f1-5445-8368-b72561e73804 with identifier: 10734123
2026-03-28 15:19:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6add77b-14f1-5445-8368-b72561e73804 with scrape type 2
2026-03-28 15:19:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6add77b-14f1-5445-8368-b72561e73804 with scrape type 2
2026-03-28 15:19:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: f6add77b-14f1-5445-8368-b72561e73804, identifier: 10734123
2026-03-28 15:19:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: f6add77b-14f1-5445-8368-b72561e73804 with identifier: 10734123
2026-03-28 15:19:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: f6add77b-14f1-5445-8368-b72561e73804 with identifier: 10734123
2026-03-28 15:19:20 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: f6add77b-14f1-5445-8368-b72561e73804 with identifier: 10734123 to the API
2026-03-28 15:19:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734123>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 129,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Petrol',
'id': 'f6add77b-14f1-5445-8368-b72561e73804',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CBU245',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734123',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volvo',
'model': 'XC40',
'odometer': 75053,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 17750,
'price_includes_vat': True,
'registration_date': '2022-05-25',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volvo XC40 1.5 T2 Plus Dark - Petrol - Automatic - 129 hp - 75.053 '
'km',
'transmission': 'automatic',
'trim': 'Plus Dark',
'vin': None,
'year': 2022}
2026-03-28 15:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734123%27 HTTP/1.1" 200 None
2026-03-28 15:19:20 [adesa.be] INFO: Saving data for 10734123: {'auction_closing_time': 1774960500.0, 'created_time': 1774606824.973067, 'last_price_update_time': 1774711160.973225}
2026-03-28 15:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734123') HTTP/1.1" 204 0
2026-03-28 15:19:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e827b8cc-e822-5665-a3a2-e4c681693979 with identifier: 10734167
2026-03-28 15:19:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e827b8cc-e822-5665-a3a2-e4c681693979 with scrape type 2
2026-03-28 15:19:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e827b8cc-e822-5665-a3a2-e4c681693979 with scrape type 2
2026-03-28 15:19:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: e827b8cc-e822-5665-a3a2-e4c681693979, identifier: 10734167
2026-03-28 15:19:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c449ad50-047f-5bef-8f8d-e13bb4650261 with identifier: 10734098
2026-03-28 15:19:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c449ad50-047f-5bef-8f8d-e13bb4650261 with scrape type 2
2026-03-28 15:19:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c449ad50-047f-5bef-8f8d-e13bb4650261 with scrape type 2
2026-03-28 15:19:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: c449ad50-047f-5bef-8f8d-e13bb4650261, identifier: 10734098
2026-03-28 15:19:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d96b443b-5ba2-5bed-ab6b-74ff3018cc2e with identifier: 10734305
2026-03-28 15:19:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d96b443b-5ba2-5bed-ab6b-74ff3018cc2e with scrape type 2
2026-03-28 15:19:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d96b443b-5ba2-5bed-ab6b-74ff3018cc2e with scrape type 2
2026-03-28 15:19:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: d96b443b-5ba2-5bed-ab6b-74ff3018cc2e, identifier: 10734305
2026-03-28 15:19:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4b2fa33-c9f5-5776-a546-1f58e7bd2dca with identifier: 10734122
2026-03-28 15:19:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4b2fa33-c9f5-5776-a546-1f58e7bd2dca with scrape type 2
2026-03-28 15:19:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a4b2fa33-c9f5-5776-a546-1f58e7bd2dca with scrape type 2
2026-03-28 15:19:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: a4b2fa33-c9f5-5776-a546-1f58e7bd2dca, identifier: 10734122
2026-03-28 15:19:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: e827b8cc-e822-5665-a3a2-e4c681693979 with identifier: 10734167
2026-03-28 15:19:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: e827b8cc-e822-5665-a3a2-e4c681693979 with identifier: 10734167
2026-03-28 15:19:21 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: e827b8cc-e822-5665-a3a2-e4c681693979 with identifier: 10734167 to the API
2026-03-28 15:19:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734167>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 129,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'e827b8cc-e822-5665-a3a2-e4c681693979',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BSS206',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734167',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volvo',
'model': 'XC40',
'odometer': 131568,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 16200,
'price_includes_vat': True,
'registration_date': '2022-03-09',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volvo XC40 1.5 T4 Inscription - Hybrid - Automatic - 129 hp - '
'131.568 km',
'transmission': 'automatic',
'trim': 'Inscription',
'vin': None,
'year': 2022}
2026-03-28 15:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734167%27 HTTP/1.1" 200 None
2026-03-28 15:19:21 [adesa.be] INFO: Saving data for 10734167: {'auction_closing_time': 1774960500.0, 'created_time': 1774606826.697068, 'last_price_update_time': 1774711161.63628}
2026-03-28 15:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734167') HTTP/1.1" 204 0
2026-03-28 15:19:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: c449ad50-047f-5bef-8f8d-e13bb4650261 with identifier: 10734098
2026-03-28 15:19:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: c449ad50-047f-5bef-8f8d-e13bb4650261 with identifier: 10734098
2026-03-28 15:19:21 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: c449ad50-047f-5bef-8f8d-e13bb4650261 with identifier: 10734098 to the API
2026-03-28 15:19:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734098>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 129,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'c449ad50-047f-5bef-8f8d-e13bb4650261',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BJN322',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734098',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volvo',
'model': 'XC40',
'odometer': 78626,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 18300,
'price_includes_vat': True,
'registration_date': '2021-12-09',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volvo XC40 1.5 T4 Inscription - Hybrid - Automatic - 129 hp - '
'78.626 km',
'transmission': 'automatic',
'trim': 'Inscription',
'vin': None,
'year': 2021}
2026-03-28 15:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734098%27 HTTP/1.1" 200 None
2026-03-28 15:19:21 [adesa.be] INFO: Saving data for 10734098: {'auction_closing_time': 1774960500.0, 'created_time': 1774606824.183606, 'last_price_update_time': 1774711161.893484}
2026-03-28 15:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734098') HTTP/1.1" 204 0
2026-03-28 15:19:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: d96b443b-5ba2-5bed-ab6b-74ff3018cc2e with identifier: 10734305
2026-03-28 15:19:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: d96b443b-5ba2-5bed-ab6b-74ff3018cc2e with identifier: 10734305
2026-03-28 15:19:21 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: d96b443b-5ba2-5bed-ab6b-74ff3018cc2e with identifier: 10734305 to the API
2026-03-28 15:19:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734305>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 129,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'd96b443b-5ba2-5bed-ab6b-74ff3018cc2e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2ACR268',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734305',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volvo',
'model': 'XC40',
'odometer': 120135,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 15900,
'price_includes_vat': True,
'registration_date': '2021-02-22',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volvo XC40 1.5 T4 Inscription - Hybrid - Automatic - 129 hp - '
'120.135 km',
'transmission': 'automatic',
'trim': 'Inscription',
'vin': None,
'year': 2021}
2026-03-28 15:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734305%27 HTTP/1.1" 200 None
2026-03-28 15:19:22 [adesa.be] INFO: Saving data for 10734305: {'auction_closing_time': 1774960500.0, 'created_time': 1774606825.627149, 'last_price_update_time': 1774711162.157215}
2026-03-28 15:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734305') HTTP/1.1" 204 0
2026-03-28 15:19:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: a4b2fa33-c9f5-5776-a546-1f58e7bd2dca with identifier: 10734122
2026-03-28 15:19:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: a4b2fa33-c9f5-5776-a546-1f58e7bd2dca with identifier: 10734122
2026-03-28 15:19:22 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: a4b2fa33-c9f5-5776-a546-1f58e7bd2dca with identifier: 10734122 to the API
2026-03-28 15:19:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734122>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 129,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Petrol',
'id': 'a4b2fa33-c9f5-5776-a546-1f58e7bd2dca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BNR161',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734122',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volvo',
'model': 'XC40',
'odometer': 80877,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 15500,
'price_includes_vat': True,
'registration_date': '2022-01-27',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volvo XC40 1.5 T2 Momentum Pro - Petrol - Manual - 129 hp - 80.877 '
'km',
'transmission': 'manual',
'trim': 'Momentum Pro',
'vin': None,
'year': 2022}
2026-03-28 15:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734122%27 HTTP/1.1" 200 None
2026-03-28 15:19:22 [adesa.be] INFO: Saving data for 10734122: {'auction_closing_time': 1774960500.0, 'created_time': 1774606827.120181, 'last_price_update_time': 1774711162.424176}
2026-03-28 15:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734122') HTTP/1.1" 204 0
2026-03-28 15:19:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734103> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734281> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734182> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4ea1edf-f830-5821-8cfe-56bd8cee16a1 with identifier: 10734103
2026-03-28 15:19:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4ea1edf-f830-5821-8cfe-56bd8cee16a1 with scrape type 2
2026-03-28 15:19:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4ea1edf-f830-5821-8cfe-56bd8cee16a1 with scrape type 2
2026-03-28 15:19:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: b4ea1edf-f830-5821-8cfe-56bd8cee16a1, identifier: 10734103
2026-03-28 15:19:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: b4ea1edf-f830-5821-8cfe-56bd8cee16a1 with identifier: 10734103
2026-03-28 15:19:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: b4ea1edf-f830-5821-8cfe-56bd8cee16a1 with identifier: 10734103
2026-03-28 15:19:22 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: b4ea1edf-f830-5821-8cfe-56bd8cee16a1 with identifier: 10734103 to the API
2026-03-28 15:19:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734103>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 180,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'b4ea1edf-f830-5821-8cfe-56bd8cee16a1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BHG330',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734103',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '508',
'odometer': 137222,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 10500,
'price_includes_vat': True,
'registration_date': '2021-11-25',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Peugeot 508 SW 1.6 Allure Pack - Hybrid - Automatic - 180 hp - '
'137.222 km',
'transmission': 'automatic',
'trim': 'Allure Pack',
'vin': None,
'year': 2021}
2026-03-28 15:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734103%27 HTTP/1.1" 200 None
2026-03-28 15:19:22 [adesa.be] INFO: Saving data for 10734103: {'auction_closing_time': 1774960500.0, 'created_time': 1774606871.673858, 'last_price_update_time': 1774711162.928072}
2026-03-28 15:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734103') HTTP/1.1" 204 0
2026-03-28 15:19:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ee34157-3e9b-5679-98ed-76c9a9ef6c68 with identifier: 10734281
2026-03-28 15:19:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ee34157-3e9b-5679-98ed-76c9a9ef6c68 with scrape type 2
2026-03-28 15:19:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ee34157-3e9b-5679-98ed-76c9a9ef6c68 with scrape type 2
2026-03-28 15:19:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 1ee34157-3e9b-5679-98ed-76c9a9ef6c68, identifier: 10734281
2026-03-28 15:19:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c6335e3-238e-53a4-ae05-e6ca6de36eb1 with identifier: 10734182
2026-03-28 15:19:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c6335e3-238e-53a4-ae05-e6ca6de36eb1 with scrape type 2
2026-03-28 15:19:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c6335e3-238e-53a4-ae05-e6ca6de36eb1 with scrape type 2
2026-03-28 15:19:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 2c6335e3-238e-53a4-ae05-e6ca6de36eb1, identifier: 10734182
2026-03-28 15:19:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 1ee34157-3e9b-5679-98ed-76c9a9ef6c68 with identifier: 10734281
2026-03-28 15:19:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 1ee34157-3e9b-5679-98ed-76c9a9ef6c68 with identifier: 10734281
2026-03-28 15:19:23 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 1ee34157-3e9b-5679-98ed-76c9a9ef6c68 with identifier: 10734281 to the API
2026-03-28 15:19:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734281>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 180,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '1ee34157-3e9b-5679-98ed-76c9a9ef6c68',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YVP430',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734281',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volvo',
'model': 'XC40',
'odometer': 171531,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 14100,
'price_includes_vat': True,
'registration_date': '2021-01-04',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volvo XC40 1.5 T5 Inscription - Hybrid - Automatic - 180 hp - '
'171.531 km',
'transmission': 'automatic',
'trim': 'Inscription',
'vin': None,
'year': 2021}
2026-03-28 15:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734281%27 HTTP/1.1" 200 None
2026-03-28 15:19:23 [adesa.be] INFO: Saving data for 10734281: {'auction_closing_time': 1774960500.0, 'created_time': 1774606818.272569, 'last_price_update_time': 1774711163.394317}
2026-03-28 15:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734281') HTTP/1.1" 204 0
2026-03-28 15:19:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 2c6335e3-238e-53a4-ae05-e6ca6de36eb1 with identifier: 10734182
2026-03-28 15:19:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 2c6335e3-238e-53a4-ae05-e6ca6de36eb1 with identifier: 10734182
2026-03-28 15:19:23 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 2c6335e3-238e-53a4-ae05-e6ca6de36eb1 with identifier: 10734182 to the API
2026-03-28 15:19:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734182>
{'auction_title': '',
'c_o_2_emission_value': 47,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 180,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '2c6335e3-238e-53a4-ae05-e6ca6de36eb1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BLA892',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734182',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volvo',
'model': 'XC40',
'odometer': 104277,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 16300,
'price_includes_vat': True,
'registration_date': '2021-12-29',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volvo XC40 1.5 T5 Inscription - Hybrid - Automatic - 180 hp - '
'104.277 km',
'transmission': 'automatic',
'trim': 'Inscription',
'vin': None,
'year': 2021}
2026-03-28 15:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734182%27 HTTP/1.1" 200 None
2026-03-28 15:19:23 [adesa.be] INFO: Saving data for 10734182: {'auction_closing_time': 1774960500.0, 'created_time': 1774606817.569352, 'last_price_update_time': 1774711163.660914}
2026-03-28 15:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734182') HTTP/1.1" 204 0
2026-03-28 15:19:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734181> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734241> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1796228e-b80d-5a4d-954e-cba1b50031c7 with identifier: 10734181
2026-03-28 15:19:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1796228e-b80d-5a4d-954e-cba1b50031c7 with scrape type 2
2026-03-28 15:19:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1796228e-b80d-5a4d-954e-cba1b50031c7 with scrape type 2
2026-03-28 15:19:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 1796228e-b80d-5a4d-954e-cba1b50031c7, identifier: 10734181
2026-03-28 15:19:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f36c7787-184a-585e-8711-b7d764b45a70 with identifier: 10734241
2026-03-28 15:19:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f36c7787-184a-585e-8711-b7d764b45a70 with scrape type 2
2026-03-28 15:19:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f36c7787-184a-585e-8711-b7d764b45a70 with scrape type 2
2026-03-28 15:19:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: f36c7787-184a-585e-8711-b7d764b45a70, identifier: 10734241
2026-03-28 15:19:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 1796228e-b80d-5a4d-954e-cba1b50031c7 with identifier: 10734181
2026-03-28 15:19:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 1796228e-b80d-5a4d-954e-cba1b50031c7 with identifier: 10734181
2026-03-28 15:19:24 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 1796228e-b80d-5a4d-954e-cba1b50031c7 with identifier: 10734181 to the API
2026-03-28 15:19:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734181>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 129,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '1796228e-b80d-5a4d-954e-cba1b50031c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BPM572',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734181',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volvo',
'model': 'XC40',
'odometer': 107217,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 17500,
'price_includes_vat': True,
'registration_date': '2022-02-04',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volvo XC40 1.5 T4 Inscription - Hybrid - Automatic - 129 hp - '
'107.217 km',
'transmission': 'automatic',
'trim': 'Inscription',
'vin': None,
'year': 2022}
2026-03-28 15:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734181%27 HTTP/1.1" 200 None
2026-03-28 15:19:24 [adesa.be] INFO: Saving data for 10734181: {'auction_closing_time': 1774960500.0, 'created_time': 1774606823.825497, 'last_price_update_time': 1774711164.225638}
2026-03-28 15:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734181') HTTP/1.1" 204 0
2026-03-28 15:19:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: f36c7787-184a-585e-8711-b7d764b45a70 with identifier: 10734241
2026-03-28 15:19:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: f36c7787-184a-585e-8711-b7d764b45a70 with identifier: 10734241
2026-03-28 15:19:24 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: f36c7787-184a-585e-8711-b7d764b45a70 with identifier: 10734241 to the API
2026-03-28 15:19:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734241>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 180,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'f36c7787-184a-585e-8711-b7d764b45a70',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2AEC328',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734241',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volvo',
'model': 'XC40',
'odometer': 93071,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 17000,
'price_includes_vat': True,
'registration_date': '2021-03-05',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volvo XC40 1.5 T5 Inscription - Hybrid - Automatic - 180 hp - '
'93.071 km',
'transmission': 'automatic',
'trim': 'Inscription',
'vin': None,
'year': 2021}
2026-03-28 15:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734241%27 HTTP/1.1" 200 None
2026-03-28 15:19:24 [adesa.be] INFO: Saving data for 10734241: {'auction_closing_time': 1774960500.0, 'created_time': 1774606822.765826, 'last_price_update_time': 1774711164.504315}
2026-03-28 15:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734241') HTTP/1.1" 204 0
2026-03-28 15:19:24 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734097> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734304> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:24 [adesa.be] INFO: Found listing with ID: 10734083
2026-03-28 15:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734083%27 HTTP/1.1" 200 None
2026-03-28 15:19:24 [adesa.be] INFO: Scrape type for 10734083: 2
2026-03-28 15:19:24 [adesa.be] INFO: Scraping item 10734083 url https://www.openlane.eu/en/carv6/auction/10734083
2026-03-28 15:19:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 950002f4-b602-54d8-8371-f90a6d968ea9 with identifier: 10734097
2026-03-28 15:19:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 950002f4-b602-54d8-8371-f90a6d968ea9 with scrape type 2
2026-03-28 15:19:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 950002f4-b602-54d8-8371-f90a6d968ea9 with scrape type 2
2026-03-28 15:19:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 950002f4-b602-54d8-8371-f90a6d968ea9, identifier: 10734097
2026-03-28 15:19:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 950002f4-b602-54d8-8371-f90a6d968ea9 with identifier: 10734097
2026-03-28 15:19:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 950002f4-b602-54d8-8371-f90a6d968ea9 with identifier: 10734097
2026-03-28 15:19:24 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 950002f4-b602-54d8-8371-f90a6d968ea9 with identifier: 10734097 to the API
2026-03-28 15:19:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734097>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 253,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '950002f4-b602-54d8-8371-f90a6d968ea9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BJR011',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734097',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volvo',
'model': 'V60',
'odometer': 88971,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 17200,
'price_includes_vat': True,
'registration_date': '2021-12-09',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volvo V60 T6 Inscription - AWD - Hybrid - Automatic - 253 hp - '
'88.971 km',
'transmission': 'automatic',
'trim': 'Inscription',
'vin': None,
'year': 2021}
2026-03-28 15:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734097%27 HTTP/1.1" 200 None
2026-03-28 15:19:25 [adesa.be] INFO: Saving data for 10734097: {'auction_closing_time': 1774960500.0, 'created_time': 1774606830.242616, 'last_price_update_time': 1774711165.018745}
2026-03-28 15:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734097') HTTP/1.1" 204 0
2026-03-28 15:19:25 [adesa.be] INFO: Found listing with ID: 10734240
2026-03-28 15:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734240%27 HTTP/1.1" 200 None
2026-03-28 15:19:25 [adesa.be] INFO: Scrape type for 10734240: 2
2026-03-28 15:19:25 [adesa.be] INFO: Scraping item 10734240 url https://www.openlane.eu/en/carv6/auction/10734240
2026-03-28 15:19:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734327> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80bd2a52-9bc7-5c24-acdb-6298c8c508dc with identifier: 10734304
2026-03-28 15:19:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80bd2a52-9bc7-5c24-acdb-6298c8c508dc with scrape type 2
2026-03-28 15:19:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80bd2a52-9bc7-5c24-acdb-6298c8c508dc with scrape type 2
2026-03-28 15:19:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 80bd2a52-9bc7-5c24-acdb-6298c8c508dc, identifier: 10734304
2026-03-28 15:19:25 [adesa.be] INFO: Found listing with ID: 10738101
2026-03-28 15:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738101%27 HTTP/1.1" 200 None
2026-03-28 15:19:25 [adesa.be] INFO: Scrape type for 10738101: 0
2026-03-28 15:19:25 [adesa.be] INFO: Skipping item 10738101 url https://www.openlane.eu/en/carv6/auction/10738101
2026-03-28 15:19:25 [adesa.be] INFO: Found listing with ID: 10734028
2026-03-28 15:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734028%27 HTTP/1.1" 200 None
2026-03-28 15:19:25 [adesa.be] INFO: Scrape type for 10734028: 2
2026-03-28 15:19:25 [adesa.be] INFO: Scraping item 10734028 url https://www.openlane.eu/en/carv6/auction/10734028
2026-03-28 15:19:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 80bd2a52-9bc7-5c24-acdb-6298c8c508dc with identifier: 10734304
2026-03-28 15:19:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 80bd2a52-9bc7-5c24-acdb-6298c8c508dc with identifier: 10734304
2026-03-28 15:19:25 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 80bd2a52-9bc7-5c24-acdb-6298c8c508dc with identifier: 10734304 to the API
2026-03-28 15:19:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734304>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 231,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Electric',
'id': '80bd2a52-9bc7-5c24-acdb-6298c8c508dc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CUA133',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734304',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volvo',
'model': 'C40',
'odometer': 72990,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 20300,
'price_includes_vat': True,
'registration_date': '2022-12-01',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volvo C40 67 kWh Plus - Electric - Automatic - 231 hp - 72.990 km',
'transmission': 'automatic',
'trim': 'Plus',
'vin': None,
'year': 2022}
2026-03-28 15:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734304%27 HTTP/1.1" 200 None
2026-03-28 15:19:25 [adesa.be] INFO: Saving data for 10734304: {'auction_closing_time': 1774960500.0, 'created_time': 1774606830.663221, 'last_price_update_time': 1774711165.533117}
2026-03-28 15:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734304') HTTP/1.1" 204 0
2026-03-28 15:19:25 [adesa.be] INFO: Found listing with ID: 10738100
2026-03-28 15:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738100%27 HTTP/1.1" 200 None
2026-03-28 15:19:25 [adesa.be] INFO: Scrape type for 10738100: 0
2026-03-28 15:19:25 [adesa.be] INFO: Skipping item 10738100 url https://www.openlane.eu/en/carv6/auction/10738100
2026-03-28 15:19:25 [adesa.be] INFO: Found listing with ID: 10734027
2026-03-28 15:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734027%27 HTTP/1.1" 200 None
2026-03-28 15:19:25 [adesa.be] INFO: Scrape type for 10734027: 2
2026-03-28 15:19:25 [adesa.be] INFO: Scraping item 10734027 url https://www.openlane.eu/en/carv6/auction/10734027
2026-03-28 15:19:25 [adesa.be] INFO: Found listing with ID: 10738097
2026-03-28 15:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738097%27 HTTP/1.1" 200 None
2026-03-28 15:19:25 [adesa.be] INFO: Scrape type for 10738097: 0
2026-03-28 15:19:25 [adesa.be] INFO: Skipping item 10738097 url https://www.openlane.eu/en/carv6/auction/10738097
2026-03-28 15:19:25 [adesa.be] INFO: Found listing with ID: 10734148
2026-03-28 15:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734148%27 HTTP/1.1" 200 None
2026-03-28 15:19:25 [adesa.be] INFO: Scrape type for 10734148: 2
2026-03-28 15:19:25 [adesa.be] INFO: Scraping item 10734148 url https://www.openlane.eu/en/carv6/auction/10734148
2026-03-28 15:19:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3db8e259-de8a-53ce-991f-67bc8bcf1cf8 with identifier: 10734327
2026-03-28 15:19:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3db8e259-de8a-53ce-991f-67bc8bcf1cf8 with scrape type 2
2026-03-28 15:19:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3db8e259-de8a-53ce-991f-67bc8bcf1cf8 with scrape type 2
2026-03-28 15:19:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 3db8e259-de8a-53ce-991f-67bc8bcf1cf8, identifier: 10734327
2026-03-28 15:19:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 3db8e259-de8a-53ce-991f-67bc8bcf1cf8 with identifier: 10734327
2026-03-28 15:19:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 3db8e259-de8a-53ce-991f-67bc8bcf1cf8 with identifier: 10734327
2026-03-28 15:19:25 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 3db8e259-de8a-53ce-991f-67bc8bcf1cf8 with identifier: 10734327 to the API
2026-03-28 15:19:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734327>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 129,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '3db8e259-de8a-53ce-991f-67bc8bcf1cf8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BEZ189',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734327',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volvo',
'model': 'XC40',
'odometer': 83978,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 19100,
'price_includes_vat': True,
'registration_date': '2021-10-27',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volvo XC40 1.5 T4 Inscription - Hybrid - Automatic - 129 hp - '
'83.978 km',
'transmission': 'automatic',
'trim': 'Inscription',
'vin': None,
'year': 2021}
2026-03-28 15:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734327%27 HTTP/1.1" 200 None
2026-03-28 15:19:25 [adesa.be] INFO: Saving data for 10734327: {'auction_closing_time': 1774960500.0, 'created_time': 1774606819.415782, 'last_price_update_time': 1774711165.969257}
2026-03-28 15:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734327') HTTP/1.1" 204 0
2026-03-28 15:19:25 [adesa.be] INFO: Found listing with ID: 10734001
2026-03-28 15:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734001%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10734001: 2
2026-03-28 15:19:26 [adesa.be] INFO: Scraping item 10734001 url https://www.openlane.eu/en/carv6/auction/10734001
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10738090
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738090%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10738090: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10738090 url https://www.openlane.eu/en/carv6/auction/10738090
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10734132
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734132%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10734132: 2
2026-03-28 15:19:26 [adesa.be] INFO: Scraping item 10734132 url https://www.openlane.eu/en/carv6/auction/10734132
2026-03-28 15:19:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734082> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10738083
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738083%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10738083: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10738083 url https://www.openlane.eu/en/carv6/auction/10738083
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10730816
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730816%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10730816: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10730816 url https://www.openlane.eu/en/carv6/auction/10730816
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10730817
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730817%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10730817: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10730817 url https://www.openlane.eu/en/carv6/auction/10730817
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10730800
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730800%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10730800: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10730800 url https://www.openlane.eu/en/carv6/auction/10730800
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10730819
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730819%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10730819: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10730819 url https://www.openlane.eu/en/carv6/auction/10730819
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10730824
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730824%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10730824: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10730824 url https://www.openlane.eu/en/carv6/auction/10730824
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10730796
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730796%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10730796: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10730796 url https://www.openlane.eu/en/carv6/auction/10730796
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10730803
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730803%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10730803: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10730803 url https://www.openlane.eu/en/carv6/auction/10730803
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10730914
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730914%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10730914: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10730914 url https://www.openlane.eu/en/carv6/auction/10730914
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10730795
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730795%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10730795: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10730795 url https://www.openlane.eu/en/carv6/auction/10730795
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10730808
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730808%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10730808: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10730808 url https://www.openlane.eu/en/carv6/auction/10730808
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10730794
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730794%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10730794: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10730794 url https://www.openlane.eu/en/carv6/auction/10730794
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10730931
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730931%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10730931: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10730931 url https://www.openlane.eu/en/carv6/auction/10730931
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10730804
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730804%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10730804: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10730804 url https://www.openlane.eu/en/carv6/auction/10730804
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10731964
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731964%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10731964: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10731964 url https://www.openlane.eu/en/carv6/auction/10731964
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10730807
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730807%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10730807: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10730807 url https://www.openlane.eu/en/carv6/auction/10730807
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10730801
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730801%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10730801: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10730801 url https://www.openlane.eu/en/carv6/auction/10730801
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10730806
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730806%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10730806: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10730806 url https://www.openlane.eu/en/carv6/auction/10730806
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10730810
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730810%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10730810: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10730810 url https://www.openlane.eu/en/carv6/auction/10730810
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10730826
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730826%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10730826: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10730826 url https://www.openlane.eu/en/carv6/auction/10730826
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10730825
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730825%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10730825: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10730825 url https://www.openlane.eu/en/carv6/auction/10730825
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10730811
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730811%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10730811: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10730811 url https://www.openlane.eu/en/carv6/auction/10730811
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10730812
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730812%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10730812: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10730812 url https://www.openlane.eu/en/carv6/auction/10730812
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10730799
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730799%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10730799: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10730799 url https://www.openlane.eu/en/carv6/auction/10730799
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10734959
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734959%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10734959: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10734959 url https://www.openlane.eu/en/carv6/auction/10734959
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10730802
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730802%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10730802: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10730802 url https://www.openlane.eu/en/carv6/auction/10730802
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10730809
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730809%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10730809: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10730809 url https://www.openlane.eu/en/carv6/auction/10730809
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10730821
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730821%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10730821: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10730821 url https://www.openlane.eu/en/carv6/auction/10730821
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10730813
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730813%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10730813: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10730813 url https://www.openlane.eu/en/carv6/auction/10730813
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10730820
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730820%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10730820: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10730820 url https://www.openlane.eu/en/carv6/auction/10730820
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10730822
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730822%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10730822: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10730822 url https://www.openlane.eu/en/carv6/auction/10730822
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10730797
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730797%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10730797: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10730797 url https://www.openlane.eu/en/carv6/auction/10730797
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10730911
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730911%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10730911: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10730911 url https://www.openlane.eu/en/carv6/auction/10730911
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10730827
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730827%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10730827: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10730827 url https://www.openlane.eu/en/carv6/auction/10730827
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10730818
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730818%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10730818: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10730818 url https://www.openlane.eu/en/carv6/auction/10730818
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10730915
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730915%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10730915: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10730915 url https://www.openlane.eu/en/carv6/auction/10730915
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10730793
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730793%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10730793: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10730793 url https://www.openlane.eu/en/carv6/auction/10730793
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10730908
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730908%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10730908: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10730908 url https://www.openlane.eu/en/carv6/auction/10730908
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10730815
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730815%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10730815: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10730815 url https://www.openlane.eu/en/carv6/auction/10730815
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10731971
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731971%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10731971: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10731971 url https://www.openlane.eu/en/carv6/auction/10731971
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10737501
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737501%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10737501: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10737501 url https://www.openlane.eu/en/carv6/auction/10737501
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10730814
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730814%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10730814: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10730814 url https://www.openlane.eu/en/carv6/auction/10730814
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10729524
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729524%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10729524: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10729524 url https://www.openlane.eu/en/carv6/auction/10729524
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10729530
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729530%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10729530: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10729530 url https://www.openlane.eu/en/carv6/auction/10729530
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10729537
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729537%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10729537: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10729537 url https://www.openlane.eu/en/carv6/auction/10729537
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10729541
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729541%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10729541: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10729541 url https://www.openlane.eu/en/carv6/auction/10729541
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10729542
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729542%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10729542: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10729542 url https://www.openlane.eu/en/carv6/auction/10729542
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10729543
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729543%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10729543: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10729543 url https://www.openlane.eu/en/carv6/auction/10729543
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10729544
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729544%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10729544: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10729544 url https://www.openlane.eu/en/carv6/auction/10729544
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10729545
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729545%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10729545: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10729545 url https://www.openlane.eu/en/carv6/auction/10729545
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10729546
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729546%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10729546: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10729546 url https://www.openlane.eu/en/carv6/auction/10729546
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10729560
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729560%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10729560: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10729560 url https://www.openlane.eu/en/carv6/auction/10729560
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10729571
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729571%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10729571: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10729571 url https://www.openlane.eu/en/carv6/auction/10729571
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10729574
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729574%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10729574: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10729574 url https://www.openlane.eu/en/carv6/auction/10729574
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10729586
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729586%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10729586: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10729586 url https://www.openlane.eu/en/carv6/auction/10729586
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10729588
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729588%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10729588: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10729588 url https://www.openlane.eu/en/carv6/auction/10729588
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10729591
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729591%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10729591: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10729591 url https://www.openlane.eu/en/carv6/auction/10729591
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10729605
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729605%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10729605: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10729605 url https://www.openlane.eu/en/carv6/auction/10729605
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10729607
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729607%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10729607: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10729607 url https://www.openlane.eu/en/carv6/auction/10729607
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10729611
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729611%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10729611: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10729611 url https://www.openlane.eu/en/carv6/auction/10729611
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10729629
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729629%27 HTTP/1.1" 200 None
2026-03-28 15:19:26 [adesa.be] INFO: Scrape type for 10729629: 0
2026-03-28 15:19:26 [adesa.be] INFO: Skipping item 10729629 url https://www.openlane.eu/en/carv6/auction/10729629
2026-03-28 15:19:26 [adesa.be] INFO: Found listing with ID: 10729630
2026-03-28 15:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729630%27 HTTP/1.1" 200 None
2026-03-28 15:19:27 [adesa.be] INFO: Scrape type for 10729630: 0
2026-03-28 15:19:27 [adesa.be] INFO: Skipping item 10729630 url https://www.openlane.eu/en/carv6/auction/10729630
2026-03-28 15:19:27 [adesa.be] INFO: Found listing with ID: 10729632
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729632%27 HTTP/1.1" 200 None
2026-03-28 15:19:27 [adesa.be] INFO: Scrape type for 10729632: 0
2026-03-28 15:19:27 [adesa.be] INFO: Skipping item 10729632 url https://www.openlane.eu/en/carv6/auction/10729632
2026-03-28 15:19:27 [adesa.be] INFO: Found listing with ID: 10729634
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729634%27 HTTP/1.1" 200 None
2026-03-28 15:19:27 [adesa.be] INFO: Scrape type for 10729634: 0
2026-03-28 15:19:27 [adesa.be] INFO: Skipping item 10729634 url https://www.openlane.eu/en/carv6/auction/10729634
2026-03-28 15:19:27 [adesa.be] INFO: Found listing with ID: 10729637
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729637%27 HTTP/1.1" 200 None
2026-03-28 15:19:27 [adesa.be] INFO: Scrape type for 10729637: 0
2026-03-28 15:19:27 [adesa.be] INFO: Skipping item 10729637 url https://www.openlane.eu/en/carv6/auction/10729637
2026-03-28 15:19:27 [adesa.be] INFO: Found listing with ID: 10729640
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729640%27 HTTP/1.1" 200 None
2026-03-28 15:19:27 [adesa.be] INFO: Scrape type for 10729640: 0
2026-03-28 15:19:27 [adesa.be] INFO: Skipping item 10729640 url https://www.openlane.eu/en/carv6/auction/10729640
2026-03-28 15:19:27 [adesa.be] INFO: Found listing with ID: 10729642
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729642%27 HTTP/1.1" 200 None
2026-03-28 15:19:27 [adesa.be] INFO: Scrape type for 10729642: 0
2026-03-28 15:19:27 [adesa.be] INFO: Skipping item 10729642 url https://www.openlane.eu/en/carv6/auction/10729642
2026-03-28 15:19:27 [adesa.be] INFO: Found listing with ID: 10729644
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729644%27 HTTP/1.1" 200 None
2026-03-28 15:19:27 [adesa.be] INFO: Scrape type for 10729644: 0
2026-03-28 15:19:27 [adesa.be] INFO: Skipping item 10729644 url https://www.openlane.eu/en/carv6/auction/10729644
2026-03-28 15:19:27 [adesa.be] INFO: Found listing with ID: 10729663
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729663%27 HTTP/1.1" 200 None
2026-03-28 15:19:27 [adesa.be] INFO: Scrape type for 10729663: 0
2026-03-28 15:19:27 [adesa.be] INFO: Skipping item 10729663 url https://www.openlane.eu/en/carv6/auction/10729663
2026-03-28 15:19:27 [adesa.be] INFO: Found listing with ID: 10729676
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729676%27 HTTP/1.1" 200 None
2026-03-28 15:19:27 [adesa.be] INFO: Scrape type for 10729676: 0
2026-03-28 15:19:27 [adesa.be] INFO: Skipping item 10729676 url https://www.openlane.eu/en/carv6/auction/10729676
2026-03-28 15:19:27 [adesa.be] INFO: Found listing with ID: 10729678
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729678%27 HTTP/1.1" 200 None
2026-03-28 15:19:27 [adesa.be] INFO: Scrape type for 10729678: 0
2026-03-28 15:19:27 [adesa.be] INFO: Skipping item 10729678 url https://www.openlane.eu/en/carv6/auction/10729678
2026-03-28 15:19:27 [adesa.be] INFO: Found listing with ID: 10729680
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729680%27 HTTP/1.1" 200 None
2026-03-28 15:19:27 [adesa.be] INFO: Scrape type for 10729680: 0
2026-03-28 15:19:27 [adesa.be] INFO: Skipping item 10729680 url https://www.openlane.eu/en/carv6/auction/10729680
2026-03-28 15:19:27 [adesa.be] INFO: Found listing with ID: 10729681
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729681%27 HTTP/1.1" 200 None
2026-03-28 15:19:27 [adesa.be] INFO: Scrape type for 10729681: 0
2026-03-28 15:19:27 [adesa.be] INFO: Skipping item 10729681 url https://www.openlane.eu/en/carv6/auction/10729681
2026-03-28 15:19:27 [adesa.be] INFO: Found listing with ID: 10729683
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729683%27 HTTP/1.1" 200 None
2026-03-28 15:19:27 [adesa.be] INFO: Scrape type for 10729683: 0
2026-03-28 15:19:27 [adesa.be] INFO: Skipping item 10729683 url https://www.openlane.eu/en/carv6/auction/10729683
2026-03-28 15:19:27 [adesa.be] INFO: Found listing with ID: 10729685
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729685%27 HTTP/1.1" 200 None
2026-03-28 15:19:27 [adesa.be] INFO: Scrape type for 10729685: 0
2026-03-28 15:19:27 [adesa.be] INFO: Skipping item 10729685 url https://www.openlane.eu/en/carv6/auction/10729685
2026-03-28 15:19:27 [adesa.be] INFO: Found listing with ID: 10729528
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729528%27 HTTP/1.1" 200 None
2026-03-28 15:19:27 [adesa.be] INFO: Scrape type for 10729528: 0
2026-03-28 15:19:27 [adesa.be] INFO: Skipping item 10729528 url https://www.openlane.eu/en/carv6/auction/10729528
2026-03-28 15:19:27 [adesa.be] INFO: Found listing with ID: 10729529
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729529%27 HTTP/1.1" 200 None
2026-03-28 15:19:27 [adesa.be] INFO: Scrape type for 10729529: 2
2026-03-28 15:19:27 [adesa.be] INFO: Scraping item 10729529 url https://www.openlane.eu/en/carv6/auction/10729529
2026-03-28 15:19:27 [adesa.be] INFO: Found listing with ID: 10729532
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729532%27 HTTP/1.1" 200 None
2026-03-28 15:19:27 [adesa.be] INFO: Scrape type for 10729532: 0
2026-03-28 15:19:27 [adesa.be] INFO: Skipping item 10729532 url https://www.openlane.eu/en/carv6/auction/10729532
2026-03-28 15:19:27 [adesa.be] INFO: Found listing with ID: 10729535
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729535%27 HTTP/1.1" 200 None
2026-03-28 15:19:27 [adesa.be] INFO: Scrape type for 10729535: 0
2026-03-28 15:19:27 [adesa.be] INFO: Skipping item 10729535 url https://www.openlane.eu/en/carv6/auction/10729535
2026-03-28 15:19:27 [adesa.be] INFO: Found listing with ID: 10729531
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729531%27 HTTP/1.1" 200 None
2026-03-28 15:19:27 [adesa.be] INFO: Scrape type for 10729531: 0
2026-03-28 15:19:27 [adesa.be] INFO: Skipping item 10729531 url https://www.openlane.eu/en/carv6/auction/10729531
2026-03-28 15:19:27 [adesa.be] INFO: Found listing with ID: 10729536
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729536%27 HTTP/1.1" 200 None
2026-03-28 15:19:27 [adesa.be] INFO: Scrape type for 10729536: 0
2026-03-28 15:19:27 [adesa.be] INFO: Skipping item 10729536 url https://www.openlane.eu/en/carv6/auction/10729536
2026-03-28 15:19:27 [adesa.be] INFO: Found listing with ID: 10729539
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729539%27 HTTP/1.1" 200 None
2026-03-28 15:19:27 [adesa.be] INFO: Scrape type for 10729539: 0
2026-03-28 15:19:27 [adesa.be] INFO: Skipping item 10729539 url https://www.openlane.eu/en/carv6/auction/10729539
2026-03-28 15:19:27 [adesa.be] INFO: Found listing with ID: 10729550
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729550%27 HTTP/1.1" 200 None
2026-03-28 15:19:27 [adesa.be] INFO: Scrape type for 10729550: 0
2026-03-28 15:19:27 [adesa.be] INFO: Skipping item 10729550 url https://www.openlane.eu/en/carv6/auction/10729550
2026-03-28 15:19:27 [adesa.be] INFO: Found listing with ID: 10729552
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729552%27 HTTP/1.1" 200 None
2026-03-28 15:19:27 [adesa.be] INFO: Scrape type for 10729552: 0
2026-03-28 15:19:27 [adesa.be] INFO: Skipping item 10729552 url https://www.openlane.eu/en/carv6/auction/10729552
2026-03-28 15:19:27 [adesa.be] INFO: Found listing with ID: 10729554
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729554%27 HTTP/1.1" 200 None
2026-03-28 15:19:27 [adesa.be] INFO: Scrape type for 10729554: 0
2026-03-28 15:19:27 [adesa.be] INFO: Skipping item 10729554 url https://www.openlane.eu/en/carv6/auction/10729554
2026-03-28 15:19:27 [adesa.be] INFO: Found listing with ID: 10729555
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729555%27 HTTP/1.1" 200 None
2026-03-28 15:19:27 [adesa.be] INFO: Scrape type for 10729555: 0
2026-03-28 15:19:27 [adesa.be] INFO: Skipping item 10729555 url https://www.openlane.eu/en/carv6/auction/10729555
2026-03-28 15:19:27 [adesa.be] INFO: Found listing with ID: 10729562
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729562%27 HTTP/1.1" 200 None
2026-03-28 15:19:27 [adesa.be] INFO: Scrape type for 10729562: 0
2026-03-28 15:19:27 [adesa.be] INFO: Skipping item 10729562 url https://www.openlane.eu/en/carv6/auction/10729562
2026-03-28 15:19:27 [adesa.be] INFO: Found listing with ID: 10729564
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729564%27 HTTP/1.1" 200 None
2026-03-28 15:19:27 [adesa.be] INFO: Scrape type for 10729564: 0
2026-03-28 15:19:27 [adesa.be] INFO: Skipping item 10729564 url https://www.openlane.eu/en/carv6/auction/10729564
2026-03-28 15:19:27 [adesa.be] INFO: Found listing with ID: 10729639
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729639%27 HTTP/1.1" 200 None
2026-03-28 15:19:27 [adesa.be] INFO: Scrape type for 10729639: 0
2026-03-28 15:19:27 [adesa.be] INFO: Skipping item 10729639 url https://www.openlane.eu/en/carv6/auction/10729639
2026-03-28 15:19:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734279> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734264> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734302> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10733996> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a10da776-0e82-5c4c-ba6f-d40e7be04f7d with identifier: 10734082
2026-03-28 15:19:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a10da776-0e82-5c4c-ba6f-d40e7be04f7d with scrape type 2
2026-03-28 15:19:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a10da776-0e82-5c4c-ba6f-d40e7be04f7d with scrape type 2
2026-03-28 15:19:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: a10da776-0e82-5c4c-ba6f-d40e7be04f7d, identifier: 10734082
2026-03-28 15:19:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: a10da776-0e82-5c4c-ba6f-d40e7be04f7d with identifier: 10734082
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Red HTTP/1.1" 200 None
2026-03-28 15:19:27 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 15:19:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: a10da776-0e82-5c4c-ba6f-d40e7be04f7d with identifier: 10734082
2026-03-28 15:19:27 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: a10da776-0e82-5c4c-ba6f-d40e7be04f7d with identifier: 10734082 to the API
2026-03-28 15:19:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734082>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': 'a10da776-0e82-5c4c-ba6f-d40e7be04f7d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BAU262',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734082',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 148205,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 19900,
'price_includes_vat': True,
'registration_date': '2021-09-13',
'seats_number': 7,
'seller_name': 'Ayvens België',
'title': 'Volkswagen Tiguan Allspace 2.0 TDI - Diesel - Automatic - 150 hp - '
'148.205 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2021}
2026-03-28 15:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734082%27 HTTP/1.1" 200 None
2026-03-28 15:19:28 [adesa.be] INFO: Saving data for 10734082: {'auction_closing_time': 1774960500.0, 'created_time': 1774606833.431727, 'last_price_update_time': 1774711168.153383}
2026-03-28 15:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734082') HTTP/1.1" 204 0
2026-03-28 15:19:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734306> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58ca415d-bb11-58ec-a492-e3e14ba82b1c with identifier: 10734279
2026-03-28 15:19:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58ca415d-bb11-58ec-a492-e3e14ba82b1c with scrape type 2
2026-03-28 15:19:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58ca415d-bb11-58ec-a492-e3e14ba82b1c with scrape type 2
2026-03-28 15:19:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 58ca415d-bb11-58ec-a492-e3e14ba82b1c, identifier: 10734279
2026-03-28 15:19:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07dce8ce-955c-52dd-9b22-97bc4ec3b8ef with identifier: 10734264
2026-03-28 15:19:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07dce8ce-955c-52dd-9b22-97bc4ec3b8ef with scrape type 2
2026-03-28 15:19:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07dce8ce-955c-52dd-9b22-97bc4ec3b8ef with scrape type 2
2026-03-28 15:19:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 07dce8ce-955c-52dd-9b22-97bc4ec3b8ef, identifier: 10734264
2026-03-28 15:19:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d677928-3145-5ba4-aa40-d10078991257 with identifier: 10734302
2026-03-28 15:19:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d677928-3145-5ba4-aa40-d10078991257 with scrape type 2
2026-03-28 15:19:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d677928-3145-5ba4-aa40-d10078991257 with scrape type 2
2026-03-28 15:19:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 6d677928-3145-5ba4-aa40-d10078991257, identifier: 10734302
2026-03-28 15:19:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93e2df00-12ed-565d-b21e-6b39dd256b1a with identifier: 10733996
2026-03-28 15:19:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93e2df00-12ed-565d-b21e-6b39dd256b1a with scrape type 2
2026-03-28 15:19:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 93e2df00-12ed-565d-b21e-6b39dd256b1a with scrape type 2
2026-03-28 15:19:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 93e2df00-12ed-565d-b21e-6b39dd256b1a, identifier: 10733996
2026-03-28 15:19:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 58ca415d-bb11-58ec-a492-e3e14ba82b1c with identifier: 10734279
2026-03-28 15:19:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 58ca415d-bb11-58ec-a492-e3e14ba82b1c with identifier: 10734279
2026-03-28 15:19:28 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 58ca415d-bb11-58ec-a492-e3e14ba82b1c with identifier: 10734279 to the API
2026-03-28 15:19:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734279>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': '58ca415d-bb11-58ec-a492-e3e14ba82b1c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YWR844',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734279',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 125434,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 17050,
'price_includes_vat': True,
'registration_date': '2021-01-13',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volkswagen Tiguan Allspace 2.0 TDI Comfortline - Diesel - Manual - '
'150 hp - 125.434 km',
'transmission': 'manual',
'trim': 'Comfortline',
'vin': None,
'year': 2021}
2026-03-28 15:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734279%27 HTTP/1.1" 200 None
2026-03-28 15:19:28 [adesa.be] INFO: Saving data for 10734279: {'auction_closing_time': 1774960500.0, 'created_time': 1774606835.292267, 'last_price_update_time': 1774711168.876697}
2026-03-28 15:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734279') HTTP/1.1" 204 0
2026-03-28 15:19:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 07dce8ce-955c-52dd-9b22-97bc4ec3b8ef with identifier: 10734264
2026-03-28 15:19:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 07dce8ce-955c-52dd-9b22-97bc4ec3b8ef with identifier: 10734264
2026-03-28 15:19:28 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 07dce8ce-955c-52dd-9b22-97bc4ec3b8ef with identifier: 10734264 to the API
2026-03-28 15:19:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734264>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 110,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Petrol',
'id': '07dce8ce-955c-52dd-9b22-97bc4ec3b8ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BDU579',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734264',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'T-Cross',
'odometer': 93888,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 12300,
'price_includes_vat': True,
'registration_date': '2021-10-14',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volkswagen T-Cross 1.0 TSI Active - Petrol - Manual - 110 hp - '
'93.888 km',
'transmission': 'manual',
'trim': 'Active',
'vin': None,
'year': 2021}
2026-03-28 15:19:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734264%27 HTTP/1.1" 200 None
2026-03-28 15:19:29 [adesa.be] INFO: Saving data for 10734264: {'auction_closing_time': 1774960500.0, 'created_time': 1774606835.637804, 'last_price_update_time': 1774711169.142953}
2026-03-28 15:19:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734264') HTTP/1.1" 204 0
2026-03-28 15:19:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 6d677928-3145-5ba4-aa40-d10078991257 with identifier: 10734302
2026-03-28 15:19:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 6d677928-3145-5ba4-aa40-d10078991257 with identifier: 10734302
2026-03-28 15:19:29 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 6d677928-3145-5ba4-aa40-d10078991257 with identifier: 10734302 to the API
2026-03-28 15:19:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734302>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 110,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Petrol',
'id': '6d677928-3145-5ba4-aa40-d10078991257',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BXK354',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734302',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'T-Cross',
'odometer': 127120,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 11350,
'price_includes_vat': True,
'registration_date': '2022-04-28',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volkswagen T-Cross 1.0 TSI Active - Petrol - Automatic - 110 hp - '
'127.120 km',
'transmission': 'automatic',
'trim': 'Active',
'vin': None,
'year': 2022}
2026-03-28 15:19:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734302%27 HTTP/1.1" 200 None
2026-03-28 15:19:29 [adesa.be] INFO: Saving data for 10734302: {'auction_closing_time': 1774960500.0, 'created_time': 1774606836.353824, 'last_price_update_time': 1774711169.957971}
2026-03-28 15:19:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734302') HTTP/1.1" 204 0
2026-03-28 15:19:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 93e2df00-12ed-565d-b21e-6b39dd256b1a with identifier: 10733996
2026-03-28 15:19:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 93e2df00-12ed-565d-b21e-6b39dd256b1a with identifier: 10733996
2026-03-28 15:19:30 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 93e2df00-12ed-565d-b21e-6b39dd256b1a with identifier: 10733996 to the API
2026-03-28 15:19:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10733996>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': '93e2df00-12ed-565d-b21e-6b39dd256b1a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1WPP080',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10733996',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 158856,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 19350,
'price_includes_vat': True,
'registration_date': '2019-08-01',
'seats_number': 7,
'seller_name': 'Ayvens België',
'title': 'Volkswagen Tiguan Allspace 2.0 TDI R-Line - Diesel - Automatic - '
'150 hp - 158.856 km',
'transmission': 'automatic',
'trim': 'R-Line',
'vin': None,
'year': 2019}
2026-03-28 15:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710733996%27 HTTP/1.1" 200 None
2026-03-28 15:19:30 [adesa.be] INFO: Saving data for 10733996: {'auction_closing_time': 1774960500.0, 'created_time': 1774606831.999013, 'last_price_update_time': 1774711170.236867}
2026-03-28 15:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10733996') HTTP/1.1" 204 0
2026-03-28 15:19:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734081> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734025> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734280> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56a658e3-50fc-5b87-8a3e-9bbe5bc7d4c9 with identifier: 10734306
2026-03-28 15:19:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56a658e3-50fc-5b87-8a3e-9bbe5bc7d4c9 with scrape type 2
2026-03-28 15:19:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56a658e3-50fc-5b87-8a3e-9bbe5bc7d4c9 with scrape type 2
2026-03-28 15:19:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 56a658e3-50fc-5b87-8a3e-9bbe5bc7d4c9, identifier: 10734306
2026-03-28 15:19:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 56a658e3-50fc-5b87-8a3e-9bbe5bc7d4c9 with identifier: 10734306
2026-03-28 15:19:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 56a658e3-50fc-5b87-8a3e-9bbe5bc7d4c9 with identifier: 10734306
2026-03-28 15:19:30 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 56a658e3-50fc-5b87-8a3e-9bbe5bc7d4c9 with identifier: 10734306 to the API
2026-03-28 15:19:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734306>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 129,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '56a658e3-50fc-5b87-8a3e-9bbe5bc7d4c9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2AEB858',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734306',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volvo',
'model': 'XC40',
'odometer': 164549,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 15000,
'price_includes_vat': True,
'registration_date': '2021-03-05',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volvo XC40 1.5 T4 R-Design - Hybrid - Automatic - 129 hp - 164.549 '
'km',
'transmission': 'automatic',
'trim': 'R-Design',
'vin': None,
'year': 2021}
2026-03-28 15:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734306%27 HTTP/1.1" 200 None
2026-03-28 15:19:30 [adesa.be] INFO: Saving data for 10734306: {'auction_closing_time': 1774960500.0, 'created_time': 1774606818.626886, 'last_price_update_time': 1774711170.628802}
2026-03-28 15:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734306') HTTP/1.1" 204 0
2026-03-28 15:19:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: acde92ca-429e-5887-be64-08383a14d3c8 with identifier: 10734081
2026-03-28 15:19:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item acde92ca-429e-5887-be64-08383a14d3c8 with scrape type 2
2026-03-28 15:19:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item acde92ca-429e-5887-be64-08383a14d3c8 with scrape type 2
2026-03-28 15:19:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: acde92ca-429e-5887-be64-08383a14d3c8, identifier: 10734081
2026-03-28 15:19:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1966b366-1455-5942-8d08-0536e93b106d with identifier: 10734025
2026-03-28 15:19:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1966b366-1455-5942-8d08-0536e93b106d with scrape type 2
2026-03-28 15:19:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1966b366-1455-5942-8d08-0536e93b106d with scrape type 2
2026-03-28 15:19:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 1966b366-1455-5942-8d08-0536e93b106d, identifier: 10734025
2026-03-28 15:19:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5882f4a9-8bf7-5972-8258-562f0c2495ef with identifier: 10734280
2026-03-28 15:19:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5882f4a9-8bf7-5972-8258-562f0c2495ef with scrape type 2
2026-03-28 15:19:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5882f4a9-8bf7-5972-8258-562f0c2495ef with scrape type 2
2026-03-28 15:19:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 5882f4a9-8bf7-5972-8258-562f0c2495ef, identifier: 10734280
2026-03-28 15:19:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: acde92ca-429e-5887-be64-08383a14d3c8 with identifier: 10734081
2026-03-28 15:19:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: acde92ca-429e-5887-be64-08383a14d3c8 with identifier: 10734081
2026-03-28 15:19:31 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: acde92ca-429e-5887-be64-08383a14d3c8 with identifier: 10734081 to the API
2026-03-28 15:19:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734081>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'engine_horse_power': 156,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'acde92ca-429e-5887-be64-08383a14d3c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BQR108',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734081',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Passat',
'odometer': 92656,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 15000,
'price_includes_vat': True,
'registration_date': '2022-02-16',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volkswagen Passat Variant GTE 1.4 TSI Business - Hybrid - Automatic '
'- 156 hp - 92.656 km',
'transmission': 'automatic',
'trim': 'Business',
'vin': None,
'year': 2022}
2026-03-28 15:19:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734081%27 HTTP/1.1" 200 None
2026-03-28 15:19:31 [adesa.be] INFO: Saving data for 10734081: {'auction_closing_time': 1774960500.0, 'created_time': 1774606838.222182, 'last_price_update_time': 1774711171.552354}
2026-03-28 15:19:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734081') HTTP/1.1" 204 0
2026-03-28 15:19:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 1966b366-1455-5942-8d08-0536e93b106d with identifier: 10734025
2026-03-28 15:19:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 1966b366-1455-5942-8d08-0536e93b106d with identifier: 10734025
2026-03-28 15:19:31 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 1966b366-1455-5942-8d08-0536e93b106d with identifier: 10734025 to the API
2026-03-28 15:19:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734025>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 80,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Petrol',
'id': '1966b366-1455-5942-8d08-0536e93b106d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2FRY230',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734025',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 16043,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13100,
'price_includes_vat': True,
'registration_date': '2024-06-21',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volkswagen Polo 1.0 - Petrol - Manual - 80 hp - 16.043 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2024}
2026-03-28 15:19:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734025%27 HTTP/1.1" 200 None
2026-03-28 15:19:31 [adesa.be] INFO: Saving data for 10734025: {'auction_closing_time': 1774960500.0, 'created_time': 1774606838.544767, 'last_price_update_time': 1774711171.829078}
2026-03-28 15:19:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734025') HTTP/1.1" 204 0
2026-03-28 15:19:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 5882f4a9-8bf7-5972-8258-562f0c2495ef with identifier: 10734280
2026-03-28 15:19:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 5882f4a9-8bf7-5972-8258-562f0c2495ef with identifier: 10734280
2026-03-28 15:19:31 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 5882f4a9-8bf7-5972-8258-562f0c2495ef with identifier: 10734280 to the API
2026-03-28 15:19:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734280>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 110,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Petrol',
'id': '5882f4a9-8bf7-5972-8258-562f0c2495ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2ADA145',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734280',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'T-ROC',
'odometer': 91752,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 12000,
'price_includes_vat': True,
'registration_date': '2021-02-08',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volkswagen T-ROC 1.0 TSI Style - Petrol - Manual - 110 hp - 91.752 '
'km',
'transmission': 'manual',
'trim': 'Style',
'vin': None,
'year': 2021}
2026-03-28 15:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734280%27 HTTP/1.1" 200 None
2026-03-28 15:19:32 [adesa.be] INFO: Saving data for 10734280: {'auction_closing_time': 1774960500.0, 'created_time': 1774606832.331766, 'last_price_update_time': 1774711172.093157}
2026-03-28 15:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734280') HTTP/1.1" 204 0
2026-03-28 15:19:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734159> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734238> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734106> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734096> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734153> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01e1e312-4e0b-589c-9838-310d0b5068d7 with identifier: 10734159
2026-03-28 15:19:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01e1e312-4e0b-589c-9838-310d0b5068d7 with scrape type 2
2026-03-28 15:19:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01e1e312-4e0b-589c-9838-310d0b5068d7 with scrape type 2
2026-03-28 15:19:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 01e1e312-4e0b-589c-9838-310d0b5068d7, identifier: 10734159
2026-03-28 15:19:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2bbe53a-aa29-5856-8be2-f35e14926a09 with identifier: 10734238
2026-03-28 15:19:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2bbe53a-aa29-5856-8be2-f35e14926a09 with scrape type 2
2026-03-28 15:19:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2bbe53a-aa29-5856-8be2-f35e14926a09 with scrape type 2
2026-03-28 15:19:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: b2bbe53a-aa29-5856-8be2-f35e14926a09, identifier: 10734238
2026-03-28 15:19:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f723affd-4702-57ed-b7a5-f3236e87dbe1 with identifier: 10734106
2026-03-28 15:19:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f723affd-4702-57ed-b7a5-f3236e87dbe1 with scrape type 2
2026-03-28 15:19:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f723affd-4702-57ed-b7a5-f3236e87dbe1 with scrape type 2
2026-03-28 15:19:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: f723affd-4702-57ed-b7a5-f3236e87dbe1, identifier: 10734106
2026-03-28 15:19:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 01e1e312-4e0b-589c-9838-310d0b5068d7 with identifier: 10734159
2026-03-28 15:19:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 01e1e312-4e0b-589c-9838-310d0b5068d7 with identifier: 10734159
2026-03-28 15:19:32 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 01e1e312-4e0b-589c-9838-310d0b5068d7 with identifier: 10734159 to the API
2026-03-28 15:19:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734159>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 110,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Petrol',
'id': '01e1e312-4e0b-589c-9838-310d0b5068d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2DXA522',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734159',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 35175,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 15900,
'price_includes_vat': True,
'registration_date': '2023-07-20',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volkswagen Golf Variant 1.0 TSI Life Business - Petrol - Manual - '
'110 hp - 35.175 km',
'transmission': 'manual',
'trim': 'Life Business',
'vin': None,
'year': 2023}
2026-03-28 15:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734159%27 HTTP/1.1" 200 None
2026-03-28 15:19:32 [adesa.be] INFO: Saving data for 10734159: {'auction_closing_time': 1774960500.0, 'created_time': 1774606847.991396, 'last_price_update_time': 1774711172.753958}
2026-03-28 15:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734159') HTTP/1.1" 204 0
2026-03-28 15:19:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: b2bbe53a-aa29-5856-8be2-f35e14926a09 with identifier: 10734238
2026-03-28 15:19:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: b2bbe53a-aa29-5856-8be2-f35e14926a09 with identifier: 10734238
2026-03-28 15:19:32 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: b2bbe53a-aa29-5856-8be2-f35e14926a09 with identifier: 10734238 to the API
2026-03-28 15:19:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734238>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 122,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': 'b2bbe53a-aa29-5856-8be2-f35e14926a09',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2ADH211',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734238',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Passat',
'odometer': 85430,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13900,
'price_includes_vat': True,
'registration_date': '2021-02-26',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volkswagen Passat Variant 2.0 TDI Style Business - Diesel - '
'Automatic - 122 hp - 85.430 km',
'transmission': 'automatic',
'trim': 'Style Business',
'vin': None,
'year': 2021}
2026-03-28 15:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734238%27 HTTP/1.1" 200 None
2026-03-28 15:19:33 [adesa.be] INFO: Saving data for 10734238: {'auction_closing_time': 1774960500.0, 'created_time': 1774606842.506803, 'last_price_update_time': 1774711173.024248}
2026-03-28 15:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734238') HTTP/1.1" 204 0
2026-03-28 15:19:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: f723affd-4702-57ed-b7a5-f3236e87dbe1 with identifier: 10734106
2026-03-28 15:19:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: f723affd-4702-57ed-b7a5-f3236e87dbe1 with identifier: 10734106
2026-03-28 15:19:33 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: f723affd-4702-57ed-b7a5-f3236e87dbe1 with identifier: 10734106 to the API
2026-03-28 15:19:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734106>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': 'f723affd-4702-57ed-b7a5-f3236e87dbe1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BJH781',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734106',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 123123,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13050,
'price_includes_vat': True,
'registration_date': '2021-12-07',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volkswagen Golf Variant 2.0 TDI Life - Diesel - Automatic - 150 hp '
'- 123.123 km',
'transmission': 'automatic',
'trim': 'Life',
'vin': None,
'year': 2021}
2026-03-28 15:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734106%27 HTTP/1.1" 200 None
2026-03-28 15:19:33 [adesa.be] INFO: Saving data for 10734106: {'auction_closing_time': 1774960500.0, 'created_time': 1774606847.670135, 'last_price_update_time': 1774711173.302224}
2026-03-28 15:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734106') HTTP/1.1" 204 0
2026-03-28 15:19:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734142> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734001> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ddc8d094-edaa-599d-9f64-ba7cd0c69a39 with identifier: 10734096
2026-03-28 15:19:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ddc8d094-edaa-599d-9f64-ba7cd0c69a39 with scrape type 2
2026-03-28 15:19:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ddc8d094-edaa-599d-9f64-ba7cd0c69a39 with scrape type 2
2026-03-28 15:19:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: ddc8d094-edaa-599d-9f64-ba7cd0c69a39, identifier: 10734096
2026-03-28 15:19:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e380552-1162-5ace-a413-2ac8351cdac7 with identifier: 10734153
2026-03-28 15:19:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e380552-1162-5ace-a413-2ac8351cdac7 with scrape type 2
2026-03-28 15:19:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e380552-1162-5ace-a413-2ac8351cdac7 with scrape type 2
2026-03-28 15:19:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 8e380552-1162-5ace-a413-2ac8351cdac7, identifier: 10734153
2026-03-28 15:19:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: ddc8d094-edaa-599d-9f64-ba7cd0c69a39 with identifier: 10734096
2026-03-28 15:19:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: ddc8d094-edaa-599d-9f64-ba7cd0c69a39 with identifier: 10734096
2026-03-28 15:19:33 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: ddc8d094-edaa-599d-9f64-ba7cd0c69a39 with identifier: 10734096 to the API
2026-03-28 15:19:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734096>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 204,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Electric',
'id': 'ddc8d094-edaa-599d-9f64-ba7cd0c69a39',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BHU726',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734096',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'ID.4',
'odometer': 66959,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 18550,
'price_includes_vat': True,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volkswagen ID.4 77 kWh Family - Electric - Automatic - 204 hp - '
'66.959 km',
'transmission': 'automatic',
'trim': 'Family',
'vin': None,
'year': 2021}
2026-03-28 15:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734096%27 HTTP/1.1" 200 None
2026-03-28 15:19:33 [adesa.be] INFO: Saving data for 10734096: {'auction_closing_time': 1774960500.0, 'created_time': 1774606842.079293, 'last_price_update_time': 1774711173.754763}
2026-03-28 15:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734096') HTTP/1.1" 204 0
2026-03-28 15:19:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 8e380552-1162-5ace-a413-2ac8351cdac7 with identifier: 10734153
2026-03-28 15:19:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 8e380552-1162-5ace-a413-2ac8351cdac7 with identifier: 10734153
2026-03-28 15:19:33 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 8e380552-1162-5ace-a413-2ac8351cdac7 with identifier: 10734153 to the API
2026-03-28 15:19:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734153>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Brown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'engine_horse_power': 156,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '8e380552-1162-5ace-a413-2ac8351cdac7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BQX129',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734153',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Passat',
'odometer': 149760,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 12600,
'price_includes_vat': True,
'registration_date': '2022-02-18',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volkswagen Passat Variant GTE 1.4 TSI Business - Hybrid - Automatic '
'- 156 hp - 149.760 km',
'transmission': 'automatic',
'trim': 'Business',
'vin': None,
'year': 2022}
2026-03-28 15:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734153%27 HTTP/1.1" 200 None
2026-03-28 15:19:34 [adesa.be] INFO: Saving data for 10734153: {'auction_closing_time': 1774960500.0, 'created_time': 1774606840.703185, 'last_price_update_time': 1774711174.024105}
2026-03-28 15:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734153') HTTP/1.1" 204 0
2026-03-28 15:19:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52d358ee-f486-57e8-8241-f8c61dd06915 with identifier: 10734142
2026-03-28 15:19:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52d358ee-f486-57e8-8241-f8c61dd06915 with scrape type 2
2026-03-28 15:19:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 52d358ee-f486-57e8-8241-f8c61dd06915 with scrape type 2
2026-03-28 15:19:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 52d358ee-f486-57e8-8241-f8c61dd06915, identifier: 10734142
2026-03-28 15:19:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a9f39bd-2aab-5d88-b4fa-e19a20429286 with identifier: 10734001
2026-03-28 15:19:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a9f39bd-2aab-5d88-b4fa-e19a20429286 with scrape type 2
2026-03-28 15:19:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a9f39bd-2aab-5d88-b4fa-e19a20429286 with scrape type 2
2026-03-28 15:19:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 5a9f39bd-2aab-5d88-b4fa-e19a20429286, identifier: 10734001
2026-03-28 15:19:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 52d358ee-f486-57e8-8241-f8c61dd06915 with identifier: 10734142
2026-03-28 15:19:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 52d358ee-f486-57e8-8241-f8c61dd06915 with identifier: 10734142
2026-03-28 15:19:34 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 52d358ee-f486-57e8-8241-f8c61dd06915 with identifier: 10734142 to the API
2026-03-28 15:19:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734142>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '52d358ee-f486-57e8-8241-f8c61dd06915',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2DWM052',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734142',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 83319,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 15700,
'price_includes_vat': True,
'registration_date': '2023-07-14',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volkswagen Golf 1.4 Style Business - Hybrid - Automatic - 150 hp - '
'83.319 km',
'transmission': 'automatic',
'trim': 'Style Business',
'vin': None,
'year': 2023}
2026-03-28 15:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734142%27 HTTP/1.1" 200 None
2026-03-28 15:19:34 [adesa.be] INFO: Saving data for 10734142: {'auction_closing_time': 1774960500.0, 'created_time': 1774606847.336689, 'last_price_update_time': 1774711174.536212}
2026-03-28 15:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734142') HTTP/1.1" 204 0
2026-03-28 15:19:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 5a9f39bd-2aab-5d88-b4fa-e19a20429286 with identifier: 10734001
2026-03-28 15:19:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 5a9f39bd-2aab-5d88-b4fa-e19a20429286 with identifier: 10734001
2026-03-28 15:19:34 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 5a9f39bd-2aab-5d88-b4fa-e19a20429286 with identifier: 10734001 to the API
2026-03-28 15:19:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734001>
{'auction_title': '',
'c_o_2_emission_value': 23,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 253,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '5a9f39bd-2aab-5d88-b4fa-e19a20429286',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2ERT709',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734001',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volvo',
'model': 'XC60',
'odometer': 115975,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 24050,
'price_includes_vat': True,
'registration_date': '2024-01-08',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volvo XC60 T6 Core - AWD - Hybrid - Automatic - 253 hp - 115.975 km',
'transmission': 'automatic',
'trim': 'Core',
'vin': None,
'year': 2024}
2026-03-28 15:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734001%27 HTTP/1.1" 200 None
2026-03-28 15:19:34 [adesa.be] INFO: Saving data for 10734001: {'auction_closing_time': 1774960500.0, 'created_time': 1774606844.735999, 'last_price_update_time': 1774711174.802962}
2026-03-28 15:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734001') HTTP/1.1" 204 0
2026-03-28 15:19:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734027> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734132> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734240> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ea87eb7-2ab3-5131-864e-a7249ef4076d with identifier: 10734027
2026-03-28 15:19:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ea87eb7-2ab3-5131-864e-a7249ef4076d with scrape type 2
2026-03-28 15:19:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ea87eb7-2ab3-5131-864e-a7249ef4076d with scrape type 2
2026-03-28 15:19:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 0ea87eb7-2ab3-5131-864e-a7249ef4076d, identifier: 10734027
2026-03-28 15:19:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0fbeae2-aec8-5aff-8c5e-247aa84f3a09 with identifier: 10734132
2026-03-28 15:19:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0fbeae2-aec8-5aff-8c5e-247aa84f3a09 with scrape type 2
2026-03-28 15:19:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0fbeae2-aec8-5aff-8c5e-247aa84f3a09 with scrape type 2
2026-03-28 15:19:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: b0fbeae2-aec8-5aff-8c5e-247aa84f3a09, identifier: 10734132
2026-03-28 15:19:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 0ea87eb7-2ab3-5131-864e-a7249ef4076d with identifier: 10734027
2026-03-28 15:19:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 0ea87eb7-2ab3-5131-864e-a7249ef4076d with identifier: 10734027
2026-03-28 15:19:35 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 0ea87eb7-2ab3-5131-864e-a7249ef4076d with identifier: 10734027 to the API
2026-03-28 15:19:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734027>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 231,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Electric',
'id': '0ea87eb7-2ab3-5131-864e-a7249ef4076d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CTE299',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734027',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volvo',
'model': 'XC40',
'odometer': 62676,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 19900,
'price_includes_vat': True,
'registration_date': '2022-11-18',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volvo XC40 Plus - Electric - Automatic - 231 hp - 62.676 km',
'transmission': 'automatic',
'trim': 'Plus',
'vin': None,
'year': 2022}
2026-03-28 15:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734027%27 HTTP/1.1" 200 None
2026-03-28 15:19:35 [adesa.be] INFO: Saving data for 10734027: {'auction_closing_time': 1774960500.0, 'created_time': 1774606820.844986, 'last_price_update_time': 1774711175.371767}
2026-03-28 15:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734027') HTTP/1.1" 204 0
2026-03-28 15:19:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: b0fbeae2-aec8-5aff-8c5e-247aa84f3a09 with identifier: 10734132
2026-03-28 15:19:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: b0fbeae2-aec8-5aff-8c5e-247aa84f3a09 with identifier: 10734132
2026-03-28 15:19:35 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: b0fbeae2-aec8-5aff-8c5e-247aa84f3a09 with identifier: 10734132 to the API
2026-03-28 15:19:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734132>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 253,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'b0fbeae2-aec8-5aff-8c5e-247aa84f3a09',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BHJ263',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734132',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volvo',
'model': 'XC60',
'odometer': 79130,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 25500,
'price_includes_vat': True,
'registration_date': '2021-09-21',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volvo XC60 T6 Inscription - AWD - Hybrid - Automatic - 253 hp - '
'79.130 km',
'transmission': 'automatic',
'trim': 'Inscription',
'vin': None,
'year': 2021}
2026-03-28 15:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734132%27 HTTP/1.1" 200 None
2026-03-28 15:19:35 [adesa.be] INFO: Saving data for 10734132: {'auction_closing_time': 1774960500.0, 'created_time': 1774606846.012217, 'last_price_update_time': 1774711175.656111}
2026-03-28 15:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734132') HTTP/1.1" 204 0
2026-03-28 15:19:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734148> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd3e7dfa-b6d1-58c1-bc2a-4378edcc4824 with identifier: 10734240
2026-03-28 15:19:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd3e7dfa-b6d1-58c1-bc2a-4378edcc4824 with scrape type 2
2026-03-28 15:19:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd3e7dfa-b6d1-58c1-bc2a-4378edcc4824 with scrape type 2
2026-03-28 15:19:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: cd3e7dfa-b6d1-58c1-bc2a-4378edcc4824, identifier: 10734240
2026-03-28 15:19:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: cd3e7dfa-b6d1-58c1-bc2a-4378edcc4824 with identifier: 10734240
2026-03-28 15:19:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: cd3e7dfa-b6d1-58c1-bc2a-4378edcc4824 with identifier: 10734240
2026-03-28 15:19:35 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: cd3e7dfa-b6d1-58c1-bc2a-4378edcc4824 with identifier: 10734240 to the API
2026-03-28 15:19:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734240>
{'auction_title': '',
'c_o_2_emission_value': 47,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 180,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'cd3e7dfa-b6d1-58c1-bc2a-4378edcc4824',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YLG001',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734240',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volvo',
'model': 'XC40',
'odometer': 138035,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 14600,
'price_includes_vat': True,
'registration_date': '2020-09-29',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volvo XC40 1.5 T5 Pro - Hybrid - Automatic - 180 hp - 138.035 km',
'transmission': 'automatic',
'trim': 'Pro',
'vin': None,
'year': 2020}
2026-03-28 15:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734240%27 HTTP/1.1" 200 None
2026-03-28 15:19:36 [adesa.be] INFO: Saving data for 10734240: {'auction_closing_time': 1774960500.0, 'created_time': 1774606822.178248, 'last_price_update_time': 1774711176.042025}
2026-03-28 15:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734240') HTTP/1.1" 204 0
2026-03-28 15:19:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10729529> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97f5c8ee-4322-5559-8588-085edf3bed18 with identifier: 10734148
2026-03-28 15:19:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97f5c8ee-4322-5559-8588-085edf3bed18 with scrape type 2
2026-03-28 15:19:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97f5c8ee-4322-5559-8588-085edf3bed18 with scrape type 2
2026-03-28 15:19:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 97f5c8ee-4322-5559-8588-085edf3bed18, identifier: 10734148
2026-03-28 15:19:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 97f5c8ee-4322-5559-8588-085edf3bed18 with identifier: 10734148
2026-03-28 15:19:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 97f5c8ee-4322-5559-8588-085edf3bed18 with identifier: 10734148
2026-03-28 15:19:36 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 97f5c8ee-4322-5559-8588-085edf3bed18 with identifier: 10734148 to the API
2026-03-28 15:19:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734148>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 197,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': '97f5c8ee-4322-5559-8588-085edf3bed18',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CHY148',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734148',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volvo',
'model': 'XC60',
'odometer': 179692,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 22350,
'price_includes_vat': True,
'registration_date': '2022-08-04',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volvo XC60 2.0 B4 Ultimate Bright - AWD - Diesel - Automatic - 197 '
'hp - 179.692 km',
'transmission': 'automatic',
'trim': 'Ultimate Bright',
'vin': None,
'year': 2022}
2026-03-28 15:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734148%27 HTTP/1.1" 200 None
2026-03-28 15:19:36 [adesa.be] INFO: Saving data for 10734148: {'auction_closing_time': 1774960500.0, 'created_time': 1774606844.144337, 'last_price_update_time': 1774711176.487451}
2026-03-28 15:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734148') HTTP/1.1" 204 0
2026-03-28 15:19:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88d99e08-63f3-5ab7-a064-7e1be7fe6b81 with identifier: 10729529
2026-03-28 15:19:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88d99e08-63f3-5ab7-a064-7e1be7fe6b81 with scrape type 2
2026-03-28 15:19:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88d99e08-63f3-5ab7-a064-7e1be7fe6b81 with scrape type 2
2026-03-28 15:19:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 88d99e08-63f3-5ab7-a064-7e1be7fe6b81, identifier: 10729529
2026-03-28 15:19:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 88d99e08-63f3-5ab7-a064-7e1be7fe6b81 with identifier: 10729529
2026-03-28 15:19:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 88d99e08-63f3-5ab7-a064-7e1be7fe6b81 with identifier: 10729529
2026-03-28 15:19:36 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 88d99e08-63f3-5ab7-a064-7e1be7fe6b81 with identifier: 10729529 to the API
2026-03-28 15:19:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10729529>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 163,
'expiration_date': '2026-04-01T08:00:00Z',
'fuel_type': 'Hybrid',
'id': '88d99e08-63f3-5ab7-a064-7e1be7fe6b81',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2AXE258',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10729529',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': '3 Series',
'odometer': 87012,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 14400,
'price_includes_vat': True,
'registration_date': '2021-08-25',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'BMW 3 Series Touring 320e - Hybrid - Automatic - 163 hp - 87.012 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2021}
2026-03-28 15:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729529%27 HTTP/1.1" 200 None
2026-03-28 15:19:36 [adesa.be] INFO: Saving data for 10729529: {'auction_closing_time': 1775030400.0, 'created_time': 1774606906.880252, 'last_price_update_time': 1774711176.850124}
2026-03-28 15:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10729529') HTTP/1.1" 204 0
2026-03-28 15:19:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734262> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2a8a570-af66-59ff-b301-2c5b411a985f with identifier: 10734262
2026-03-28 15:19:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2a8a570-af66-59ff-b301-2c5b411a985f with scrape type 2
2026-03-28 15:19:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2a8a570-af66-59ff-b301-2c5b411a985f with scrape type 2
2026-03-28 15:19:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: b2a8a570-af66-59ff-b301-2c5b411a985f, identifier: 10734262
2026-03-28 15:19:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: b2a8a570-af66-59ff-b301-2c5b411a985f with identifier: 10734262
2026-03-28 15:19:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: b2a8a570-af66-59ff-b301-2c5b411a985f with identifier: 10734262
2026-03-28 15:19:37 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: b2a8a570-af66-59ff-b301-2c5b411a985f with identifier: 10734262 to the API
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734262>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'b2a8a570-af66-59ff-b301-2c5b411a985f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2DTJ709',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734262',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 50581,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 15900,
'price_includes_vat': True,
'registration_date': '2023-06-20',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volkswagen Golf 1.4 Style Business - Hybrid - Automatic - 150 hp - '
'50.581 km',
'transmission': 'automatic',
'trim': 'Style Business',
'vin': None,
'year': 2023}
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734262%27 HTTP/1.1" 200 None
2026-03-28 15:19:37 [adesa.be] INFO: Saving data for 10734262: {'auction_closing_time': 1774960500.0, 'created_time': 1774606854.341789, 'last_price_update_time': 1774711177.314429}
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734262') HTTP/1.1" 204 0
2026-03-28 15:19:37 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734083> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734278> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734028> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734036> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:37 [adesa.be] INFO: Found listing with ID: 10729646
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729646%27 HTTP/1.1" 200 None
2026-03-28 15:19:37 [adesa.be] INFO: Scrape type for 10729646: 0
2026-03-28 15:19:37 [adesa.be] INFO: Skipping item 10729646 url https://www.openlane.eu/en/carv6/auction/10729646
2026-03-28 15:19:37 [adesa.be] INFO: Found listing with ID: 10729657
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729657%27 HTTP/1.1" 200 None
2026-03-28 15:19:37 [adesa.be] INFO: Scrape type for 10729657: 0
2026-03-28 15:19:37 [adesa.be] INFO: Skipping item 10729657 url https://www.openlane.eu/en/carv6/auction/10729657
2026-03-28 15:19:37 [adesa.be] INFO: Found listing with ID: 10729661
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729661%27 HTTP/1.1" 200 None
2026-03-28 15:19:37 [adesa.be] INFO: Scrape type for 10729661: 0
2026-03-28 15:19:37 [adesa.be] INFO: Skipping item 10729661 url https://www.openlane.eu/en/carv6/auction/10729661
2026-03-28 15:19:37 [adesa.be] INFO: Found listing with ID: 10729664
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729664%27 HTTP/1.1" 200 None
2026-03-28 15:19:37 [adesa.be] INFO: Scrape type for 10729664: 0
2026-03-28 15:19:37 [adesa.be] INFO: Skipping item 10729664 url https://www.openlane.eu/en/carv6/auction/10729664
2026-03-28 15:19:37 [adesa.be] INFO: Found listing with ID: 10729666
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729666%27 HTTP/1.1" 200 None
2026-03-28 15:19:37 [adesa.be] INFO: Scrape type for 10729666: 0
2026-03-28 15:19:37 [adesa.be] INFO: Skipping item 10729666 url https://www.openlane.eu/en/carv6/auction/10729666
2026-03-28 15:19:37 [adesa.be] INFO: Found listing with ID: 10729668
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729668%27 HTTP/1.1" 200 None
2026-03-28 15:19:37 [adesa.be] INFO: Scrape type for 10729668: 0
2026-03-28 15:19:37 [adesa.be] INFO: Skipping item 10729668 url https://www.openlane.eu/en/carv6/auction/10729668
2026-03-28 15:19:37 [adesa.be] INFO: Found listing with ID: 10735201
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735201%27 HTTP/1.1" 200 None
2026-03-28 15:19:37 [adesa.be] INFO: Scrape type for 10735201: 0
2026-03-28 15:19:37 [adesa.be] INFO: Skipping item 10735201 url https://www.openlane.eu/en/carv6/auction/10735201
2026-03-28 15:19:37 [adesa.be] INFO: Found listing with ID: 10735208
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735208%27 HTTP/1.1" 200 None
2026-03-28 15:19:37 [adesa.be] INFO: Scrape type for 10735208: 0
2026-03-28 15:19:37 [adesa.be] INFO: Skipping item 10735208 url https://www.openlane.eu/en/carv6/auction/10735208
2026-03-28 15:19:37 [adesa.be] INFO: Found listing with ID: 10735222
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735222%27 HTTP/1.1" 200 None
2026-03-28 15:19:37 [adesa.be] INFO: Scrape type for 10735222: 0
2026-03-28 15:19:37 [adesa.be] INFO: Skipping item 10735222 url https://www.openlane.eu/en/carv6/auction/10735222
2026-03-28 15:19:37 [adesa.be] INFO: Found listing with ID: 10735219
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735219%27 HTTP/1.1" 200 None
2026-03-28 15:19:37 [adesa.be] INFO: Scrape type for 10735219: 0
2026-03-28 15:19:37 [adesa.be] INFO: Skipping item 10735219 url https://www.openlane.eu/en/carv6/auction/10735219
2026-03-28 15:19:37 [adesa.be] INFO: Found listing with ID: 10735209
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735209%27 HTTP/1.1" 200 None
2026-03-28 15:19:37 [adesa.be] INFO: Scrape type for 10735209: 0
2026-03-28 15:19:37 [adesa.be] INFO: Skipping item 10735209 url https://www.openlane.eu/en/carv6/auction/10735209
2026-03-28 15:19:37 [adesa.be] INFO: Found listing with ID: 10735225
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735225%27 HTTP/1.1" 200 None
2026-03-28 15:19:37 [adesa.be] INFO: Scrape type for 10735225: 0
2026-03-28 15:19:37 [adesa.be] INFO: Skipping item 10735225 url https://www.openlane.eu/en/carv6/auction/10735225
2026-03-28 15:19:37 [adesa.be] INFO: Found listing with ID: 10735229
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735229%27 HTTP/1.1" 200 None
2026-03-28 15:19:37 [adesa.be] INFO: Scrape type for 10735229: 0
2026-03-28 15:19:37 [adesa.be] INFO: Skipping item 10735229 url https://www.openlane.eu/en/carv6/auction/10735229
2026-03-28 15:19:37 [adesa.be] INFO: Found listing with ID: 10735183
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735183%27 HTTP/1.1" 200 None
2026-03-28 15:19:37 [adesa.be] INFO: Scrape type for 10735183: 0
2026-03-28 15:19:37 [adesa.be] INFO: Skipping item 10735183 url https://www.openlane.eu/en/carv6/auction/10735183
2026-03-28 15:19:37 [adesa.be] INFO: Found listing with ID: 10735226
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735226%27 HTTP/1.1" 200 None
2026-03-28 15:19:37 [adesa.be] INFO: Scrape type for 10735226: 0
2026-03-28 15:19:37 [adesa.be] INFO: Skipping item 10735226 url https://www.openlane.eu/en/carv6/auction/10735226
2026-03-28 15:19:37 [adesa.be] INFO: Found listing with ID: 10735220
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735220%27 HTTP/1.1" 200 None
2026-03-28 15:19:37 [adesa.be] INFO: Scrape type for 10735220: 0
2026-03-28 15:19:37 [adesa.be] INFO: Skipping item 10735220 url https://www.openlane.eu/en/carv6/auction/10735220
2026-03-28 15:19:37 [adesa.be] INFO: Found listing with ID: 10735204
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735204%27 HTTP/1.1" 200 None
2026-03-28 15:19:37 [adesa.be] INFO: Scrape type for 10735204: 0
2026-03-28 15:19:37 [adesa.be] INFO: Skipping item 10735204 url https://www.openlane.eu/en/carv6/auction/10735204
2026-03-28 15:19:37 [adesa.be] INFO: Found listing with ID: 10735212
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735212%27 HTTP/1.1" 200 None
2026-03-28 15:19:37 [adesa.be] INFO: Scrape type for 10735212: 0
2026-03-28 15:19:37 [adesa.be] INFO: Skipping item 10735212 url https://www.openlane.eu/en/carv6/auction/10735212
2026-03-28 15:19:37 [adesa.be] INFO: Found listing with ID: 10735192
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735192%27 HTTP/1.1" 200 None
2026-03-28 15:19:37 [adesa.be] INFO: Scrape type for 10735192: 0
2026-03-28 15:19:37 [adesa.be] INFO: Skipping item 10735192 url https://www.openlane.eu/en/carv6/auction/10735192
2026-03-28 15:19:37 [adesa.be] INFO: Found listing with ID: 10735223
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735223%27 HTTP/1.1" 200 None
2026-03-28 15:19:37 [adesa.be] INFO: Scrape type for 10735223: 0
2026-03-28 15:19:37 [adesa.be] INFO: Skipping item 10735223 url https://www.openlane.eu/en/carv6/auction/10735223
2026-03-28 15:19:37 [adesa.be] INFO: Found listing with ID: 10735180
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735180%27 HTTP/1.1" 200 None
2026-03-28 15:19:37 [adesa.be] INFO: Scrape type for 10735180: 0
2026-03-28 15:19:37 [adesa.be] INFO: Skipping item 10735180 url https://www.openlane.eu/en/carv6/auction/10735180
2026-03-28 15:19:37 [adesa.be] INFO: Found listing with ID: 10735197
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735197%27 HTTP/1.1" 200 None
2026-03-28 15:19:37 [adesa.be] INFO: Scrape type for 10735197: 0
2026-03-28 15:19:37 [adesa.be] INFO: Skipping item 10735197 url https://www.openlane.eu/en/carv6/auction/10735197
2026-03-28 15:19:37 [adesa.be] INFO: Found listing with ID: 10735189
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735189%27 HTTP/1.1" 200 None
2026-03-28 15:19:37 [adesa.be] INFO: Scrape type for 10735189: 0
2026-03-28 15:19:37 [adesa.be] INFO: Skipping item 10735189 url https://www.openlane.eu/en/carv6/auction/10735189
2026-03-28 15:19:37 [adesa.be] INFO: Found listing with ID: 10735210
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735210%27 HTTP/1.1" 200 None
2026-03-28 15:19:37 [adesa.be] INFO: Scrape type for 10735210: 0
2026-03-28 15:19:37 [adesa.be] INFO: Skipping item 10735210 url https://www.openlane.eu/en/carv6/auction/10735210
2026-03-28 15:19:37 [adesa.be] INFO: Found listing with ID: 10735181
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735181%27 HTTP/1.1" 200 None
2026-03-28 15:19:37 [adesa.be] INFO: Scrape type for 10735181: 0
2026-03-28 15:19:37 [adesa.be] INFO: Skipping item 10735181 url https://www.openlane.eu/en/carv6/auction/10735181
2026-03-28 15:19:37 [adesa.be] INFO: Found listing with ID: 10735221
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735221%27 HTTP/1.1" 200 None
2026-03-28 15:19:37 [adesa.be] INFO: Scrape type for 10735221: 0
2026-03-28 15:19:37 [adesa.be] INFO: Skipping item 10735221 url https://www.openlane.eu/en/carv6/auction/10735221
2026-03-28 15:19:37 [adesa.be] INFO: Found listing with ID: 10735193
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735193%27 HTTP/1.1" 200 None
2026-03-28 15:19:37 [adesa.be] INFO: Scrape type for 10735193: 0
2026-03-28 15:19:37 [adesa.be] INFO: Skipping item 10735193 url https://www.openlane.eu/en/carv6/auction/10735193
2026-03-28 15:19:37 [adesa.be] INFO: Found listing with ID: 10735190
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735190%27 HTTP/1.1" 200 None
2026-03-28 15:19:37 [adesa.be] INFO: Scrape type for 10735190: 0
2026-03-28 15:19:37 [adesa.be] INFO: Skipping item 10735190 url https://www.openlane.eu/en/carv6/auction/10735190
2026-03-28 15:19:37 [adesa.be] INFO: Found listing with ID: 10735188
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735188%27 HTTP/1.1" 200 None
2026-03-28 15:19:37 [adesa.be] INFO: Scrape type for 10735188: 0
2026-03-28 15:19:37 [adesa.be] INFO: Skipping item 10735188 url https://www.openlane.eu/en/carv6/auction/10735188
2026-03-28 15:19:37 [adesa.be] INFO: Found listing with ID: 10735198
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735198%27 HTTP/1.1" 200 None
2026-03-28 15:19:37 [adesa.be] INFO: Scrape type for 10735198: 0
2026-03-28 15:19:37 [adesa.be] INFO: Skipping item 10735198 url https://www.openlane.eu/en/carv6/auction/10735198
2026-03-28 15:19:37 [adesa.be] INFO: Found listing with ID: 10735211
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735211%27 HTTP/1.1" 200 None
2026-03-28 15:19:37 [adesa.be] INFO: Scrape type for 10735211: 0
2026-03-28 15:19:37 [adesa.be] INFO: Skipping item 10735211 url https://www.openlane.eu/en/carv6/auction/10735211
2026-03-28 15:19:37 [adesa.be] INFO: Found listing with ID: 10735187
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735187%27 HTTP/1.1" 200 None
2026-03-28 15:19:37 [adesa.be] INFO: Scrape type for 10735187: 0
2026-03-28 15:19:37 [adesa.be] INFO: Skipping item 10735187 url https://www.openlane.eu/en/carv6/auction/10735187
2026-03-28 15:19:37 [adesa.be] INFO: Found listing with ID: 10735207
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735207%27 HTTP/1.1" 200 None
2026-03-28 15:19:37 [adesa.be] INFO: Scrape type for 10735207: 0
2026-03-28 15:19:37 [adesa.be] INFO: Skipping item 10735207 url https://www.openlane.eu/en/carv6/auction/10735207
2026-03-28 15:19:37 [adesa.be] INFO: Found listing with ID: 10735230
2026-03-28 15:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735230%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10735230: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10735230 url https://www.openlane.eu/en/carv6/auction/10735230
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10735224
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735224%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10735224: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10735224 url https://www.openlane.eu/en/carv6/auction/10735224
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10735216
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735216%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10735216: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10735216 url https://www.openlane.eu/en/carv6/auction/10735216
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10735214
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735214%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10735214: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10735214 url https://www.openlane.eu/en/carv6/auction/10735214
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10735206
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735206%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10735206: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10735206 url https://www.openlane.eu/en/carv6/auction/10735206
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10735199
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735199%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10735199: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10735199 url https://www.openlane.eu/en/carv6/auction/10735199
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10735194
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735194%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10735194: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10735194 url https://www.openlane.eu/en/carv6/auction/10735194
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10735213
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735213%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10735213: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10735213 url https://www.openlane.eu/en/carv6/auction/10735213
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10735195
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735195%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10735195: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10735195 url https://www.openlane.eu/en/carv6/auction/10735195
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10735218
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735218%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10735218: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10735218 url https://www.openlane.eu/en/carv6/auction/10735218
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10734876
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734876%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10734876: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10734876 url https://www.openlane.eu/en/carv6/auction/10734876
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10735228
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735228%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10735228: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10735228 url https://www.openlane.eu/en/carv6/auction/10735228
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10735217
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735217%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10735217: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10735217 url https://www.openlane.eu/en/carv6/auction/10735217
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10735186
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735186%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10735186: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10735186 url https://www.openlane.eu/en/carv6/auction/10735186
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10735200
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735200%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10735200: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10735200 url https://www.openlane.eu/en/carv6/auction/10735200
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10735215
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735215%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10735215: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10735215 url https://www.openlane.eu/en/carv6/auction/10735215
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10735191
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735191%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10735191: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10735191 url https://www.openlane.eu/en/carv6/auction/10735191
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10735196
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735196%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10735196: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10735196 url https://www.openlane.eu/en/carv6/auction/10735196
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10735185
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735185%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10735185: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10735185 url https://www.openlane.eu/en/carv6/auction/10735185
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10734874
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734874%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10734874: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10734874 url https://www.openlane.eu/en/carv6/auction/10734874
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10736633
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736633%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10736633: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10736633 url https://www.openlane.eu/en/carv6/auction/10736633
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10731364
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731364%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10731364: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10731364 url https://www.openlane.eu/en/carv6/auction/10731364
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10736353
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736353%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10736353: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10736353 url https://www.openlane.eu/en/carv6/auction/10736353
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10734909
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734909%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10734909: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10734909 url https://www.openlane.eu/en/carv6/auction/10734909
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10730402
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730402%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10730402: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10730402 url https://www.openlane.eu/en/carv6/auction/10730402
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10734916
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734916%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10734916: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10734916 url https://www.openlane.eu/en/carv6/auction/10734916
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10735745
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735745%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10735745: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10735745 url https://www.openlane.eu/en/carv6/auction/10735745
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10735085
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735085%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10735085: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10735085 url https://www.openlane.eu/en/carv6/auction/10735085
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10736316
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736316%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10736316: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10736316 url https://www.openlane.eu/en/carv6/auction/10736316
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10730408
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730408%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10730408: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10730408 url https://www.openlane.eu/en/carv6/auction/10730408
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10734928
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734928%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10734928: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10734928 url https://www.openlane.eu/en/carv6/auction/10734928
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10736323
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736323%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10736323: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10736323 url https://www.openlane.eu/en/carv6/auction/10736323
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10735098
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735098%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10735098: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10735098 url https://www.openlane.eu/en/carv6/auction/10735098
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10735119
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735119%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10735119: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10735119 url https://www.openlane.eu/en/carv6/auction/10735119
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10735160
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735160%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10735160: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10735160 url https://www.openlane.eu/en/carv6/auction/10735160
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10736306
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736306%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10736306: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10736306 url https://www.openlane.eu/en/carv6/auction/10736306
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10736281
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736281%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10736281: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10736281 url https://www.openlane.eu/en/carv6/auction/10736281
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10735099
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735099%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10735099: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10735099 url https://www.openlane.eu/en/carv6/auction/10735099
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10736314
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736314%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10736314: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10736314 url https://www.openlane.eu/en/carv6/auction/10736314
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10736413
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736413%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10736413: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10736413 url https://www.openlane.eu/en/carv6/auction/10736413
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10734918
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734918%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10734918: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10734918 url https://www.openlane.eu/en/carv6/auction/10734918
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10735084
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735084%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10735084: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10735084 url https://www.openlane.eu/en/carv6/auction/10735084
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10736639
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736639%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10736639: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10736639 url https://www.openlane.eu/en/carv6/auction/10736639
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10735748
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735748%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10735748: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10735748 url https://www.openlane.eu/en/carv6/auction/10735748
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10737275
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737275%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10737275: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10737275 url https://www.openlane.eu/en/carv6/auction/10737275
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10736349
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736349%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10736349: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10736349 url https://www.openlane.eu/en/carv6/auction/10736349
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10736299
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736299%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10736299: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10736299 url https://www.openlane.eu/en/carv6/auction/10736299
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10730419
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730419%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10730419: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10730419 url https://www.openlane.eu/en/carv6/auction/10730419
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10736419
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736419%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10736419: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10736419 url https://www.openlane.eu/en/carv6/auction/10736419
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10736628
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736628%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10736628: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10736628 url https://www.openlane.eu/en/carv6/auction/10736628
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10735130
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735130%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10735130: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10735130 url https://www.openlane.eu/en/carv6/auction/10735130
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10738243
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738243%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10738243: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10738243 url https://www.openlane.eu/en/carv6/auction/10738243
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10735751
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735751%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10735751: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10735751 url https://www.openlane.eu/en/carv6/auction/10735751
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10737748
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737748%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10737748: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10737748 url https://www.openlane.eu/en/carv6/auction/10737748
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10730423
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730423%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10730423: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10730423 url https://www.openlane.eu/en/carv6/auction/10730423
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10731366
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731366%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10731366: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10731366 url https://www.openlane.eu/en/carv6/auction/10731366
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10730430
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730430%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10730430: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10730430 url https://www.openlane.eu/en/carv6/auction/10730430
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10736270
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736270%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10736270: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10736270 url https://www.openlane.eu/en/carv6/auction/10736270
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10736630
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736630%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10736630: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10736630 url https://www.openlane.eu/en/carv6/auction/10736630
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10736291
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736291%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10736291: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10736291 url https://www.openlane.eu/en/carv6/auction/10736291
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10730404
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730404%27 HTTP/1.1" 200 None
2026-03-28 15:19:38 [adesa.be] INFO: Scrape type for 10730404: 0
2026-03-28 15:19:38 [adesa.be] INFO: Skipping item 10730404 url https://www.openlane.eu/en/carv6/auction/10730404
2026-03-28 15:19:38 [adesa.be] INFO: Found listing with ID: 10737264
2026-03-28 15:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737264%27 HTTP/1.1" 200 None
2026-03-28 15:19:39 [adesa.be] INFO: Scrape type for 10737264: 0
2026-03-28 15:19:39 [adesa.be] INFO: Skipping item 10737264 url https://www.openlane.eu/en/carv6/auction/10737264
2026-03-28 15:19:39 [adesa.be] INFO: Found listing with ID: 10736629
2026-03-28 15:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736629%27 HTTP/1.1" 200 None
2026-03-28 15:19:39 [adesa.be] INFO: Scrape type for 10736629: 0
2026-03-28 15:19:39 [adesa.be] INFO: Skipping item 10736629 url https://www.openlane.eu/en/carv6/auction/10736629
2026-03-28 15:19:39 [adesa.be] INFO: Found listing with ID: 10735107
2026-03-28 15:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735107%27 HTTP/1.1" 200 None
2026-03-28 15:19:39 [adesa.be] INFO: Scrape type for 10735107: 0
2026-03-28 15:19:39 [adesa.be] INFO: Skipping item 10735107 url https://www.openlane.eu/en/carv6/auction/10735107
2026-03-28 15:19:39 [adesa.be] INFO: Found listing with ID: 10736632
2026-03-28 15:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736632%27 HTTP/1.1" 200 None
2026-03-28 15:19:39 [adesa.be] INFO: Scrape type for 10736632: 0
2026-03-28 15:19:39 [adesa.be] INFO: Skipping item 10736632 url https://www.openlane.eu/en/carv6/auction/10736632
2026-03-28 15:19:39 [adesa.be] INFO: Found listing with ID: 10735149
2026-03-28 15:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735149%27 HTTP/1.1" 200 None
2026-03-28 15:19:39 [adesa.be] INFO: Scrape type for 10735149: 0
2026-03-28 15:19:39 [adesa.be] INFO: Skipping item 10735149 url https://www.openlane.eu/en/carv6/auction/10735149
2026-03-28 15:19:39 [adesa.be] INFO: Found listing with ID: 10735142
2026-03-28 15:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735142%27 HTTP/1.1" 200 None
2026-03-28 15:19:39 [adesa.be] INFO: Scrape type for 10735142: 0
2026-03-28 15:19:39 [adesa.be] INFO: Skipping item 10735142 url https://www.openlane.eu/en/carv6/auction/10735142
2026-03-28 15:19:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67d19d36-98fb-5d66-8353-2f5ef69c6c91 with identifier: 10734083
2026-03-28 15:19:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67d19d36-98fb-5d66-8353-2f5ef69c6c91 with scrape type 2
2026-03-28 15:19:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67d19d36-98fb-5d66-8353-2f5ef69c6c91 with scrape type 2
2026-03-28 15:19:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 67d19d36-98fb-5d66-8353-2f5ef69c6c91, identifier: 10734083
2026-03-28 15:19:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734180> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734080> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 67d19d36-98fb-5d66-8353-2f5ef69c6c91 with identifier: 10734083
2026-03-28 15:19:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 67d19d36-98fb-5d66-8353-2f5ef69c6c91 with identifier: 10734083
2026-03-28 15:19:39 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 67d19d36-98fb-5d66-8353-2f5ef69c6c91 with identifier: 10734083 to the API
2026-03-28 15:19:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734083>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 180,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '67d19d36-98fb-5d66-8353-2f5ef69c6c91',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CSR983',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734083',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volvo',
'model': 'XC40',
'odometer': 214066,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 12600,
'price_includes_vat': True,
'registration_date': '2022-11-14',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volvo XC40 1.5 T5 Plus Bright - Hybrid - Automatic - 180 hp - '
'214.066 km',
'transmission': 'automatic',
'trim': 'Plus Bright',
'vin': None,
'year': 2022}
2026-03-28 15:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734083%27 HTTP/1.1" 200 None
2026-03-28 15:19:39 [adesa.be] INFO: Saving data for 10734083: {'auction_closing_time': 1774960500.0, 'created_time': 1774606821.562964, 'last_price_update_time': 1774711179.780028}
2026-03-28 15:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734083') HTTP/1.1" 204 0
2026-03-28 15:19:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e770db3f-6bc1-5fd0-93e5-cd79978f6d76 with identifier: 10734278
2026-03-28 15:19:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e770db3f-6bc1-5fd0-93e5-cd79978f6d76 with scrape type 2
2026-03-28 15:19:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e770db3f-6bc1-5fd0-93e5-cd79978f6d76 with scrape type 2
2026-03-28 15:19:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: e770db3f-6bc1-5fd0-93e5-cd79978f6d76, identifier: 10734278
2026-03-28 15:19:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f83155b3-fe87-5c84-8631-8de97f0bb1ef with identifier: 10734028
2026-03-28 15:19:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f83155b3-fe87-5c84-8631-8de97f0bb1ef with scrape type 2
2026-03-28 15:19:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f83155b3-fe87-5c84-8631-8de97f0bb1ef with scrape type 2
2026-03-28 15:19:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: f83155b3-fe87-5c84-8631-8de97f0bb1ef, identifier: 10734028
2026-03-28 15:19:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 124a9832-7355-5c75-96af-25bcd530906d with identifier: 10734036
2026-03-28 15:19:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 124a9832-7355-5c75-96af-25bcd530906d with scrape type 2
2026-03-28 15:19:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 124a9832-7355-5c75-96af-25bcd530906d with scrape type 2
2026-03-28 15:19:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 124a9832-7355-5c75-96af-25bcd530906d, identifier: 10734036
2026-03-28 15:19:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: e770db3f-6bc1-5fd0-93e5-cd79978f6d76 with identifier: 10734278
2026-03-28 15:19:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: e770db3f-6bc1-5fd0-93e5-cd79978f6d76 with identifier: 10734278
2026-03-28 15:19:40 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: e770db3f-6bc1-5fd0-93e5-cd79978f6d76 with identifier: 10734278 to the API
2026-03-28 15:19:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734278>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'e770db3f-6bc1-5fd0-93e5-cd79978f6d76',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2DTJ704',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734278',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 56982,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 17200,
'price_includes_vat': True,
'registration_date': '2023-06-20',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volkswagen Golf 1.4 Style Business - Hybrid - Automatic - 150 hp - '
'56.982 km',
'transmission': 'automatic',
'trim': 'Style Business',
'vin': None,
'year': 2023}
2026-03-28 15:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734278%27 HTTP/1.1" 200 None
2026-03-28 15:19:40 [adesa.be] INFO: Saving data for 10734278: {'auction_closing_time': 1774960500.0, 'created_time': 1774606851.565458, 'last_price_update_time': 1774711180.443236}
2026-03-28 15:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734278') HTTP/1.1" 204 0
2026-03-28 15:19:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: f83155b3-fe87-5c84-8631-8de97f0bb1ef with identifier: 10734028
2026-03-28 15:19:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: f83155b3-fe87-5c84-8631-8de97f0bb1ef with identifier: 10734028
2026-03-28 15:19:40 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: f83155b3-fe87-5c84-8631-8de97f0bb1ef with identifier: 10734028 to the API
2026-03-28 15:19:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734028>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 408,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Electric',
'id': 'f83155b3-fe87-5c84-8631-8de97f0bb1ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BBG254',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734028',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volvo',
'model': 'XC40',
'odometer': 188744,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13900,
'price_includes_vat': True,
'registration_date': '2021-09-17',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volvo XC40 78 kWh Plus - Twin Motor - Electric - Automatic - 408 hp '
'- 188.744 km',
'transmission': 'automatic',
'trim': 'Plus',
'vin': None,
'year': 2021}
2026-03-28 15:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734028%27 HTTP/1.1" 200 None
2026-03-28 15:19:40 [adesa.be] INFO: Saving data for 10734028: {'auction_closing_time': 1774960500.0, 'created_time': 1774606820.435599, 'last_price_update_time': 1774711180.717763}
2026-03-28 15:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734028') HTTP/1.1" 204 0
2026-03-28 15:19:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 124a9832-7355-5c75-96af-25bcd530906d with identifier: 10734036
2026-03-28 15:19:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 124a9832-7355-5c75-96af-25bcd530906d with identifier: 10734036
2026-03-28 15:19:40 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 124a9832-7355-5c75-96af-25bcd530906d with identifier: 10734036 to the API
2026-03-28 15:19:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734036>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 110,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Petrol',
'id': '124a9832-7355-5c75-96af-25bcd530906d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2FBY851',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734036',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 38605,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 15650,
'price_includes_vat': True,
'registration_date': '2024-03-20',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volkswagen Golf 1.0 TSI Life Business - Petrol - Manual - 110 hp - '
'38.605 km',
'transmission': 'manual',
'trim': 'Life Business',
'vin': None,
'year': 2024}
2026-03-28 15:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734036%27 HTTP/1.1" 200 None
2026-03-28 15:19:40 [adesa.be] INFO: Saving data for 10734036: {'auction_closing_time': 1774960500.0, 'created_time': 1774606858.352529, 'last_price_update_time': 1774711180.985576}
2026-03-28 15:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734036') HTTP/1.1" 204 0
2026-03-28 15:19:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 877f43a2-0199-54e4-bf1e-28558adab83e with identifier: 10734180
2026-03-28 15:19:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 877f43a2-0199-54e4-bf1e-28558adab83e with scrape type 2
2026-03-28 15:19:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 877f43a2-0199-54e4-bf1e-28558adab83e with scrape type 2
2026-03-28 15:19:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 877f43a2-0199-54e4-bf1e-28558adab83e, identifier: 10734180
2026-03-28 15:19:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d771a31f-df72-53c0-9400-1cbd69c2e14e with identifier: 10734080
2026-03-28 15:19:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d771a31f-df72-53c0-9400-1cbd69c2e14e with scrape type 2
2026-03-28 15:19:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d771a31f-df72-53c0-9400-1cbd69c2e14e with scrape type 2
2026-03-28 15:19:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: d771a31f-df72-53c0-9400-1cbd69c2e14e, identifier: 10734080
2026-03-28 15:19:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734301> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 877f43a2-0199-54e4-bf1e-28558adab83e with identifier: 10734180
2026-03-28 15:19:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 877f43a2-0199-54e4-bf1e-28558adab83e with identifier: 10734180
2026-03-28 15:19:41 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 877f43a2-0199-54e4-bf1e-28558adab83e with identifier: 10734180 to the API
2026-03-28 15:19:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734180>
{'auction_title': '',
'c_o_2_emission_value': 30,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'engine_horse_power': 156,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '877f43a2-0199-54e4-bf1e-28558adab83e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BFD825',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734180',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Arteon',
'odometer': 112884,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 18900,
'price_includes_vat': True,
'registration_date': '2021-10-29',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volkswagen Arteon 1.4 R-Line - Hybrid - Automatic - 156 hp - '
'112.884 km',
'transmission': 'automatic',
'trim': 'R-Line',
'vin': None,
'year': 2021}
2026-03-28 15:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734180%27 HTTP/1.1" 200 None
2026-03-28 15:19:41 [adesa.be] INFO: Saving data for 10734180: {'auction_closing_time': 1774960500.0, 'created_time': 1774606853.136914, 'last_price_update_time': 1774711181.453859}
2026-03-28 15:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734180') HTTP/1.1" 204 0
2026-03-28 15:19:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: d771a31f-df72-53c0-9400-1cbd69c2e14e with identifier: 10734080
2026-03-28 15:19:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: d771a31f-df72-53c0-9400-1cbd69c2e14e with identifier: 10734080
2026-03-28 15:19:41 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: d771a31f-df72-53c0-9400-1cbd69c2e14e with identifier: 10734080 to the API
2026-03-28 15:19:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734080>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'd771a31f-df72-53c0-9400-1cbd69c2e14e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2DTK356',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734080',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 83009,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 15050,
'price_includes_vat': True,
'registration_date': '2023-06-20',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volkswagen Golf 1.4 Style Business - Hybrid - Automatic - 150 hp - '
'83.009 km',
'transmission': 'automatic',
'trim': 'Style Business',
'vin': None,
'year': 2023}
2026-03-28 15:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734080%27 HTTP/1.1" 200 None
2026-03-28 15:19:41 [adesa.be] INFO: Saving data for 10734080: {'auction_closing_time': 1774960500.0, 'created_time': 1774606845.681424, 'last_price_update_time': 1774711181.728989}
2026-03-28 15:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734080') HTTP/1.1" 204 0
2026-03-28 15:19:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734131> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734179> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734105> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734121> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 276426d6-1580-53f5-8db9-33cbaa4ef0cc with identifier: 10734301
2026-03-28 15:19:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 276426d6-1580-53f5-8db9-33cbaa4ef0cc with scrape type 2
2026-03-28 15:19:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 276426d6-1580-53f5-8db9-33cbaa4ef0cc with scrape type 2
2026-03-28 15:19:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 276426d6-1580-53f5-8db9-33cbaa4ef0cc, identifier: 10734301
2026-03-28 15:19:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 276426d6-1580-53f5-8db9-33cbaa4ef0cc with identifier: 10734301
2026-03-28 15:19:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 276426d6-1580-53f5-8db9-33cbaa4ef0cc with identifier: 10734301
2026-03-28 15:19:41 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 276426d6-1580-53f5-8db9-33cbaa4ef0cc with identifier: 10734301 to the API
2026-03-28 15:19:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734301>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 131,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Petrol',
'id': '276426d6-1580-53f5-8db9-33cbaa4ef0cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BQA251',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734301',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Toyota',
'model': 'ProAce',
'odometer': 80086,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 10900,
'price_includes_vat': True,
'registration_date': '2022-02-10',
'seats_number': 3,
'seller_name': 'Ayvens België',
'title': 'Toyota ProAce City 1.2i Comfort - Petrol - Automatic - 131 hp - '
'80.086 km',
'transmission': 'automatic',
'trim': 'Comfort',
'vin': None,
'year': 2022}
2026-03-28 15:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734301%27 HTTP/1.1" 200 None
2026-03-28 15:19:42 [adesa.be] INFO: Saving data for 10734301: {'auction_closing_time': 1774960500.0, 'created_time': 1774606856.948303, 'last_price_update_time': 1774711182.104508}
2026-03-28 15:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734301') HTTP/1.1" 204 0
2026-03-28 15:19:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734095> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44a8779f-b505-5ed7-b134-6d4e0821cf04 with identifier: 10734131
2026-03-28 15:19:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44a8779f-b505-5ed7-b134-6d4e0821cf04 with scrape type 2
2026-03-28 15:19:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44a8779f-b505-5ed7-b134-6d4e0821cf04 with scrape type 2
2026-03-28 15:19:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 44a8779f-b505-5ed7-b134-6d4e0821cf04, identifier: 10734131
2026-03-28 15:19:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c80c999-2e3e-5b55-b8b0-2724837037e0 with identifier: 10734179
2026-03-28 15:19:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c80c999-2e3e-5b55-b8b0-2724837037e0 with scrape type 2
2026-03-28 15:19:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c80c999-2e3e-5b55-b8b0-2724837037e0 with scrape type 2
2026-03-28 15:19:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 2c80c999-2e3e-5b55-b8b0-2724837037e0, identifier: 10734179
2026-03-28 15:19:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1974b2e4-327d-58e5-aeb0-cdbbf8b1de30 with identifier: 10734105
2026-03-28 15:19:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1974b2e4-327d-58e5-aeb0-cdbbf8b1de30 with scrape type 2
2026-03-28 15:19:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1974b2e4-327d-58e5-aeb0-cdbbf8b1de30 with scrape type 2
2026-03-28 15:19:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 1974b2e4-327d-58e5-aeb0-cdbbf8b1de30, identifier: 10734105
2026-03-28 15:19:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2aaf2c1f-760f-5e78-8f6a-08cb212ed7c9 with identifier: 10734121
2026-03-28 15:19:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2aaf2c1f-760f-5e78-8f6a-08cb212ed7c9 with scrape type 2
2026-03-28 15:19:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2aaf2c1f-760f-5e78-8f6a-08cb212ed7c9 with scrape type 2
2026-03-28 15:19:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 2aaf2c1f-760f-5e78-8f6a-08cb212ed7c9, identifier: 10734121
2026-03-28 15:19:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 44a8779f-b505-5ed7-b134-6d4e0821cf04 with identifier: 10734131
2026-03-28 15:19:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 44a8779f-b505-5ed7-b134-6d4e0821cf04 with identifier: 10734131
2026-03-28 15:19:42 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 44a8779f-b505-5ed7-b134-6d4e0821cf04 with identifier: 10734131 to the API
2026-03-28 15:19:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734131>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'engine_horse_power': 184,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '44a8779f-b505-5ed7-b134-6d4e0821cf04',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2GBH992',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734131',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Toyota',
'model': 'Rav4',
'odometer': 39939,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 35350,
'price_includes_vat': True,
'registration_date': '2024-10-14',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Toyota Rav4 2.5 Style - AWD - Hybrid - Automatic - 184 hp - 39.939 '
'km',
'transmission': 'automatic',
'trim': 'Style',
'vin': None,
'year': 2024}
2026-03-28 15:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734131%27 HTTP/1.1" 200 None
2026-03-28 15:19:42 [adesa.be] INFO: Saving data for 10734131: {'auction_closing_time': 1774960500.0, 'created_time': 1774606853.436977, 'last_price_update_time': 1774711182.752818}
2026-03-28 15:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734131') HTTP/1.1" 204 0
2026-03-28 15:19:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 2c80c999-2e3e-5b55-b8b0-2724837037e0 with identifier: 10734179
2026-03-28 15:19:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 2c80c999-2e3e-5b55-b8b0-2724837037e0 with identifier: 10734179
2026-03-28 15:19:42 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 2c80c999-2e3e-5b55-b8b0-2724837037e0 with identifier: 10734179 to the API
2026-03-28 15:19:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734179>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Petrol',
'id': '2c80c999-2e3e-5b55-b8b0-2724837037e0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CPV185',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734179',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Superb',
'odometer': 157154,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 14800,
'price_includes_vat': True,
'registration_date': '2022-10-11',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Skoda Superb Combi 1.5 TSI Clever - Petrol - Automatic - 150 hp - '
'157.154 km',
'transmission': 'automatic',
'trim': 'Clever',
'vin': None,
'year': 2022}
2026-03-28 15:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734179%27 HTTP/1.1" 200 None
2026-03-28 15:19:43 [adesa.be] INFO: Saving data for 10734179: {'auction_closing_time': 1774960500.0, 'created_time': 1774606810.246907, 'last_price_update_time': 1774711183.017696}
2026-03-28 15:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734179') HTTP/1.1" 204 0
2026-03-28 15:19:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 1974b2e4-327d-58e5-aeb0-cdbbf8b1de30 with identifier: 10734105
2026-03-28 15:19:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 1974b2e4-327d-58e5-aeb0-cdbbf8b1de30 with identifier: 10734105
2026-03-28 15:19:43 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 1974b2e4-327d-58e5-aeb0-cdbbf8b1de30 with identifier: 10734105 to the API
2026-03-28 15:19:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734105>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': '1974b2e4-327d-58e5-aeb0-cdbbf8b1de30',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2DDU797',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734105',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Superb',
'odometer': 106366,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 17000,
'price_includes_vat': True,
'registration_date': '2023-02-15',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Skoda Superb Combi 2.0 TDI Clever - Diesel - Automatic - 150 hp - '
'106.366 km',
'transmission': 'automatic',
'trim': 'Clever',
'vin': None,
'year': 2023}
2026-03-28 15:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734105%27 HTTP/1.1" 200 None
2026-03-28 15:19:43 [adesa.be] INFO: Saving data for 10734105: {'auction_closing_time': 1774960500.0, 'created_time': 1774606861.634475, 'last_price_update_time': 1774711183.285025}
2026-03-28 15:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734105') HTTP/1.1" 204 0
2026-03-28 15:19:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 2aaf2c1f-760f-5e78-8f6a-08cb212ed7c9 with identifier: 10734121
2026-03-28 15:19:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 2aaf2c1f-760f-5e78-8f6a-08cb212ed7c9 with identifier: 10734121
2026-03-28 15:19:43 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 2aaf2c1f-760f-5e78-8f6a-08cb212ed7c9 with identifier: 10734121 to the API
2026-03-28 15:19:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734121>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 122,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': '2aaf2c1f-760f-5e78-8f6a-08cb212ed7c9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2ABU074',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734121',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Superb',
'odometer': 169869,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 11500,
'price_includes_vat': True,
'registration_date': '2021-02-11',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Skoda Superb Combi 1.6 TDI Ambition - Diesel - Automatic - 122 hp - '
'169.869 km',
'transmission': 'automatic',
'trim': 'Ambition',
'vin': None,
'year': 2021}
2026-03-28 15:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734121%27 HTTP/1.1" 200 None
2026-03-28 15:19:43 [adesa.be] INFO: Saving data for 10734121: {'auction_closing_time': 1774960500.0, 'created_time': 1774606865.606888, 'last_price_update_time': 1774711183.631439}
2026-03-28 15:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734121') HTTP/1.1" 204 0
2026-03-28 15:19:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734130> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2a4f01d-6dd4-5ab5-94b3-1c5457044afb with identifier: 10734095
2026-03-28 15:19:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2a4f01d-6dd4-5ab5-94b3-1c5457044afb with scrape type 2
2026-03-28 15:19:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2a4f01d-6dd4-5ab5-94b3-1c5457044afb with scrape type 2
2026-03-28 15:19:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: b2a4f01d-6dd4-5ab5-94b3-1c5457044afb, identifier: 10734095
2026-03-28 15:19:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: b2a4f01d-6dd4-5ab5-94b3-1c5457044afb with identifier: 10734095
2026-03-28 15:19:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: b2a4f01d-6dd4-5ab5-94b3-1c5457044afb with identifier: 10734095
2026-03-28 15:19:43 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: b2a4f01d-6dd4-5ab5-94b3-1c5457044afb with identifier: 10734095 to the API
2026-03-28 15:19:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734095>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 215,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Electric',
'id': 'b2a4f01d-6dd4-5ab5-94b3-1c5457044afb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BJB689',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734095',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 110560,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 19200,
'price_includes_vat': True,
'registration_date': '2021-12-03',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Tesla Model 3 Performance 75 kWh - Dual Motor - Electric - '
'Automatic - 215 hp - 110.560 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2021}
2026-03-28 15:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734095%27 HTTP/1.1" 200 None
2026-03-28 15:19:44 [adesa.be] INFO: Saving data for 10734095: {'auction_closing_time': 1774960500.0, 'created_time': 1774606861.99492, 'last_price_update_time': 1774711184.02874}
2026-03-28 15:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734095') HTTP/1.1" 204 0
2026-03-28 15:19:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 582bda64-f076-54c1-9fd6-15da77667a76 with identifier: 10734130
2026-03-28 15:19:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 582bda64-f076-54c1-9fd6-15da77667a76 with scrape type 2
2026-03-28 15:19:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 582bda64-f076-54c1-9fd6-15da77667a76 with scrape type 2
2026-03-28 15:19:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 582bda64-f076-54c1-9fd6-15da77667a76, identifier: 10734130
2026-03-28 15:19:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 582bda64-f076-54c1-9fd6-15da77667a76 with identifier: 10734130
2026-03-28 15:19:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 582bda64-f076-54c1-9fd6-15da77667a76 with identifier: 10734130
2026-03-28 15:19:44 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 582bda64-f076-54c1-9fd6-15da77667a76 with identifier: 10734130 to the API
2026-03-28 15:19:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734130>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'engine_horse_power': 156,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '582bda64-f076-54c1-9fd6-15da77667a76',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YTN900',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734130',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Superb',
'odometer': 149690,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 12350,
'price_includes_vat': True,
'registration_date': '2020-12-09',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Skoda Superb Combi 1.4 TSI Style - Hybrid - Automatic - 156 hp - '
'149.690 km',
'transmission': 'automatic',
'trim': 'Style',
'vin': None,
'year': 2020}
2026-03-28 15:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734130%27 HTTP/1.1" 200 None
2026-03-28 15:19:44 [adesa.be] INFO: Saving data for 10734130: {'auction_closing_time': 1774960500.0, 'created_time': 1774606814.199227, 'last_price_update_time': 1774711184.393088}
2026-03-28 15:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734130') HTTP/1.1" 204 0
2026-03-28 15:19:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734257> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734129> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734277> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5aae21a-accf-50e3-8b52-6a815e6b1edd with identifier: 10734257
2026-03-28 15:19:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5aae21a-accf-50e3-8b52-6a815e6b1edd with scrape type 2
2026-03-28 15:19:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5aae21a-accf-50e3-8b52-6a815e6b1edd with scrape type 2
2026-03-28 15:19:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: f5aae21a-accf-50e3-8b52-6a815e6b1edd, identifier: 10734257
2026-03-28 15:19:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 356735b4-75fc-577a-9469-a64fcc9373fe with identifier: 10734129
2026-03-28 15:19:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 356735b4-75fc-577a-9469-a64fcc9373fe with scrape type 2
2026-03-28 15:19:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 356735b4-75fc-577a-9469-a64fcc9373fe with scrape type 2
2026-03-28 15:19:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 356735b4-75fc-577a-9469-a64fcc9373fe, identifier: 10734129
2026-03-28 15:19:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: f5aae21a-accf-50e3-8b52-6a815e6b1edd with identifier: 10734257
2026-03-28 15:19:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: f5aae21a-accf-50e3-8b52-6a815e6b1edd with identifier: 10734257
2026-03-28 15:19:44 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: f5aae21a-accf-50e3-8b52-6a815e6b1edd with identifier: 10734257 to the API
2026-03-28 15:19:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734257>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 115,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': 'f5aae21a-accf-50e3-8b52-6a815e6b1edd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BXP967',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734257',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 113184,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 14100,
'price_includes_vat': True,
'registration_date': '2022-05-02',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Skoda Octavia Combi 2.0 TDI Clever - Diesel - Automatic - 115 hp - '
'113.184 km',
'transmission': 'automatic',
'trim': 'Clever',
'vin': None,
'year': 2022}
2026-03-28 15:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734257%27 HTTP/1.1" 200 None
2026-03-28 15:19:44 [adesa.be] INFO: Saving data for 10734257: {'auction_closing_time': 1774960500.0, 'created_time': 1774606862.648641, 'last_price_update_time': 1774711184.951623}
2026-03-28 15:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734257') HTTP/1.1" 204 0
2026-03-28 15:19:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 356735b4-75fc-577a-9469-a64fcc9373fe with identifier: 10734129
2026-03-28 15:19:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 356735b4-75fc-577a-9469-a64fcc9373fe with identifier: 10734129
2026-03-28 15:19:45 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 356735b4-75fc-577a-9469-a64fcc9373fe with identifier: 10734129 to the API
2026-03-28 15:19:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734129>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': '356735b4-75fc-577a-9469-a64fcc9373fe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BGA243',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734129',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 130237,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 14350,
'price_includes_vat': True,
'registration_date': '2021-11-09',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Skoda Octavia Combi 2.0 TDI Style - Diesel - Automatic - 150 hp - '
'130.237 km',
'transmission': 'automatic',
'trim': 'Style',
'vin': None,
'year': 2021}
2026-03-28 15:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734129%27 HTTP/1.1" 200 None
2026-03-28 15:19:45 [adesa.be] INFO: Saving data for 10734129: {'auction_closing_time': 1774960500.0, 'created_time': 1774606862.317364, 'last_price_update_time': 1774711185.23428}
2026-03-28 15:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734129') HTTP/1.1" 204 0
2026-03-28 15:19:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734120> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734324> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734128> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9be102b-a5c7-5465-9b5d-a0ee7f713d0b with identifier: 10734277
2026-03-28 15:19:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9be102b-a5c7-5465-9b5d-a0ee7f713d0b with scrape type 2
2026-03-28 15:19:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9be102b-a5c7-5465-9b5d-a0ee7f713d0b with scrape type 2
2026-03-28 15:19:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: d9be102b-a5c7-5465-9b5d-a0ee7f713d0b, identifier: 10734277
2026-03-28 15:19:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: d9be102b-a5c7-5465-9b5d-a0ee7f713d0b with identifier: 10734277
2026-03-28 15:19:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: d9be102b-a5c7-5465-9b5d-a0ee7f713d0b with identifier: 10734277
2026-03-28 15:19:45 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: d9be102b-a5c7-5465-9b5d-a0ee7f713d0b with identifier: 10734277 to the API
2026-03-28 15:19:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734277>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'd9be102b-a5c7-5465-9b5d-a0ee7f713d0b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BNN108',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734277',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 86813,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 15900,
'price_includes_vat': True,
'registration_date': '2022-01-26',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Skoda Octavia 1.4 TSI Clever - Hybrid - Automatic - 150 hp - 86.813 '
'km',
'transmission': 'automatic',
'trim': 'Clever',
'vin': None,
'year': 2022}
2026-03-28 15:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734277%27 HTTP/1.1" 200 None
2026-03-28 15:19:45 [adesa.be] INFO: Saving data for 10734277: {'auction_closing_time': 1774960500.0, 'created_time': 1774606870.936562, 'last_price_update_time': 1774711185.671362}
2026-03-28 15:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734277') HTTP/1.1" 204 0
2026-03-28 15:19:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734024> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 665c2ff1-4ef5-5d7e-8651-755fe790f865 with identifier: 10734120
2026-03-28 15:19:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 665c2ff1-4ef5-5d7e-8651-755fe790f865 with scrape type 2
2026-03-28 15:19:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 665c2ff1-4ef5-5d7e-8651-755fe790f865 with scrape type 2
2026-03-28 15:19:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 665c2ff1-4ef5-5d7e-8651-755fe790f865, identifier: 10734120
2026-03-28 15:19:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 665c2ff1-4ef5-5d7e-8651-755fe790f865 with identifier: 10734120
2026-03-28 15:19:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 665c2ff1-4ef5-5d7e-8651-755fe790f865 with identifier: 10734120
2026-03-28 15:19:45 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 665c2ff1-4ef5-5d7e-8651-755fe790f865 with identifier: 10734120 to the API
2026-03-28 15:19:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734120>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 110,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Petrol',
'id': '665c2ff1-4ef5-5d7e-8651-755fe790f865',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CEJ560',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734120',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 151111,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 10900,
'price_includes_vat': True,
'registration_date': '2022-06-23',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Skoda Octavia Combi 1.0 TSI Clever - Petrol - Automatic - 110 hp - '
'151.111 km',
'transmission': 'automatic',
'trim': 'Clever',
'vin': None,
'year': 2022}
2026-03-28 15:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734120%27 HTTP/1.1" 200 None
2026-03-28 15:19:46 [adesa.be] INFO: Saving data for 10734120: {'auction_closing_time': 1774960500.0, 'created_time': 1774606867.973586, 'last_price_update_time': 1774711186.051112}
2026-03-28 15:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734120') HTTP/1.1" 204 0
2026-03-28 15:19:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 935ab860-6d51-52d0-a0ba-02337902ff31 with identifier: 10734324
2026-03-28 15:19:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 935ab860-6d51-52d0-a0ba-02337902ff31 with scrape type 2
2026-03-28 15:19:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 935ab860-6d51-52d0-a0ba-02337902ff31 with scrape type 2
2026-03-28 15:19:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 935ab860-6d51-52d0-a0ba-02337902ff31, identifier: 10734324
2026-03-28 15:19:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfcc234a-6426-5bcb-bb48-fdf92fdfc0e3 with identifier: 10734128
2026-03-28 15:19:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfcc234a-6426-5bcb-bb48-fdf92fdfc0e3 with scrape type 2
2026-03-28 15:19:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dfcc234a-6426-5bcb-bb48-fdf92fdfc0e3 with scrape type 2
2026-03-28 15:19:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: dfcc234a-6426-5bcb-bb48-fdf92fdfc0e3, identifier: 10734128
2026-03-28 15:19:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 935ab860-6d51-52d0-a0ba-02337902ff31 with identifier: 10734324
2026-03-28 15:19:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 935ab860-6d51-52d0-a0ba-02337902ff31 with identifier: 10734324
2026-03-28 15:19:46 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 935ab860-6d51-52d0-a0ba-02337902ff31 with identifier: 10734324 to the API
2026-03-28 15:19:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734324>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 95,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Petrol',
'id': '935ab860-6d51-52d0-a0ba-02337902ff31',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BXF976',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734324',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Seat',
'model': 'Arona',
'odometer': 39857,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 12100,
'price_includes_vat': True,
'registration_date': '2022-04-27',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Seat Arona 1.0 TSI Move! - Petrol - Manual - 95 hp - 39.857 km',
'transmission': 'manual',
'trim': 'Move!',
'vin': None,
'year': 2022}
2026-03-28 15:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734324%27 HTTP/1.1" 200 None
2026-03-28 15:19:46 [adesa.be] INFO: Saving data for 10734324: {'auction_closing_time': 1774960500.0, 'created_time': 1774606867.32002, 'last_price_update_time': 1774711186.577537}
2026-03-28 15:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734324') HTTP/1.1" 204 0
2026-03-28 15:19:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: dfcc234a-6426-5bcb-bb48-fdf92fdfc0e3 with identifier: 10734128
2026-03-28 15:19:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: dfcc234a-6426-5bcb-bb48-fdf92fdfc0e3 with identifier: 10734128
2026-03-28 15:19:46 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: dfcc234a-6426-5bcb-bb48-fdf92fdfc0e3 with identifier: 10734128 to the API
2026-03-28 15:19:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734128>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.6L',
'engine_horse_power': 94,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'dfcc234a-6426-5bcb-bb48-fdf92fdfc0e3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BLD992',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734128',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Renault',
'model': 'Megane',
'odometer': 68306,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 12350,
'price_includes_vat': True,
'registration_date': '2021-12-31',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Renault Megane Grandtour 1.6 Intens - Hybrid - Automatic - 94 hp - '
'68.306 km',
'transmission': 'automatic',
'trim': 'Intens',
'vin': None,
'year': 2021}
2026-03-28 15:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734128%27 HTTP/1.1" 200 None
2026-03-28 15:19:46 [adesa.be] INFO: Saving data for 10734128: {'auction_closing_time': 1774960500.0, 'created_time': 1774606813.186771, 'last_price_update_time': 1774711186.872723}
2026-03-28 15:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734128') HTTP/1.1" 204 0
2026-03-28 15:19:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d69d174-69dd-514c-b6af-ef3f08016493 with identifier: 10734024
2026-03-28 15:19:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d69d174-69dd-514c-b6af-ef3f08016493 with scrape type 2
2026-03-28 15:19:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d69d174-69dd-514c-b6af-ef3f08016493 with scrape type 2
2026-03-28 15:19:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 2d69d174-69dd-514c-b6af-ef3f08016493, identifier: 10734024
2026-03-28 15:19:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734087> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 2d69d174-69dd-514c-b6af-ef3f08016493 with identifier: 10734024
2026-03-28 15:19:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 2d69d174-69dd-514c-b6af-ef3f08016493 with identifier: 10734024
2026-03-28 15:19:47 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 2d69d174-69dd-514c-b6af-ef3f08016493 with identifier: 10734024 to the API
2026-03-28 15:19:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734024>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': '2d69d174-69dd-514c-b6af-ef3f08016493',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BWB829',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734024',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 107677,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13500,
'price_includes_vat': True,
'registration_date': '2022-04-13',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Skoda Octavia Combi 2.0 TDI Clever - Diesel - Manual - 150 hp - '
'107.677 km',
'transmission': 'manual',
'trim': 'Clever',
'vin': None,
'year': 2022}
2026-03-28 15:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734024%27 HTTP/1.1" 200 None
2026-03-28 15:19:47 [adesa.be] INFO: Saving data for 10734024: {'auction_closing_time': 1774960500.0, 'created_time': 1774606860.979873, 'last_price_update_time': 1774711187.281841}
2026-03-28 15:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734024') HTTP/1.1" 204 0
2026-03-28 15:19:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 476c3d1a-d566-58e7-89a1-31d951d6e12e with identifier: 10734087
2026-03-28 15:19:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 476c3d1a-d566-58e7-89a1-31d951d6e12e with scrape type 2
2026-03-28 15:19:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 476c3d1a-d566-58e7-89a1-31d951d6e12e with scrape type 2
2026-03-28 15:19:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 476c3d1a-d566-58e7-89a1-31d951d6e12e, identifier: 10734087
2026-03-28 15:19:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 476c3d1a-d566-58e7-89a1-31d951d6e12e with identifier: 10734087
2026-03-28 15:19:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 476c3d1a-d566-58e7-89a1-31d951d6e12e with identifier: 10734087
2026-03-28 15:19:47 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 476c3d1a-d566-58e7-89a1-31d951d6e12e with identifier: 10734087 to the API
2026-03-28 15:19:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734087>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 100,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Petrol',
'id': '476c3d1a-d566-58e7-89a1-31d951d6e12e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1XRC973',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734087',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Renault',
'model': 'Clio',
'odometer': 84446,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 8900,
'price_includes_vat': True,
'registration_date': '2020-03-13',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Renault Clio 1.0 Tce Corporate Edition - Petrol - Manual - 100 hp - '
'84.446 km',
'transmission': 'manual',
'trim': 'Corporate Edition',
'vin': None,
'year': 2020}
2026-03-28 15:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734087%27 HTTP/1.1" 200 None
2026-03-28 15:19:47 [adesa.be] INFO: Saving data for 10734087: {'auction_closing_time': 1774960500.0, 'created_time': 1774606808.484499, 'last_price_update_time': 1774711187.732796}
2026-03-28 15:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734087') HTTP/1.1" 204 0
2026-03-28 15:19:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734077> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734217> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6161c021-9ce9-576d-b55e-bcfa01d13aea with identifier: 10734077
2026-03-28 15:19:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6161c021-9ce9-576d-b55e-bcfa01d13aea with scrape type 2
2026-03-28 15:19:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6161c021-9ce9-576d-b55e-bcfa01d13aea with scrape type 2
2026-03-28 15:19:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 6161c021-9ce9-576d-b55e-bcfa01d13aea, identifier: 10734077
2026-03-28 15:19:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e17d7520-0181-51ce-9072-f7ca7aa585d4 with identifier: 10734217
2026-03-28 15:19:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e17d7520-0181-51ce-9072-f7ca7aa585d4 with scrape type 2
2026-03-28 15:19:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e17d7520-0181-51ce-9072-f7ca7aa585d4 with scrape type 2
2026-03-28 15:19:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: e17d7520-0181-51ce-9072-f7ca7aa585d4, identifier: 10734217
2026-03-28 15:19:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 6161c021-9ce9-576d-b55e-bcfa01d13aea with identifier: 10734077
2026-03-28 15:19:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 6161c021-9ce9-576d-b55e-bcfa01d13aea with identifier: 10734077
2026-03-28 15:19:48 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 6161c021-9ce9-576d-b55e-bcfa01d13aea with identifier: 10734077 to the API
2026-03-28 15:19:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734077>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 122,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': '6161c021-9ce9-576d-b55e-bcfa01d13aea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BGM100',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734077',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Opel',
'model': 'Insignia',
'odometer': 154481,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 8200,
'price_includes_vat': True,
'registration_date': '2021-11-17',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Opel Insignia Sports Tourer 1.5 Business - Diesel - Automatic - 122 '
'hp - 154.481 km',
'transmission': 'automatic',
'trim': 'Business',
'vin': None,
'year': 2021}
2026-03-28 15:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734077%27 HTTP/1.1" 200 None
2026-03-28 15:19:48 [adesa.be] INFO: Saving data for 10734077: {'auction_closing_time': 1774960500.0, 'created_time': 1774606793.587862, 'last_price_update_time': 1774711188.544813}
2026-03-28 15:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734077') HTTP/1.1" 204 0
2026-03-28 15:19:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: e17d7520-0181-51ce-9072-f7ca7aa585d4 with identifier: 10734217
2026-03-28 15:19:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: e17d7520-0181-51ce-9072-f7ca7aa585d4 with identifier: 10734217
2026-03-28 15:19:48 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: e17d7520-0181-51ce-9072-f7ca7aa585d4 with identifier: 10734217 to the API
2026-03-28 15:19:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734217>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': 'e17d7520-0181-51ce-9072-f7ca7aa585d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CTW941',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734217',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '508',
'odometer': 127193,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 11300,
'price_includes_vat': True,
'registration_date': '2022-11-25',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Peugeot 508 SW 1.5 HDI Allure - Diesel - Automatic - 130 hp - '
'127.193 km',
'transmission': 'automatic',
'trim': 'Allure',
'vin': None,
'year': 2022}
2026-03-28 15:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734217%27 HTTP/1.1" 200 None
2026-03-28 15:19:48 [adesa.be] INFO: Saving data for 10734217: {'auction_closing_time': 1774960500.0, 'created_time': 1774606803.561786, 'last_price_update_time': 1774711188.809053}
2026-03-28 15:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734217') HTTP/1.1" 204 0
2026-03-28 15:19:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734215> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734276> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 688226b3-068f-5db2-a932-b790d413ad9c with identifier: 10734215
2026-03-28 15:19:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 688226b3-068f-5db2-a932-b790d413ad9c with scrape type 2
2026-03-28 15:19:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 688226b3-068f-5db2-a932-b790d413ad9c with scrape type 2
2026-03-28 15:19:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 688226b3-068f-5db2-a932-b790d413ad9c, identifier: 10734215
2026-03-28 15:19:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 688226b3-068f-5db2-a932-b790d413ad9c with identifier: 10734215
2026-03-28 15:19:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 688226b3-068f-5db2-a932-b790d413ad9c with identifier: 10734215
2026-03-28 15:19:49 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 688226b3-068f-5db2-a932-b790d413ad9c with identifier: 10734215 to the API
2026-03-28 15:19:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734215>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 125,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '688226b3-068f-5db2-a932-b790d413ad9c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YVP138',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734215',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mini',
'model': 'Countryman',
'odometer': 147558,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 12900,
'price_includes_vat': True,
'registration_date': '2021-01-04',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mini Countryman Cooper SE 1.5 - ALL4 - Hybrid - Automatic - 125 hp '
'- 147.558 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2021}
2026-03-28 15:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734215%27 HTTP/1.1" 200 None
2026-03-28 15:19:49 [adesa.be] INFO: Saving data for 10734215: {'auction_closing_time': 1774960500.0, 'created_time': 1774606781.857623, 'last_price_update_time': 1774711189.347193}
2026-03-28 15:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734215') HTTP/1.1" 204 0
2026-03-28 15:19:49 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0506d8ce-ce6f-569d-8576-f6b50af62c5c with identifier: 10734276
2026-03-28 15:19:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0506d8ce-ce6f-569d-8576-f6b50af62c5c with scrape type 2
2026-03-28 15:19:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0506d8ce-ce6f-569d-8576-f6b50af62c5c with scrape type 2
2026-03-28 15:19:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 0506d8ce-ce6f-569d-8576-f6b50af62c5c, identifier: 10734276
2026-03-28 15:19:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 0506d8ce-ce6f-569d-8576-f6b50af62c5c with identifier: 10734276
2026-03-28 15:19:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 0506d8ce-ce6f-569d-8576-f6b50af62c5c with identifier: 10734276
2026-03-28 15:19:49 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 0506d8ce-ce6f-569d-8576-f6b50af62c5c with identifier: 10734276 to the API
2026-03-28 15:19:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734276>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 125,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '0506d8ce-ce6f-569d-8576-f6b50af62c5c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YQH333',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734276',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mini',
'model': 'Countryman',
'odometer': 129296,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 14800,
'price_includes_vat': True,
'registration_date': '2020-11-03',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mini Countryman Cooper SE 1.5 Chili - ALL4 - Hybrid - Automatic - '
'125 hp - 129.296 km',
'transmission': 'automatic',
'trim': 'Chili',
'vin': None,
'year': 2020}
2026-03-28 15:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734276%27 HTTP/1.1" 200 None
2026-03-28 15:19:49 [adesa.be] INFO: Saving data for 10734276: {'auction_closing_time': 1774960500.0, 'created_time': 1774606791.478231, 'last_price_update_time': 1774711189.727436}
2026-03-28 15:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734276') HTTP/1.1" 204 0
2026-03-28 15:19:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734234> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:49 [adesa.be] INFO: Found listing with ID: 10737281
2026-03-28 15:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737281%27 HTTP/1.1" 200 None
2026-03-28 15:19:49 [adesa.be] INFO: Scrape type for 10737281: 0
2026-03-28 15:19:49 [adesa.be] INFO: Skipping item 10737281 url https://www.openlane.eu/en/carv6/auction/10737281
2026-03-28 15:19:49 [adesa.be] INFO: Found listing with ID: 10735153
2026-03-28 15:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735153%27 HTTP/1.1" 200 None
2026-03-28 15:19:49 [adesa.be] INFO: Scrape type for 10735153: 0
2026-03-28 15:19:49 [adesa.be] INFO: Skipping item 10735153 url https://www.openlane.eu/en/carv6/auction/10735153
2026-03-28 15:19:49 [adesa.be] INFO: Found listing with ID: 10730439
2026-03-28 15:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730439%27 HTTP/1.1" 200 None
2026-03-28 15:19:49 [adesa.be] INFO: Scrape type for 10730439: 0
2026-03-28 15:19:49 [adesa.be] INFO: Skipping item 10730439 url https://www.openlane.eu/en/carv6/auction/10730439
2026-03-28 15:19:49 [adesa.be] INFO: Found listing with ID: 10739818
2026-03-28 15:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739818%27 HTTP/1.1" 200 None
2026-03-28 15:19:49 [adesa.be] INFO: Scrape type for 10739818: 0
2026-03-28 15:19:49 [adesa.be] INFO: Skipping item 10739818 url https://www.openlane.eu/en/carv6/auction/10739818
2026-03-28 15:19:49 [adesa.be] INFO: Found listing with ID: 10730422
2026-03-28 15:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730422%27 HTTP/1.1" 200 None
2026-03-28 15:19:49 [adesa.be] INFO: Scrape type for 10730422: 0
2026-03-28 15:19:49 [adesa.be] INFO: Skipping item 10730422 url https://www.openlane.eu/en/carv6/auction/10730422
2026-03-28 15:19:49 [adesa.be] INFO: Found listing with ID: 10736421
2026-03-28 15:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736421%27 HTTP/1.1" 200 None
2026-03-28 15:19:49 [adesa.be] INFO: Scrape type for 10736421: 0
2026-03-28 15:19:49 [adesa.be] INFO: Skipping item 10736421 url https://www.openlane.eu/en/carv6/auction/10736421
2026-03-28 15:19:49 [adesa.be] INFO: Found listing with ID: 10736333
2026-03-28 15:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736333%27 HTTP/1.1" 200 None
2026-03-28 15:19:49 [adesa.be] INFO: Scrape type for 10736333: 0
2026-03-28 15:19:49 [adesa.be] INFO: Skipping item 10736333 url https://www.openlane.eu/en/carv6/auction/10736333
2026-03-28 15:19:49 [adesa.be] INFO: Found listing with ID: 10730409
2026-03-28 15:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730409%27 HTTP/1.1" 200 None
2026-03-28 15:19:49 [adesa.be] INFO: Scrape type for 10730409: 0
2026-03-28 15:19:49 [adesa.be] INFO: Skipping item 10730409 url https://www.openlane.eu/en/carv6/auction/10730409
2026-03-28 15:19:49 [adesa.be] INFO: Found listing with ID: 10740863
2026-03-28 15:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740863%27 HTTP/1.1" 200 None
2026-03-28 15:19:49 [adesa.be] INFO: Scrape type for 10740863: 0
2026-03-28 15:19:49 [adesa.be] INFO: Skipping item 10740863 url https://www.openlane.eu/en/carv6/auction/10740863
2026-03-28 15:19:49 [adesa.be] INFO: Found listing with ID: 10736343
2026-03-28 15:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736343%27 HTTP/1.1" 200 None
2026-03-28 15:19:49 [adesa.be] INFO: Scrape type for 10736343: 0
2026-03-28 15:19:49 [adesa.be] INFO: Skipping item 10736343 url https://www.openlane.eu/en/carv6/auction/10736343
2026-03-28 15:19:49 [adesa.be] INFO: Found listing with ID: 10737274
2026-03-28 15:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737274%27 HTTP/1.1" 200 None
2026-03-28 15:19:49 [adesa.be] INFO: Scrape type for 10737274: 0
2026-03-28 15:19:49 [adesa.be] INFO: Skipping item 10737274 url https://www.openlane.eu/en/carv6/auction/10737274
2026-03-28 15:19:49 [adesa.be] INFO: Found listing with ID: 10737259
2026-03-28 15:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737259%27 HTTP/1.1" 200 None
2026-03-28 15:19:49 [adesa.be] INFO: Scrape type for 10737259: 0
2026-03-28 15:19:49 [adesa.be] INFO: Skipping item 10737259 url https://www.openlane.eu/en/carv6/auction/10737259
2026-03-28 15:19:49 [adesa.be] INFO: Found listing with ID: 10736295
2026-03-28 15:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736295%27 HTTP/1.1" 200 None
2026-03-28 15:19:49 [adesa.be] INFO: Scrape type for 10736295: 0
2026-03-28 15:19:49 [adesa.be] INFO: Skipping item 10736295 url https://www.openlane.eu/en/carv6/auction/10736295
2026-03-28 15:19:49 [adesa.be] INFO: Found listing with ID: 10737290
2026-03-28 15:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737290%27 HTTP/1.1" 200 None
2026-03-28 15:19:49 [adesa.be] INFO: Scrape type for 10737290: 0
2026-03-28 15:19:49 [adesa.be] INFO: Skipping item 10737290 url https://www.openlane.eu/en/carv6/auction/10737290
2026-03-28 15:19:49 [adesa.be] INFO: Found listing with ID: 10736418
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736418%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10736418: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10736418 url https://www.openlane.eu/en/carv6/auction/10736418
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10735102
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735102%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10735102: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10735102 url https://www.openlane.eu/en/carv6/auction/10735102
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10731363
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731363%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10731363: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10731363 url https://www.openlane.eu/en/carv6/auction/10731363
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10731361
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731361%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10731361: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10731361 url https://www.openlane.eu/en/carv6/auction/10731361
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10740845
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740845%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10740845: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10740845 url https://www.openlane.eu/en/carv6/auction/10740845
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10740858
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740858%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10740858: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10740858 url https://www.openlane.eu/en/carv6/auction/10740858
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10735152
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735152%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10735152: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10735152 url https://www.openlane.eu/en/carv6/auction/10735152
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10735174
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735174%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10735174: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10735174 url https://www.openlane.eu/en/carv6/auction/10735174
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10735136
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735136%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10735136: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10735136 url https://www.openlane.eu/en/carv6/auction/10735136
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10730452
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730452%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10730452: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10730452 url https://www.openlane.eu/en/carv6/auction/10730452
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10730407
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730407%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10730407: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10730407 url https://www.openlane.eu/en/carv6/auction/10730407
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10730417
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730417%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10730417: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10730417 url https://www.openlane.eu/en/carv6/auction/10730417
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10737294
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737294%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10737294: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10737294 url https://www.openlane.eu/en/carv6/auction/10737294
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10730444
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730444%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10730444: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10730444 url https://www.openlane.eu/en/carv6/auction/10730444
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10730416
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730416%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10730416: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10730416 url https://www.openlane.eu/en/carv6/auction/10730416
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10735147
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735147%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10735147: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10735147 url https://www.openlane.eu/en/carv6/auction/10735147
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10730448
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730448%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10730448: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10730448 url https://www.openlane.eu/en/carv6/auction/10730448
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10730398
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730398%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10730398: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10730398 url https://www.openlane.eu/en/carv6/auction/10730398
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10735144
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735144%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10735144: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10735144 url https://www.openlane.eu/en/carv6/auction/10735144
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10735146
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735146%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10735146: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10735146 url https://www.openlane.eu/en/carv6/auction/10735146
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10736271
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736271%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10736271: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10736271 url https://www.openlane.eu/en/carv6/auction/10736271
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10739814
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739814%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10739814: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10739814 url https://www.openlane.eu/en/carv6/auction/10739814
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10736284
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736284%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10736284: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10736284 url https://www.openlane.eu/en/carv6/auction/10736284
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10730443
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730443%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10730443: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10730443 url https://www.openlane.eu/en/carv6/auction/10730443
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10736668
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736668%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10736668: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10736668 url https://www.openlane.eu/en/carv6/auction/10736668
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10730429
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730429%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10730429: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10730429 url https://www.openlane.eu/en/carv6/auction/10730429
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10735150
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735150%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10735150: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10735150 url https://www.openlane.eu/en/carv6/auction/10735150
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10730442
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730442%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10730442: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10730442 url https://www.openlane.eu/en/carv6/auction/10730442
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10736332
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736332%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10736332: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10736332 url https://www.openlane.eu/en/carv6/auction/10736332
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10731355
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731355%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10731355: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10731355 url https://www.openlane.eu/en/carv6/auction/10731355
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10731354
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731354%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10731354: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10731354 url https://www.openlane.eu/en/carv6/auction/10731354
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10736292
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736292%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10736292: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10736292 url https://www.openlane.eu/en/carv6/auction/10736292
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10735148
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735148%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10735148: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10735148 url https://www.openlane.eu/en/carv6/auction/10735148
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10730415
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730415%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10730415: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10730415 url https://www.openlane.eu/en/carv6/auction/10730415
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10735744
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735744%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10735744: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10735744 url https://www.openlane.eu/en/carv6/auction/10735744
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10735176
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735176%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10735176: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10735176 url https://www.openlane.eu/en/carv6/auction/10735176
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10736334
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736334%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10736334: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10736334 url https://www.openlane.eu/en/carv6/auction/10736334
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10739839
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739839%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10739839: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10739839 url https://www.openlane.eu/en/carv6/auction/10739839
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10737258
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737258%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10737258: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10737258 url https://www.openlane.eu/en/carv6/auction/10737258
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10736288
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736288%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10736288: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10736288 url https://www.openlane.eu/en/carv6/auction/10736288
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10736350
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736350%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10736350: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10736350 url https://www.openlane.eu/en/carv6/auction/10736350
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10738238
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738238%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10738238: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10738238 url https://www.openlane.eu/en/carv6/auction/10738238
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10730413
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730413%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10730413: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10730413 url https://www.openlane.eu/en/carv6/auction/10730413
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10740865
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740865%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10740865: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10740865 url https://www.openlane.eu/en/carv6/auction/10740865
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10736278
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736278%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10736278: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10736278 url https://www.openlane.eu/en/carv6/auction/10736278
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10736296
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736296%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10736296: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10736296 url https://www.openlane.eu/en/carv6/auction/10736296
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10737260
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737260%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10737260: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10737260 url https://www.openlane.eu/en/carv6/auction/10737260
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10736287
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736287%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10736287: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10736287 url https://www.openlane.eu/en/carv6/auction/10736287
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10737261
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737261%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10737261: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10737261 url https://www.openlane.eu/en/carv6/auction/10737261
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10734907
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734907%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10734907: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10734907 url https://www.openlane.eu/en/carv6/auction/10734907
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10737286
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737286%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10737286: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10737286 url https://www.openlane.eu/en/carv6/auction/10737286
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10734927
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734927%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10734927: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10734927 url https://www.openlane.eu/en/carv6/auction/10734927
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10738226
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738226%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10738226: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10738226 url https://www.openlane.eu/en/carv6/auction/10738226
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10737465
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737465%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10737465: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10737465 url https://www.openlane.eu/en/carv6/auction/10737465
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10735117
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735117%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10735117: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10735117 url https://www.openlane.eu/en/carv6/auction/10735117
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10734929
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734929%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10734929: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10734929 url https://www.openlane.eu/en/carv6/auction/10734929
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10738336
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738336%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10738336: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10738336 url https://www.openlane.eu/en/carv6/auction/10738336
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10734915
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734915%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10734915: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10734915 url https://www.openlane.eu/en/carv6/auction/10734915
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10736657
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736657%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10736657: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10736657 url https://www.openlane.eu/en/carv6/auction/10736657
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10735083
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735083%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10735083: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10735083 url https://www.openlane.eu/en/carv6/auction/10735083
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10738236
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738236%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10738236: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10738236 url https://www.openlane.eu/en/carv6/auction/10738236
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10734911
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734911%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10734911: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10734911 url https://www.openlane.eu/en/carv6/auction/10734911
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10739840
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739840%27 HTTP/1.1" 200 None
2026-03-28 15:19:50 [adesa.be] INFO: Scrape type for 10739840: 0
2026-03-28 15:19:50 [adesa.be] INFO: Skipping item 10739840 url https://www.openlane.eu/en/carv6/auction/10739840
2026-03-28 15:19:50 [adesa.be] INFO: Found listing with ID: 10730446
2026-03-28 15:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730446%27 HTTP/1.1" 200 None
2026-03-28 15:19:51 [adesa.be] INFO: Scrape type for 10730446: 0
2026-03-28 15:19:51 [adesa.be] INFO: Skipping item 10730446 url https://www.openlane.eu/en/carv6/auction/10730446
2026-03-28 15:19:51 [adesa.be] INFO: Found listing with ID: 10734904
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734904%27 HTTP/1.1" 200 None
2026-03-28 15:19:51 [adesa.be] INFO: Scrape type for 10734904: 0
2026-03-28 15:19:51 [adesa.be] INFO: Skipping item 10734904 url https://www.openlane.eu/en/carv6/auction/10734904
2026-03-28 15:19:51 [adesa.be] INFO: Found listing with ID: 10735749
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735749%27 HTTP/1.1" 200 None
2026-03-28 15:19:51 [adesa.be] INFO: Scrape type for 10735749: 0
2026-03-28 15:19:51 [adesa.be] INFO: Skipping item 10735749 url https://www.openlane.eu/en/carv6/auction/10735749
2026-03-28 15:19:51 [adesa.be] INFO: Found listing with ID: 10734935
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734935%27 HTTP/1.1" 200 None
2026-03-28 15:19:51 [adesa.be] INFO: Scrape type for 10734935: 0
2026-03-28 15:19:51 [adesa.be] INFO: Skipping item 10734935 url https://www.openlane.eu/en/carv6/auction/10734935
2026-03-28 15:19:51 [adesa.be] INFO: Found listing with ID: 10734901
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734901%27 HTTP/1.1" 200 None
2026-03-28 15:19:51 [adesa.be] INFO: Scrape type for 10734901: 0
2026-03-28 15:19:51 [adesa.be] INFO: Skipping item 10734901 url https://www.openlane.eu/en/carv6/auction/10734901
2026-03-28 15:19:51 [adesa.be] INFO: Found listing with ID: 10737728
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737728%27 HTTP/1.1" 200 None
2026-03-28 15:19:51 [adesa.be] INFO: Scrape type for 10737728: 0
2026-03-28 15:19:51 [adesa.be] INFO: Skipping item 10737728 url https://www.openlane.eu/en/carv6/auction/10737728
2026-03-28 15:19:51 [adesa.be] INFO: Found listing with ID: 10736647
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736647%27 HTTP/1.1" 200 None
2026-03-28 15:19:51 [adesa.be] INFO: Scrape type for 10736647: 0
2026-03-28 15:19:51 [adesa.be] INFO: Skipping item 10736647 url https://www.openlane.eu/en/carv6/auction/10736647
2026-03-28 15:19:51 [adesa.be] INFO: Found listing with ID: 10734903
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734903%27 HTTP/1.1" 200 None
2026-03-28 15:19:51 [adesa.be] INFO: Scrape type for 10734903: 0
2026-03-28 15:19:51 [adesa.be] INFO: Skipping item 10734903 url https://www.openlane.eu/en/carv6/auction/10734903
2026-03-28 15:19:51 [adesa.be] INFO: Found listing with ID: 10737270
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737270%27 HTTP/1.1" 200 None
2026-03-28 15:19:51 [adesa.be] INFO: Scrape type for 10737270: 0
2026-03-28 15:19:51 [adesa.be] INFO: Skipping item 10737270 url https://www.openlane.eu/en/carv6/auction/10737270
2026-03-28 15:19:51 [adesa.be] INFO: Found listing with ID: 10738258
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738258%27 HTTP/1.1" 200 None
2026-03-28 15:19:51 [adesa.be] INFO: Scrape type for 10738258: 0
2026-03-28 15:19:51 [adesa.be] INFO: Skipping item 10738258 url https://www.openlane.eu/en/carv6/auction/10738258
2026-03-28 15:19:51 [adesa.be] INFO: Found listing with ID: 10736300
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736300%27 HTTP/1.1" 200 None
2026-03-28 15:19:51 [adesa.be] INFO: Scrape type for 10736300: 0
2026-03-28 15:19:51 [adesa.be] INFO: Skipping item 10736300 url https://www.openlane.eu/en/carv6/auction/10736300
2026-03-28 15:19:51 [adesa.be] INFO: Found listing with ID: 10736651
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736651%27 HTTP/1.1" 200 None
2026-03-28 15:19:51 [adesa.be] INFO: Scrape type for 10736651: 0
2026-03-28 15:19:51 [adesa.be] INFO: Skipping item 10736651 url https://www.openlane.eu/en/carv6/auction/10736651
2026-03-28 15:19:51 [adesa.be] INFO: Found listing with ID: 10736636
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736636%27 HTTP/1.1" 200 None
2026-03-28 15:19:51 [adesa.be] INFO: Scrape type for 10736636: 0
2026-03-28 15:19:51 [adesa.be] INFO: Skipping item 10736636 url https://www.openlane.eu/en/carv6/auction/10736636
2026-03-28 15:19:51 [adesa.be] INFO: Found listing with ID: 10737734
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737734%27 HTTP/1.1" 200 None
2026-03-28 15:19:51 [adesa.be] INFO: Scrape type for 10737734: 0
2026-03-28 15:19:51 [adesa.be] INFO: Skipping item 10737734 url https://www.openlane.eu/en/carv6/auction/10737734
2026-03-28 15:19:51 [adesa.be] INFO: Found listing with ID: 10734908
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734908%27 HTTP/1.1" 200 None
2026-03-28 15:19:51 [adesa.be] INFO: Scrape type for 10734908: 0
2026-03-28 15:19:51 [adesa.be] INFO: Skipping item 10734908 url https://www.openlane.eu/en/carv6/auction/10734908
2026-03-28 15:19:51 [adesa.be] INFO: Found listing with ID: 10737731
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737731%27 HTTP/1.1" 200 None
2026-03-28 15:19:51 [adesa.be] INFO: Scrape type for 10737731: 0
2026-03-28 15:19:51 [adesa.be] INFO: Skipping item 10737731 url https://www.openlane.eu/en/carv6/auction/10737731
2026-03-28 15:19:51 [adesa.be] INFO: Found listing with ID: 10737730
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737730%27 HTTP/1.1" 200 None
2026-03-28 15:19:51 [adesa.be] INFO: Scrape type for 10737730: 0
2026-03-28 15:19:51 [adesa.be] INFO: Skipping item 10737730 url https://www.openlane.eu/en/carv6/auction/10737730
2026-03-28 15:19:51 [adesa.be] INFO: Found listing with ID: 10735115
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735115%27 HTTP/1.1" 200 None
2026-03-28 15:19:51 [adesa.be] INFO: Scrape type for 10735115: 0
2026-03-28 15:19:51 [adesa.be] INFO: Skipping item 10735115 url https://www.openlane.eu/en/carv6/auction/10735115
2026-03-28 15:19:51 [adesa.be] INFO: Found listing with ID: 10739812
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739812%27 HTTP/1.1" 200 None
2026-03-28 15:19:51 [adesa.be] INFO: Scrape type for 10739812: 0
2026-03-28 15:19:51 [adesa.be] INFO: Skipping item 10739812 url https://www.openlane.eu/en/carv6/auction/10739812
2026-03-28 15:19:51 [adesa.be] INFO: Found listing with ID: 10732465
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710732465%27 HTTP/1.1" 200 None
2026-03-28 15:19:51 [adesa.be] INFO: Scrape type for 10732465: 0
2026-03-28 15:19:51 [adesa.be] INFO: Skipping item 10732465 url https://www.openlane.eu/en/carv6/auction/10732465
2026-03-28 15:19:51 [adesa.be] INFO: Found listing with ID: 10738229
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738229%27 HTTP/1.1" 200 None
2026-03-28 15:19:51 [adesa.be] INFO: Scrape type for 10738229: 0
2026-03-28 15:19:51 [adesa.be] INFO: Skipping item 10738229 url https://www.openlane.eu/en/carv6/auction/10738229
2026-03-28 15:19:51 [adesa.be] INFO: Found listing with ID: 10730420
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730420%27 HTTP/1.1" 200 None
2026-03-28 15:19:51 [adesa.be] INFO: Scrape type for 10730420: 0
2026-03-28 15:19:51 [adesa.be] INFO: Skipping item 10730420 url https://www.openlane.eu/en/carv6/auction/10730420
2026-03-28 15:19:51 [adesa.be] INFO: Found listing with ID: 10738228
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738228%27 HTTP/1.1" 200 None
2026-03-28 15:19:51 [adesa.be] INFO: Scrape type for 10738228: 0
2026-03-28 15:19:51 [adesa.be] INFO: Skipping item 10738228 url https://www.openlane.eu/en/carv6/auction/10738228
2026-03-28 15:19:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734218> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734017> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734298> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734214> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734233> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec567b3a-5de9-59e7-880e-f523c91c8211 with identifier: 10734234
2026-03-28 15:19:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec567b3a-5de9-59e7-880e-f523c91c8211 with scrape type 2
2026-03-28 15:19:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec567b3a-5de9-59e7-880e-f523c91c8211 with scrape type 2
2026-03-28 15:19:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: ec567b3a-5de9-59e7-880e-f523c91c8211, identifier: 10734234
2026-03-28 15:19:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: ec567b3a-5de9-59e7-880e-f523c91c8211 with identifier: 10734234
2026-03-28 15:19:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: ec567b3a-5de9-59e7-880e-f523c91c8211 with identifier: 10734234
2026-03-28 15:19:51 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: ec567b3a-5de9-59e7-880e-f523c91c8211 with identifier: 10734234 to the API
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734234>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 125,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'ec567b3a-5de9-59e7-880e-f523c91c8211',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2DLA102',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734234',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mini',
'model': 'Countryman',
'odometer': 117996,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 15700,
'price_includes_vat': True,
'registration_date': '2023-04-13',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mini Countryman Cooper SE 1.5 - ALL4 - Hybrid - Automatic - 125 hp '
'- 117.996 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2023}
2026-03-28 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734234%27 HTTP/1.1" 200 None
2026-03-28 15:19:52 [adesa.be] INFO: Saving data for 10734234: {'auction_closing_time': 1774960500.0, 'created_time': 1774606780.846878, 'last_price_update_time': 1774711192.038246}
2026-03-28 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734234') HTTP/1.1" 204 0
2026-03-28 15:19:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734175> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ee1e5e8-1d96-5d99-895b-66390aba6512 with identifier: 10734218
2026-03-28 15:19:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ee1e5e8-1d96-5d99-895b-66390aba6512 with scrape type 2
2026-03-28 15:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ee1e5e8-1d96-5d99-895b-66390aba6512 with scrape type 2
2026-03-28 15:19:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 6ee1e5e8-1d96-5d99-895b-66390aba6512, identifier: 10734218
2026-03-28 15:19:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 514c995e-7720-54a0-ae49-412af2a0c407 with identifier: 10734017
2026-03-28 15:19:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 514c995e-7720-54a0-ae49-412af2a0c407 with scrape type 2
2026-03-28 15:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 514c995e-7720-54a0-ae49-412af2a0c407 with scrape type 2
2026-03-28 15:19:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 514c995e-7720-54a0-ae49-412af2a0c407, identifier: 10734017
2026-03-28 15:19:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b40c8197-570d-5f91-ac62-6e1013e69f0a with identifier: 10734298
2026-03-28 15:19:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b40c8197-570d-5f91-ac62-6e1013e69f0a with scrape type 2
2026-03-28 15:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b40c8197-570d-5f91-ac62-6e1013e69f0a with scrape type 2
2026-03-28 15:19:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: b40c8197-570d-5f91-ac62-6e1013e69f0a, identifier: 10734298
2026-03-28 15:19:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17905cf0-06e9-5c1b-96af-7a0346ef63af with identifier: 10734214
2026-03-28 15:19:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17905cf0-06e9-5c1b-96af-7a0346ef63af with scrape type 2
2026-03-28 15:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17905cf0-06e9-5c1b-96af-7a0346ef63af with scrape type 2
2026-03-28 15:19:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 17905cf0-06e9-5c1b-96af-7a0346ef63af, identifier: 10734214
2026-03-28 15:19:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a199baa3-3fc7-5686-b636-6e4151d5a234 with identifier: 10734233
2026-03-28 15:19:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a199baa3-3fc7-5686-b636-6e4151d5a234 with scrape type 2
2026-03-28 15:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a199baa3-3fc7-5686-b636-6e4151d5a234 with scrape type 2
2026-03-28 15:19:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: a199baa3-3fc7-5686-b636-6e4151d5a234, identifier: 10734233
2026-03-28 15:19:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 6ee1e5e8-1d96-5d99-895b-66390aba6512 with identifier: 10734218
2026-03-28 15:19:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 6ee1e5e8-1d96-5d99-895b-66390aba6512 with identifier: 10734218
2026-03-28 15:19:52 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 6ee1e5e8-1d96-5d99-895b-66390aba6512 with identifier: 10734218 to the API
2026-03-28 15:19:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734218>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 408,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Electric',
'id': '6ee1e5e8-1d96-5d99-895b-66390aba6512',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2AAC965',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734218',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Polestar',
'model': '2',
'odometer': 212214,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 12700,
'price_includes_vat': True,
'registration_date': '2021-01-28',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Polestar 2 79 kWh - Dual Motor - Electric - Automatic - 408 hp - '
'212.214 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2021}
2026-03-28 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734218%27 HTTP/1.1" 200 None
2026-03-28 15:19:52 [adesa.be] INFO: Saving data for 10734218: {'auction_closing_time': 1774960500.0, 'created_time': 1774606872.856089, 'last_price_update_time': 1774711192.836602}
2026-03-28 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734218') HTTP/1.1" 204 0
2026-03-28 15:19:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 514c995e-7720-54a0-ae49-412af2a0c407 with identifier: 10734017
2026-03-28 15:19:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 514c995e-7720-54a0-ae49-412af2a0c407 with identifier: 10734017
2026-03-28 15:19:52 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 514c995e-7720-54a0-ae49-412af2a0c407 with identifier: 10734017 to the API
2026-03-28 15:19:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734017>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': '514c995e-7720-54a0-ae49-412af2a0c407',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2ASE297',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734017',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '508',
'odometer': 140777,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 9900,
'price_includes_vat': True,
'registration_date': '2021-06-29',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Peugeot 508 SW 1.5 HDI Allure - Diesel - Automatic - 130 hp - '
'140.777 km',
'transmission': 'automatic',
'trim': 'Allure',
'vin': None,
'year': 2021}
2026-03-28 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734017%27 HTTP/1.1" 200 None
2026-03-28 15:19:53 [adesa.be] INFO: Saving data for 10734017: {'auction_closing_time': 1774960500.0, 'created_time': 1774606874.491982, 'last_price_update_time': 1774711193.1345}
2026-03-28 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734017') HTTP/1.1" 204 0
2026-03-28 15:19:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: b40c8197-570d-5f91-ac62-6e1013e69f0a with identifier: 10734298
2026-03-28 15:19:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: b40c8197-570d-5f91-ac62-6e1013e69f0a with identifier: 10734298
2026-03-28 15:19:53 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: b40c8197-570d-5f91-ac62-6e1013e69f0a with identifier: 10734298 to the API
2026-03-28 15:19:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734298>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 102,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Petrol',
'id': 'b40c8197-570d-5f91-ac62-6e1013e69f0a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CJC651',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734298',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mini',
'model': '5 Doors',
'odometer': 123903,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 9600,
'price_includes_vat': True,
'registration_date': '2022-08-08',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mini 5 Doors One 1.5 Essential - Petrol - Manual - 102 hp - 123.903 '
'km',
'transmission': 'manual',
'trim': 'Essential',
'vin': None,
'year': 2022}
2026-03-28 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734298%27 HTTP/1.1" 200 None
2026-03-28 15:19:53 [adesa.be] INFO: Saving data for 10734298: {'auction_closing_time': 1774960500.0, 'created_time': 1774606787.991669, 'last_price_update_time': 1774711193.42066}
2026-03-28 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734298') HTTP/1.1" 204 0
2026-03-28 15:19:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 17905cf0-06e9-5c1b-96af-7a0346ef63af with identifier: 10734214
2026-03-28 15:19:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 17905cf0-06e9-5c1b-96af-7a0346ef63af with identifier: 10734214
2026-03-28 15:19:53 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 17905cf0-06e9-5c1b-96af-7a0346ef63af with identifier: 10734214 to the API
2026-03-28 15:19:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734214>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 194,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '17905cf0-06e9-5c1b-96af-7a0346ef63af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BPB864',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734214',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'GLC',
'odometer': 111879,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 32100,
'price_includes_vat': True,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz GLC Coupé 300de Business - 4-Matic - Hybrid - '
'Automatic - 194 hp - 111.879 km',
'transmission': 'automatic',
'trim': 'Business',
'vin': None,
'year': 2022}
2026-03-28 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734214%27 HTTP/1.1" 200 None
2026-03-28 15:19:53 [adesa.be] INFO: Saving data for 10734214: {'auction_closing_time': 1774960500.0, 'created_time': 1774606784.236283, 'last_price_update_time': 1774711193.685436}
2026-03-28 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734214') HTTP/1.1" 204 0
2026-03-28 15:19:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: a199baa3-3fc7-5686-b636-6e4151d5a234 with identifier: 10734233
2026-03-28 15:19:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: a199baa3-3fc7-5686-b636-6e4151d5a234 with identifier: 10734233
2026-03-28 15:19:53 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: a199baa3-3fc7-5686-b636-6e4151d5a234 with identifier: 10734233 to the API
2026-03-28 15:19:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734233>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 125,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'a199baa3-3fc7-5686-b636-6e4151d5a234',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2DLU431',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734233',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mini',
'model': 'Countryman',
'odometer': 101953,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 16200,
'price_includes_vat': True,
'registration_date': '2023-04-20',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mini Countryman Cooper SE 1.5 - ALL4 - Hybrid - Automatic - 125 hp '
'- 101.953 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2023}
2026-03-28 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734233%27 HTTP/1.1" 200 None
2026-03-28 15:19:53 [adesa.be] INFO: Saving data for 10734233: {'auction_closing_time': 1774960500.0, 'created_time': 1774606782.897627, 'last_price_update_time': 1774711193.950073}
2026-03-28 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734233') HTTP/1.1" 204 0
2026-03-28 15:19:53 [scrapy_zyte_api.handler] DEBUG: Got Zyte API error (status=421, type='/website/connection-error', request_id='7af8aad8497506b767cc538815f10dd8') while processing URL (https://www.openlane.eu/en/carv6/auction/10734275): Failed to establish a network connection to the website. This could be due to the server being down or network connectivity issues. Verify the website is operational and accessible.
2026-03-28 15:19:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2fb25f98-5dd5-5bd2-a053-d63d15b8359c with identifier: 10734175
2026-03-28 15:19:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2fb25f98-5dd5-5bd2-a053-d63d15b8359c with scrape type 2
2026-03-28 15:19:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2fb25f98-5dd5-5bd2-a053-d63d15b8359c with scrape type 2
2026-03-28 15:19:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 2fb25f98-5dd5-5bd2-a053-d63d15b8359c, identifier: 10734175
2026-03-28 15:19:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 2fb25f98-5dd5-5bd2-a053-d63d15b8359c with identifier: 10734175
2026-03-28 15:19:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 2fb25f98-5dd5-5bd2-a053-d63d15b8359c with identifier: 10734175
2026-03-28 15:19:54 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 2fb25f98-5dd5-5bd2-a053-d63d15b8359c with identifier: 10734175 to the API
2026-03-28 15:19:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734175>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 125,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '2fb25f98-5dd5-5bd2-a053-d63d15b8359c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2DLA203',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734175',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mini',
'model': 'Countryman',
'odometer': 100298,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 16500,
'price_includes_vat': True,
'registration_date': '2023-04-13',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mini Countryman Cooper SE 1.5 - ALL4 - Hybrid - Automatic - 125 hp '
'- 100.298 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2023}
2026-03-28 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734175%27 HTTP/1.1" 200 None
2026-03-28 15:19:54 [adesa.be] INFO: Saving data for 10734175: {'auction_closing_time': 1774960500.0, 'created_time': 1774606782.181492, 'last_price_update_time': 1774711194.33747}
2026-03-28 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734175') HTTP/1.1" 204 0
2026-03-28 15:19:54 [scrapy.core.scraper] ERROR: Error downloading <GET https://www.openlane.eu/en/carv6/auction/10734275>
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1999, in _inlineCallbacks
result = context.run(
File "/usr/local/lib/python3.11/dist-packages/twisted/python/failure.py", line 519, in throwExceptionIntoGenerator
return g.throw(self.value.with_traceback(self.tb))
File "/usr/local/lib/python3.11/dist-packages/scrapy/core/downloader/middleware.py", line 54, in process_request
return (yield download_func(request=request, spider=spider))
File "/usr/local/lib/python3.11/dist-packages/twisted/internet/defer.py", line 1251, in adapt
extracted: _SelfResultT | Failure = result.result()
File "/usr/local/lib/python3.11/dist-packages/scrapy_zyte_api/handler.py", line 257, in _download_request
api_response = await self._session.get(api_params, retrying=retrying)
File "/usr/local/lib/python3.11/dist-packages/zyte_api/_async.py", line 54, in get
return await self._client.get(
File "/usr/local/lib/python3.11/dist-packages/zyte_api/_async.py", line 168, in get
result = await request()
File "/usr/local/lib/python3.11/dist-packages/tenacity/_asyncio.py", line 142, in async_wrapped
return await fn(*args, **kwargs)
File "/usr/local/lib/python3.11/dist-packages/tenacity/_asyncio.py", line 58, in __call__
do = await self.iter(retry_state=retry_state)
File "/usr/local/lib/python3.11/dist-packages/tenacity/_asyncio.py", line 110, in iter
result = await action(retry_state)
File "/usr/local/lib/python3.11/dist-packages/tenacity/_asyncio.py", line 78, in inner
return fn(*args, **kwargs)
File "/usr/local/lib/python3.11/dist-packages/tenacity/__init__.py", line 390, in <lambda>
self._add_action_func(lambda rs: rs.outcome.result())
File "/usr/lib/python3.11/concurrent/futures/_base.py", line 449, in result
return self.__get_result()
File "/usr/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result
raise self._exception
File "/usr/local/lib/python3.11/dist-packages/tenacity/_asyncio.py", line 61, in __call__
result = await fn(*args, **kwargs)
File "/usr/local/lib/python3.11/dist-packages/zyte_api/_async.py", line 142, in request
raise RequestError(
zyte_api._errors.RequestError: RequestError: 421, message=, headers=<CIMultiDictProxy('Date': 'Sat, 28 Mar 2026 15:19:52 GMT', 'Content-Type': 'application/problem+json', 'Content-Length': '277', 'Connection': 'keep-alive', 'Request-Id': '7af8aad8497506b767cc538815f10dd8', 'Vary': 'Accept-Encoding', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains; preload', 'Access-Control-Allow-Credentials': 'true', 'Access-Control-Expose-Headers': '*, X-Project-Key', 'Access-Control-Allow-Methods': 'GET, PUT, POST, DELETE, PATCH, OPTIONS', 'Access-Control-Allow-Headers': 'DNT, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range, Authorization, X-Project-Key', 'Access-Control-Max-Age': '1728000')>, body=b'{"type":"/website/connection-error","title":"Website Connection Error","status":421,"detail":"Failed to establish a network connection to the website. This could be due to the server being down or network connectivity issues. Verify the website is operational and accessible."}', request_id=7af8aad8497506b767cc538815f10dd8
2026-03-28 15:19:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734059> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a39f1ad-ee73-5061-829e-ec55ce581327 with identifier: 10734059
2026-03-28 15:19:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a39f1ad-ee73-5061-829e-ec55ce581327 with scrape type 2
2026-03-28 15:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a39f1ad-ee73-5061-829e-ec55ce581327 with scrape type 2
2026-03-28 15:19:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 9a39f1ad-ee73-5061-829e-ec55ce581327, identifier: 10734059
2026-03-28 15:19:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 9a39f1ad-ee73-5061-829e-ec55ce581327 with identifier: 10734059
2026-03-28 15:19:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 9a39f1ad-ee73-5061-829e-ec55ce581327 with identifier: 10734059
2026-03-28 15:19:54 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 9a39f1ad-ee73-5061-829e-ec55ce581327 with identifier: 10734059 to the API
2026-03-28 15:19:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734059>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 194,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '9a39f1ad-ee73-5061-829e-ec55ce581327',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BPQ091',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734059',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'GLC',
'odometer': 82439,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 27900,
'price_includes_vat': True,
'registration_date': '2022-02-07',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz GLC 300de Business - 4-Matic - Hybrid - 194 hp - '
'82.439 km',
'transmission': 'automatic',
'trim': 'Business',
'vin': None,
'year': 2022}
2026-03-28 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734059%27 HTTP/1.1" 200 None
2026-03-28 15:19:54 [adesa.be] INFO: Saving data for 10734059: {'auction_closing_time': 1774960500.0, 'created_time': 1774606776.19494, 'last_price_update_time': 1774711194.837479}
2026-03-28 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734059') HTTP/1.1" 204 0
2026-03-28 15:19:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734058> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734165> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734232> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734076> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c84cd45-5526-5aeb-93df-66d31e8f86d4 with identifier: 10734058
2026-03-28 15:19:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c84cd45-5526-5aeb-93df-66d31e8f86d4 with scrape type 2
2026-03-28 15:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c84cd45-5526-5aeb-93df-66d31e8f86d4 with scrape type 2
2026-03-28 15:19:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 6c84cd45-5526-5aeb-93df-66d31e8f86d4, identifier: 10734058
2026-03-28 15:19:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 6c84cd45-5526-5aeb-93df-66d31e8f86d4 with identifier: 10734058
2026-03-28 15:19:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 6c84cd45-5526-5aeb-93df-66d31e8f86d4 with identifier: 10734058
2026-03-28 15:19:55 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 6c84cd45-5526-5aeb-93df-66d31e8f86d4 with identifier: 10734058 to the API
2026-03-28 15:19:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734058>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': '6c84cd45-5526-5aeb-93df-66d31e8f86d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2DHF282',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734058',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'GLB',
'odometer': 120060,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 21350,
'price_includes_vat': True,
'registration_date': '2023-03-20',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz GLB 200d Luxury - Diesel - 150 hp - 120.060 km',
'transmission': 'automatic',
'trim': 'Luxury',
'vin': None,
'year': 2023}
2026-03-28 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734058%27 HTTP/1.1" 200 None
2026-03-28 15:19:55 [adesa.be] INFO: Saving data for 10734058: {'auction_closing_time': 1774960500.0, 'created_time': 1774606777.921283, 'last_price_update_time': 1774711195.324266}
2026-03-28 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734058') HTTP/1.1" 204 0
2026-03-28 15:19:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734213> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e87ada90-1db6-5aea-92d3-2a968688d19d with identifier: 10734165
2026-03-28 15:19:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e87ada90-1db6-5aea-92d3-2a968688d19d with scrape type 2
2026-03-28 15:19:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e87ada90-1db6-5aea-92d3-2a968688d19d with scrape type 2
2026-03-28 15:19:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: e87ada90-1db6-5aea-92d3-2a968688d19d, identifier: 10734165
2026-03-28 15:19:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c477c30f-9844-556f-a189-6a7b908c2c2c with identifier: 10734232
2026-03-28 15:19:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c477c30f-9844-556f-a189-6a7b908c2c2c with scrape type 2
2026-03-28 15:19:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c477c30f-9844-556f-a189-6a7b908c2c2c with scrape type 2
2026-03-28 15:19:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: c477c30f-9844-556f-a189-6a7b908c2c2c, identifier: 10734232
2026-03-28 15:19:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ba6b911-18c7-51a3-bbd0-0e08f3919abd with identifier: 10734076
2026-03-28 15:19:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ba6b911-18c7-51a3-bbd0-0e08f3919abd with scrape type 2
2026-03-28 15:19:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ba6b911-18c7-51a3-bbd0-0e08f3919abd with scrape type 2
2026-03-28 15:19:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 3ba6b911-18c7-51a3-bbd0-0e08f3919abd, identifier: 10734076
2026-03-28 15:19:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: e87ada90-1db6-5aea-92d3-2a968688d19d with identifier: 10734165
2026-03-28 15:19:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: e87ada90-1db6-5aea-92d3-2a968688d19d with identifier: 10734165
2026-03-28 15:19:55 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: e87ada90-1db6-5aea-92d3-2a968688d19d with identifier: 10734165 to the API
2026-03-28 15:19:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734165>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 116,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': 'e87ada90-1db6-5aea-92d3-2a968688d19d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2DDG118',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734165',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'GLB',
'odometer': 91408,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 19700,
'price_includes_vat': True,
'registration_date': '2023-02-10',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz GLB 180d Business Solution - Diesel - Automatic - 116 '
'hp - 91.408 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2023}
2026-03-28 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734165%27 HTTP/1.1" 200 None
2026-03-28 15:19:55 [adesa.be] INFO: Saving data for 10734165: {'auction_closing_time': 1774960500.0, 'created_time': 1774606788.824304, 'last_price_update_time': 1774711195.866599}
2026-03-28 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734165') HTTP/1.1" 204 0
2026-03-28 15:19:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: c477c30f-9844-556f-a189-6a7b908c2c2c with identifier: 10734232
2026-03-28 15:19:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: c477c30f-9844-556f-a189-6a7b908c2c2c with identifier: 10734232
2026-03-28 15:19:55 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: c477c30f-9844-556f-a189-6a7b908c2c2c with identifier: 10734232 to the API
2026-03-28 15:19:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734232>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': 'c477c30f-9844-556f-a189-6a7b908c2c2c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YXY699',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734232',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'GLB',
'odometer': 106199,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 17350,
'price_includes_vat': True,
'registration_date': '2021-01-27',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz GLB 200d Business Solution - Diesel - Automatic - 150 '
'hp - 106.199 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2021}
2026-03-28 15:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734232%27 HTTP/1.1" 200 None
2026-03-28 15:19:56 [adesa.be] INFO: Saving data for 10734232: {'auction_closing_time': 1774960500.0, 'created_time': 1774606783.87008, 'last_price_update_time': 1774711196.130327}
2026-03-28 15:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734232') HTTP/1.1" 204 0
2026-03-28 15:19:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 3ba6b911-18c7-51a3-bbd0-0e08f3919abd with identifier: 10734076
2026-03-28 15:19:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 3ba6b911-18c7-51a3-bbd0-0e08f3919abd with identifier: 10734076
2026-03-28 15:19:56 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 3ba6b911-18c7-51a3-bbd0-0e08f3919abd with identifier: 10734076 to the API
2026-03-28 15:19:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734076>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 194,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '3ba6b911-18c7-51a3-bbd0-0e08f3919abd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YUN772',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734076',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'GLC',
'odometer': 119366,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 23350,
'price_includes_vat': True,
'registration_date': '2020-12-18',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz GLC 300de - 4-Matic - Hybrid - Automatic - 194 hp - '
'119.366 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2020}
2026-03-28 15:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734076%27 HTTP/1.1" 200 None
2026-03-28 15:19:56 [adesa.be] INFO: Saving data for 10734076: {'auction_closing_time': 1774960500.0, 'created_time': 1774606774.654127, 'last_price_update_time': 1774711196.408252}
2026-03-28 15:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734076') HTTP/1.1" 204 0
2026-03-28 15:19:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734274> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d3122aa-38af-561e-bfe9-ca82dfee61fc with identifier: 10734213
2026-03-28 15:19:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d3122aa-38af-561e-bfe9-ca82dfee61fc with scrape type 2
2026-03-28 15:19:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d3122aa-38af-561e-bfe9-ca82dfee61fc with scrape type 2
2026-03-28 15:19:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 4d3122aa-38af-561e-bfe9-ca82dfee61fc, identifier: 10734213
2026-03-28 15:19:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 4d3122aa-38af-561e-bfe9-ca82dfee61fc with identifier: 10734213
2026-03-28 15:19:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 4d3122aa-38af-561e-bfe9-ca82dfee61fc with identifier: 10734213
2026-03-28 15:19:56 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 4d3122aa-38af-561e-bfe9-ca82dfee61fc with identifier: 10734213 to the API
2026-03-28 15:19:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734213>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.9L',
'engine_horse_power': 116,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': '4d3122aa-38af-561e-bfe9-ca82dfee61fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CKB805',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734213',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'GLB',
'odometer': 172566,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 15900,
'price_includes_vat': True,
'registration_date': '2022-08-19',
'seats_number': 7,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz GLB 180d Business Solution - Diesel - Automatic - 116 '
'hp - 172.566 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2022}
2026-03-28 15:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734213%27 HTTP/1.1" 200 None
2026-03-28 15:19:56 [adesa.be] INFO: Saving data for 10734213: {'auction_closing_time': 1774960500.0, 'created_time': 1774606787.6368, 'last_price_update_time': 1774711196.787586}
2026-03-28 15:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734213') HTTP/1.1" 204 0
2026-03-28 15:19:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4605b1aa-b2bb-5488-a8cc-eda595c33dee with identifier: 10734274
2026-03-28 15:19:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4605b1aa-b2bb-5488-a8cc-eda595c33dee with scrape type 2
2026-03-28 15:19:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4605b1aa-b2bb-5488-a8cc-eda595c33dee with scrape type 2
2026-03-28 15:19:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 4605b1aa-b2bb-5488-a8cc-eda595c33dee, identifier: 10734274
2026-03-28 15:19:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 4605b1aa-b2bb-5488-a8cc-eda595c33dee with identifier: 10734274
2026-03-28 15:19:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 4605b1aa-b2bb-5488-a8cc-eda595c33dee with identifier: 10734274
2026-03-28 15:19:57 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 4605b1aa-b2bb-5488-a8cc-eda595c33dee with identifier: 10734274 to the API
2026-03-28 15:19:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734274>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': '4605b1aa-b2bb-5488-a8cc-eda595c33dee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BPN020',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734274',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'GLB',
'odometer': 163279,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 17000,
'price_includes_vat': True,
'registration_date': '2022-02-04',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz GLB 200d Business Solution - Diesel - Automatic - 150 '
'hp - 163.279 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2022}
2026-03-28 15:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734274%27 HTTP/1.1" 200 None
2026-03-28 15:19:57 [adesa.be] INFO: Saving data for 10734274: {'auction_closing_time': 1774960500.0, 'created_time': 1774606779.731687, 'last_price_update_time': 1774711197.173245}
2026-03-28 15:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734274') HTTP/1.1" 204 0
2026-03-28 15:19:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734022> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea811337-36fd-53f7-acc4-972076b38d59 with identifier: 10734022
2026-03-28 15:19:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea811337-36fd-53f7-acc4-972076b38d59 with scrape type 2
2026-03-28 15:19:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea811337-36fd-53f7-acc4-972076b38d59 with scrape type 2
2026-03-28 15:19:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: ea811337-36fd-53f7-acc4-972076b38d59, identifier: 10734022
2026-03-28 15:19:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: ea811337-36fd-53f7-acc4-972076b38d59 with identifier: 10734022
2026-03-28 15:19:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: ea811337-36fd-53f7-acc4-972076b38d59 with identifier: 10734022
2026-03-28 15:19:57 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: ea811337-36fd-53f7-acc4-972076b38d59 with identifier: 10734022 to the API
2026-03-28 15:19:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734022>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 190,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Electric',
'id': 'ea811337-36fd-53f7-acc4-972076b38d59',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BJM797',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734022',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'EQA',
'odometer': 156052,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 15000,
'price_includes_vat': True,
'registration_date': '2021-12-08',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz EQA 250 Luxury - Electric - 190 hp - 156.052 km',
'transmission': 'automatic',
'trim': 'Luxury',
'vin': None,
'year': 2021}
2026-03-28 15:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734022%27 HTTP/1.1" 200 None
2026-03-28 15:19:57 [adesa.be] INFO: Saving data for 10734022: {'auction_closing_time': 1774960500.0, 'created_time': 1774606786.814698, 'last_price_update_time': 1774711197.659055}
2026-03-28 15:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734022') HTTP/1.1" 204 0
2026-03-28 15:19:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734047> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8a35c8c-3aff-50d8-89d7-61fd98bacd9a with identifier: 10734047
2026-03-28 15:19:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8a35c8c-3aff-50d8-89d7-61fd98bacd9a with scrape type 2
2026-03-28 15:19:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8a35c8c-3aff-50d8-89d7-61fd98bacd9a with scrape type 2
2026-03-28 15:19:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: c8a35c8c-3aff-50d8-89d7-61fd98bacd9a, identifier: 10734047
2026-03-28 15:19:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: c8a35c8c-3aff-50d8-89d7-61fd98bacd9a with identifier: 10734047
2026-03-28 15:19:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: c8a35c8c-3aff-50d8-89d7-61fd98bacd9a with identifier: 10734047
2026-03-28 15:19:57 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: c8a35c8c-3aff-50d8-89d7-61fd98bacd9a with identifier: 10734047 to the API
2026-03-28 15:19:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734047>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 190,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Electric',
'id': 'c8a35c8c-3aff-50d8-89d7-61fd98bacd9a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2EEY861',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734047',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'EQA',
'odometer': 88931,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 21500,
'price_includes_vat': True,
'registration_date': '2023-09-20',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz EQA 250 Business Line - Electric - Automatic - 190 hp '
'- 88.931 km',
'transmission': 'automatic',
'trim': 'Business Line',
'vin': None,
'year': 2023}
2026-03-28 15:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734047%27 HTTP/1.1" 200 None
2026-03-28 15:19:58 [adesa.be] INFO: Saving data for 10734047: {'auction_closing_time': 1774960500.0, 'created_time': 1774606787.23991, 'last_price_update_time': 1774711198.141704}
2026-03-28 15:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734047') HTTP/1.1" 204 0
2026-03-28 15:19:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734158> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68064515-2c96-5c80-9c12-75fcef16e739 with identifier: 10734158
2026-03-28 15:19:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68064515-2c96-5c80-9c12-75fcef16e739 with scrape type 2
2026-03-28 15:19:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68064515-2c96-5c80-9c12-75fcef16e739 with scrape type 2
2026-03-28 15:19:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 68064515-2c96-5c80-9c12-75fcef16e739, identifier: 10734158
2026-03-28 15:19:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 68064515-2c96-5c80-9c12-75fcef16e739 with identifier: 10734158
2026-03-28 15:19:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 68064515-2c96-5c80-9c12-75fcef16e739 with identifier: 10734158
2026-03-28 15:19:58 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 68064515-2c96-5c80-9c12-75fcef16e739 with identifier: 10734158 to the API
2026-03-28 15:19:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734158>
{'auction_title': '',
'c_o_2_emission_value': 36,
'category': 'Estate',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 194,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '68064515-2c96-5c80-9c12-75fcef16e739',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2AUG204',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734158',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'E',
'odometer': 215432,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 15900,
'price_includes_vat': True,
'registration_date': '2021-07-20',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz E Break 300de Business Solution - Hybrid - Automatic '
'- 194 hp - 215.432 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2021}
2026-03-28 15:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734158%27 HTTP/1.1" 200 None
2026-03-28 15:19:58 [adesa.be] INFO: Saving data for 10734158: {'auction_closing_time': 1774960500.0, 'created_time': 1774606790.528729, 'last_price_update_time': 1774711198.613186}
2026-03-28 15:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734158') HTTP/1.1" 204 0
2026-03-28 15:19:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734164> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5fa541ce-ba82-5242-a53a-36427c7f208c with identifier: 10734164
2026-03-28 15:19:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5fa541ce-ba82-5242-a53a-36427c7f208c with scrape type 2
2026-03-28 15:19:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5fa541ce-ba82-5242-a53a-36427c7f208c with scrape type 2
2026-03-28 15:19:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 5fa541ce-ba82-5242-a53a-36427c7f208c, identifier: 10734164
2026-03-28 15:19:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 5fa541ce-ba82-5242-a53a-36427c7f208c with identifier: 10734164
2026-03-28 15:19:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 5fa541ce-ba82-5242-a53a-36427c7f208c with identifier: 10734164
2026-03-28 15:19:58 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 5fa541ce-ba82-5242-a53a-36427c7f208c with identifier: 10734164 to the API
2026-03-28 15:19:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734164>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 228,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Electric',
'id': '5fa541ce-ba82-5242-a53a-36427c7f208c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BRW651',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734164',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'EQB',
'odometer': 49153,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 26350,
'price_includes_vat': True,
'registration_date': '2022-03-01',
'seats_number': 7,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz EQB 300 AMG Line - 4-Matic - Electric - Automatic - '
'228 hp - 49.153 km',
'transmission': 'automatic',
'trim': 'AMG Line',
'vin': None,
'year': 2022}
2026-03-28 15:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734164%27 HTTP/1.1" 200 None
2026-03-28 15:19:59 [adesa.be] INFO: Saving data for 10734164: {'auction_closing_time': 1774960500.0, 'created_time': 1774606777.582775, 'last_price_update_time': 1774711199.109295}
2026-03-28 15:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734164') HTTP/1.1" 204 0
2026-03-28 15:19:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734102> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3644a1df-faca-5877-9120-b40f9679cb22 with identifier: 10734102
2026-03-28 15:19:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3644a1df-faca-5877-9120-b40f9679cb22 with scrape type 2
2026-03-28 15:19:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3644a1df-faca-5877-9120-b40f9679cb22 with scrape type 2
2026-03-28 15:19:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 3644a1df-faca-5877-9120-b40f9679cb22, identifier: 10734102
2026-03-28 15:19:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 3644a1df-faca-5877-9120-b40f9679cb22 with identifier: 10734102
2026-03-28 15:19:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 3644a1df-faca-5877-9120-b40f9679cb22 with identifier: 10734102
2026-03-28 15:19:59 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 3644a1df-faca-5877-9120-b40f9679cb22 with identifier: 10734102 to the API
2026-03-28 15:19:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:19:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:19:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734102>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 116,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': '3644a1df-faca-5877-9120-b40f9679cb22',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2AUQ132',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734102',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'GLB',
'odometer': 116540,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 16500,
'price_includes_vat': True,
'registration_date': '2021-07-26',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz GLB 180d Business Solution - Diesel - Automatic - 116 '
'hp - 116.540 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2021}
2026-03-28 15:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734102%27 HTTP/1.1" 200 None
2026-03-28 15:19:59 [adesa.be] INFO: Saving data for 10734102: {'auction_closing_time': 1774960500.0, 'created_time': 1774606788.315742, 'last_price_update_time': 1774711199.775269}
2026-03-28 15:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734102') HTTP/1.1" 204 0
2026-03-28 15:19:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734297> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734296> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:19:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:19:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da79c791-74bd-5f8d-a0d8-2dff698061ab with identifier: 10734297
2026-03-28 15:19:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da79c791-74bd-5f8d-a0d8-2dff698061ab with scrape type 2
2026-03-28 15:19:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da79c791-74bd-5f8d-a0d8-2dff698061ab with scrape type 2
2026-03-28 15:19:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: da79c791-74bd-5f8d-a0d8-2dff698061ab, identifier: 10734297
2026-03-28 15:19:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06222b8a-b2d4-5c79-ab37-498aa1a0abe6 with identifier: 10734296
2026-03-28 15:19:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06222b8a-b2d4-5c79-ab37-498aa1a0abe6 with scrape type 2
2026-03-28 15:19:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 06222b8a-b2d4-5c79-ab37-498aa1a0abe6 with scrape type 2
2026-03-28 15:20:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 06222b8a-b2d4-5c79-ab37-498aa1a0abe6, identifier: 10734296
2026-03-28 15:20:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: da79c791-74bd-5f8d-a0d8-2dff698061ab with identifier: 10734297
2026-03-28 15:20:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: da79c791-74bd-5f8d-a0d8-2dff698061ab with identifier: 10734297
2026-03-28 15:20:00 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: da79c791-74bd-5f8d-a0d8-2dff698061ab with identifier: 10734297 to the API
2026-03-28 15:20:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734297>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 160,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'da79c791-74bd-5f8d-a0d8-2dff698061ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2DJN883',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734297',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'CLA',
'odometer': 60155,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 18900,
'price_includes_vat': True,
'registration_date': '2023-03-30',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz CLA Shooting Brake 250e Luxury - Hybrid - Automatic - '
'160 hp - 60.155 km',
'transmission': 'automatic',
'trim': 'Luxury',
'vin': None,
'year': 2023}
2026-03-28 15:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734297%27 HTTP/1.1" 200 None
2026-03-28 15:20:00 [adesa.be] INFO: Saving data for 10734297: {'auction_closing_time': 1774960500.0, 'created_time': 1774606773.950138, 'last_price_update_time': 1774711200.361331}
2026-03-28 15:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734297') HTTP/1.1" 204 0
2026-03-28 15:20:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 06222b8a-b2d4-5c79-ab37-498aa1a0abe6 with identifier: 10734296
2026-03-28 15:20:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 06222b8a-b2d4-5c79-ab37-498aa1a0abe6 with identifier: 10734296
2026-03-28 15:20:00 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 06222b8a-b2d4-5c79-ab37-498aa1a0abe6 with identifier: 10734296 to the API
2026-03-28 15:20:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734296>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 160,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '06222b8a-b2d4-5c79-ab37-498aa1a0abe6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2ACN923',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734296',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'CLA',
'odometer': 54317,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 17100,
'price_includes_vat': True,
'registration_date': '2021-02-19',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz CLA Shooting Brake 250e - Hybrid - Automatic - 160 hp '
'- 54.317 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2021}
2026-03-28 15:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734296%27 HTTP/1.1" 200 None
2026-03-28 15:20:00 [adesa.be] INFO: Saving data for 10734296: {'auction_closing_time': 1774960500.0, 'created_time': 1774606772.822708, 'last_price_update_time': 1774711200.689887}
2026-03-28 15:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734296') HTTP/1.1" 204 0
2026-03-28 15:20:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734075> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87bc94b3-937c-54de-a839-d3b964f65108 with identifier: 10734075
2026-03-28 15:20:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87bc94b3-937c-54de-a839-d3b964f65108 with scrape type 2
2026-03-28 15:20:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87bc94b3-937c-54de-a839-d3b964f65108 with scrape type 2
2026-03-28 15:20:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 87bc94b3-937c-54de-a839-d3b964f65108, identifier: 10734075
2026-03-28 15:20:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 87bc94b3-937c-54de-a839-d3b964f65108 with identifier: 10734075
2026-03-28 15:20:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 87bc94b3-937c-54de-a839-d3b964f65108 with identifier: 10734075
2026-03-28 15:20:01 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 87bc94b3-937c-54de-a839-d3b964f65108 with identifier: 10734075 to the API
2026-03-28 15:20:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734075>
{'auction_title': '',
'c_o_2_emission_value': 38,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 194,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '87bc94b3-937c-54de-a839-d3b964f65108',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2ARS201',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734075',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'E',
'odometer': 46187,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 27350,
'price_includes_vat': True,
'registration_date': '2021-06-24',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz E Break 300de Business - 4-Matic - Hybrid - Automatic '
'- 194 hp - 46.187 km',
'transmission': 'automatic',
'trim': 'Business',
'vin': None,
'year': 2021}
2026-03-28 15:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734075%27 HTTP/1.1" 200 None
2026-03-28 15:20:01 [adesa.be] INFO: Saving data for 10734075: {'auction_closing_time': 1774960500.0, 'created_time': 1774606790.199437, 'last_price_update_time': 1774711201.218489}
2026-03-28 15:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734075') HTTP/1.1" 204 0
2026-03-28 15:20:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734320> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6240076d-d57b-5b54-a73e-cf6bf4c72e89 with identifier: 10734320
2026-03-28 15:20:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6240076d-d57b-5b54-a73e-cf6bf4c72e89 with scrape type 2
2026-03-28 15:20:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6240076d-d57b-5b54-a73e-cf6bf4c72e89 with scrape type 2
2026-03-28 15:20:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 6240076d-d57b-5b54-a73e-cf6bf4c72e89, identifier: 10734320
2026-03-28 15:20:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 6240076d-d57b-5b54-a73e-cf6bf4c72e89 with identifier: 10734320
2026-03-28 15:20:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 6240076d-d57b-5b54-a73e-cf6bf4c72e89 with identifier: 10734320
2026-03-28 15:20:01 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 6240076d-d57b-5b54-a73e-cf6bf4c72e89 with identifier: 10734320 to the API
2026-03-28 15:20:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734320>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 160,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '6240076d-d57b-5b54-a73e-cf6bf4c72e89',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BSF626',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734320',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'CLA',
'odometer': 74123,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 17200,
'price_includes_vat': True,
'registration_date': '2022-03-04',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz CLA Shooting Brake 250e Business Solution - Hybrid - '
'Automatic - 160 hp - 74.123 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2022}
2026-03-28 15:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734320%27 HTTP/1.1" 200 None
2026-03-28 15:20:01 [adesa.be] INFO: Saving data for 10734320: {'auction_closing_time': 1774960500.0, 'created_time': 1774606773.259724, 'last_price_update_time': 1774711201.790135}
2026-03-28 15:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734320') HTTP/1.1" 204 0
2026-03-28 15:20:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734030> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76c30925-3b87-52e2-968e-edf3b44ca4c8 with identifier: 10734030
2026-03-28 15:20:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76c30925-3b87-52e2-968e-edf3b44ca4c8 with scrape type 2
2026-03-28 15:20:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76c30925-3b87-52e2-968e-edf3b44ca4c8 with scrape type 2
2026-03-28 15:20:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 76c30925-3b87-52e2-968e-edf3b44ca4c8, identifier: 10734030
2026-03-28 15:20:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 76c30925-3b87-52e2-968e-edf3b44ca4c8 with identifier: 10734030
2026-03-28 15:20:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 76c30925-3b87-52e2-968e-edf3b44ca4c8 with identifier: 10734030
2026-03-28 15:20:02 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 76c30925-3b87-52e2-968e-edf3b44ca4c8 with identifier: 10734030 to the API
2026-03-28 15:20:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734030>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 160,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '76c30925-3b87-52e2-968e-edf3b44ca4c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BSM422',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734030',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'CLA',
'odometer': 71679,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 17500,
'price_includes_vat': True,
'registration_date': '2022-03-08',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz CLA Shooting Brake 250e Business Solution - Hybrid - '
'Automatic - 160 hp - 71.679 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2022}
2026-03-28 15:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734030%27 HTTP/1.1" 200 None
2026-03-28 15:20:02 [adesa.be] INFO: Saving data for 10734030: {'auction_closing_time': 1774960500.0, 'created_time': 1774606768.196475, 'last_price_update_time': 1774711202.35485}
2026-03-28 15:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734030') HTTP/1.1" 204 0
2026-03-28 15:20:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734255> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f454865-6099-59cd-915c-f150279628d6 with identifier: 10734255
2026-03-28 15:20:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f454865-6099-59cd-915c-f150279628d6 with scrape type 2
2026-03-28 15:20:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f454865-6099-59cd-915c-f150279628d6 with scrape type 2
2026-03-28 15:20:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 3f454865-6099-59cd-915c-f150279628d6, identifier: 10734255
2026-03-28 15:20:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 3f454865-6099-59cd-915c-f150279628d6 with identifier: 10734255
2026-03-28 15:20:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 3f454865-6099-59cd-915c-f150279628d6 with identifier: 10734255
2026-03-28 15:20:02 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 3f454865-6099-59cd-915c-f150279628d6 with identifier: 10734255 to the API
2026-03-28 15:20:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734255>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 160,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '3f454865-6099-59cd-915c-f150279628d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2DUA367',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734255',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'CLA',
'odometer': 61618,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 18700,
'price_includes_vat': True,
'registration_date': '2023-06-26',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz CLA Shooting Brake 250e Business Solution - Hybrid - '
'Automatic - 160 hp - 61.618 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2023}
2026-03-28 15:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734255%27 HTTP/1.1" 200 None
2026-03-28 15:20:02 [adesa.be] INFO: Saving data for 10734255: {'auction_closing_time': 1774960500.0, 'created_time': 1774606772.219808, 'last_price_update_time': 1774711202.825598}
2026-03-28 15:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734255') HTTP/1.1" 204 0
2026-03-28 15:20:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734045> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86024a69-ac9e-5505-8216-1c73e65b13a8 with identifier: 10734045
2026-03-28 15:20:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86024a69-ac9e-5505-8216-1c73e65b13a8 with scrape type 2
2026-03-28 15:20:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86024a69-ac9e-5505-8216-1c73e65b13a8 with scrape type 2
2026-03-28 15:20:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 86024a69-ac9e-5505-8216-1c73e65b13a8, identifier: 10734045
2026-03-28 15:20:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 86024a69-ac9e-5505-8216-1c73e65b13a8 with identifier: 10734045
2026-03-28 15:20:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 86024a69-ac9e-5505-8216-1c73e65b13a8 with identifier: 10734045
2026-03-28 15:20:03 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 86024a69-ac9e-5505-8216-1c73e65b13a8 with identifier: 10734045 to the API
2026-03-28 15:20:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734045>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 163,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '86024a69-ac9e-5505-8216-1c73e65b13a8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2EFJ298',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734045',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'A',
'odometer': 20854,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 21700,
'price_includes_vat': True,
'registration_date': '2023-09-25',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz A 250e Luxury Line - Hybrid - 163 hp - 20.854 km',
'transmission': 'automatic',
'trim': 'Luxury Line',
'vin': None,
'year': 2023}
2026-03-28 15:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734045%27 HTTP/1.1" 200 None
2026-03-28 15:20:03 [adesa.be] INFO: Saving data for 10734045: {'auction_closing_time': 1774960500.0, 'created_time': 1774606767.846506, 'last_price_update_time': 1774711203.304715}
2026-03-28 15:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734045') HTTP/1.1" 204 0
2026-03-28 15:20:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734230> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23ea9765-81b7-586e-a93b-7b5a6752b06b with identifier: 10734230
2026-03-28 15:20:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23ea9765-81b7-586e-a93b-7b5a6752b06b with scrape type 2
2026-03-28 15:20:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23ea9765-81b7-586e-a93b-7b5a6752b06b with scrape type 2
2026-03-28 15:20:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 23ea9765-81b7-586e-a93b-7b5a6752b06b, identifier: 10734230
2026-03-28 15:20:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 23ea9765-81b7-586e-a93b-7b5a6752b06b with identifier: 10734230
2026-03-28 15:20:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 23ea9765-81b7-586e-a93b-7b5a6752b06b with identifier: 10734230
2026-03-28 15:20:03 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 23ea9765-81b7-586e-a93b-7b5a6752b06b with identifier: 10734230 to the API
2026-03-28 15:20:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734230>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 160,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '23ea9765-81b7-586e-a93b-7b5a6752b06b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BTM206',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734230',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'CLA',
'odometer': 95069,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 17200,
'price_includes_vat': True,
'registration_date': '2022-03-17',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz CLA Shooting Brake 250e Business Solution - Hybrid - '
'Automatic - 160 hp - 95.069 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2022}
2026-03-28 15:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734230%27 HTTP/1.1" 200 None
2026-03-28 15:20:03 [adesa.be] INFO: Saving data for 10734230: {'auction_closing_time': 1774960500.0, 'created_time': 1774606771.525559, 'last_price_update_time': 1774711203.775439}
2026-03-28 15:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734230') HTTP/1.1" 204 0
2026-03-28 15:20:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734010> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734192> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc6533b5-e78e-5830-b599-4d16f87757ad with identifier: 10734010
2026-03-28 15:20:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc6533b5-e78e-5830-b599-4d16f87757ad with scrape type 2
2026-03-28 15:20:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc6533b5-e78e-5830-b599-4d16f87757ad with scrape type 2
2026-03-28 15:20:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: bc6533b5-e78e-5830-b599-4d16f87757ad, identifier: 10734010
2026-03-28 15:20:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: bc6533b5-e78e-5830-b599-4d16f87757ad with identifier: 10734010
2026-03-28 15:20:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: bc6533b5-e78e-5830-b599-4d16f87757ad with identifier: 10734010
2026-03-28 15:20:04 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: bc6533b5-e78e-5830-b599-4d16f87757ad with identifier: 10734010 to the API
2026-03-28 15:20:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734010>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 190,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Electric',
'id': 'bc6533b5-e78e-5830-b599-4d16f87757ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CRQ222',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734010',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'EQB',
'odometer': 71471,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 21200,
'price_includes_vat': True,
'registration_date': '2022-10-31',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz EQB 250 Business Line - Electric - Automatic - 190 hp '
'- 71.471 km',
'transmission': 'automatic',
'trim': 'Business Line',
'vin': None,
'year': 2022}
2026-03-28 15:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734010%27 HTTP/1.1" 200 None
2026-03-28 15:20:04 [adesa.be] INFO: Saving data for 10734010: {'auction_closing_time': 1774960500.0, 'created_time': 1774606778.788371, 'last_price_update_time': 1774711204.665445}
2026-03-28 15:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734010') HTTP/1.1" 204 0
2026-03-28 15:20:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6979f3f6-5cc4-5b0a-9013-78c2524f2266 with identifier: 10734192
2026-03-28 15:20:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6979f3f6-5cc4-5b0a-9013-78c2524f2266 with scrape type 2
2026-03-28 15:20:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6979f3f6-5cc4-5b0a-9013-78c2524f2266 with scrape type 2
2026-03-28 15:20:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 6979f3f6-5cc4-5b0a-9013-78c2524f2266, identifier: 10734192
2026-03-28 15:20:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 6979f3f6-5cc4-5b0a-9013-78c2524f2266 with identifier: 10734192
2026-03-28 15:20:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 6979f3f6-5cc4-5b0a-9013-78c2524f2266 with identifier: 10734192
2026-03-28 15:20:04 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 6979f3f6-5cc4-5b0a-9013-78c2524f2266 with identifier: 10734192 to the API
2026-03-28 15:20:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734192>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 160,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '6979f3f6-5cc4-5b0a-9013-78c2524f2266',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BDK638',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734192',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'A',
'odometer': 83182,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 17300,
'price_includes_vat': True,
'registration_date': '2021-10-11',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz A 250e Business Solution - Hybrid - Automatic - 160 '
'hp - 83.182 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2021}
2026-03-28 15:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734192%27 HTTP/1.1" 200 None
2026-03-28 15:20:05 [adesa.be] INFO: Saving data for 10734192: {'auction_closing_time': 1774960500.0, 'created_time': 1774606757.393475, 'last_price_update_time': 1774711205.040418}
2026-03-28 15:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734192') HTTP/1.1" 204 0
2026-03-28 15:20:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734256> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734074> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40872f67-a061-5fd0-9ec0-136766d82ca7 with identifier: 10734256
2026-03-28 15:20:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40872f67-a061-5fd0-9ec0-136766d82ca7 with scrape type 2
2026-03-28 15:20:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40872f67-a061-5fd0-9ec0-136766d82ca7 with scrape type 2
2026-03-28 15:20:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 40872f67-a061-5fd0-9ec0-136766d82ca7, identifier: 10734256
2026-03-28 15:20:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d35597b-e0d8-54fe-88df-ee1be6965df9 with identifier: 10734074
2026-03-28 15:20:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d35597b-e0d8-54fe-88df-ee1be6965df9 with scrape type 2
2026-03-28 15:20:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d35597b-e0d8-54fe-88df-ee1be6965df9 with scrape type 2
2026-03-28 15:20:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 5d35597b-e0d8-54fe-88df-ee1be6965df9, identifier: 10734074
2026-03-28 15:20:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 40872f67-a061-5fd0-9ec0-136766d82ca7 with identifier: 10734256
2026-03-28 15:20:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 40872f67-a061-5fd0-9ec0-136766d82ca7 with identifier: 10734256
2026-03-28 15:20:05 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 40872f67-a061-5fd0-9ec0-136766d82ca7 with identifier: 10734256 to the API
2026-03-28 15:20:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734256>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 160,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '40872f67-a061-5fd0-9ec0-136766d82ca7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BDR166',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734256',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'A',
'odometer': 81688,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 15900,
'price_includes_vat': True,
'registration_date': '2021-10-13',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz A 250e Business Solution - Hybrid - Automatic - 160 '
'hp - 81.688 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2021}
2026-03-28 15:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734256%27 HTTP/1.1" 200 None
2026-03-28 15:20:05 [adesa.be] INFO: Saving data for 10734256: {'auction_closing_time': 1774960500.0, 'created_time': 1774606794.596933, 'last_price_update_time': 1774711205.672437}
2026-03-28 15:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734256') HTTP/1.1" 204 0
2026-03-28 15:20:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 5d35597b-e0d8-54fe-88df-ee1be6965df9 with identifier: 10734074
2026-03-28 15:20:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 5d35597b-e0d8-54fe-88df-ee1be6965df9 with identifier: 10734074
2026-03-28 15:20:05 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 5d35597b-e0d8-54fe-88df-ee1be6965df9 with identifier: 10734074 to the API
2026-03-28 15:20:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734074>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 160,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '5d35597b-e0d8-54fe-88df-ee1be6965df9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BKJ503',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734074',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'A',
'odometer': 82333,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 16500,
'price_includes_vat': True,
'registration_date': '2021-12-17',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz A 250e Business Solution - Hybrid - Automatic - 160 '
'hp - 82.333 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2021}
2026-03-28 15:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734074%27 HTTP/1.1" 200 None
2026-03-28 15:20:05 [adesa.be] INFO: Saving data for 10734074: {'auction_closing_time': 1774960500.0, 'created_time': 1774606760.143802, 'last_price_update_time': 1774711205.953854}
2026-03-28 15:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734074') HTTP/1.1" 204 0
2026-03-28 15:20:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734295> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734163> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734318> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1789afd9-3d84-5ad7-b0f1-43a5989d7eb1 with identifier: 10734295
2026-03-28 15:20:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1789afd9-3d84-5ad7-b0f1-43a5989d7eb1 with scrape type 2
2026-03-28 15:20:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1789afd9-3d84-5ad7-b0f1-43a5989d7eb1 with scrape type 2
2026-03-28 15:20:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 1789afd9-3d84-5ad7-b0f1-43a5989d7eb1, identifier: 10734295
2026-03-28 15:20:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 1789afd9-3d84-5ad7-b0f1-43a5989d7eb1 with identifier: 10734295
2026-03-28 15:20:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 1789afd9-3d84-5ad7-b0f1-43a5989d7eb1 with identifier: 10734295
2026-03-28 15:20:06 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 1789afd9-3d84-5ad7-b0f1-43a5989d7eb1 with identifier: 10734295 to the API
2026-03-28 15:20:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734295>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 160,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '1789afd9-3d84-5ad7-b0f1-43a5989d7eb1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BSN229',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734295',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'CLA',
'odometer': 72093,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 17300,
'price_includes_vat': True,
'registration_date': '2022-03-08',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz CLA Shooting Brake 250e Business Solution - Hybrid - '
'Automatic - 160 hp - 72.093 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2022}
2026-03-28 15:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734295%27 HTTP/1.1" 200 None
2026-03-28 15:20:06 [adesa.be] INFO: Saving data for 10734295: {'auction_closing_time': 1774960500.0, 'created_time': 1774606794.942278, 'last_price_update_time': 1774711206.426507}
2026-03-28 15:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734295') HTTP/1.1" 204 0
2026-03-28 15:20:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734034> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b29b9f35-b840-510b-98a8-c14ae57e0feb with identifier: 10734163
2026-03-28 15:20:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b29b9f35-b840-510b-98a8-c14ae57e0feb with scrape type 2
2026-03-28 15:20:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b29b9f35-b840-510b-98a8-c14ae57e0feb with scrape type 2
2026-03-28 15:20:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: b29b9f35-b840-510b-98a8-c14ae57e0feb, identifier: 10734163
2026-03-28 15:20:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 572e9b7f-0cb8-55bf-80b9-3ab434d1ccf1 with identifier: 10734318
2026-03-28 15:20:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 572e9b7f-0cb8-55bf-80b9-3ab434d1ccf1 with scrape type 2
2026-03-28 15:20:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 572e9b7f-0cb8-55bf-80b9-3ab434d1ccf1 with scrape type 2
2026-03-28 15:20:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 572e9b7f-0cb8-55bf-80b9-3ab434d1ccf1, identifier: 10734318
2026-03-28 15:20:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: b29b9f35-b840-510b-98a8-c14ae57e0feb with identifier: 10734163
2026-03-28 15:20:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: b29b9f35-b840-510b-98a8-c14ae57e0feb with identifier: 10734163
2026-03-28 15:20:06 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: b29b9f35-b840-510b-98a8-c14ae57e0feb with identifier: 10734163 to the API
2026-03-28 15:20:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734163>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 160,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'b29b9f35-b840-510b-98a8-c14ae57e0feb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BDQ210',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734163',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'A',
'odometer': 63948,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 15900,
'price_includes_vat': True,
'registration_date': '2021-10-13',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz A 250e Business Solution - Hybrid - Automatic - 160 '
'hp - 63.948 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2021}
2026-03-28 15:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734163%27 HTTP/1.1" 200 None
2026-03-28 15:20:06 [adesa.be] INFO: Saving data for 10734163: {'auction_closing_time': 1774960500.0, 'created_time': 1774606755.326969, 'last_price_update_time': 1774711206.884586}
2026-03-28 15:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734163') HTTP/1.1" 204 0
2026-03-28 15:20:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 572e9b7f-0cb8-55bf-80b9-3ab434d1ccf1 with identifier: 10734318
2026-03-28 15:20:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 572e9b7f-0cb8-55bf-80b9-3ab434d1ccf1 with identifier: 10734318
2026-03-28 15:20:06 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 572e9b7f-0cb8-55bf-80b9-3ab434d1ccf1 with identifier: 10734318 to the API
2026-03-28 15:20:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734318>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 160,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '572e9b7f-0cb8-55bf-80b9-3ab434d1ccf1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BJJ812',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734318',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'A',
'odometer': 83090,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 16000,
'price_includes_vat': True,
'registration_date': '2021-12-07',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz A 250e Business Solution - Hybrid - Automatic - 160 '
'hp - 83.090 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2021}
2026-03-28 15:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734318%27 HTTP/1.1" 200 None
2026-03-28 15:20:07 [adesa.be] INFO: Saving data for 10734318: {'auction_closing_time': 1774960500.0, 'created_time': 1774606755.958128, 'last_price_update_time': 1774711207.168553}
2026-03-28 15:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734318') HTTP/1.1" 204 0
2026-03-28 15:20:07 [scrapy.extensions.logstats] INFO: Crawled 364 pages (at 126 pages/min), scraped 332 items (at 125 items/min)
2026-03-28 15:20:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 175MiB
2026-03-28 15:20:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734193> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734152> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53558227-d58c-5aab-a89f-84c9800022ef with identifier: 10734034
2026-03-28 15:20:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53558227-d58c-5aab-a89f-84c9800022ef with scrape type 2
2026-03-28 15:20:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53558227-d58c-5aab-a89f-84c9800022ef with scrape type 2
2026-03-28 15:20:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 53558227-d58c-5aab-a89f-84c9800022ef, identifier: 10734034
2026-03-28 15:20:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 53558227-d58c-5aab-a89f-84c9800022ef with identifier: 10734034
2026-03-28 15:20:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 53558227-d58c-5aab-a89f-84c9800022ef with identifier: 10734034
2026-03-28 15:20:08 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 53558227-d58c-5aab-a89f-84c9800022ef with identifier: 10734034 to the API
2026-03-28 15:20:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734034>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 116,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': '53558227-d58c-5aab-a89f-84c9800022ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BEL080',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734034',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'GLB',
'odometer': 116175,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 17200,
'price_includes_vat': True,
'registration_date': '2021-10-21',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz GLB 180d Business Solution - Diesel - Automatic - 116 '
'hp - 116.175 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2021}
2026-03-28 15:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734034%27 HTTP/1.1" 200 None
2026-03-28 15:20:08 [adesa.be] INFO: Saving data for 10734034: {'auction_closing_time': 1774960500.0, 'created_time': 1774606780.200577, 'last_price_update_time': 1774711208.569883}
2026-03-28 15:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734034') HTTP/1.1" 204 0
2026-03-28 15:20:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734044> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734137> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734210> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cbac04da-9621-5d10-8f0d-bbe77f8f3567 with identifier: 10734193
2026-03-28 15:20:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbac04da-9621-5d10-8f0d-bbe77f8f3567 with scrape type 2
2026-03-28 15:20:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cbac04da-9621-5d10-8f0d-bbe77f8f3567 with scrape type 2
2026-03-28 15:20:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: cbac04da-9621-5d10-8f0d-bbe77f8f3567, identifier: 10734193
2026-03-28 15:20:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac979582-ad2e-52fe-8d30-fc95eaf8e1ae with identifier: 10734152
2026-03-28 15:20:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac979582-ad2e-52fe-8d30-fc95eaf8e1ae with scrape type 2
2026-03-28 15:20:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac979582-ad2e-52fe-8d30-fc95eaf8e1ae with scrape type 2
2026-03-28 15:20:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: ac979582-ad2e-52fe-8d30-fc95eaf8e1ae, identifier: 10734152
2026-03-28 15:20:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: cbac04da-9621-5d10-8f0d-bbe77f8f3567 with identifier: 10734193
2026-03-28 15:20:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: cbac04da-9621-5d10-8f0d-bbe77f8f3567 with identifier: 10734193
2026-03-28 15:20:08 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: cbac04da-9621-5d10-8f0d-bbe77f8f3567 with identifier: 10734193 to the API
2026-03-28 15:20:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734193>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 160,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'cbac04da-9621-5d10-8f0d-bbe77f8f3567',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BMD858',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734193',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'A',
'odometer': 147746,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13900,
'price_includes_vat': True,
'registration_date': '2022-01-07',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz A 250e Business Solution - Hybrid - Automatic - 160 '
'hp - 147.746 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2022}
2026-03-28 15:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734193%27 HTTP/1.1" 200 None
2026-03-28 15:20:09 [adesa.be] INFO: Saving data for 10734193: {'auction_closing_time': 1774960500.0, 'created_time': 1774606885.141946, 'last_price_update_time': 1774711209.069697}
2026-03-28 15:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734193') HTTP/1.1" 204 0
2026-03-28 15:20:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: ac979582-ad2e-52fe-8d30-fc95eaf8e1ae with identifier: 10734152
2026-03-28 15:20:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: ac979582-ad2e-52fe-8d30-fc95eaf8e1ae with identifier: 10734152
2026-03-28 15:20:09 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: ac979582-ad2e-52fe-8d30-fc95eaf8e1ae with identifier: 10734152 to the API
2026-03-28 15:20:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734152>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 160,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'ac979582-ad2e-52fe-8d30-fc95eaf8e1ae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YRW850',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734152',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'A',
'odometer': 173866,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13200,
'price_includes_vat': True,
'registration_date': '2020-11-23',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz A 250e Business Solution - Hybrid - Automatic - 160 '
'hp - 173.866 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2020}
2026-03-28 15:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734152%27 HTTP/1.1" 200 None
2026-03-28 15:20:09 [adesa.be] INFO: Saving data for 10734152: {'auction_closing_time': 1774960500.0, 'created_time': 1774606878.503901, 'last_price_update_time': 1774711209.342079}
2026-03-28 15:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734152') HTTP/1.1" 204 0
2026-03-28 15:20:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734209> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40c096fd-abbc-5420-85a3-09403b732f4d with identifier: 10734044
2026-03-28 15:20:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40c096fd-abbc-5420-85a3-09403b732f4d with scrape type 2
2026-03-28 15:20:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40c096fd-abbc-5420-85a3-09403b732f4d with scrape type 2
2026-03-28 15:20:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 40c096fd-abbc-5420-85a3-09403b732f4d, identifier: 10734044
2026-03-28 15:20:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4a3d080-eff5-57b8-a661-2b6447bd35ea with identifier: 10734137
2026-03-28 15:20:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4a3d080-eff5-57b8-a661-2b6447bd35ea with scrape type 2
2026-03-28 15:20:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4a3d080-eff5-57b8-a661-2b6447bd35ea with scrape type 2
2026-03-28 15:20:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: c4a3d080-eff5-57b8-a661-2b6447bd35ea, identifier: 10734137
2026-03-28 15:20:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f5da783-c29b-5db6-9eb1-e130276eb3b4 with identifier: 10734210
2026-03-28 15:20:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f5da783-c29b-5db6-9eb1-e130276eb3b4 with scrape type 2
2026-03-28 15:20:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f5da783-c29b-5db6-9eb1-e130276eb3b4 with scrape type 2
2026-03-28 15:20:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 6f5da783-c29b-5db6-9eb1-e130276eb3b4, identifier: 10734210
2026-03-28 15:20:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 40c096fd-abbc-5420-85a3-09403b732f4d with identifier: 10734044
2026-03-28 15:20:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 40c096fd-abbc-5420-85a3-09403b732f4d with identifier: 10734044
2026-03-28 15:20:09 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 40c096fd-abbc-5420-85a3-09403b732f4d with identifier: 10734044 to the API
2026-03-28 15:20:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734044>
{'auction_title': '',
'c_o_2_emission_value': 182,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 130,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': '40c096fd-abbc-5420-85a3-09403b732f4d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1UQQ831',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734044',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Ford',
'model': 'Transit',
'odometer': 40862,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 10900,
'price_includes_vat': True,
'registration_date': '2018-07-10',
'seats_number': 2,
'seller_name': 'Ayvens België',
'title': 'Ford Transit L2H2 2.0 TDCI Trend - Diesel - Manual - 130 hp - '
'40.862 km',
'transmission': 'manual',
'trim': 'Trend',
'vin': None,
'year': 2018}
2026-03-28 15:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734044%27 HTTP/1.1" 200 None
2026-03-28 15:20:09 [adesa.be] INFO: Saving data for 10734044: {'auction_closing_time': 1774960500.0, 'created_time': 1774606735.412384, 'last_price_update_time': 1774711209.905256}
2026-03-28 15:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734044') HTTP/1.1" 204 0
2026-03-28 15:20:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: c4a3d080-eff5-57b8-a661-2b6447bd35ea with identifier: 10734137
2026-03-28 15:20:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: c4a3d080-eff5-57b8-a661-2b6447bd35ea with identifier: 10734137
2026-03-28 15:20:10 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: c4a3d080-eff5-57b8-a661-2b6447bd35ea with identifier: 10734137 to the API
2026-03-28 15:20:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734137>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Pickup',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 213,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': 'c4a3d080-eff5-57b8-a661-2b6447bd35ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2AMW119',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734137',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Ford',
'model': 'Ranger',
'odometer': 86144,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 22700,
'price_includes_vat': True,
'registration_date': '2021-05-19',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Ford Ranger 2.0 Wildtrak - AWD - Diesel - Automatic - 213 hp - '
'86.144 km',
'transmission': 'automatic',
'trim': 'Wildtrak',
'vin': None,
'year': 2021}
2026-03-28 15:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734137%27 HTTP/1.1" 200 None
2026-03-28 15:20:10 [adesa.be] INFO: Saving data for 10734137: {'auction_closing_time': 1774960500.0, 'created_time': 1774606736.987145, 'last_price_update_time': 1774711210.205191}
2026-03-28 15:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734137') HTTP/1.1" 204 0
2026-03-28 15:20:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 6f5da783-c29b-5db6-9eb1-e130276eb3b4 with identifier: 10734210
2026-03-28 15:20:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 6f5da783-c29b-5db6-9eb1-e130276eb3b4 with identifier: 10734210
2026-03-28 15:20:10 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 6f5da783-c29b-5db6-9eb1-e130276eb3b4 with identifier: 10734210 to the API
2026-03-28 15:20:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734210>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 130,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': '6f5da783-c29b-5db6-9eb1-e130276eb3b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CPE280',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734210',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Ford',
'model': 'Transit',
'odometer': 127584,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13400,
'price_includes_vat': True,
'registration_date': '2022-10-04',
'seats_number': 2,
'seller_name': 'Ayvens België',
'title': 'Ford Transit Custom 2.0 Trend - Diesel - Manual - 130 hp - 127.584 '
'km',
'transmission': 'manual',
'trim': 'Trend',
'vin': None,
'year': 2022}
2026-03-28 15:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734210%27 HTTP/1.1" 200 None
2026-03-28 15:20:10 [adesa.be] INFO: Saving data for 10734210: {'auction_closing_time': 1774960500.0, 'created_time': 1774606743.972505, 'last_price_update_time': 1774711210.503617}
2026-03-28 15:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734210') HTTP/1.1" 204 0
2026-03-28 15:20:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734208> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e8aa784-92a1-5c9d-af55-36503d0a26ac with identifier: 10734209
2026-03-28 15:20:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e8aa784-92a1-5c9d-af55-36503d0a26ac with scrape type 2
2026-03-28 15:20:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e8aa784-92a1-5c9d-af55-36503d0a26ac with scrape type 2
2026-03-28 15:20:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 8e8aa784-92a1-5c9d-af55-36503d0a26ac, identifier: 10734209
2026-03-28 15:20:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 8e8aa784-92a1-5c9d-af55-36503d0a26ac with identifier: 10734209
2026-03-28 15:20:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 8e8aa784-92a1-5c9d-af55-36503d0a26ac with identifier: 10734209
2026-03-28 15:20:10 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 8e8aa784-92a1-5c9d-af55-36503d0a26ac with identifier: 10734209 to the API
2026-03-28 15:20:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734209>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 120,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': '8e8aa784-92a1-5c9d-af55-36503d0a26ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BSL286',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734209',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Ford',
'model': 'Puma',
'odometer': 98842,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 10900,
'price_includes_vat': True,
'registration_date': '2022-03-08',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Ford Puma 1.5 Titanium - Diesel - Manual - 120 hp - 98.842 km',
'transmission': 'manual',
'trim': 'Titanium',
'vin': None,
'year': 2022}
2026-03-28 15:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734209%27 HTTP/1.1" 200 None
2026-03-28 15:20:10 [adesa.be] INFO: Saving data for 10734209: {'auction_closing_time': 1774960500.0, 'created_time': 1774606737.305759, 'last_price_update_time': 1774711210.89046}
2026-03-28 15:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734209') HTTP/1.1" 204 0
2026-03-28 15:20:10 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcf69f23-4f7a-5eb7-bd32-b638c30faddd with identifier: 10734208
2026-03-28 15:20:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcf69f23-4f7a-5eb7-bd32-b638c30faddd with scrape type 2
2026-03-28 15:20:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fcf69f23-4f7a-5eb7-bd32-b638c30faddd with scrape type 2
2026-03-28 15:20:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: fcf69f23-4f7a-5eb7-bd32-b638c30faddd, identifier: 10734208
2026-03-28 15:20:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: fcf69f23-4f7a-5eb7-bd32-b638c30faddd with identifier: 10734208
2026-03-28 15:20:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: fcf69f23-4f7a-5eb7-bd32-b638c30faddd with identifier: 10734208
2026-03-28 15:20:11 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: fcf69f23-4f7a-5eb7-bd32-b638c30faddd with identifier: 10734208 to the API
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734208>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 125,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Petrol',
'id': 'fcf69f23-4f7a-5eb7-bd32-b638c30faddd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2EQY753',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734208',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Ford',
'model': 'Puma',
'odometer': 54559,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 12800,
'price_includes_vat': True,
'registration_date': '2024-01-02',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Ford Puma 1.0 Titanium - Petrol - Manual - 125 hp - 54.559 km',
'transmission': 'manual',
'trim': 'Titanium',
'vin': None,
'year': 2024}
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734208%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Saving data for 10734208: {'auction_closing_time': 1774960500.0, 'created_time': 1774606731.50694, 'last_price_update_time': 1774711211.275572}
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734208') HTTP/1.1" 204 0
2026-03-28 15:20:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734073> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10740869
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740869%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10740869: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10740869 url https://www.openlane.eu/en/carv6/auction/10740869
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10736429
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736429%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10736429: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10736429 url https://www.openlane.eu/en/carv6/auction/10736429
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10738263
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738263%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10738263: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10738263 url https://www.openlane.eu/en/carv6/auction/10738263
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10736318
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736318%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10736318: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10736318 url https://www.openlane.eu/en/carv6/auction/10736318
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10735109
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735109%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10735109: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10735109 url https://www.openlane.eu/en/carv6/auction/10735109
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10738255
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738255%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10738255: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10738255 url https://www.openlane.eu/en/carv6/auction/10738255
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10736326
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736326%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10736326: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10736326 url https://www.openlane.eu/en/carv6/auction/10736326
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10737254
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737254%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10737254: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10737254 url https://www.openlane.eu/en/carv6/auction/10737254
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10736659
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736659%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10736659: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10736659 url https://www.openlane.eu/en/carv6/auction/10736659
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10736656
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736656%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10736656: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10736656 url https://www.openlane.eu/en/carv6/auction/10736656
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10737292
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737292%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10737292: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10737292 url https://www.openlane.eu/en/carv6/auction/10737292
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10740852
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740852%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10740852: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10740852 url https://www.openlane.eu/en/carv6/auction/10740852
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10737280
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737280%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10737280: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10737280 url https://www.openlane.eu/en/carv6/auction/10737280
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10730437
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730437%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10730437: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10730437 url https://www.openlane.eu/en/carv6/auction/10730437
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10738259
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738259%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10738259: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10738259 url https://www.openlane.eu/en/carv6/auction/10738259
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10730426
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730426%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10730426: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10730426 url https://www.openlane.eu/en/carv6/auction/10730426
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10730451
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730451%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10730451: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10730451 url https://www.openlane.eu/en/carv6/auction/10730451
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10739825
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739825%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10739825: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10739825 url https://www.openlane.eu/en/carv6/auction/10739825
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10739827
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739827%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10739827: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10739827 url https://www.openlane.eu/en/carv6/auction/10739827
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10740838
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740838%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10740838: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10740838 url https://www.openlane.eu/en/carv6/auction/10740838
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10730434
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730434%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10730434: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10730434 url https://www.openlane.eu/en/carv6/auction/10730434
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10737277
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737277%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10737277: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10737277 url https://www.openlane.eu/en/carv6/auction/10737277
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10737295
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737295%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10737295: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10737295 url https://www.openlane.eu/en/carv6/auction/10737295
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10737738
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737738%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10737738: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10737738 url https://www.openlane.eu/en/carv6/auction/10737738
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10737729
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737729%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10737729: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10737729 url https://www.openlane.eu/en/carv6/auction/10737729
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10736309
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736309%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10736309: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10736309 url https://www.openlane.eu/en/carv6/auction/10736309
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10735096
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735096%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10735096: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10735096 url https://www.openlane.eu/en/carv6/auction/10735096
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10734924
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734924%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10734924: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10734924 url https://www.openlane.eu/en/carv6/auction/10734924
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10737746
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737746%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10737746: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10737746 url https://www.openlane.eu/en/carv6/auction/10737746
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10736302
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736302%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10736302: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10736302 url https://www.openlane.eu/en/carv6/auction/10736302
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10736637
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736637%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10736637: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10736637 url https://www.openlane.eu/en/carv6/auction/10736637
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10736315
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736315%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10736315: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10736315 url https://www.openlane.eu/en/carv6/auction/10736315
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10740864
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740864%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10740864: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10740864 url https://www.openlane.eu/en/carv6/auction/10740864
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10730403
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730403%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10730403: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10730403 url https://www.openlane.eu/en/carv6/auction/10730403
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10736417
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736417%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10736417: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10736417 url https://www.openlane.eu/en/carv6/auction/10736417
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10736642
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736642%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10736642: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10736642 url https://www.openlane.eu/en/carv6/auction/10736642
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10735131
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735131%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10735131: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10735131 url https://www.openlane.eu/en/carv6/auction/10735131
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10736346
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736346%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10736346: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10736346 url https://www.openlane.eu/en/carv6/auction/10736346
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10730438
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730438%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10730438: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10730438 url https://www.openlane.eu/en/carv6/auction/10730438
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10731367
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731367%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10731367: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10731367 url https://www.openlane.eu/en/carv6/auction/10731367
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10738240
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738240%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10738240: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10738240 url https://www.openlane.eu/en/carv6/auction/10738240
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10730455
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730455%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10730455: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10730455 url https://www.openlane.eu/en/carv6/auction/10730455
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10739819
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739819%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10739819: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10739819 url https://www.openlane.eu/en/carv6/auction/10739819
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10736283
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736283%27 HTTP/1.1" 200 None
2026-03-28 15:20:11 [adesa.be] INFO: Scrape type for 10736283: 0
2026-03-28 15:20:11 [adesa.be] INFO: Skipping item 10736283 url https://www.openlane.eu/en/carv6/auction/10736283
2026-03-28 15:20:11 [adesa.be] INFO: Found listing with ID: 10738242
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738242%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10738242: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10738242 url https://www.openlane.eu/en/carv6/auction/10738242
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10736289
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736289%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10736289: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10736289 url https://www.openlane.eu/en/carv6/auction/10736289
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10740837
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740837%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10740837: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10740837 url https://www.openlane.eu/en/carv6/auction/10740837
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10734905
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734905%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10734905: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10734905 url https://www.openlane.eu/en/carv6/auction/10734905
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10736286
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736286%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10736286: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10736286 url https://www.openlane.eu/en/carv6/auction/10736286
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10735094
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735094%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10735094: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10735094 url https://www.openlane.eu/en/carv6/auction/10735094
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10736641
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736641%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10736641: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10736641 url https://www.openlane.eu/en/carv6/auction/10736641
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10738249
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738249%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10738249: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10738249 url https://www.openlane.eu/en/carv6/auction/10738249
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10740859
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740859%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10740859: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10740859 url https://www.openlane.eu/en/carv6/auction/10740859
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10738224
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738224%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10738224: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10738224 url https://www.openlane.eu/en/carv6/auction/10738224
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10735139
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735139%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10735139: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10735139 url https://www.openlane.eu/en/carv6/auction/10735139
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10736279
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736279%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10736279: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10736279 url https://www.openlane.eu/en/carv6/auction/10736279
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10736653
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736653%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10736653: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10736653 url https://www.openlane.eu/en/carv6/auction/10736653
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10730441
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730441%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10730441: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10730441 url https://www.openlane.eu/en/carv6/auction/10730441
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10737470
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737470%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10737470: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10737470 url https://www.openlane.eu/en/carv6/auction/10737470
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10740834
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740834%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10740834: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10740834 url https://www.openlane.eu/en/carv6/auction/10740834
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10736662
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736662%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10736662: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10736662 url https://www.openlane.eu/en/carv6/auction/10736662
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10739834
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739834%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10739834: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10739834 url https://www.openlane.eu/en/carv6/auction/10739834
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10738245
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738245%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10738245: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10738245 url https://www.openlane.eu/en/carv6/auction/10738245
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10735154
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735154%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10735154: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10735154 url https://www.openlane.eu/en/carv6/auction/10735154
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10736335
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736335%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10736335: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10736335 url https://www.openlane.eu/en/carv6/auction/10736335
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10736319
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736319%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10736319: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10736319 url https://www.openlane.eu/en/carv6/auction/10736319
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10737265
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737265%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10737265: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10737265 url https://www.openlane.eu/en/carv6/auction/10737265
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10736355
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736355%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10736355: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10736355 url https://www.openlane.eu/en/carv6/auction/10736355
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10736304
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736304%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10736304: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10736304 url https://www.openlane.eu/en/carv6/auction/10736304
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10736329
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736329%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10736329: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10736329 url https://www.openlane.eu/en/carv6/auction/10736329
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10738217
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738217%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10738217: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10738217 url https://www.openlane.eu/en/carv6/auction/10738217
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10735082
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735082%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10735082: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10735082 url https://www.openlane.eu/en/carv6/auction/10735082
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10735141
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735141%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10735141: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10735141 url https://www.openlane.eu/en/carv6/auction/10735141
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10736425
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736425%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10736425: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10736425 url https://www.openlane.eu/en/carv6/auction/10736425
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10737257
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737257%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10737257: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10737257 url https://www.openlane.eu/en/carv6/auction/10737257
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10735743
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735743%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10735743: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10735743 url https://www.openlane.eu/en/carv6/auction/10735743
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10736422
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736422%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10736422: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10736422 url https://www.openlane.eu/en/carv6/auction/10736422
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10736308
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736308%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10736308: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10736308 url https://www.openlane.eu/en/carv6/auction/10736308
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10736337
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736337%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10736337: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10736337 url https://www.openlane.eu/en/carv6/auction/10736337
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10734917
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734917%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10734917: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10734917 url https://www.openlane.eu/en/carv6/auction/10734917
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10734912
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734912%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10734912: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10734912 url https://www.openlane.eu/en/carv6/auction/10734912
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10736415
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736415%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10736415: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10736415 url https://www.openlane.eu/en/carv6/auction/10736415
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10736424
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736424%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10736424: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10736424 url https://www.openlane.eu/en/carv6/auction/10736424
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10736338
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736338%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10736338: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10736338 url https://www.openlane.eu/en/carv6/auction/10736338
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10730406
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730406%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10730406: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10730406 url https://www.openlane.eu/en/carv6/auction/10730406
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10730412
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730412%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10730412: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10730412 url https://www.openlane.eu/en/carv6/auction/10730412
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10736298
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736298%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10736298: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10736298 url https://www.openlane.eu/en/carv6/auction/10736298
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10736635
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736635%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10736635: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10736635 url https://www.openlane.eu/en/carv6/auction/10736635
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10736311
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736311%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10736311: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10736311 url https://www.openlane.eu/en/carv6/auction/10736311
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10736331
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736331%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10736331: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10736331 url https://www.openlane.eu/en/carv6/auction/10736331
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10738334
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738334%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10738334: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10738334 url https://www.openlane.eu/en/carv6/auction/10738334
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10736269
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736269%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10736269: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10736269 url https://www.openlane.eu/en/carv6/auction/10736269
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10735177
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735177%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10735177: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10735177 url https://www.openlane.eu/en/carv6/auction/10735177
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10736294
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736294%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10736294: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10736294 url https://www.openlane.eu/en/carv6/auction/10736294
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10731357
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731357%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10731357: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10731357 url https://www.openlane.eu/en/carv6/auction/10731357
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10735172
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735172%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10735172: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10735172 url https://www.openlane.eu/en/carv6/auction/10735172
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10736313
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736313%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10736313: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10736313 url https://www.openlane.eu/en/carv6/auction/10736313
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10731353
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731353%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10731353: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10731353 url https://www.openlane.eu/en/carv6/auction/10731353
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10730410
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730410%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10730410: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10730410 url https://www.openlane.eu/en/carv6/auction/10730410
2026-03-28 15:20:12 [adesa.be] INFO: Found listing with ID: 10737283
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737283%27 HTTP/1.1" 200 None
2026-03-28 15:20:12 [adesa.be] INFO: Scrape type for 10737283: 0
2026-03-28 15:20:12 [adesa.be] INFO: Skipping item 10737283 url https://www.openlane.eu/en/carv6/auction/10737283
2026-03-28 15:20:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734014> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734071> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734043> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734072> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd27064e-a93c-5f12-af84-06f90cf5989c with identifier: 10734073
2026-03-28 15:20:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd27064e-a93c-5f12-af84-06f90cf5989c with scrape type 2
2026-03-28 15:20:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd27064e-a93c-5f12-af84-06f90cf5989c with scrape type 2
2026-03-28 15:20:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: fd27064e-a93c-5f12-af84-06f90cf5989c, identifier: 10734073
2026-03-28 15:20:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: fd27064e-a93c-5f12-af84-06f90cf5989c with identifier: 10734073
2026-03-28 15:20:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: fd27064e-a93c-5f12-af84-06f90cf5989c with identifier: 10734073
2026-03-28 15:20:13 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: fd27064e-a93c-5f12-af84-06f90cf5989c with identifier: 10734073 to the API
2026-03-28 15:20:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734073>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 125,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Petrol',
'id': 'fd27064e-a93c-5f12-af84-06f90cf5989c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BHL757',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734073',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Ford',
'model': 'Puma',
'odometer': 87175,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 12600,
'price_includes_vat': True,
'registration_date': '2021-11-26',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Ford Puma 1.0 ST Line X - Petrol - Automatic - 125 hp - 87.175 km',
'transmission': 'automatic',
'trim': 'ST Line X',
'vin': None,
'year': 2021}
2026-03-28 15:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734073%27 HTTP/1.1" 200 None
2026-03-28 15:20:14 [adesa.be] INFO: Saving data for 10734073: {'auction_closing_time': 1774960500.0, 'created_time': 1774606738.830833, 'last_price_update_time': 1774711214.65444}
2026-03-28 15:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734073') HTTP/1.1" 204 0
2026-03-28 15:20:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734317> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734015> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1278f4fb-bc4e-5306-8898-3a0a2ecff10d with identifier: 10734014
2026-03-28 15:20:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1278f4fb-bc4e-5306-8898-3a0a2ecff10d with scrape type 2
2026-03-28 15:20:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1278f4fb-bc4e-5306-8898-3a0a2ecff10d with scrape type 2
2026-03-28 15:20:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 1278f4fb-bc4e-5306-8898-3a0a2ecff10d, identifier: 10734014
2026-03-28 15:20:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82fb29c6-6763-5535-a5ee-1a94458f9143 with identifier: 10734071
2026-03-28 15:20:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82fb29c6-6763-5535-a5ee-1a94458f9143 with scrape type 2
2026-03-28 15:20:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82fb29c6-6763-5535-a5ee-1a94458f9143 with scrape type 2
2026-03-28 15:20:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 82fb29c6-6763-5535-a5ee-1a94458f9143, identifier: 10734071
2026-03-28 15:20:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31f321d5-a2ce-55c0-bff5-a218dfe5c11d with identifier: 10734043
2026-03-28 15:20:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31f321d5-a2ce-55c0-bff5-a218dfe5c11d with scrape type 2
2026-03-28 15:20:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31f321d5-a2ce-55c0-bff5-a218dfe5c11d with scrape type 2
2026-03-28 15:20:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 31f321d5-a2ce-55c0-bff5-a218dfe5c11d, identifier: 10734043
2026-03-28 15:20:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9cfdd907-f1b6-5d87-9915-38ce9a392610 with identifier: 10734072
2026-03-28 15:20:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9cfdd907-f1b6-5d87-9915-38ce9a392610 with scrape type 2
2026-03-28 15:20:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9cfdd907-f1b6-5d87-9915-38ce9a392610 with scrape type 2
2026-03-28 15:20:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 9cfdd907-f1b6-5d87-9915-38ce9a392610, identifier: 10734072
2026-03-28 15:20:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 1278f4fb-bc4e-5306-8898-3a0a2ecff10d with identifier: 10734014
2026-03-28 15:20:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 1278f4fb-bc4e-5306-8898-3a0a2ecff10d with identifier: 10734014
2026-03-28 15:20:15 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 1278f4fb-bc4e-5306-8898-3a0a2ecff10d with identifier: 10734014 to the API
2026-03-28 15:20:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734014>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'engine_horse_power': 152,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '1278f4fb-bc4e-5306-8898-3a0a2ecff10d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BBU258',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734014',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Ford',
'model': 'Kuga',
'odometer': 116744,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 12900,
'price_includes_vat': True,
'registration_date': '2021-09-23',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Ford Kuga 2.5i Titanium - Hybrid - Automatic - 152 hp - 116.744 km',
'transmission': 'automatic',
'trim': 'Titanium',
'vin': None,
'year': 2021}
2026-03-28 15:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734014%27 HTTP/1.1" 200 None
2026-03-28 15:20:15 [adesa.be] INFO: Saving data for 10734014: {'auction_closing_time': 1774960500.0, 'created_time': 1774606727.424612, 'last_price_update_time': 1774711215.420242}
2026-03-28 15:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734014') HTTP/1.1" 204 0
2026-03-28 15:20:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 82fb29c6-6763-5535-a5ee-1a94458f9143 with identifier: 10734071
2026-03-28 15:20:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 82fb29c6-6763-5535-a5ee-1a94458f9143 with identifier: 10734071
2026-03-28 15:20:15 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 82fb29c6-6763-5535-a5ee-1a94458f9143 with identifier: 10734071 to the API
2026-03-28 15:20:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734071>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'engine_horse_power': 152,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '82fb29c6-6763-5535-a5ee-1a94458f9143',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2DGA863',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734071',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Ford',
'model': 'Kuga',
'odometer': 131721,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 15000,
'price_includes_vat': True,
'registration_date': '2023-03-08',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Ford Kuga 2.5i ST Line - Hybrid - Automatic - 152 hp - 131.721 km',
'transmission': 'automatic',
'trim': 'ST Line',
'vin': None,
'year': 2023}
2026-03-28 15:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734071%27 HTTP/1.1" 200 None
2026-03-28 15:20:15 [adesa.be] INFO: Saving data for 10734071: {'auction_closing_time': 1774960500.0, 'created_time': 1774606736.623559, 'last_price_update_time': 1774711215.705191}
2026-03-28 15:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734071') HTTP/1.1" 204 0
2026-03-28 15:20:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 31f321d5-a2ce-55c0-bff5-a218dfe5c11d with identifier: 10734043
2026-03-28 15:20:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 31f321d5-a2ce-55c0-bff5-a218dfe5c11d with identifier: 10734043
2026-03-28 15:20:15 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 31f321d5-a2ce-55c0-bff5-a218dfe5c11d with identifier: 10734043 to the API
2026-03-28 15:20:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734043>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 125,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Petrol',
'id': '31f321d5-a2ce-55c0-bff5-a218dfe5c11d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2DBQ603',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734043',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Ford',
'model': 'Puma',
'odometer': 48870,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 12000,
'price_includes_vat': True,
'registration_date': '2023-01-26',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Ford Puma 1.0 Titanium - Petrol - Manual - 125 hp - 48.870 km',
'transmission': 'manual',
'trim': 'Titanium',
'vin': None,
'year': 2023}
2026-03-28 15:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734043%27 HTTP/1.1" 200 None
2026-03-28 15:20:15 [adesa.be] INFO: Saving data for 10734043: {'auction_closing_time': 1774960500.0, 'created_time': 1774606733.666551, 'last_price_update_time': 1774711215.995019}
2026-03-28 15:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734043') HTTP/1.1" 204 0
2026-03-28 15:20:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 9cfdd907-f1b6-5d87-9915-38ce9a392610 with identifier: 10734072
2026-03-28 15:20:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 9cfdd907-f1b6-5d87-9915-38ce9a392610 with identifier: 10734072
2026-03-28 15:20:16 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 9cfdd907-f1b6-5d87-9915-38ce9a392610 with identifier: 10734072 to the API
2026-03-28 15:20:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734072>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'engine_horse_power': 152,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '9cfdd907-f1b6-5d87-9915-38ce9a392610',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BMX309',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734072',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Ford',
'model': 'Kuga',
'odometer': 128196,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 14650,
'price_includes_vat': True,
'registration_date': '2022-01-20',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Ford Kuga 2.5i ST Line X - Hybrid - Automatic - 152 hp - 128.196 km',
'transmission': 'automatic',
'trim': 'ST Line X',
'vin': None,
'year': 2022}
2026-03-28 15:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734072%27 HTTP/1.1" 200 None
2026-03-28 15:20:16 [adesa.be] INFO: Saving data for 10734072: {'auction_closing_time': 1774960500.0, 'created_time': 1774606731.175124, 'last_price_update_time': 1774711216.272535}
2026-03-28 15:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734072') HTTP/1.1" 204 0
2026-03-28 15:20:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734191> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5411166-541e-5e0e-9016-7a38b49b13dc with identifier: 10734317
2026-03-28 15:20:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5411166-541e-5e0e-9016-7a38b49b13dc with scrape type 2
2026-03-28 15:20:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a5411166-541e-5e0e-9016-7a38b49b13dc with scrape type 2
2026-03-28 15:20:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: a5411166-541e-5e0e-9016-7a38b49b13dc, identifier: 10734317
2026-03-28 15:20:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03615e0d-d72c-596c-a768-fd35b63e269a with identifier: 10734015
2026-03-28 15:20:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03615e0d-d72c-596c-a768-fd35b63e269a with scrape type 2
2026-03-28 15:20:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03615e0d-d72c-596c-a768-fd35b63e269a with scrape type 2
2026-03-28 15:20:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 03615e0d-d72c-596c-a768-fd35b63e269a, identifier: 10734015
2026-03-28 15:20:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: a5411166-541e-5e0e-9016-7a38b49b13dc with identifier: 10734317
2026-03-28 15:20:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: a5411166-541e-5e0e-9016-7a38b49b13dc with identifier: 10734317
2026-03-28 15:20:16 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: a5411166-541e-5e0e-9016-7a38b49b13dc with identifier: 10734317 to the API
2026-03-28 15:20:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734317>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'engine_horse_power': 152,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'a5411166-541e-5e0e-9016-7a38b49b13dc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2AEN469',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734317',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Ford',
'model': 'Kuga',
'odometer': 131988,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13800,
'price_includes_vat': True,
'registration_date': '2021-03-09',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Ford Kuga 2.5 EcoBoost ST Line X - Hybrid - Automatic - 152 hp - '
'131.988 km',
'transmission': 'automatic',
'trim': 'ST Line X',
'vin': None,
'year': 2021}
2026-03-28 15:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734317%27 HTTP/1.1" 200 None
2026-03-28 15:20:16 [adesa.be] INFO: Saving data for 10734317: {'auction_closing_time': 1774960500.0, 'created_time': 1774606735.077257, 'last_price_update_time': 1774711216.763178}
2026-03-28 15:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734317') HTTP/1.1" 204 0
2026-03-28 15:20:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 03615e0d-d72c-596c-a768-fd35b63e269a with identifier: 10734015
2026-03-28 15:20:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 03615e0d-d72c-596c-a768-fd35b63e269a with identifier: 10734015
2026-03-28 15:20:16 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 03615e0d-d72c-596c-a768-fd35b63e269a with identifier: 10734015 to the API
2026-03-28 15:20:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734015>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': 'Saloon',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 160,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '03615e0d-d72c-596c-a768-fd35b63e269a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YRF112',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734015',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'A',
'odometer': 64294,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 16000,
'price_includes_vat': True,
'registration_date': '2020-11-16',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Mercedes-Benz A 250e Business Solution - Hybrid - Automatic - 160 '
'hp - 64.294 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2020}
2026-03-28 15:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734015%27 HTTP/1.1" 200 None
2026-03-28 15:20:17 [adesa.be] INFO: Saving data for 10734015: {'auction_closing_time': 1774960500.0, 'created_time': 1774606799.893804, 'last_price_update_time': 1774711217.069142}
2026-03-28 15:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734015') HTTP/1.1" 204 0
2026-03-28 15:20:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94a7c130-7618-5ecf-b3a8-92f3ae5ae4a8 with identifier: 10734191
2026-03-28 15:20:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94a7c130-7618-5ecf-b3a8-92f3ae5ae4a8 with scrape type 2
2026-03-28 15:20:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94a7c130-7618-5ecf-b3a8-92f3ae5ae4a8 with scrape type 2
2026-03-28 15:20:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 94a7c130-7618-5ecf-b3a8-92f3ae5ae4a8, identifier: 10734191
2026-03-28 15:20:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 94a7c130-7618-5ecf-b3a8-92f3ae5ae4a8 with identifier: 10734191
2026-03-28 15:20:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 94a7c130-7618-5ecf-b3a8-92f3ae5ae4a8 with identifier: 10734191
2026-03-28 15:20:17 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 94a7c130-7618-5ecf-b3a8-92f3ae5ae4a8 with identifier: 10734191 to the API
2026-03-28 15:20:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734191>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 120,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Diesel',
'id': '94a7c130-7618-5ecf-b3a8-92f3ae5ae4a8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BMB159',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734191',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Ford',
'model': 'Kuga',
'odometer': 157391,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 10350,
'price_includes_vat': True,
'registration_date': '2022-01-11',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Ford Kuga 1.5 EcoBlue Titanium - Diesel - Manual - 120 hp - 157.391 '
'km',
'transmission': 'manual',
'trim': 'Titanium',
'vin': None,
'year': 2022}
2026-03-28 15:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734191%27 HTTP/1.1" 200 None
2026-03-28 15:20:17 [adesa.be] INFO: Saving data for 10734191: {'auction_closing_time': 1774960500.0, 'created_time': 1774606721.977483, 'last_price_update_time': 1774711217.446663}
2026-03-28 15:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734191') HTTP/1.1" 204 0
2026-03-28 15:20:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734084> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734056> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734291> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0405c20-3d94-5454-a120-cabb0a702ce8 with identifier: 10734084
2026-03-28 15:20:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0405c20-3d94-5454-a120-cabb0a702ce8 with scrape type 2
2026-03-28 15:20:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0405c20-3d94-5454-a120-cabb0a702ce8 with scrape type 2
2026-03-28 15:20:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: f0405c20-3d94-5454-a120-cabb0a702ce8, identifier: 10734084
2026-03-28 15:20:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: f0405c20-3d94-5454-a120-cabb0a702ce8 with identifier: 10734084
2026-03-28 15:20:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: f0405c20-3d94-5454-a120-cabb0a702ce8 with identifier: 10734084
2026-03-28 15:20:17 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: f0405c20-3d94-5454-a120-cabb0a702ce8 with identifier: 10734084 to the API
2026-03-28 15:20:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734084>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'f0405c20-3d94-5454-a120-cabb0a702ce8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CPW046',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734084',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Cupra',
'model': 'Leon',
'odometer': 97512,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 15800,
'price_includes_vat': True,
'registration_date': '2022-10-12',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Cupra Leon Sportstourer 1.4 e-Hybrid - Hybrid - Automatic - 150 hp '
'- 97.512 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-28 15:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734084%27 HTTP/1.1" 200 None
2026-03-28 15:20:17 [adesa.be] INFO: Saving data for 10734084: {'auction_closing_time': 1774960500.0, 'created_time': 1774606724.493893, 'last_price_update_time': 1774711217.92172}
2026-03-28 15:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734084') HTTP/1.1" 204 0
2026-03-28 15:20:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734091> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9fa8e7bc-795c-52c7-b3e2-8c9aeb49309f with identifier: 10734056
2026-03-28 15:20:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9fa8e7bc-795c-52c7-b3e2-8c9aeb49309f with scrape type 2
2026-03-28 15:20:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9fa8e7bc-795c-52c7-b3e2-8c9aeb49309f with scrape type 2
2026-03-28 15:20:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 9fa8e7bc-795c-52c7-b3e2-8c9aeb49309f, identifier: 10734056
2026-03-28 15:20:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4627d1ce-2096-5e51-8672-2bdf3b96d9b9 with identifier: 10734291
2026-03-28 15:20:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4627d1ce-2096-5e51-8672-2bdf3b96d9b9 with scrape type 2
2026-03-28 15:20:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4627d1ce-2096-5e51-8672-2bdf3b96d9b9 with scrape type 2
2026-03-28 15:20:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 4627d1ce-2096-5e51-8672-2bdf3b96d9b9, identifier: 10734291
2026-03-28 15:20:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 9fa8e7bc-795c-52c7-b3e2-8c9aeb49309f with identifier: 10734056
2026-03-28 15:20:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-28 15:20:18 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Green HTTP/1.1" 200 None
2026-03-28 15:20:18 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-28 15:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-28 15:20:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 9fa8e7bc-795c-52c7-b3e2-8c9aeb49309f with identifier: 10734056
2026-03-28 15:20:18 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 9fa8e7bc-795c-52c7-b3e2-8c9aeb49309f with identifier: 10734056 to the API
2026-03-28 15:20:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734056>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 181,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '9fa8e7bc-795c-52c7-b3e2-8c9aeb49309f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2AKV832',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734056',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Citroën',
'model': 'C5',
'odometer': 81085,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13900,
'price_includes_vat': True,
'registration_date': '2021-04-28',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Citroën C5 Aircross 1.6 Shine - Hybrid - Automatic - 181 hp - '
'81.085 km',
'transmission': 'automatic',
'trim': 'Shine',
'vin': None,
'year': 2021}
2026-03-28 15:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734056%27 HTTP/1.1" 200 None
2026-03-28 15:20:18 [adesa.be] INFO: Saving data for 10734056: {'auction_closing_time': 1774960500.0, 'created_time': 1774606724.96093, 'last_price_update_time': 1774711218.565246}
2026-03-28 15:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734056') HTTP/1.1" 204 0
2026-03-28 15:20:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 4627d1ce-2096-5e51-8672-2bdf3b96d9b9 with identifier: 10734291
2026-03-28 15:20:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 4627d1ce-2096-5e51-8672-2bdf3b96d9b9 with identifier: 10734291
2026-03-28 15:20:18 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 4627d1ce-2096-5e51-8672-2bdf3b96d9b9 with identifier: 10734291 to the API
2026-03-28 15:20:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734291>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 180,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '4627d1ce-2096-5e51-8672-2bdf3b96d9b9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2DCX700',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734291',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'DS',
'model': 'DS4',
'odometer': 113990,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 14350,
'price_includes_vat': True,
'registration_date': '2023-02-07',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'DS DS4 1.6 Performance Line - Hybrid - Automatic - 180 hp - 113.990 '
'km',
'transmission': 'automatic',
'trim': 'Performance Line',
'vin': None,
'year': 2023}
2026-03-28 15:20:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734291%27 HTTP/1.1" 200 None
2026-03-28 15:20:19 [adesa.be] INFO: Saving data for 10734291: {'auction_closing_time': 1774960500.0, 'created_time': 1774606728.151721, 'last_price_update_time': 1774711219.679963}
2026-03-28 15:20:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734291') HTTP/1.1" 204 0
2026-03-28 15:20:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734272> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734042> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734173> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce013ca4-256e-5384-8d08-53e215639a22 with identifier: 10734091
2026-03-28 15:20:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce013ca4-256e-5384-8d08-53e215639a22 with scrape type 2
2026-03-28 15:20:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce013ca4-256e-5384-8d08-53e215639a22 with scrape type 2
2026-03-28 15:20:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: ce013ca4-256e-5384-8d08-53e215639a22, identifier: 10734091
2026-03-28 15:20:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: ce013ca4-256e-5384-8d08-53e215639a22 with identifier: 10734091
2026-03-28 15:20:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: ce013ca4-256e-5384-8d08-53e215639a22 with identifier: 10734091
2026-03-28 15:20:19 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: ce013ca4-256e-5384-8d08-53e215639a22 with identifier: 10734091 to the API
2026-03-28 15:20:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734091>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 181,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'ce013ca4-256e-5384-8d08-53e215639a22',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YWD145',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734091',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Citroën',
'model': 'C5',
'odometer': 80193,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 12900,
'price_includes_vat': True,
'registration_date': '2021-01-08',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Citroën C5 Aircross 1.6 Shine - Hybrid - Automatic - 181 hp - '
'80.193 km',
'transmission': 'automatic',
'trim': 'Shine',
'vin': None,
'year': 2021}
2026-03-28 15:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734091%27 HTTP/1.1" 200 None
2026-03-28 15:20:20 [adesa.be] INFO: Saving data for 10734091: {'auction_closing_time': 1774960500.0, 'created_time': 1774606726.198154, 'last_price_update_time': 1774711220.050616}
2026-03-28 15:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734091') HTTP/1.1" 204 0
2026-03-28 15:20:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a66e30fc-8b57-5e33-9ee9-da25df1cac5f with identifier: 10734272
2026-03-28 15:20:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a66e30fc-8b57-5e33-9ee9-da25df1cac5f with scrape type 2
2026-03-28 15:20:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a66e30fc-8b57-5e33-9ee9-da25df1cac5f with scrape type 2
2026-03-28 15:20:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: a66e30fc-8b57-5e33-9ee9-da25df1cac5f, identifier: 10734272
2026-03-28 15:20:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e036b3e-f527-5bd5-a174-1831efa1241f with identifier: 10734042
2026-03-28 15:20:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e036b3e-f527-5bd5-a174-1831efa1241f with scrape type 2
2026-03-28 15:20:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e036b3e-f527-5bd5-a174-1831efa1241f with scrape type 2
2026-03-28 15:20:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 9e036b3e-f527-5bd5-a174-1831efa1241f, identifier: 10734042
2026-03-28 15:20:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d6281b8-0b98-5804-88dc-6bd1550caa14 with identifier: 10734173
2026-03-28 15:20:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d6281b8-0b98-5804-88dc-6bd1550caa14 with scrape type 2
2026-03-28 15:20:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d6281b8-0b98-5804-88dc-6bd1550caa14 with scrape type 2
2026-03-28 15:20:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 0d6281b8-0b98-5804-88dc-6bd1550caa14, identifier: 10734173
2026-03-28 15:20:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: a66e30fc-8b57-5e33-9ee9-da25df1cac5f with identifier: 10734272
2026-03-28 15:20:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: a66e30fc-8b57-5e33-9ee9-da25df1cac5f with identifier: 10734272
2026-03-28 15:20:20 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: a66e30fc-8b57-5e33-9ee9-da25df1cac5f with identifier: 10734272 to the API
2026-03-28 15:20:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734272>
{'auction_title': '',
'c_o_2_emission_value': 36,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 181,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': 'a66e30fc-8b57-5e33-9ee9-da25df1cac5f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YPX253',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734272',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Citroën',
'model': 'C5',
'odometer': 68337,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 12900,
'price_includes_vat': True,
'registration_date': '2020-10-30',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Citroën C5 Aircross 1.6i Feel - Hybrid - Automatic - 181 hp - '
'68.337 km',
'transmission': 'automatic',
'trim': 'Feel',
'vin': None,
'year': 2020}
2026-03-28 15:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734272%27 HTTP/1.1" 200 None
2026-03-28 15:20:20 [adesa.be] INFO: Saving data for 10734272: {'auction_closing_time': 1774960500.0, 'created_time': 1774606740.311353, 'last_price_update_time': 1774711220.585045}
2026-03-28 15:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734272') HTTP/1.1" 204 0
2026-03-28 15:20:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 9e036b3e-f527-5bd5-a174-1831efa1241f with identifier: 10734042
2026-03-28 15:20:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 9e036b3e-f527-5bd5-a174-1831efa1241f with identifier: 10734042
2026-03-28 15:20:20 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 9e036b3e-f527-5bd5-a174-1831efa1241f with identifier: 10734042 to the API
2026-03-28 15:20:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734042>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 181,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '9e036b3e-f527-5bd5-a174-1831efa1241f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BLP563',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734042',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Citroën',
'model': 'C5',
'odometer': 93476,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 12300,
'price_includes_vat': True,
'registration_date': '2022-01-05',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Citroën C5 Aircross 1.6 Lounge - Hybrid - Automatic - 181 hp - '
'93.476 km',
'transmission': 'automatic',
'trim': 'Lounge',
'vin': None,
'year': 2022}
2026-03-28 15:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734042%27 HTTP/1.1" 200 None
2026-03-28 15:20:20 [adesa.be] INFO: Saving data for 10734042: {'auction_closing_time': 1774960500.0, 'created_time': 1774606723.824835, 'last_price_update_time': 1774711220.871397}
2026-03-28 15:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734042') HTTP/1.1" 204 0
2026-03-28 15:20:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 0d6281b8-0b98-5804-88dc-6bd1550caa14 with identifier: 10734173
2026-03-28 15:20:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 0d6281b8-0b98-5804-88dc-6bd1550caa14 with identifier: 10734173
2026-03-28 15:20:20 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 0d6281b8-0b98-5804-88dc-6bd1550caa14 with identifier: 10734173 to the API
2026-03-28 15:20:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734173>
{'auction_title': '',
'c_o_2_emission_value': 35,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 180,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '0d6281b8-0b98-5804-88dc-6bd1550caa14',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CUS422',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734173',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'DS',
'model': 'DS7 Crossback',
'odometer': 148610,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13900,
'price_includes_vat': True,
'registration_date': '2022-12-02',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'DS DS7 Crossback 1.6 Bastille - Hybrid - Automatic - 180 hp - '
'148.610 km',
'transmission': 'automatic',
'trim': 'Bastille',
'vin': None,
'year': 2022}
2026-03-28 15:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734173%27 HTTP/1.1" 200 None
2026-03-28 15:20:21 [adesa.be] INFO: Saving data for 10734173: {'auction_closing_time': 1774960500.0, 'created_time': 1774606724.153022, 'last_price_update_time': 1774711221.142631}
2026-03-28 15:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734173') HTTP/1.1" 204 0
2026-03-28 15:20:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734116> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b1f270f-2cc0-53e3-a63e-d0d284cf88ad with identifier: 10734116
2026-03-28 15:20:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b1f270f-2cc0-53e3-a63e-d0d284cf88ad with scrape type 2
2026-03-28 15:20:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b1f270f-2cc0-53e3-a63e-d0d284cf88ad with scrape type 2
2026-03-28 15:20:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 7b1f270f-2cc0-53e3-a63e-d0d284cf88ad, identifier: 10734116
2026-03-28 15:20:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 7b1f270f-2cc0-53e3-a63e-d0d284cf88ad with identifier: 10734116
2026-03-28 15:20:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 7b1f270f-2cc0-53e3-a63e-d0d284cf88ad with identifier: 10734116
2026-03-28 15:20:21 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 7b1f270f-2cc0-53e3-a63e-d0d284cf88ad with identifier: 10734116 to the API
2026-03-28 15:20:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734116>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'MPV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 130,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Petrol',
'id': '7b1f270f-2cc0-53e3-a63e-d0d284cf88ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BMU143',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734116',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Citroën',
'model': 'C4',
'odometer': 70990,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 10700,
'price_includes_vat': True,
'registration_date': '2022-01-18',
'seats_number': 7,
'seller_name': 'Ayvens België',
'title': 'Citroën C4 Grand Spacetourer 1.2 Shine - Petrol - Manual - 130 hp - '
'70.990 km',
'transmission': 'manual',
'trim': 'Shine',
'vin': None,
'year': 2022}
2026-03-28 15:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734116%27 HTTP/1.1" 200 None
2026-03-28 15:20:21 [adesa.be] INFO: Saving data for 10734116: {'auction_closing_time': 1774960500.0, 'created_time': 1774606720.866561, 'last_price_update_time': 1774711221.612853}
2026-03-28 15:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734116') HTTP/1.1" 204 0
2026-03-28 15:20:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734207> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1147cd25-6a43-52ea-a65f-f83cdb854ba1 with identifier: 10734207
2026-03-28 15:20:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1147cd25-6a43-52ea-a65f-f83cdb854ba1 with scrape type 2
2026-03-28 15:20:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1147cd25-6a43-52ea-a65f-f83cdb854ba1 with scrape type 2
2026-03-28 15:20:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 1147cd25-6a43-52ea-a65f-f83cdb854ba1, identifier: 10734207
2026-03-28 15:20:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 1147cd25-6a43-52ea-a65f-f83cdb854ba1 with identifier: 10734207
2026-03-28 15:20:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 1147cd25-6a43-52ea-a65f-f83cdb854ba1 with identifier: 10734207
2026-03-28 15:20:22 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 1147cd25-6a43-52ea-a65f-f83cdb854ba1 with identifier: 10734207 to the API
2026-03-28 15:20:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734207>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'MPV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 130,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Petrol',
'id': '1147cd25-6a43-52ea-a65f-f83cdb854ba1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BQW818',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734207',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Citroën',
'model': 'C4',
'odometer': 89827,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 12600,
'price_includes_vat': True,
'registration_date': '2022-02-18',
'seats_number': 7,
'seller_name': 'Ayvens België',
'title': 'Citroën C4 Grand Spacetourer 1.2 Shine - Petrol - Manual - 130 hp - '
'89.827 km',
'transmission': 'manual',
'trim': 'Shine',
'vin': None,
'year': 2022}
2026-03-28 15:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734207%27 HTTP/1.1" 200 None
2026-03-28 15:20:22 [adesa.be] INFO: Saving data for 10734207: {'auction_closing_time': 1774960500.0, 'created_time': 1774606730.411971, 'last_price_update_time': 1774711222.949287}
2026-03-28 15:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734207') HTTP/1.1" 204 0
2026-03-28 15:20:26 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:26 [adesa.be] INFO: Found listing with ID: 10734922
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734922%27 HTTP/1.1" 200 None
2026-03-28 15:20:26 [adesa.be] INFO: Scrape type for 10734922: 0
2026-03-28 15:20:26 [adesa.be] INFO: Skipping item 10734922 url https://www.openlane.eu/en/carv6/auction/10734922
2026-03-28 15:20:26 [adesa.be] INFO: Found listing with ID: 10736638
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736638%27 HTTP/1.1" 200 None
2026-03-28 15:20:26 [adesa.be] INFO: Scrape type for 10736638: 0
2026-03-28 15:20:26 [adesa.be] INFO: Skipping item 10736638 url https://www.openlane.eu/en/carv6/auction/10736638
2026-03-28 15:20:26 [adesa.be] INFO: Found listing with ID: 10735169
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735169%27 HTTP/1.1" 200 None
2026-03-28 15:20:26 [adesa.be] INFO: Scrape type for 10735169: 0
2026-03-28 15:20:26 [adesa.be] INFO: Skipping item 10735169 url https://www.openlane.eu/en/carv6/auction/10735169
2026-03-28 15:20:26 [adesa.be] INFO: Found listing with ID: 10735159
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735159%27 HTTP/1.1" 200 None
2026-03-28 15:20:26 [adesa.be] INFO: Scrape type for 10735159: 0
2026-03-28 15:20:26 [adesa.be] INFO: Skipping item 10735159 url https://www.openlane.eu/en/carv6/auction/10735159
2026-03-28 15:20:26 [adesa.be] INFO: Found listing with ID: 10738250
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738250%27 HTTP/1.1" 200 None
2026-03-28 15:20:26 [adesa.be] INFO: Scrape type for 10738250: 0
2026-03-28 15:20:26 [adesa.be] INFO: Skipping item 10738250 url https://www.openlane.eu/en/carv6/auction/10738250
2026-03-28 15:20:26 [adesa.be] INFO: Found listing with ID: 10737255
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737255%27 HTTP/1.1" 200 None
2026-03-28 15:20:26 [adesa.be] INFO: Scrape type for 10737255: 0
2026-03-28 15:20:26 [adesa.be] INFO: Skipping item 10737255 url https://www.openlane.eu/en/carv6/auction/10737255
2026-03-28 15:20:26 [adesa.be] INFO: Found listing with ID: 10736348
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736348%27 HTTP/1.1" 200 None
2026-03-28 15:20:26 [adesa.be] INFO: Scrape type for 10736348: 0
2026-03-28 15:20:26 [adesa.be] INFO: Skipping item 10736348 url https://www.openlane.eu/en/carv6/auction/10736348
2026-03-28 15:20:26 [adesa.be] INFO: Found listing with ID: 10736321
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736321%27 HTTP/1.1" 200 None
2026-03-28 15:20:26 [adesa.be] INFO: Scrape type for 10736321: 0
2026-03-28 15:20:26 [adesa.be] INFO: Skipping item 10736321 url https://www.openlane.eu/en/carv6/auction/10736321
2026-03-28 15:20:26 [adesa.be] INFO: Found listing with ID: 10734932
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734932%27 HTTP/1.1" 200 None
2026-03-28 15:20:26 [adesa.be] INFO: Scrape type for 10734932: 0
2026-03-28 15:20:26 [adesa.be] INFO: Skipping item 10734932 url https://www.openlane.eu/en/carv6/auction/10734932
2026-03-28 15:20:26 [adesa.be] INFO: Found listing with ID: 10735747
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735747%27 HTTP/1.1" 200 None
2026-03-28 15:20:26 [adesa.be] INFO: Scrape type for 10735747: 0
2026-03-28 15:20:26 [adesa.be] INFO: Skipping item 10735747 url https://www.openlane.eu/en/carv6/auction/10735747
2026-03-28 15:20:26 [adesa.be] INFO: Found listing with ID: 10735137
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735137%27 HTTP/1.1" 200 None
2026-03-28 15:20:26 [adesa.be] INFO: Scrape type for 10735137: 0
2026-03-28 15:20:26 [adesa.be] INFO: Skipping item 10735137 url https://www.openlane.eu/en/carv6/auction/10735137
2026-03-28 15:20:26 [adesa.be] INFO: Found listing with ID: 10735120
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735120%27 HTTP/1.1" 200 None
2026-03-28 15:20:26 [adesa.be] INFO: Scrape type for 10735120: 0
2026-03-28 15:20:26 [adesa.be] INFO: Skipping item 10735120 url https://www.openlane.eu/en/carv6/auction/10735120
2026-03-28 15:20:26 [adesa.be] INFO: Found listing with ID: 10737284
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737284%27 HTTP/1.1" 200 None
2026-03-28 15:20:26 [adesa.be] INFO: Scrape type for 10737284: 0
2026-03-28 15:20:26 [adesa.be] INFO: Skipping item 10737284 url https://www.openlane.eu/en/carv6/auction/10737284
2026-03-28 15:20:26 [adesa.be] INFO: Found listing with ID: 10735114
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735114%27 HTTP/1.1" 200 None
2026-03-28 15:20:26 [adesa.be] INFO: Scrape type for 10735114: 0
2026-03-28 15:20:26 [adesa.be] INFO: Skipping item 10735114 url https://www.openlane.eu/en/carv6/auction/10735114
2026-03-28 15:20:26 [adesa.be] INFO: Found listing with ID: 10737744
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737744%27 HTTP/1.1" 200 None
2026-03-28 15:20:26 [adesa.be] INFO: Scrape type for 10737744: 0
2026-03-28 15:20:26 [adesa.be] INFO: Skipping item 10737744 url https://www.openlane.eu/en/carv6/auction/10737744
2026-03-28 15:20:26 [adesa.be] INFO: Found listing with ID: 10734934
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734934%27 HTTP/1.1" 200 None
2026-03-28 15:20:26 [adesa.be] INFO: Scrape type for 10734934: 0
2026-03-28 15:20:26 [adesa.be] INFO: Skipping item 10734934 url https://www.openlane.eu/en/carv6/auction/10734934
2026-03-28 15:20:26 [adesa.be] INFO: Found listing with ID: 10730453
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730453%27 HTTP/1.1" 200 None
2026-03-28 15:20:26 [adesa.be] INFO: Scrape type for 10730453: 0
2026-03-28 15:20:26 [adesa.be] INFO: Skipping item 10730453 url https://www.openlane.eu/en/carv6/auction/10730453
2026-03-28 15:20:26 [adesa.be] INFO: Found listing with ID: 10736356
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736356%27 HTTP/1.1" 200 None
2026-03-28 15:20:26 [adesa.be] INFO: Scrape type for 10736356: 0
2026-03-28 15:20:26 [adesa.be] INFO: Skipping item 10736356 url https://www.openlane.eu/en/carv6/auction/10736356
2026-03-28 15:20:26 [adesa.be] INFO: Found listing with ID: 10736655
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736655%27 HTTP/1.1" 200 None
2026-03-28 15:20:26 [adesa.be] INFO: Scrape type for 10736655: 0
2026-03-28 15:20:26 [adesa.be] INFO: Skipping item 10736655 url https://www.openlane.eu/en/carv6/auction/10736655
2026-03-28 15:20:26 [adesa.be] INFO: Found listing with ID: 10734910
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734910%27 HTTP/1.1" 200 None
2026-03-28 15:20:26 [adesa.be] INFO: Scrape type for 10734910: 0
2026-03-28 15:20:26 [adesa.be] INFO: Skipping item 10734910 url https://www.openlane.eu/en/carv6/auction/10734910
2026-03-28 15:20:26 [adesa.be] INFO: Found listing with ID: 10730440
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730440%27 HTTP/1.1" 200 None
2026-03-28 15:20:26 [adesa.be] INFO: Scrape type for 10730440: 0
2026-03-28 15:20:26 [adesa.be] INFO: Skipping item 10730440 url https://www.openlane.eu/en/carv6/auction/10730440
2026-03-28 15:20:26 [adesa.be] INFO: Found listing with ID: 10735103
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735103%27 HTTP/1.1" 200 None
2026-03-28 15:20:26 [adesa.be] INFO: Scrape type for 10735103: 0
2026-03-28 15:20:26 [adesa.be] INFO: Skipping item 10735103 url https://www.openlane.eu/en/carv6/auction/10735103
2026-03-28 15:20:26 [adesa.be] INFO: Found listing with ID: 10734930
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734930%27 HTTP/1.1" 200 None
2026-03-28 15:20:26 [adesa.be] INFO: Scrape type for 10734930: 0
2026-03-28 15:20:26 [adesa.be] INFO: Skipping item 10734930 url https://www.openlane.eu/en/carv6/auction/10734930
2026-03-28 15:20:26 [adesa.be] INFO: Found listing with ID: 10736293
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736293%27 HTTP/1.1" 200 None
2026-03-28 15:20:26 [adesa.be] INFO: Scrape type for 10736293: 0
2026-03-28 15:20:26 [adesa.be] INFO: Skipping item 10736293 url https://www.openlane.eu/en/carv6/auction/10736293
2026-03-28 15:20:26 [adesa.be] INFO: Found listing with ID: 10737739
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737739%27 HTTP/1.1" 200 None
2026-03-28 15:20:26 [adesa.be] INFO: Scrape type for 10737739: 0
2026-03-28 15:20:26 [adesa.be] INFO: Skipping item 10737739 url https://www.openlane.eu/en/carv6/auction/10737739
2026-03-28 15:20:26 [adesa.be] INFO: Found listing with ID: 10736280
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736280%27 HTTP/1.1" 200 None
2026-03-28 15:20:26 [adesa.be] INFO: Scrape type for 10736280: 0
2026-03-28 15:20:26 [adesa.be] INFO: Skipping item 10736280 url https://www.openlane.eu/en/carv6/auction/10736280
2026-03-28 15:20:26 [adesa.be] INFO: Found listing with ID: 10740842
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740842%27 HTTP/1.1" 200 None
2026-03-28 15:20:26 [adesa.be] INFO: Scrape type for 10740842: 0
2026-03-28 15:20:26 [adesa.be] INFO: Skipping item 10740842 url https://www.openlane.eu/en/carv6/auction/10740842
2026-03-28 15:20:26 [adesa.be] INFO: Found listing with ID: 10734914
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734914%27 HTTP/1.1" 200 None
2026-03-28 15:20:26 [adesa.be] INFO: Scrape type for 10734914: 0
2026-03-28 15:20:26 [adesa.be] INFO: Skipping item 10734914 url https://www.openlane.eu/en/carv6/auction/10734914
2026-03-28 15:20:26 [adesa.be] INFO: Found listing with ID: 10735134
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735134%27 HTTP/1.1" 200 None
2026-03-28 15:20:26 [adesa.be] INFO: Scrape type for 10735134: 0
2026-03-28 15:20:26 [adesa.be] INFO: Skipping item 10735134 url https://www.openlane.eu/en/carv6/auction/10735134
2026-03-28 15:20:26 [adesa.be] INFO: Found listing with ID: 10735132
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735132%27 HTTP/1.1" 200 None
2026-03-28 15:20:26 [adesa.be] INFO: Scrape type for 10735132: 0
2026-03-28 15:20:26 [adesa.be] INFO: Skipping item 10735132 url https://www.openlane.eu/en/carv6/auction/10735132
2026-03-28 15:20:26 [adesa.be] INFO: Found listing with ID: 10735125
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735125%27 HTTP/1.1" 200 None
2026-03-28 15:20:26 [adesa.be] INFO: Scrape type for 10735125: 0
2026-03-28 15:20:26 [adesa.be] INFO: Skipping item 10735125 url https://www.openlane.eu/en/carv6/auction/10735125
2026-03-28 15:20:26 [adesa.be] INFO: Found listing with ID: 10734902
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734902%27 HTTP/1.1" 200 None
2026-03-28 15:20:26 [adesa.be] INFO: Scrape type for 10734902: 0
2026-03-28 15:20:26 [adesa.be] INFO: Skipping item 10734902 url https://www.openlane.eu/en/carv6/auction/10734902
2026-03-28 15:20:26 [adesa.be] INFO: Found listing with ID: 10731362
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731362%27 HTTP/1.1" 200 None
2026-03-28 15:20:26 [adesa.be] INFO: Scrape type for 10731362: 0
2026-03-28 15:20:26 [adesa.be] INFO: Skipping item 10731362 url https://www.openlane.eu/en/carv6/auction/10731362
2026-03-28 15:20:26 [adesa.be] INFO: Found listing with ID: 10734942
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734942%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10734942: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10734942 url https://www.openlane.eu/en/carv6/auction/10734942
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10738254
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738254%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10738254: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10738254 url https://www.openlane.eu/en/carv6/auction/10738254
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10731352
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731352%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10731352: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10731352 url https://www.openlane.eu/en/carv6/auction/10731352
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10735155
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735155%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10735155: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10735155 url https://www.openlane.eu/en/carv6/auction/10735155
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10739826
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739826%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10739826: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10739826 url https://www.openlane.eu/en/carv6/auction/10739826
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10735106
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735106%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10735106: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10735106 url https://www.openlane.eu/en/carv6/auction/10735106
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10735110
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735110%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10735110: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10735110 url https://www.openlane.eu/en/carv6/auction/10735110
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10736277
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736277%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10736277: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10736277 url https://www.openlane.eu/en/carv6/auction/10736277
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10736352
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736352%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10736352: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10736352 url https://www.openlane.eu/en/carv6/auction/10736352
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10735118
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735118%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10735118: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10735118 url https://www.openlane.eu/en/carv6/auction/10735118
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10739821
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739821%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10739821: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10739821 url https://www.openlane.eu/en/carv6/auction/10739821
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10735101
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735101%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10735101: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10735101 url https://www.openlane.eu/en/carv6/auction/10735101
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10735133
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735133%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10735133: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10735133 url https://www.openlane.eu/en/carv6/auction/10735133
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10740843
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740843%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10740843: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10740843 url https://www.openlane.eu/en/carv6/auction/10740843
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10737285
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737285%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10737285: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10737285 url https://www.openlane.eu/en/carv6/auction/10737285
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10735095
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735095%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10735095: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10735095 url https://www.openlane.eu/en/carv6/auction/10735095
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10736273
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736273%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10736273: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10736273 url https://www.openlane.eu/en/carv6/auction/10736273
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10740847
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740847%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10740847: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10740847 url https://www.openlane.eu/en/carv6/auction/10740847
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10740841
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740841%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10740841: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10740841 url https://www.openlane.eu/en/carv6/auction/10740841
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10740839
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740839%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10740839: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10740839 url https://www.openlane.eu/en/carv6/auction/10740839
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10740840
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740840%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10740840: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10740840 url https://www.openlane.eu/en/carv6/auction/10740840
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10731359
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731359%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10731359: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10731359 url https://www.openlane.eu/en/carv6/auction/10731359
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10732466
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710732466%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10732466: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10732466 url https://www.openlane.eu/en/carv6/auction/10732466
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10737747
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737747%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10737747: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10737747 url https://www.openlane.eu/en/carv6/auction/10737747
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10739823
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739823%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10739823: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10739823 url https://www.openlane.eu/en/carv6/auction/10739823
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10737282
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737282%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10737282: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10737282 url https://www.openlane.eu/en/carv6/auction/10737282
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10735092
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735092%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10735092: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10735092 url https://www.openlane.eu/en/carv6/auction/10735092
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10737256
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737256%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10737256: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10737256 url https://www.openlane.eu/en/carv6/auction/10737256
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10735166
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735166%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10735166: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10735166 url https://www.openlane.eu/en/carv6/auction/10735166
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10734919
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734919%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10734919: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10734919 url https://www.openlane.eu/en/carv6/auction/10734919
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10734925
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734925%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10734925: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10734925 url https://www.openlane.eu/en/carv6/auction/10734925
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10739833
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739833%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10739833: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10739833 url https://www.openlane.eu/en/carv6/auction/10739833
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10737266
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737266%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10737266: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10737266 url https://www.openlane.eu/en/carv6/auction/10737266
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10738257
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738257%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10738257: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10738257 url https://www.openlane.eu/en/carv6/auction/10738257
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10736351
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736351%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10736351: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10736351 url https://www.openlane.eu/en/carv6/auction/10736351
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10738219
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738219%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10738219: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10738219 url https://www.openlane.eu/en/carv6/auction/10738219
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10737278
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737278%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10737278: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10737278 url https://www.openlane.eu/en/carv6/auction/10737278
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10737293
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737293%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10737293: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10737293 url https://www.openlane.eu/en/carv6/auction/10737293
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10738247
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738247%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10738247: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10738247 url https://www.openlane.eu/en/carv6/auction/10738247
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10738218
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738218%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10738218: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10738218 url https://www.openlane.eu/en/carv6/auction/10738218
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10739837
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739837%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10739837: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10739837 url https://www.openlane.eu/en/carv6/auction/10739837
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10731360
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731360%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10731360: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10731360 url https://www.openlane.eu/en/carv6/auction/10731360
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10736274
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736274%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10736274: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10736274 url https://www.openlane.eu/en/carv6/auction/10736274
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10736663
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736663%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10736663: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10736663 url https://www.openlane.eu/en/carv6/auction/10736663
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10736307
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736307%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10736307: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10736307 url https://www.openlane.eu/en/carv6/auction/10736307
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10736667
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736667%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10736667: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10736667 url https://www.openlane.eu/en/carv6/auction/10736667
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10734921
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734921%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10734921: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10734921 url https://www.openlane.eu/en/carv6/auction/10734921
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10730399
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730399%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10730399: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10730399 url https://www.openlane.eu/en/carv6/auction/10730399
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10737742
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737742%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10737742: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10737742 url https://www.openlane.eu/en/carv6/auction/10737742
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10736654
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736654%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10736654: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10736654 url https://www.openlane.eu/en/carv6/auction/10736654
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10737267
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737267%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10737267: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10737267 url https://www.openlane.eu/en/carv6/auction/10737267
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10737743
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737743%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10737743: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10737743 url https://www.openlane.eu/en/carv6/auction/10737743
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10735741
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735741%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10735741: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10735741 url https://www.openlane.eu/en/carv6/auction/10735741
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10736420
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736420%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10736420: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10736420 url https://www.openlane.eu/en/carv6/auction/10736420
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10735746
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735746%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10735746: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10735746 url https://www.openlane.eu/en/carv6/auction/10735746
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10736645
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736645%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10736645: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10736645 url https://www.openlane.eu/en/carv6/auction/10736645
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10734906
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734906%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10734906: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10734906 url https://www.openlane.eu/en/carv6/auction/10734906
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10736644
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736644%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10736644: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10736644 url https://www.openlane.eu/en/carv6/auction/10736644
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10736649
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736649%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10736649: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10736649 url https://www.openlane.eu/en/carv6/auction/10736649
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10738223
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738223%27 HTTP/1.1" 200 None
2026-03-28 15:20:27 [adesa.be] INFO: Scrape type for 10738223: 0
2026-03-28 15:20:27 [adesa.be] INFO: Skipping item 10738223 url https://www.openlane.eu/en/carv6/auction/10738223
2026-03-28 15:20:27 [adesa.be] INFO: Found listing with ID: 10735079
2026-03-28 15:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735079%27 HTTP/1.1" 200 None
2026-03-28 15:20:28 [adesa.be] INFO: Scrape type for 10735079: 0
2026-03-28 15:20:28 [adesa.be] INFO: Skipping item 10735079 url https://www.openlane.eu/en/carv6/auction/10735079
2026-03-28 15:20:28 [adesa.be] INFO: Found listing with ID: 10736631
2026-03-28 15:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736631%27 HTTP/1.1" 200 None
2026-03-28 15:20:28 [adesa.be] INFO: Scrape type for 10736631: 0
2026-03-28 15:20:28 [adesa.be] INFO: Skipping item 10736631 url https://www.openlane.eu/en/carv6/auction/10736631
2026-03-28 15:20:28 [adesa.be] INFO: Found listing with ID: 10736354
2026-03-28 15:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736354%27 HTTP/1.1" 200 None
2026-03-28 15:20:28 [adesa.be] INFO: Scrape type for 10736354: 0
2026-03-28 15:20:28 [adesa.be] INFO: Skipping item 10736354 url https://www.openlane.eu/en/carv6/auction/10736354
2026-03-28 15:20:28 [adesa.be] INFO: Found listing with ID: 10736646
2026-03-28 15:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736646%27 HTTP/1.1" 200 None
2026-03-28 15:20:28 [adesa.be] INFO: Scrape type for 10736646: 0
2026-03-28 15:20:28 [adesa.be] INFO: Skipping item 10736646 url https://www.openlane.eu/en/carv6/auction/10736646
2026-03-28 15:20:28 [adesa.be] INFO: Found listing with ID: 10734913
2026-03-28 15:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734913%27 HTTP/1.1" 200 None
2026-03-28 15:20:28 [adesa.be] INFO: Scrape type for 10734913: 0
2026-03-28 15:20:28 [adesa.be] INFO: Skipping item 10734913 url https://www.openlane.eu/en/carv6/auction/10734913
2026-03-28 15:20:28 [adesa.be] INFO: Found listing with ID: 10737262
2026-03-28 15:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737262%27 HTTP/1.1" 200 None
2026-03-28 15:20:28 [adesa.be] INFO: Scrape type for 10737262: 0
2026-03-28 15:20:28 [adesa.be] INFO: Skipping item 10737262 url https://www.openlane.eu/en/carv6/auction/10737262
2026-03-28 15:20:28 [adesa.be] INFO: Found listing with ID: 10735158
2026-03-28 15:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735158%27 HTTP/1.1" 200 None
2026-03-28 15:20:28 [adesa.be] INFO: Scrape type for 10735158: 0
2026-03-28 15:20:28 [adesa.be] INFO: Skipping item 10735158 url https://www.openlane.eu/en/carv6/auction/10735158
2026-03-28 15:20:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:29 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:29 [adesa.be] INFO: Found listing with ID: 10736658
2026-03-28 15:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736658%27 HTTP/1.1" 200 None
2026-03-28 15:20:29 [adesa.be] INFO: Scrape type for 10736658: 0
2026-03-28 15:20:29 [adesa.be] INFO: Skipping item 10736658 url https://www.openlane.eu/en/carv6/auction/10736658
2026-03-28 15:20:29 [adesa.be] INFO: Found listing with ID: 10738225
2026-03-28 15:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738225%27 HTTP/1.1" 200 None
2026-03-28 15:20:29 [adesa.be] INFO: Scrape type for 10738225: 0
2026-03-28 15:20:29 [adesa.be] INFO: Skipping item 10738225 url https://www.openlane.eu/en/carv6/auction/10738225
2026-03-28 15:20:29 [adesa.be] INFO: Found listing with ID: 10740851
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740851%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10740851: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10740851 url https://www.openlane.eu/en/carv6/auction/10740851
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10735087
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735087%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10735087: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10735087 url https://www.openlane.eu/en/carv6/auction/10735087
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10738230
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738230%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10738230: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10738230 url https://www.openlane.eu/en/carv6/auction/10738230
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10735742
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735742%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10735742: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10735742 url https://www.openlane.eu/en/carv6/auction/10735742
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10734933
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734933%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10734933: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10734933 url https://www.openlane.eu/en/carv6/auction/10734933
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10737272
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737272%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10737272: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10737272 url https://www.openlane.eu/en/carv6/auction/10737272
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10740856
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740856%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10740856: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10740856 url https://www.openlane.eu/en/carv6/auction/10740856
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10738248
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738248%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10738248: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10738248 url https://www.openlane.eu/en/carv6/auction/10738248
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10736336
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736336%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10736336: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10736336 url https://www.openlane.eu/en/carv6/auction/10736336
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10739816
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739816%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10739816: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10739816 url https://www.openlane.eu/en/carv6/auction/10739816
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10735178
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735178%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10735178: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10735178 url https://www.openlane.eu/en/carv6/auction/10735178
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10740857
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740857%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10740857: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10740857 url https://www.openlane.eu/en/carv6/auction/10740857
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10740850
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740850%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10740850: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10740850 url https://www.openlane.eu/en/carv6/auction/10740850
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10736339
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736339%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10736339: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10736339 url https://www.openlane.eu/en/carv6/auction/10736339
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10735170
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735170%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10735170: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10735170 url https://www.openlane.eu/en/carv6/auction/10735170
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10740862
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740862%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10740862: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10740862 url https://www.openlane.eu/en/carv6/auction/10740862
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10737741
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737741%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10737741: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10737741 url https://www.openlane.eu/en/carv6/auction/10737741
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10736327
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736327%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10736327: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10736327 url https://www.openlane.eu/en/carv6/auction/10736327
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10735116
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735116%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10735116: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10735116 url https://www.openlane.eu/en/carv6/auction/10735116
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10735140
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735140%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10735140: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10735140 url https://www.openlane.eu/en/carv6/auction/10735140
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10735124
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735124%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10735124: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10735124 url https://www.openlane.eu/en/carv6/auction/10735124
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10734920
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734920%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10734920: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10734920 url https://www.openlane.eu/en/carv6/auction/10734920
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10735164
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735164%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10735164: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10735164 url https://www.openlane.eu/en/carv6/auction/10735164
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10734939
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734939%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10734939: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10734939 url https://www.openlane.eu/en/carv6/auction/10734939
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10737737
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737737%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10737737: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10737737 url https://www.openlane.eu/en/carv6/auction/10737737
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10730401
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730401%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10730401: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10730401 url https://www.openlane.eu/en/carv6/auction/10730401
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10737733
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737733%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10737733: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10737733 url https://www.openlane.eu/en/carv6/auction/10737733
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10736320
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736320%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10736320: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10736320 url https://www.openlane.eu/en/carv6/auction/10736320
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10739922
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739922%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10739922: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10739922 url https://www.openlane.eu/en/carv6/auction/10739922
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10737271
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737271%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10737271: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10737271 url https://www.openlane.eu/en/carv6/auction/10737271
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10737740
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737740%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10737740: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10737740 url https://www.openlane.eu/en/carv6/auction/10737740
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10736643
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736643%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10736643: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10736643 url https://www.openlane.eu/en/carv6/auction/10736643
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10739838
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739838%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10739838: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10739838 url https://www.openlane.eu/en/carv6/auction/10739838
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10740844
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740844%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10740844: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10740844 url https://www.openlane.eu/en/carv6/auction/10740844
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10735097
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735097%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10735097: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10735097 url https://www.openlane.eu/en/carv6/auction/10735097
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10740846
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740846%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10740846: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10740846 url https://www.openlane.eu/en/carv6/auction/10740846
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10736648
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736648%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10736648: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10736648 url https://www.openlane.eu/en/carv6/auction/10736648
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10734900
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734900%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10734900: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10734900 url https://www.openlane.eu/en/carv6/auction/10734900
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10734899
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734899%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10734899: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10734899 url https://www.openlane.eu/en/carv6/auction/10734899
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10737276
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737276%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10737276: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10737276 url https://www.openlane.eu/en/carv6/auction/10737276
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10730421
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730421%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10730421: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10730421 url https://www.openlane.eu/en/carv6/auction/10730421
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10736282
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736282%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10736282: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10736282 url https://www.openlane.eu/en/carv6/auction/10736282
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10737279
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737279%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10737279: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10737279 url https://www.openlane.eu/en/carv6/auction/10737279
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10740866
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740866%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10740866: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10740866 url https://www.openlane.eu/en/carv6/auction/10740866
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10739824
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739824%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10739824: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10739824 url https://www.openlane.eu/en/carv6/auction/10739824
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10731365
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731365%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10731365: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10731365 url https://www.openlane.eu/en/carv6/auction/10731365
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10736427
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736427%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10736427: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10736427 url https://www.openlane.eu/en/carv6/auction/10736427
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10740835
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740835%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10740835: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10740835 url https://www.openlane.eu/en/carv6/auction/10740835
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10737727
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737727%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10737727: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10737727 url https://www.openlane.eu/en/carv6/auction/10737727
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10737745
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737745%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10737745: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10737745 url https://www.openlane.eu/en/carv6/auction/10737745
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10735111
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735111%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10735111: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10735111 url https://www.openlane.eu/en/carv6/auction/10735111
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10736426
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736426%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10736426: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10736426 url https://www.openlane.eu/en/carv6/auction/10736426
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10734940
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734940%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10734940: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10734940 url https://www.openlane.eu/en/carv6/auction/10734940
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10737732
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737732%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10737732: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10737732 url https://www.openlane.eu/en/carv6/auction/10737732
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10736661
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736661%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10736661: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10736661 url https://www.openlane.eu/en/carv6/auction/10736661
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10738222
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738222%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10738222: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10738222 url https://www.openlane.eu/en/carv6/auction/10738222
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10730445
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730445%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10730445: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10730445 url https://www.openlane.eu/en/carv6/auction/10730445
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10737268
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737268%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10737268: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10737268 url https://www.openlane.eu/en/carv6/auction/10737268
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10736285
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736285%27 HTTP/1.1" 200 None
2026-03-28 15:20:30 [adesa.be] INFO: Scrape type for 10736285: 0
2026-03-28 15:20:30 [adesa.be] INFO: Skipping item 10736285 url https://www.openlane.eu/en/carv6/auction/10736285
2026-03-28 15:20:30 [adesa.be] INFO: Found listing with ID: 10736423
2026-03-28 15:20:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736423%27 HTTP/1.1" 200 None
2026-03-28 15:20:31 [adesa.be] INFO: Scrape type for 10736423: 0
2026-03-28 15:20:31 [adesa.be] INFO: Skipping item 10736423 url https://www.openlane.eu/en/carv6/auction/10736423
2026-03-28 15:20:31 [adesa.be] INFO: Found listing with ID: 10736305
2026-03-28 15:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736305%27 HTTP/1.1" 200 None
2026-03-28 15:20:31 [adesa.be] INFO: Scrape type for 10736305: 0
2026-03-28 15:20:31 [adesa.be] INFO: Skipping item 10736305 url https://www.openlane.eu/en/carv6/auction/10736305
2026-03-28 15:20:31 [adesa.be] INFO: Found listing with ID: 10736660
2026-03-28 15:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736660%27 HTTP/1.1" 200 None
2026-03-28 15:20:31 [adesa.be] INFO: Scrape type for 10736660: 0
2026-03-28 15:20:31 [adesa.be] INFO: Skipping item 10736660 url https://www.openlane.eu/en/carv6/auction/10736660
2026-03-28 15:20:31 [adesa.be] INFO: Found listing with ID: 10735143
2026-03-28 15:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735143%27 HTTP/1.1" 200 None
2026-03-28 15:20:31 [adesa.be] INFO: Scrape type for 10735143: 0
2026-03-28 15:20:31 [adesa.be] INFO: Skipping item 10735143 url https://www.openlane.eu/en/carv6/auction/10735143
2026-03-28 15:20:31 [adesa.be] INFO: Found listing with ID: 10736634
2026-03-28 15:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736634%27 HTTP/1.1" 200 None
2026-03-28 15:20:31 [adesa.be] INFO: Scrape type for 10736634: 0
2026-03-28 15:20:31 [adesa.be] INFO: Skipping item 10736634 url https://www.openlane.eu/en/carv6/auction/10736634
2026-03-28 15:20:31 [adesa.be] INFO: Found listing with ID: 10738237
2026-03-28 15:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738237%27 HTTP/1.1" 200 None
2026-03-28 15:20:31 [adesa.be] INFO: Scrape type for 10738237: 0
2026-03-28 15:20:31 [adesa.be] INFO: Skipping item 10738237 url https://www.openlane.eu/en/carv6/auction/10738237
2026-03-28 15:20:31 [adesa.be] INFO: Found listing with ID: 10734937
2026-03-28 15:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734937%27 HTTP/1.1" 200 None
2026-03-28 15:20:32 [adesa.be] INFO: Scrape type for 10734937: 0
2026-03-28 15:20:32 [adesa.be] INFO: Skipping item 10734937 url https://www.openlane.eu/en/carv6/auction/10734937
2026-03-28 15:20:32 [adesa.be] INFO: Found listing with ID: 10738253
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738253%27 HTTP/1.1" 200 None
2026-03-28 15:20:32 [adesa.be] INFO: Scrape type for 10738253: 0
2026-03-28 15:20:32 [adesa.be] INFO: Skipping item 10738253 url https://www.openlane.eu/en/carv6/auction/10738253
2026-03-28 15:20:32 [adesa.be] INFO: Found listing with ID: 10739836
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739836%27 HTTP/1.1" 200 None
2026-03-28 15:20:32 [adesa.be] INFO: Scrape type for 10739836: 0
2026-03-28 15:20:32 [adesa.be] INFO: Skipping item 10739836 url https://www.openlane.eu/en/carv6/auction/10739836
2026-03-28 15:20:32 [adesa.be] INFO: Found listing with ID: 10738260
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738260%27 HTTP/1.1" 200 None
2026-03-28 15:20:32 [adesa.be] INFO: Scrape type for 10738260: 0
2026-03-28 15:20:32 [adesa.be] INFO: Skipping item 10738260 url https://www.openlane.eu/en/carv6/auction/10738260
2026-03-28 15:20:32 [adesa.be] INFO: Found listing with ID: 10736342
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736342%27 HTTP/1.1" 200 None
2026-03-28 15:20:32 [adesa.be] INFO: Scrape type for 10736342: 0
2026-03-28 15:20:32 [adesa.be] INFO: Skipping item 10736342 url https://www.openlane.eu/en/carv6/auction/10736342
2026-03-28 15:20:32 [adesa.be] INFO: Found listing with ID: 10736324
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736324%27 HTTP/1.1" 200 None
2026-03-28 15:20:32 [adesa.be] INFO: Scrape type for 10736324: 0
2026-03-28 15:20:32 [adesa.be] INFO: Skipping item 10736324 url https://www.openlane.eu/en/carv6/auction/10736324
2026-03-28 15:20:32 [adesa.be] INFO: Found listing with ID: 10739835
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739835%27 HTTP/1.1" 200 None
2026-03-28 15:20:32 [adesa.be] INFO: Scrape type for 10739835: 0
2026-03-28 15:20:32 [adesa.be] INFO: Skipping item 10739835 url https://www.openlane.eu/en/carv6/auction/10739835
2026-03-28 15:20:32 [adesa.be] INFO: Found listing with ID: 10740860
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740860%27 HTTP/1.1" 200 None
2026-03-28 15:20:32 [adesa.be] INFO: Scrape type for 10740860: 0
2026-03-28 15:20:32 [adesa.be] INFO: Skipping item 10740860 url https://www.openlane.eu/en/carv6/auction/10740860
2026-03-28 15:20:32 [adesa.be] INFO: Found listing with ID: 10735123
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735123%27 HTTP/1.1" 200 None
2026-03-28 15:20:32 [adesa.be] INFO: Scrape type for 10735123: 0
2026-03-28 15:20:32 [adesa.be] INFO: Skipping item 10735123 url https://www.openlane.eu/en/carv6/auction/10735123
2026-03-28 15:20:32 [adesa.be] INFO: Found listing with ID: 10730428
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730428%27 HTTP/1.1" 200 None
2026-03-28 15:20:32 [adesa.be] INFO: Scrape type for 10730428: 0
2026-03-28 15:20:32 [adesa.be] INFO: Skipping item 10730428 url https://www.openlane.eu/en/carv6/auction/10730428
2026-03-28 15:20:32 [adesa.be] INFO: Found listing with ID: 10738235
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738235%27 HTTP/1.1" 200 None
2026-03-28 15:20:32 [adesa.be] INFO: Scrape type for 10738235: 0
2026-03-28 15:20:32 [adesa.be] INFO: Skipping item 10738235 url https://www.openlane.eu/en/carv6/auction/10738235
2026-03-28 15:20:32 [adesa.be] INFO: Found listing with ID: 10740849
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740849%27 HTTP/1.1" 200 None
2026-03-28 15:20:32 [adesa.be] INFO: Scrape type for 10740849: 0
2026-03-28 15:20:32 [adesa.be] INFO: Skipping item 10740849 url https://www.openlane.eu/en/carv6/auction/10740849
2026-03-28 15:20:32 [adesa.be] INFO: Found listing with ID: 10738220
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738220%27 HTTP/1.1" 200 None
2026-03-28 15:20:32 [adesa.be] INFO: Scrape type for 10738220: 0
2026-03-28 15:20:32 [adesa.be] INFO: Skipping item 10738220 url https://www.openlane.eu/en/carv6/auction/10738220
2026-03-28 15:20:32 [adesa.be] INFO: Found listing with ID: 10739832
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739832%27 HTTP/1.1" 200 None
2026-03-28 15:20:32 [adesa.be] INFO: Scrape type for 10739832: 0
2026-03-28 15:20:32 [adesa.be] INFO: Skipping item 10739832 url https://www.openlane.eu/en/carv6/auction/10739832
2026-03-28 15:20:32 [adesa.be] INFO: Found listing with ID: 10730449
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730449%27 HTTP/1.1" 200 None
2026-03-28 15:20:32 [adesa.be] INFO: Scrape type for 10730449: 0
2026-03-28 15:20:32 [adesa.be] INFO: Skipping item 10730449 url https://www.openlane.eu/en/carv6/auction/10730449
2026-03-28 15:20:32 [adesa.be] INFO: Found listing with ID: 10736428
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736428%27 HTTP/1.1" 200 None
2026-03-28 15:20:32 [adesa.be] INFO: Scrape type for 10736428: 0
2026-03-28 15:20:32 [adesa.be] INFO: Skipping item 10736428 url https://www.openlane.eu/en/carv6/auction/10736428
2026-03-28 15:20:32 [adesa.be] INFO: Found listing with ID: 10734938
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734938%27 HTTP/1.1" 200 None
2026-03-28 15:20:32 [adesa.be] INFO: Scrape type for 10734938: 0
2026-03-28 15:20:32 [adesa.be] INFO: Skipping item 10734938 url https://www.openlane.eu/en/carv6/auction/10734938
2026-03-28 15:20:32 [adesa.be] INFO: Found listing with ID: 10738256
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738256%27 HTTP/1.1" 200 None
2026-03-28 15:20:32 [adesa.be] INFO: Scrape type for 10738256: 0
2026-03-28 15:20:32 [adesa.be] INFO: Skipping item 10738256 url https://www.openlane.eu/en/carv6/auction/10738256
2026-03-28 15:20:32 [adesa.be] INFO: Found listing with ID: 10735138
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735138%27 HTTP/1.1" 200 None
2026-03-28 15:20:32 [adesa.be] INFO: Scrape type for 10735138: 0
2026-03-28 15:20:32 [adesa.be] INFO: Skipping item 10735138 url https://www.openlane.eu/en/carv6/auction/10735138
2026-03-28 15:20:32 [adesa.be] INFO: Found listing with ID: 10740868
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740868%27 HTTP/1.1" 200 None
2026-03-28 15:20:32 [adesa.be] INFO: Scrape type for 10740868: 0
2026-03-28 15:20:32 [adesa.be] INFO: Skipping item 10740868 url https://www.openlane.eu/en/carv6/auction/10740868
2026-03-28 15:20:32 [adesa.be] INFO: Found listing with ID: 10738232
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738232%27 HTTP/1.1" 200 None
2026-03-28 15:20:32 [adesa.be] INFO: Scrape type for 10738232: 0
2026-03-28 15:20:32 [adesa.be] INFO: Skipping item 10738232 url https://www.openlane.eu/en/carv6/auction/10738232
2026-03-28 15:20:32 [adesa.be] INFO: Found listing with ID: 10740836
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740836%27 HTTP/1.1" 200 None
2026-03-28 15:20:32 [adesa.be] INFO: Scrape type for 10740836: 0
2026-03-28 15:20:32 [adesa.be] INFO: Skipping item 10740836 url https://www.openlane.eu/en/carv6/auction/10740836
2026-03-28 15:20:32 [adesa.be] INFO: Found listing with ID: 10737269
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737269%27 HTTP/1.1" 200 None
2026-03-28 15:20:32 [adesa.be] INFO: Scrape type for 10737269: 0
2026-03-28 15:20:32 [adesa.be] INFO: Skipping item 10737269 url https://www.openlane.eu/en/carv6/auction/10737269
2026-03-28 15:20:32 [adesa.be] INFO: Found listing with ID: 10738227
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738227%27 HTTP/1.1" 200 None
2026-03-28 15:20:32 [adesa.be] INFO: Scrape type for 10738227: 0
2026-03-28 15:20:32 [adesa.be] INFO: Skipping item 10738227 url https://www.openlane.eu/en/carv6/auction/10738227
2026-03-28 15:20:32 [adesa.be] INFO: Found listing with ID: 10738252
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738252%27 HTTP/1.1" 200 None
2026-03-28 15:20:32 [adesa.be] INFO: Scrape type for 10738252: 0
2026-03-28 15:20:32 [adesa.be] INFO: Skipping item 10738252 url https://www.openlane.eu/en/carv6/auction/10738252
2026-03-28 15:20:32 [adesa.be] INFO: Found listing with ID: 10736310
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736310%27 HTTP/1.1" 200 None
2026-03-28 15:20:32 [adesa.be] INFO: Scrape type for 10736310: 0
2026-03-28 15:20:32 [adesa.be] INFO: Skipping item 10736310 url https://www.openlane.eu/en/carv6/auction/10736310
2026-03-28 15:20:32 [adesa.be] INFO: Found listing with ID: 10735156
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735156%27 HTTP/1.1" 200 None
2026-03-28 15:20:32 [adesa.be] INFO: Scrape type for 10735156: 0
2026-03-28 15:20:32 [adesa.be] INFO: Skipping item 10735156 url https://www.openlane.eu/en/carv6/auction/10735156
2026-03-28 15:20:32 [adesa.be] INFO: Found listing with ID: 10732463
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710732463%27 HTTP/1.1" 200 None
2026-03-28 15:20:32 [adesa.be] INFO: Scrape type for 10732463: 0
2026-03-28 15:20:32 [adesa.be] INFO: Skipping item 10732463 url https://www.openlane.eu/en/carv6/auction/10732463
2026-03-28 15:20:32 [adesa.be] INFO: Found listing with ID: 10739813
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739813%27 HTTP/1.1" 200 None
2026-03-28 15:20:32 [adesa.be] INFO: Scrape type for 10739813: 0
2026-03-28 15:20:32 [adesa.be] INFO: Skipping item 10739813 url https://www.openlane.eu/en/carv6/auction/10739813
2026-03-28 15:20:32 [adesa.be] INFO: Found listing with ID: 10734931
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734931%27 HTTP/1.1" 200 None
2026-03-28 15:20:32 [adesa.be] INFO: Scrape type for 10734931: 0
2026-03-28 15:20:32 [adesa.be] INFO: Skipping item 10734931 url https://www.openlane.eu/en/carv6/auction/10734931
2026-03-28 15:20:32 [adesa.be] INFO: Found listing with ID: 10738239
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738239%27 HTTP/1.1" 200 None
2026-03-28 15:20:32 [adesa.be] INFO: Scrape type for 10738239: 0
2026-03-28 15:20:32 [adesa.be] INFO: Skipping item 10738239 url https://www.openlane.eu/en/carv6/auction/10738239
2026-03-28 15:20:32 [adesa.be] INFO: Found listing with ID: 10738233
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738233%27 HTTP/1.1" 200 None
2026-03-28 15:20:32 [adesa.be] INFO: Scrape type for 10738233: 0
2026-03-28 15:20:32 [adesa.be] INFO: Skipping item 10738233 url https://www.openlane.eu/en/carv6/auction/10738233
2026-03-28 15:20:32 [adesa.be] INFO: Found listing with ID: 10736340
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736340%27 HTTP/1.1" 200 None
2026-03-28 15:20:32 [adesa.be] INFO: Scrape type for 10736340: 0
2026-03-28 15:20:32 [adesa.be] INFO: Skipping item 10736340 url https://www.openlane.eu/en/carv6/auction/10736340
2026-03-28 15:20:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:34 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:34 [adesa.be] INFO: Found listing with ID: 10736275
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736275%27 HTTP/1.1" 200 None
2026-03-28 15:20:34 [adesa.be] INFO: Scrape type for 10736275: 0
2026-03-28 15:20:34 [adesa.be] INFO: Skipping item 10736275 url https://www.openlane.eu/en/carv6/auction/10736275
2026-03-28 15:20:34 [adesa.be] INFO: Found listing with ID: 10737263
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737263%27 HTTP/1.1" 200 None
2026-03-28 15:20:34 [adesa.be] INFO: Scrape type for 10737263: 0
2026-03-28 15:20:34 [adesa.be] INFO: Skipping item 10737263 url https://www.openlane.eu/en/carv6/auction/10737263
2026-03-28 15:20:34 [adesa.be] INFO: Found listing with ID: 10738246
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738246%27 HTTP/1.1" 200 None
2026-03-28 15:20:34 [adesa.be] INFO: Scrape type for 10738246: 0
2026-03-28 15:20:34 [adesa.be] INFO: Skipping item 10738246 url https://www.openlane.eu/en/carv6/auction/10738246
2026-03-28 15:20:34 [adesa.be] INFO: Found listing with ID: 10736347
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736347%27 HTTP/1.1" 200 None
2026-03-28 15:20:34 [adesa.be] INFO: Scrape type for 10736347: 0
2026-03-28 15:20:34 [adesa.be] INFO: Skipping item 10736347 url https://www.openlane.eu/en/carv6/auction/10736347
2026-03-28 15:20:34 [adesa.be] INFO: Found listing with ID: 10736276
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736276%27 HTTP/1.1" 200 None
2026-03-28 15:20:34 [adesa.be] INFO: Scrape type for 10736276: 0
2026-03-28 15:20:34 [adesa.be] INFO: Skipping item 10736276 url https://www.openlane.eu/en/carv6/auction/10736276
2026-03-28 15:20:34 [adesa.be] INFO: Found listing with ID: 10736666
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736666%27 HTTP/1.1" 200 None
2026-03-28 15:20:34 [adesa.be] INFO: Scrape type for 10736666: 0
2026-03-28 15:20:34 [adesa.be] INFO: Skipping item 10736666 url https://www.openlane.eu/en/carv6/auction/10736666
2026-03-28 15:20:34 [adesa.be] INFO: Found listing with ID: 10738241
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738241%27 HTTP/1.1" 200 None
2026-03-28 15:20:34 [adesa.be] INFO: Scrape type for 10738241: 0
2026-03-28 15:20:34 [adesa.be] INFO: Skipping item 10738241 url https://www.openlane.eu/en/carv6/auction/10738241
2026-03-28 15:20:34 [adesa.be] INFO: Found listing with ID: 10735108
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735108%27 HTTP/1.1" 200 None
2026-03-28 15:20:34 [adesa.be] INFO: Scrape type for 10735108: 0
2026-03-28 15:20:34 [adesa.be] INFO: Skipping item 10735108 url https://www.openlane.eu/en/carv6/auction/10735108
2026-03-28 15:20:34 [adesa.be] INFO: Found listing with ID: 10736664
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736664%27 HTTP/1.1" 200 None
2026-03-28 15:20:34 [adesa.be] INFO: Scrape type for 10736664: 0
2026-03-28 15:20:34 [adesa.be] INFO: Skipping item 10736664 url https://www.openlane.eu/en/carv6/auction/10736664
2026-03-28 15:20:34 [adesa.be] INFO: Found listing with ID: 10736301
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736301%27 HTTP/1.1" 200 None
2026-03-28 15:20:34 [adesa.be] INFO: Scrape type for 10736301: 0
2026-03-28 15:20:34 [adesa.be] INFO: Skipping item 10736301 url https://www.openlane.eu/en/carv6/auction/10736301
2026-03-28 15:20:34 [adesa.be] INFO: Found listing with ID: 10736303
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736303%27 HTTP/1.1" 200 None
2026-03-28 15:20:34 [adesa.be] INFO: Scrape type for 10736303: 0
2026-03-28 15:20:34 [adesa.be] INFO: Skipping item 10736303 url https://www.openlane.eu/en/carv6/auction/10736303
2026-03-28 15:20:34 [adesa.be] INFO: Found listing with ID: 10735168
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735168%27 HTTP/1.1" 200 None
2026-03-28 15:20:34 [adesa.be] INFO: Scrape type for 10735168: 0
2026-03-28 15:20:34 [adesa.be] INFO: Skipping item 10735168 url https://www.openlane.eu/en/carv6/auction/10735168
2026-03-28 15:20:34 [adesa.be] INFO: Found listing with ID: 10730450
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730450%27 HTTP/1.1" 200 None
2026-03-28 15:20:34 [adesa.be] INFO: Scrape type for 10730450: 0
2026-03-28 15:20:34 [adesa.be] INFO: Skipping item 10730450 url https://www.openlane.eu/en/carv6/auction/10730450
2026-03-28 15:20:34 [adesa.be] INFO: Found listing with ID: 10730454
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730454%27 HTTP/1.1" 200 None
2026-03-28 15:20:34 [adesa.be] INFO: Scrape type for 10730454: 0
2026-03-28 15:20:34 [adesa.be] INFO: Skipping item 10730454 url https://www.openlane.eu/en/carv6/auction/10730454
2026-03-28 15:20:34 [adesa.be] INFO: Found listing with ID: 10736330
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736330%27 HTTP/1.1" 200 None
2026-03-28 15:20:34 [adesa.be] INFO: Scrape type for 10736330: 0
2026-03-28 15:20:34 [adesa.be] INFO: Skipping item 10736330 url https://www.openlane.eu/en/carv6/auction/10736330
2026-03-28 15:20:34 [adesa.be] INFO: Found listing with ID: 10739831
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739831%27 HTTP/1.1" 200 None
2026-03-28 15:20:34 [adesa.be] INFO: Scrape type for 10739831: 0
2026-03-28 15:20:34 [adesa.be] INFO: Skipping item 10739831 url https://www.openlane.eu/en/carv6/auction/10739831
2026-03-28 15:20:34 [adesa.be] INFO: Found listing with ID: 10736328
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736328%27 HTTP/1.1" 200 None
2026-03-28 15:20:34 [adesa.be] INFO: Scrape type for 10736328: 0
2026-03-28 15:20:34 [adesa.be] INFO: Skipping item 10736328 url https://www.openlane.eu/en/carv6/auction/10736328
2026-03-28 15:20:34 [adesa.be] INFO: Found listing with ID: 10737735
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737735%27 HTTP/1.1" 200 None
2026-03-28 15:20:34 [adesa.be] INFO: Scrape type for 10737735: 0
2026-03-28 15:20:34 [adesa.be] INFO: Skipping item 10737735 url https://www.openlane.eu/en/carv6/auction/10737735
2026-03-28 15:20:34 [adesa.be] INFO: Found listing with ID: 10730427
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730427%27 HTTP/1.1" 200 None
2026-03-28 15:20:34 [adesa.be] INFO: Scrape type for 10730427: 0
2026-03-28 15:20:34 [adesa.be] INFO: Skipping item 10730427 url https://www.openlane.eu/en/carv6/auction/10730427
2026-03-28 15:20:34 [adesa.be] INFO: Found listing with ID: 10740848
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740848%27 HTTP/1.1" 200 None
2026-03-28 15:20:34 [adesa.be] INFO: Scrape type for 10740848: 0
2026-03-28 15:20:34 [adesa.be] INFO: Skipping item 10740848 url https://www.openlane.eu/en/carv6/auction/10740848
2026-03-28 15:20:34 [adesa.be] INFO: Found listing with ID: 10738262
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738262%27 HTTP/1.1" 200 None
2026-03-28 15:20:34 [adesa.be] INFO: Scrape type for 10738262: 0
2026-03-28 15:20:34 [adesa.be] INFO: Skipping item 10738262 url https://www.openlane.eu/en/carv6/auction/10738262
2026-03-28 15:20:34 [adesa.be] INFO: Found listing with ID: 10738231
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738231%27 HTTP/1.1" 200 None
2026-03-28 15:20:34 [adesa.be] INFO: Scrape type for 10738231: 0
2026-03-28 15:20:34 [adesa.be] INFO: Skipping item 10738231 url https://www.openlane.eu/en/carv6/auction/10738231
2026-03-28 15:20:34 [adesa.be] INFO: Found listing with ID: 10735080
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735080%27 HTTP/1.1" 200 None
2026-03-28 15:20:34 [adesa.be] INFO: Scrape type for 10735080: 0
2026-03-28 15:20:34 [adesa.be] INFO: Skipping item 10735080 url https://www.openlane.eu/en/carv6/auction/10735080
2026-03-28 15:20:34 [adesa.be] INFO: Found listing with ID: 10735112
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735112%27 HTTP/1.1" 200 None
2026-03-28 15:20:34 [adesa.be] INFO: Scrape type for 10735112: 0
2026-03-28 15:20:34 [adesa.be] INFO: Skipping item 10735112 url https://www.openlane.eu/en/carv6/auction/10735112
2026-03-28 15:20:34 [adesa.be] INFO: Found listing with ID: 10735086
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735086%27 HTTP/1.1" 200 None
2026-03-28 15:20:34 [adesa.be] INFO: Scrape type for 10735086: 0
2026-03-28 15:20:34 [adesa.be] INFO: Skipping item 10735086 url https://www.openlane.eu/en/carv6/auction/10735086
2026-03-28 15:20:34 [adesa.be] INFO: Found listing with ID: 10735167
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735167%27 HTTP/1.1" 200 None
2026-03-28 15:20:34 [adesa.be] INFO: Scrape type for 10735167: 0
2026-03-28 15:20:34 [adesa.be] INFO: Skipping item 10735167 url https://www.openlane.eu/en/carv6/auction/10735167
2026-03-28 15:20:34 [adesa.be] INFO: Found listing with ID: 10736650
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736650%27 HTTP/1.1" 200 None
2026-03-28 15:20:34 [adesa.be] INFO: Scrape type for 10736650: 0
2026-03-28 15:20:34 [adesa.be] INFO: Skipping item 10736650 url https://www.openlane.eu/en/carv6/auction/10736650
2026-03-28 15:20:34 [adesa.be] INFO: Found listing with ID: 10730436
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730436%27 HTTP/1.1" 200 None
2026-03-28 15:20:34 [adesa.be] INFO: Scrape type for 10730436: 0
2026-03-28 15:20:34 [adesa.be] INFO: Skipping item 10730436 url https://www.openlane.eu/en/carv6/auction/10730436
2026-03-28 15:20:34 [adesa.be] INFO: Found listing with ID: 10734936
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734936%27 HTTP/1.1" 200 None
2026-03-28 15:20:34 [adesa.be] INFO: Scrape type for 10734936: 0
2026-03-28 15:20:34 [adesa.be] INFO: Skipping item 10734936 url https://www.openlane.eu/en/carv6/auction/10734936
2026-03-28 15:20:34 [adesa.be] INFO: Found listing with ID: 10735165
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735165%27 HTTP/1.1" 200 None
2026-03-28 15:20:34 [adesa.be] INFO: Scrape type for 10735165: 0
2026-03-28 15:20:34 [adesa.be] INFO: Skipping item 10735165 url https://www.openlane.eu/en/carv6/auction/10735165
2026-03-28 15:20:34 [adesa.be] INFO: Found listing with ID: 10738261
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738261%27 HTTP/1.1" 200 None
2026-03-28 15:20:34 [adesa.be] INFO: Scrape type for 10738261: 0
2026-03-28 15:20:34 [adesa.be] INFO: Skipping item 10738261 url https://www.openlane.eu/en/carv6/auction/10738261
2026-03-28 15:20:34 [adesa.be] INFO: Found listing with ID: 10740867
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740867%27 HTTP/1.1" 200 None
2026-03-28 15:20:34 [adesa.be] INFO: Scrape type for 10740867: 0
2026-03-28 15:20:34 [adesa.be] INFO: Skipping item 10740867 url https://www.openlane.eu/en/carv6/auction/10740867
2026-03-28 15:20:34 [adesa.be] INFO: Found listing with ID: 10734926
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734926%27 HTTP/1.1" 200 None
2026-03-28 15:20:34 [adesa.be] INFO: Scrape type for 10734926: 0
2026-03-28 15:20:34 [adesa.be] INFO: Skipping item 10734926 url https://www.openlane.eu/en/carv6/auction/10734926
2026-03-28 15:20:34 [adesa.be] INFO: Found listing with ID: 10734898
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734898%27 HTTP/1.1" 200 None
2026-03-28 15:20:34 [adesa.be] INFO: Scrape type for 10734898: 0
2026-03-28 15:20:34 [adesa.be] INFO: Skipping item 10734898 url https://www.openlane.eu/en/carv6/auction/10734898
2026-03-28 15:20:34 [adesa.be] INFO: Found listing with ID: 10730425
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730425%27 HTTP/1.1" 200 None
2026-03-28 15:20:34 [adesa.be] INFO: Scrape type for 10730425: 0
2026-03-28 15:20:34 [adesa.be] INFO: Skipping item 10730425 url https://www.openlane.eu/en/carv6/auction/10730425
2026-03-28 15:20:34 [adesa.be] INFO: Found listing with ID: 10730418
2026-03-28 15:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730418%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10730418: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10730418 url https://www.openlane.eu/en/carv6/auction/10730418
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10736652
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736652%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10736652: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10736652 url https://www.openlane.eu/en/carv6/auction/10736652
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10737273
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737273%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10737273: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10737273 url https://www.openlane.eu/en/carv6/auction/10737273
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10740853
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740853%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10740853: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10740853 url https://www.openlane.eu/en/carv6/auction/10740853
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10740854
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710740854%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10740854: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10740854 url https://www.openlane.eu/en/carv6/auction/10740854
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10735127
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735127%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10735127: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10735127 url https://www.openlane.eu/en/carv6/auction/10735127
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10730435
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730435%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10730435: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10730435 url https://www.openlane.eu/en/carv6/auction/10730435
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10738251
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738251%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10738251: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10738251 url https://www.openlane.eu/en/carv6/auction/10738251
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10734923
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734923%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10734923: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10734923 url https://www.openlane.eu/en/carv6/auction/10734923
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10735100
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735100%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10735100: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10735100 url https://www.openlane.eu/en/carv6/auction/10735100
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10736344
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736344%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10736344: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10736344 url https://www.openlane.eu/en/carv6/auction/10736344
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10736640
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736640%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10736640: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10736640 url https://www.openlane.eu/en/carv6/auction/10736640
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10739830
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739830%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10739830: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10739830 url https://www.openlane.eu/en/carv6/auction/10739830
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10735171
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735171%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10735171: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10735171 url https://www.openlane.eu/en/carv6/auction/10735171
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10735750
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735750%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10735750: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10735750 url https://www.openlane.eu/en/carv6/auction/10735750
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10736317
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736317%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10736317: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10736317 url https://www.openlane.eu/en/carv6/auction/10736317
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10736325
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736325%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10736325: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10736325 url https://www.openlane.eu/en/carv6/auction/10736325
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10739820
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739820%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10739820: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10739820 url https://www.openlane.eu/en/carv6/auction/10739820
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10736322
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736322%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10736322: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10736322 url https://www.openlane.eu/en/carv6/auction/10736322
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10736414
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736414%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10736414: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10736414 url https://www.openlane.eu/en/carv6/auction/10736414
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10738221
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738221%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10738221: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10738221 url https://www.openlane.eu/en/carv6/auction/10738221
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10736290
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736290%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10736290: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10736290 url https://www.openlane.eu/en/carv6/auction/10736290
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10735093
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735093%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10735093: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10735093 url https://www.openlane.eu/en/carv6/auction/10735093
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10731356
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731356%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10731356: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10731356 url https://www.openlane.eu/en/carv6/auction/10731356
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10739815
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710739815%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10739815: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10739815 url https://www.openlane.eu/en/carv6/auction/10739815
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10734941
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734941%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10734941: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10734941 url https://www.openlane.eu/en/carv6/auction/10734941
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10736297
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736297%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10736297: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10736297 url https://www.openlane.eu/en/carv6/auction/10736297
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10735151
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735151%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10735151: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10735151 url https://www.openlane.eu/en/carv6/auction/10735151
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10736312
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736312%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10736312: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10736312 url https://www.openlane.eu/en/carv6/auction/10736312
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10736345
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736345%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10736345: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10736345 url https://www.openlane.eu/en/carv6/auction/10736345
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10726351
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726351%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10726351: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10726351 url https://www.openlane.eu/en/carv6/auction/10726351
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10726353
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726353%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10726353: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10726353 url https://www.openlane.eu/en/carv6/auction/10726353
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10726376
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726376%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10726376: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10726376 url https://www.openlane.eu/en/carv6/auction/10726376
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10726381
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726381%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10726381: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10726381 url https://www.openlane.eu/en/carv6/auction/10726381
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10726387
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726387%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10726387: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10726387 url https://www.openlane.eu/en/carv6/auction/10726387
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10726389
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726389%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10726389: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10726389 url https://www.openlane.eu/en/carv6/auction/10726389
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10726432
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726432%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10726432: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10726432 url https://www.openlane.eu/en/carv6/auction/10726432
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10726442
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726442%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10726442: 2
2026-03-28 15:20:35 [adesa.be] INFO: Scraping item 10726442 url https://www.openlane.eu/en/carv6/auction/10726442
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10726447
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726447%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10726447: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10726447 url https://www.openlane.eu/en/carv6/auction/10726447
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10726457
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726457%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10726457: 2
2026-03-28 15:20:35 [adesa.be] INFO: Scraping item 10726457 url https://www.openlane.eu/en/carv6/auction/10726457
2026-03-28 15:20:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10726459
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726459%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10726459: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10726459 url https://www.openlane.eu/en/carv6/auction/10726459
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10726462
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726462%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10726462: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10726462 url https://www.openlane.eu/en/carv6/auction/10726462
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10726466
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726466%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10726466: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10726466 url https://www.openlane.eu/en/carv6/auction/10726466
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10726464
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726464%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10726464: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10726464 url https://www.openlane.eu/en/carv6/auction/10726464
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10726468
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726468%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10726468: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10726468 url https://www.openlane.eu/en/carv6/auction/10726468
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10726470
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726470%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10726470: 2
2026-03-28 15:20:35 [adesa.be] INFO: Scraping item 10726470 url https://www.openlane.eu/en/carv6/auction/10726470
2026-03-28 15:20:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10726472
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726472%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10726472: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10726472 url https://www.openlane.eu/en/carv6/auction/10726472
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10726474
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726474%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10726474: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10726474 url https://www.openlane.eu/en/carv6/auction/10726474
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10726510
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726510%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10726510: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10726510 url https://www.openlane.eu/en/carv6/auction/10726510
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10726517
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726517%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10726517: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10726517 url https://www.openlane.eu/en/carv6/auction/10726517
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10726519
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726519%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10726519: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10726519 url https://www.openlane.eu/en/carv6/auction/10726519
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10726521
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726521%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10726521: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10726521 url https://www.openlane.eu/en/carv6/auction/10726521
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10726523
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726523%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10726523: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10726523 url https://www.openlane.eu/en/carv6/auction/10726523
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10726525
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726525%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10726525: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10726525 url https://www.openlane.eu/en/carv6/auction/10726525
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10726528
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726528%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10726528: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10726528 url https://www.openlane.eu/en/carv6/auction/10726528
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10726529
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726529%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10726529: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10726529 url https://www.openlane.eu/en/carv6/auction/10726529
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10726533
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726533%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10726533: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10726533 url https://www.openlane.eu/en/carv6/auction/10726533
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10726541
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726541%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10726541: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10726541 url https://www.openlane.eu/en/carv6/auction/10726541
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10726539
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726539%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10726539: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10726539 url https://www.openlane.eu/en/carv6/auction/10726539
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10726543
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726543%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10726543: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10726543 url https://www.openlane.eu/en/carv6/auction/10726543
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10726544
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726544%27 HTTP/1.1" 200 None
2026-03-28 15:20:35 [adesa.be] INFO: Scrape type for 10726544: 0
2026-03-28 15:20:35 [adesa.be] INFO: Skipping item 10726544 url https://www.openlane.eu/en/carv6/auction/10726544
2026-03-28 15:20:35 [adesa.be] INFO: Found listing with ID: 10726546
2026-03-28 15:20:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726546%27 HTTP/1.1" 200 None
2026-03-28 15:20:36 [adesa.be] INFO: Scrape type for 10726546: 0
2026-03-28 15:20:36 [adesa.be] INFO: Skipping item 10726546 url https://www.openlane.eu/en/carv6/auction/10726546
2026-03-28 15:20:36 [adesa.be] INFO: Found listing with ID: 10726548
2026-03-28 15:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726548%27 HTTP/1.1" 200 None
2026-03-28 15:20:36 [adesa.be] INFO: Scrape type for 10726548: 0
2026-03-28 15:20:36 [adesa.be] INFO: Skipping item 10726548 url https://www.openlane.eu/en/carv6/auction/10726548
2026-03-28 15:20:36 [adesa.be] INFO: Found listing with ID: 10726551
2026-03-28 15:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726551%27 HTTP/1.1" 200 None
2026-03-28 15:20:36 [adesa.be] INFO: Scrape type for 10726551: 0
2026-03-28 15:20:36 [adesa.be] INFO: Skipping item 10726551 url https://www.openlane.eu/en/carv6/auction/10726551
2026-03-28 15:20:36 [adesa.be] INFO: Found listing with ID: 10726554
2026-03-28 15:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726554%27 HTTP/1.1" 200 None
2026-03-28 15:20:36 [adesa.be] INFO: Scrape type for 10726554: 0
2026-03-28 15:20:36 [adesa.be] INFO: Skipping item 10726554 url https://www.openlane.eu/en/carv6/auction/10726554
2026-03-28 15:20:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726457> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15bc9a67-0b7c-5838-855f-17433f4f52c7 with identifier: 10726457
2026-03-28 15:20:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15bc9a67-0b7c-5838-855f-17433f4f52c7 with scrape type 2
2026-03-28 15:20:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15bc9a67-0b7c-5838-855f-17433f4f52c7 with scrape type 2
2026-03-28 15:20:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 15bc9a67-0b7c-5838-855f-17433f4f52c7, identifier: 10726457
2026-03-28 15:20:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 15bc9a67-0b7c-5838-855f-17433f4f52c7 with identifier: 10726457
2026-03-28 15:20:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 15bc9a67-0b7c-5838-855f-17433f4f52c7 with identifier: 10726457
2026-03-28 15:20:37 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 15bc9a67-0b7c-5838-855f-17433f4f52c7 with identifier: 10726457 to the API
2026-03-28 15:20:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10726457>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 67,
'expiration_date': '2026-03-31T08:30:00Z',
'fuel_type': 'Petrol',
'id': '15bc9a67-0b7c-5838-855f-17433f4f52c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BTT279',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726457',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Dacia',
'model': 'Sandero',
'odometer': 34186,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 5500,
'price_includes_vat': True,
'registration_date': '2022-03-21',
'seats_number': 5,
'seller_name': 'Ayvens-BE',
'title': 'Dacia Sandero 1.0 SCe Essential - Petrol - Manual - 67 hp - 34.186 '
'km',
'transmission': 'manual',
'trim': 'Essential',
'vin': None,
'year': 2022}
2026-03-28 15:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726457%27 HTTP/1.1" 200 None
2026-03-28 15:20:39 [adesa.be] INFO: Saving data for 10726457: {'auction_closing_time': 1774945800.0, 'created_time': 1774520144.27278, 'last_price_update_time': 1774711239.584025}
2026-03-28 15:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10726457') HTTP/1.1" 204 0
2026-03-28 15:20:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726470> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:39 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 866942b4-6528-54bb-913c-6708cf198622 with identifier: 10726470
2026-03-28 15:20:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 866942b4-6528-54bb-913c-6708cf198622 with scrape type 2
2026-03-28 15:20:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 866942b4-6528-54bb-913c-6708cf198622 with scrape type 2
2026-03-28 15:20:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 866942b4-6528-54bb-913c-6708cf198622, identifier: 10726470
2026-03-28 15:20:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 866942b4-6528-54bb-913c-6708cf198622 with identifier: 10726470
2026-03-28 15:20:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 866942b4-6528-54bb-913c-6708cf198622 with identifier: 10726470
2026-03-28 15:20:39 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 866942b4-6528-54bb-913c-6708cf198622 with identifier: 10726470 to the API
2026-03-28 15:20:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10726470>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 130,
'expiration_date': '2026-03-31T08:30:00Z',
'fuel_type': 'Diesel',
'id': '866942b4-6528-54bb-913c-6708cf198622',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BXG712',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726470',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Ford',
'model': 'Transit',
'odometer': 88626,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 11800,
'price_includes_vat': True,
'registration_date': '2022-04-28',
'seats_number': 3,
'seller_name': 'Ayvens-BE',
'title': 'Ford Transit Custom 2.0 Trend - Diesel - Manual - 130 hp - 88.626 '
'km',
'transmission': 'manual',
'trim': 'Trend',
'vin': None,
'year': 2022}
2026-03-28 15:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726470%27 HTTP/1.1" 200 None
2026-03-28 15:20:40 [adesa.be] INFO: Saving data for 10726470: {'auction_closing_time': 1774945800.0, 'created_time': 1774520170.481499, 'last_price_update_time': 1774711240.965755}
2026-03-28 15:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10726470') HTTP/1.1" 204 0
2026-03-28 15:20:40 [adesa.be] INFO: Found listing with ID: 10726558
2026-03-28 15:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726558%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726558: 0
2026-03-28 15:20:41 [adesa.be] INFO: Skipping item 10726558 url https://www.openlane.eu/en/carv6/auction/10726558
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726559
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726559%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726559: 0
2026-03-28 15:20:41 [adesa.be] INFO: Skipping item 10726559 url https://www.openlane.eu/en/carv6/auction/10726559
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726562
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726562%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726562: 0
2026-03-28 15:20:41 [adesa.be] INFO: Skipping item 10726562 url https://www.openlane.eu/en/carv6/auction/10726562
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726556
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726556%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726556: 0
2026-03-28 15:20:41 [adesa.be] INFO: Skipping item 10726556 url https://www.openlane.eu/en/carv6/auction/10726556
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726569
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726569%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726569: 0
2026-03-28 15:20:41 [adesa.be] INFO: Skipping item 10726569 url https://www.openlane.eu/en/carv6/auction/10726569
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726578
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726578%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726578: 0
2026-03-28 15:20:41 [adesa.be] INFO: Skipping item 10726578 url https://www.openlane.eu/en/carv6/auction/10726578
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726580
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726580%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726580: 0
2026-03-28 15:20:41 [adesa.be] INFO: Skipping item 10726580 url https://www.openlane.eu/en/carv6/auction/10726580
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726599
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726599%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726599: 0
2026-03-28 15:20:41 [adesa.be] INFO: Skipping item 10726599 url https://www.openlane.eu/en/carv6/auction/10726599
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726608
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726608%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726608: 0
2026-03-28 15:20:41 [adesa.be] INFO: Skipping item 10726608 url https://www.openlane.eu/en/carv6/auction/10726608
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726611
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726611%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726611: 0
2026-03-28 15:20:41 [adesa.be] INFO: Skipping item 10726611 url https://www.openlane.eu/en/carv6/auction/10726611
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726628
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726628%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726628: 0
2026-03-28 15:20:41 [adesa.be] INFO: Skipping item 10726628 url https://www.openlane.eu/en/carv6/auction/10726628
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726630
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726630%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726630: 0
2026-03-28 15:20:41 [adesa.be] INFO: Skipping item 10726630 url https://www.openlane.eu/en/carv6/auction/10726630
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726638
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726638%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726638: 0
2026-03-28 15:20:41 [adesa.be] INFO: Skipping item 10726638 url https://www.openlane.eu/en/carv6/auction/10726638
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726641
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726641%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726641: 2
2026-03-28 15:20:41 [adesa.be] INFO: Scraping item 10726641 url https://www.openlane.eu/en/carv6/auction/10726641
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726642
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726642%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726642: 0
2026-03-28 15:20:41 [adesa.be] INFO: Skipping item 10726642 url https://www.openlane.eu/en/carv6/auction/10726642
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726668
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726668%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726668: 0
2026-03-28 15:20:41 [adesa.be] INFO: Skipping item 10726668 url https://www.openlane.eu/en/carv6/auction/10726668
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726983
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726983%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726983: 0
2026-03-28 15:20:41 [adesa.be] INFO: Skipping item 10726983 url https://www.openlane.eu/en/carv6/auction/10726983
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726985
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726985%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726985: 0
2026-03-28 15:20:41 [adesa.be] INFO: Skipping item 10726985 url https://www.openlane.eu/en/carv6/auction/10726985
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726988
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726988%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726988: 0
2026-03-28 15:20:41 [adesa.be] INFO: Skipping item 10726988 url https://www.openlane.eu/en/carv6/auction/10726988
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726986
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726986%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726986: 0
2026-03-28 15:20:41 [adesa.be] INFO: Skipping item 10726986 url https://www.openlane.eu/en/carv6/auction/10726986
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726990
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726990%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726990: 0
2026-03-28 15:20:41 [adesa.be] INFO: Skipping item 10726990 url https://www.openlane.eu/en/carv6/auction/10726990
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726992
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726992%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726992: 0
2026-03-28 15:20:41 [adesa.be] INFO: Skipping item 10726992 url https://www.openlane.eu/en/carv6/auction/10726992
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726997
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726997%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726997: 0
2026-03-28 15:20:41 [adesa.be] INFO: Skipping item 10726997 url https://www.openlane.eu/en/carv6/auction/10726997
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726995
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726995%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726995: 0
2026-03-28 15:20:41 [adesa.be] INFO: Skipping item 10726995 url https://www.openlane.eu/en/carv6/auction/10726995
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726323
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726323%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726323: 2
2026-03-28 15:20:41 [adesa.be] INFO: Scraping item 10726323 url https://www.openlane.eu/en/carv6/auction/10726323
2026-03-28 15:20:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734151> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726319
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726319%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726319: 2
2026-03-28 15:20:41 [adesa.be] INFO: Scraping item 10726319 url https://www.openlane.eu/en/carv6/auction/10726319
2026-03-28 15:20:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726322
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726322%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726322: 2
2026-03-28 15:20:41 [adesa.be] INFO: Scraping item 10726322 url https://www.openlane.eu/en/carv6/auction/10726322
2026-03-28 15:20:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726325
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726325%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726325: 2
2026-03-28 15:20:41 [adesa.be] INFO: Scraping item 10726325 url https://www.openlane.eu/en/carv6/auction/10726325
2026-03-28 15:20:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726327
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726327%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726327: 0
2026-03-28 15:20:41 [adesa.be] INFO: Skipping item 10726327 url https://www.openlane.eu/en/carv6/auction/10726327
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726344
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726344%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726344: 0
2026-03-28 15:20:41 [adesa.be] INFO: Skipping item 10726344 url https://www.openlane.eu/en/carv6/auction/10726344
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726342
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726342%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726342: 0
2026-03-28 15:20:41 [adesa.be] INFO: Skipping item 10726342 url https://www.openlane.eu/en/carv6/auction/10726342
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726346
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726346%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726346: 2
2026-03-28 15:20:41 [adesa.be] INFO: Scraping item 10726346 url https://www.openlane.eu/en/carv6/auction/10726346
2026-03-28 15:20:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 770b1251-6bd8-505d-8f89-e0c2fa77e8d0 with identifier: 10734151
2026-03-28 15:20:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 770b1251-6bd8-505d-8f89-e0c2fa77e8d0 with scrape type 2
2026-03-28 15:20:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 770b1251-6bd8-505d-8f89-e0c2fa77e8d0 with scrape type 2
2026-03-28 15:20:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 770b1251-6bd8-505d-8f89-e0c2fa77e8d0, identifier: 10734151
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726348
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726348%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726348: 0
2026-03-28 15:20:41 [adesa.be] INFO: Skipping item 10726348 url https://www.openlane.eu/en/carv6/auction/10726348
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726349
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726349%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726349: 0
2026-03-28 15:20:41 [adesa.be] INFO: Skipping item 10726349 url https://www.openlane.eu/en/carv6/auction/10726349
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726355
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726355%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726355: 0
2026-03-28 15:20:41 [adesa.be] INFO: Skipping item 10726355 url https://www.openlane.eu/en/carv6/auction/10726355
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726375
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726375%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726375: 0
2026-03-28 15:20:41 [adesa.be] INFO: Skipping item 10726375 url https://www.openlane.eu/en/carv6/auction/10726375
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726379
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726379%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726379: 0
2026-03-28 15:20:41 [adesa.be] INFO: Skipping item 10726379 url https://www.openlane.eu/en/carv6/auction/10726379
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726382
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726382%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726382: 0
2026-03-28 15:20:41 [adesa.be] INFO: Skipping item 10726382 url https://www.openlane.eu/en/carv6/auction/10726382
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726385
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726385%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726385: 0
2026-03-28 15:20:41 [adesa.be] INFO: Skipping item 10726385 url https://www.openlane.eu/en/carv6/auction/10726385
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726391
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726391%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726391: 0
2026-03-28 15:20:41 [adesa.be] INFO: Skipping item 10726391 url https://www.openlane.eu/en/carv6/auction/10726391
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726393
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726393%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726393: 0
2026-03-28 15:20:41 [adesa.be] INFO: Skipping item 10726393 url https://www.openlane.eu/en/carv6/auction/10726393
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726395
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726395%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726395: 0
2026-03-28 15:20:41 [adesa.be] INFO: Skipping item 10726395 url https://www.openlane.eu/en/carv6/auction/10726395
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726399
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726399%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726399: 0
2026-03-28 15:20:41 [adesa.be] INFO: Skipping item 10726399 url https://www.openlane.eu/en/carv6/auction/10726399
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726401
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726401%27 HTTP/1.1" 200 None
2026-03-28 15:20:41 [adesa.be] INFO: Scrape type for 10726401: 0
2026-03-28 15:20:41 [adesa.be] INFO: Skipping item 10726401 url https://www.openlane.eu/en/carv6/auction/10726401
2026-03-28 15:20:41 [adesa.be] INFO: Found listing with ID: 10726403
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726403%27 HTTP/1.1" 200 None
2026-03-28 15:20:42 [adesa.be] INFO: Scrape type for 10726403: 0
2026-03-28 15:20:42 [adesa.be] INFO: Skipping item 10726403 url https://www.openlane.eu/en/carv6/auction/10726403
2026-03-28 15:20:42 [adesa.be] INFO: Found listing with ID: 10726410
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726410%27 HTTP/1.1" 200 None
2026-03-28 15:20:42 [adesa.be] INFO: Scrape type for 10726410: 0
2026-03-28 15:20:42 [adesa.be] INFO: Skipping item 10726410 url https://www.openlane.eu/en/carv6/auction/10726410
2026-03-28 15:20:42 [adesa.be] INFO: Found listing with ID: 10726411
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726411%27 HTTP/1.1" 200 None
2026-03-28 15:20:42 [adesa.be] INFO: Scrape type for 10726411: 0
2026-03-28 15:20:42 [adesa.be] INFO: Skipping item 10726411 url https://www.openlane.eu/en/carv6/auction/10726411
2026-03-28 15:20:42 [adesa.be] INFO: Found listing with ID: 10726405
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726405%27 HTTP/1.1" 200 None
2026-03-28 15:20:42 [adesa.be] INFO: Scrape type for 10726405: 0
2026-03-28 15:20:42 [adesa.be] INFO: Skipping item 10726405 url https://www.openlane.eu/en/carv6/auction/10726405
2026-03-28 15:20:42 [adesa.be] INFO: Found listing with ID: 10726407
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726407%27 HTTP/1.1" 200 None
2026-03-28 15:20:42 [adesa.be] INFO: Scrape type for 10726407: 0
2026-03-28 15:20:42 [adesa.be] INFO: Skipping item 10726407 url https://www.openlane.eu/en/carv6/auction/10726407
2026-03-28 15:20:42 [adesa.be] INFO: Found listing with ID: 10726415
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726415%27 HTTP/1.1" 200 None
2026-03-28 15:20:42 [adesa.be] INFO: Scrape type for 10726415: 0
2026-03-28 15:20:42 [adesa.be] INFO: Skipping item 10726415 url https://www.openlane.eu/en/carv6/auction/10726415
2026-03-28 15:20:42 [adesa.be] INFO: Found listing with ID: 10726417
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726417%27 HTTP/1.1" 200 None
2026-03-28 15:20:42 [adesa.be] INFO: Scrape type for 10726417: 0
2026-03-28 15:20:42 [adesa.be] INFO: Skipping item 10726417 url https://www.openlane.eu/en/carv6/auction/10726417
2026-03-28 15:20:42 [adesa.be] INFO: Found listing with ID: 10726421
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726421%27 HTTP/1.1" 200 None
2026-03-28 15:20:42 [adesa.be] INFO: Scrape type for 10726421: 2
2026-03-28 15:20:42 [adesa.be] INFO: Scraping item 10726421 url https://www.openlane.eu/en/carv6/auction/10726421
2026-03-28 15:20:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 770b1251-6bd8-505d-8f89-e0c2fa77e8d0 with identifier: 10734151
2026-03-28 15:20:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 770b1251-6bd8-505d-8f89-e0c2fa77e8d0 with identifier: 10734151
2026-03-28 15:20:42 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 770b1251-6bd8-505d-8f89-e0c2fa77e8d0 with identifier: 10734151 to the API
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734151>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'engine_horse_power': 152,
'expiration_date': '2026-03-31T12:35:00Z',
'fuel_type': 'Hybrid',
'id': '770b1251-6bd8-505d-8f89-e0c2fa77e8d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BLQ720',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734151',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Ford',
'model': 'Kuga',
'odometer': 74611,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 14700,
'price_includes_vat': True,
'registration_date': '2022-01-06',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Ford Kuga 2.5i Titanium - Hybrid - Automatic - 152 hp - 74.611 km',
'transmission': 'automatic',
'trim': 'Titanium',
'vin': None,
'year': 2022}
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734151%27 HTTP/1.1" 200 None
2026-03-28 15:20:42 [adesa.be] INFO: Saving data for 10734151: {'auction_closing_time': 1774960500.0, 'created_time': 1774606730.82978, 'last_price_update_time': 1774711242.610584}
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734151') HTTP/1.1" 204 0
2026-03-28 15:20:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:42 [adesa.be] INFO: Found listing with ID: 10726419
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726419%27 HTTP/1.1" 200 None
2026-03-28 15:20:42 [adesa.be] INFO: Scrape type for 10726419: 0
2026-03-28 15:20:42 [adesa.be] INFO: Skipping item 10726419 url https://www.openlane.eu/en/carv6/auction/10726419
2026-03-28 15:20:42 [adesa.be] INFO: Found listing with ID: 10726431
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726431%27 HTTP/1.1" 200 None
2026-03-28 15:20:42 [adesa.be] INFO: Scrape type for 10726431: 2
2026-03-28 15:20:42 [adesa.be] INFO: Scraping item 10726431 url https://www.openlane.eu/en/carv6/auction/10726431
2026-03-28 15:20:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:42 [adesa.be] INFO: Found listing with ID: 10726429
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726429%27 HTTP/1.1" 200 None
2026-03-28 15:20:42 [adesa.be] INFO: Scrape type for 10726429: 0
2026-03-28 15:20:42 [adesa.be] INFO: Skipping item 10726429 url https://www.openlane.eu/en/carv6/auction/10726429
2026-03-28 15:20:42 [adesa.be] INFO: Found listing with ID: 10726424
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726424%27 HTTP/1.1" 200 None
2026-03-28 15:20:42 [adesa.be] INFO: Scrape type for 10726424: 2
2026-03-28 15:20:42 [adesa.be] INFO: Scraping item 10726424 url https://www.openlane.eu/en/carv6/auction/10726424
2026-03-28 15:20:42 [adesa.be] INFO: Found listing with ID: 10726434
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726434%27 HTTP/1.1" 200 None
2026-03-28 15:20:42 [adesa.be] INFO: Scrape type for 10726434: 2
2026-03-28 15:20:42 [adesa.be] INFO: Scraping item 10726434 url https://www.openlane.eu/en/carv6/auction/10726434
2026-03-28 15:20:42 [adesa.be] INFO: Found listing with ID: 10726440
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726440%27 HTTP/1.1" 200 None
2026-03-28 15:20:42 [adesa.be] INFO: Scrape type for 10726440: 0
2026-03-28 15:20:42 [adesa.be] INFO: Skipping item 10726440 url https://www.openlane.eu/en/carv6/auction/10726440
2026-03-28 15:20:42 [adesa.be] INFO: Found listing with ID: 10726438
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726438%27 HTTP/1.1" 200 None
2026-03-28 15:20:42 [adesa.be] INFO: Scrape type for 10726438: 0
2026-03-28 15:20:42 [adesa.be] INFO: Skipping item 10726438 url https://www.openlane.eu/en/carv6/auction/10726438
2026-03-28 15:20:42 [adesa.be] INFO: Found listing with ID: 10726436
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726436%27 HTTP/1.1" 200 None
2026-03-28 15:20:42 [adesa.be] INFO: Scrape type for 10726436: 2
2026-03-28 15:20:42 [adesa.be] INFO: Scraping item 10726436 url https://www.openlane.eu/en/carv6/auction/10726436
2026-03-28 15:20:42 [adesa.be] INFO: Found listing with ID: 10726446
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726446%27 HTTP/1.1" 200 None
2026-03-28 15:20:42 [adesa.be] INFO: Scrape type for 10726446: 0
2026-03-28 15:20:42 [adesa.be] INFO: Skipping item 10726446 url https://www.openlane.eu/en/carv6/auction/10726446
2026-03-28 15:20:42 [adesa.be] INFO: Found listing with ID: 10726476
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726476%27 HTTP/1.1" 200 None
2026-03-28 15:20:42 [adesa.be] INFO: Scrape type for 10726476: 0
2026-03-28 15:20:42 [adesa.be] INFO: Skipping item 10726476 url https://www.openlane.eu/en/carv6/auction/10726476
2026-03-28 15:20:42 [adesa.be] INFO: Found listing with ID: 10726478
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726478%27 HTTP/1.1" 200 None
2026-03-28 15:20:42 [adesa.be] INFO: Scrape type for 10726478: 0
2026-03-28 15:20:42 [adesa.be] INFO: Skipping item 10726478 url https://www.openlane.eu/en/carv6/auction/10726478
2026-03-28 15:20:42 [adesa.be] INFO: Found listing with ID: 10726493
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726493%27 HTTP/1.1" 200 None
2026-03-28 15:20:42 [adesa.be] INFO: Scrape type for 10726493: 0
2026-03-28 15:20:42 [adesa.be] INFO: Skipping item 10726493 url https://www.openlane.eu/en/carv6/auction/10726493
2026-03-28 15:20:42 [adesa.be] INFO: Found listing with ID: 10726495
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726495%27 HTTP/1.1" 200 None
2026-03-28 15:20:42 [adesa.be] INFO: Scrape type for 10726495: 0
2026-03-28 15:20:42 [adesa.be] INFO: Skipping item 10726495 url https://www.openlane.eu/en/carv6/auction/10726495
2026-03-28 15:20:42 [adesa.be] INFO: Found listing with ID: 10726497
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726497%27 HTTP/1.1" 200 None
2026-03-28 15:20:42 [adesa.be] INFO: Scrape type for 10726497: 0
2026-03-28 15:20:42 [adesa.be] INFO: Skipping item 10726497 url https://www.openlane.eu/en/carv6/auction/10726497
2026-03-28 15:20:42 [adesa.be] INFO: Found listing with ID: 10726500
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726500%27 HTTP/1.1" 200 None
2026-03-28 15:20:42 [adesa.be] INFO: Scrape type for 10726500: 0
2026-03-28 15:20:42 [adesa.be] INFO: Skipping item 10726500 url https://www.openlane.eu/en/carv6/auction/10726500
2026-03-28 15:20:42 [adesa.be] INFO: Found listing with ID: 10726503
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726503%27 HTTP/1.1" 200 None
2026-03-28 15:20:43 [adesa.be] INFO: Scrape type for 10726503: 0
2026-03-28 15:20:43 [adesa.be] INFO: Skipping item 10726503 url https://www.openlane.eu/en/carv6/auction/10726503
2026-03-28 15:20:43 [adesa.be] INFO: Found listing with ID: 10726508
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726508%27 HTTP/1.1" 200 None
2026-03-28 15:20:43 [adesa.be] INFO: Scrape type for 10726508: 0
2026-03-28 15:20:43 [adesa.be] INFO: Skipping item 10726508 url https://www.openlane.eu/en/carv6/auction/10726508
2026-03-28 15:20:43 [adesa.be] INFO: Found listing with ID: 10726505
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726505%27 HTTP/1.1" 200 None
2026-03-28 15:20:43 [adesa.be] INFO: Scrape type for 10726505: 0
2026-03-28 15:20:43 [adesa.be] INFO: Skipping item 10726505 url https://www.openlane.eu/en/carv6/auction/10726505
2026-03-28 15:20:43 [adesa.be] INFO: Found listing with ID: 10726512
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726512%27 HTTP/1.1" 200 None
2026-03-28 15:20:43 [adesa.be] INFO: Scrape type for 10726512: 0
2026-03-28 15:20:43 [adesa.be] INFO: Skipping item 10726512 url https://www.openlane.eu/en/carv6/auction/10726512
2026-03-28 15:20:43 [adesa.be] INFO: Found listing with ID: 10726535
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726535%27 HTTP/1.1" 200 None
2026-03-28 15:20:43 [adesa.be] INFO: Scrape type for 10726535: 0
2026-03-28 15:20:43 [adesa.be] INFO: Skipping item 10726535 url https://www.openlane.eu/en/carv6/auction/10726535
2026-03-28 15:20:43 [adesa.be] INFO: Found listing with ID: 10726537
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726537%27 HTTP/1.1" 200 None
2026-03-28 15:20:43 [adesa.be] INFO: Scrape type for 10726537: 0
2026-03-28 15:20:43 [adesa.be] INFO: Skipping item 10726537 url https://www.openlane.eu/en/carv6/auction/10726537
2026-03-28 15:20:43 [adesa.be] INFO: Found listing with ID: 10726563
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726563%27 HTTP/1.1" 200 None
2026-03-28 15:20:43 [adesa.be] INFO: Scrape type for 10726563: 0
2026-03-28 15:20:43 [adesa.be] INFO: Skipping item 10726563 url https://www.openlane.eu/en/carv6/auction/10726563
2026-03-28 15:20:43 [adesa.be] INFO: Found listing with ID: 10726565
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726565%27 HTTP/1.1" 200 None
2026-03-28 15:20:43 [adesa.be] INFO: Scrape type for 10726565: 0
2026-03-28 15:20:43 [adesa.be] INFO: Skipping item 10726565 url https://www.openlane.eu/en/carv6/auction/10726565
2026-03-28 15:20:43 [adesa.be] INFO: Found listing with ID: 10726571
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726571%27 HTTP/1.1" 200 None
2026-03-28 15:20:43 [adesa.be] INFO: Scrape type for 10726571: 0
2026-03-28 15:20:43 [adesa.be] INFO: Skipping item 10726571 url https://www.openlane.eu/en/carv6/auction/10726571
2026-03-28 15:20:43 [adesa.be] INFO: Found listing with ID: 10726572
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726572%27 HTTP/1.1" 200 None
2026-03-28 15:20:43 [adesa.be] INFO: Scrape type for 10726572: 0
2026-03-28 15:20:43 [adesa.be] INFO: Skipping item 10726572 url https://www.openlane.eu/en/carv6/auction/10726572
2026-03-28 15:20:43 [adesa.be] INFO: Found listing with ID: 10726575
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726575%27 HTTP/1.1" 200 None
2026-03-28 15:20:43 [adesa.be] INFO: Scrape type for 10726575: 0
2026-03-28 15:20:43 [adesa.be] INFO: Skipping item 10726575 url https://www.openlane.eu/en/carv6/auction/10726575
2026-03-28 15:20:43 [adesa.be] INFO: Found listing with ID: 10726581
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726581%27 HTTP/1.1" 200 None
2026-03-28 15:20:43 [adesa.be] INFO: Scrape type for 10726581: 0
2026-03-28 15:20:43 [adesa.be] INFO: Skipping item 10726581 url https://www.openlane.eu/en/carv6/auction/10726581
2026-03-28 15:20:43 [adesa.be] INFO: Found listing with ID: 10726583
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726583%27 HTTP/1.1" 200 None
2026-03-28 15:20:43 [adesa.be] INFO: Scrape type for 10726583: 0
2026-03-28 15:20:43 [adesa.be] INFO: Skipping item 10726583 url https://www.openlane.eu/en/carv6/auction/10726583
2026-03-28 15:20:43 [adesa.be] INFO: Found listing with ID: 10726585
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726585%27 HTTP/1.1" 200 None
2026-03-28 15:20:43 [adesa.be] INFO: Scrape type for 10726585: 0
2026-03-28 15:20:43 [adesa.be] INFO: Skipping item 10726585 url https://www.openlane.eu/en/carv6/auction/10726585
2026-03-28 15:20:43 [adesa.be] INFO: Found listing with ID: 10726587
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726587%27 HTTP/1.1" 200 None
2026-03-28 15:20:43 [adesa.be] INFO: Scrape type for 10726587: 0
2026-03-28 15:20:43 [adesa.be] INFO: Skipping item 10726587 url https://www.openlane.eu/en/carv6/auction/10726587
2026-03-28 15:20:43 [adesa.be] INFO: Found listing with ID: 10726588
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726588%27 HTTP/1.1" 200 None
2026-03-28 15:20:43 [adesa.be] INFO: Scrape type for 10726588: 0
2026-03-28 15:20:43 [adesa.be] INFO: Skipping item 10726588 url https://www.openlane.eu/en/carv6/auction/10726588
2026-03-28 15:20:43 [adesa.be] INFO: Found listing with ID: 10726591
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726591%27 HTTP/1.1" 200 None
2026-03-28 15:20:43 [adesa.be] INFO: Scrape type for 10726591: 0
2026-03-28 15:20:43 [adesa.be] INFO: Skipping item 10726591 url https://www.openlane.eu/en/carv6/auction/10726591
2026-03-28 15:20:43 [adesa.be] INFO: Found listing with ID: 10726593
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726593%27 HTTP/1.1" 200 None
2026-03-28 15:20:43 [adesa.be] INFO: Scrape type for 10726593: 0
2026-03-28 15:20:43 [adesa.be] INFO: Skipping item 10726593 url https://www.openlane.eu/en/carv6/auction/10726593
2026-03-28 15:20:43 [adesa.be] INFO: Found listing with ID: 10726595
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726595%27 HTTP/1.1" 200 None
2026-03-28 15:20:43 [adesa.be] INFO: Scrape type for 10726595: 0
2026-03-28 15:20:43 [adesa.be] INFO: Skipping item 10726595 url https://www.openlane.eu/en/carv6/auction/10726595
2026-03-28 15:20:43 [adesa.be] INFO: Found listing with ID: 10726598
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726598%27 HTTP/1.1" 200 None
2026-03-28 15:20:43 [adesa.be] INFO: Scrape type for 10726598: 0
2026-03-28 15:20:43 [adesa.be] INFO: Skipping item 10726598 url https://www.openlane.eu/en/carv6/auction/10726598
2026-03-28 15:20:43 [adesa.be] INFO: Found listing with ID: 10726605
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726605%27 HTTP/1.1" 200 None
2026-03-28 15:20:43 [adesa.be] INFO: Scrape type for 10726605: 0
2026-03-28 15:20:43 [adesa.be] INFO: Skipping item 10726605 url https://www.openlane.eu/en/carv6/auction/10726605
2026-03-28 15:20:43 [adesa.be] INFO: Found listing with ID: 10726607
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726607%27 HTTP/1.1" 200 None
2026-03-28 15:20:43 [adesa.be] INFO: Scrape type for 10726607: 0
2026-03-28 15:20:43 [adesa.be] INFO: Skipping item 10726607 url https://www.openlane.eu/en/carv6/auction/10726607
2026-03-28 15:20:43 [adesa.be] INFO: Found listing with ID: 10726603
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726603%27 HTTP/1.1" 200 None
2026-03-28 15:20:43 [adesa.be] INFO: Scrape type for 10726603: 0
2026-03-28 15:20:43 [adesa.be] INFO: Skipping item 10726603 url https://www.openlane.eu/en/carv6/auction/10726603
2026-03-28 15:20:43 [adesa.be] INFO: Found listing with ID: 10726601
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726601%27 HTTP/1.1" 200 None
2026-03-28 15:20:43 [adesa.be] INFO: Scrape type for 10726601: 0
2026-03-28 15:20:43 [adesa.be] INFO: Skipping item 10726601 url https://www.openlane.eu/en/carv6/auction/10726601
2026-03-28 15:20:43 [adesa.be] INFO: Found listing with ID: 10726613
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726613%27 HTTP/1.1" 200 None
2026-03-28 15:20:43 [adesa.be] INFO: Scrape type for 10726613: 0
2026-03-28 15:20:43 [adesa.be] INFO: Skipping item 10726613 url https://www.openlane.eu/en/carv6/auction/10726613
2026-03-28 15:20:43 [adesa.be] INFO: Found listing with ID: 10726620
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726620%27 HTTP/1.1" 200 None
2026-03-28 15:20:43 [adesa.be] INFO: Scrape type for 10726620: 0
2026-03-28 15:20:43 [adesa.be] INFO: Skipping item 10726620 url https://www.openlane.eu/en/carv6/auction/10726620
2026-03-28 15:20:43 [adesa.be] INFO: Found listing with ID: 10726621
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726621%27 HTTP/1.1" 200 None
2026-03-28 15:20:43 [adesa.be] INFO: Scrape type for 10726621: 0
2026-03-28 15:20:43 [adesa.be] INFO: Skipping item 10726621 url https://www.openlane.eu/en/carv6/auction/10726621
2026-03-28 15:20:43 [adesa.be] INFO: Found listing with ID: 10726624
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726624%27 HTTP/1.1" 200 None
2026-03-28 15:20:43 [adesa.be] INFO: Scrape type for 10726624: 0
2026-03-28 15:20:43 [adesa.be] INFO: Skipping item 10726624 url https://www.openlane.eu/en/carv6/auction/10726624
2026-03-28 15:20:43 [adesa.be] INFO: Found listing with ID: 10726627
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726627%27 HTTP/1.1" 200 None
2026-03-28 15:20:43 [adesa.be] INFO: Scrape type for 10726627: 0
2026-03-28 15:20:43 [adesa.be] INFO: Skipping item 10726627 url https://www.openlane.eu/en/carv6/auction/10726627
2026-03-28 15:20:43 [adesa.be] INFO: Found listing with ID: 10726632
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726632%27 HTTP/1.1" 200 None
2026-03-28 15:20:43 [adesa.be] INFO: Scrape type for 10726632: 0
2026-03-28 15:20:43 [adesa.be] INFO: Skipping item 10726632 url https://www.openlane.eu/en/carv6/auction/10726632
2026-03-28 15:20:43 [adesa.be] INFO: Found listing with ID: 10726631
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726631%27 HTTP/1.1" 200 None
2026-03-28 15:20:43 [adesa.be] INFO: Scrape type for 10726631: 0
2026-03-28 15:20:43 [adesa.be] INFO: Skipping item 10726631 url https://www.openlane.eu/en/carv6/auction/10726631
2026-03-28 15:20:43 [adesa.be] INFO: Found listing with ID: 10726635
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726635%27 HTTP/1.1" 200 None
2026-03-28 15:20:43 [adesa.be] INFO: Scrape type for 10726635: 2
2026-03-28 15:20:43 [adesa.be] INFO: Scraping item 10726635 url https://www.openlane.eu/en/carv6/auction/10726635
2026-03-28 15:20:43 [adesa.be] INFO: Found listing with ID: 10726636
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726636%27 HTTP/1.1" 200 None
2026-03-28 15:20:43 [adesa.be] INFO: Scrape type for 10726636: 0
2026-03-28 15:20:43 [adesa.be] INFO: Skipping item 10726636 url https://www.openlane.eu/en/carv6/auction/10726636
2026-03-28 15:20:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726323> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726325> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726319> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726421> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec48ffab-af77-5d50-9a0c-34ab29d8089e with identifier: 10726323
2026-03-28 15:20:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec48ffab-af77-5d50-9a0c-34ab29d8089e with scrape type 2
2026-03-28 15:20:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec48ffab-af77-5d50-9a0c-34ab29d8089e with scrape type 2
2026-03-28 15:20:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: ec48ffab-af77-5d50-9a0c-34ab29d8089e, identifier: 10726323
2026-03-28 15:20:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: ec48ffab-af77-5d50-9a0c-34ab29d8089e with identifier: 10726323
2026-03-28 15:20:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: ec48ffab-af77-5d50-9a0c-34ab29d8089e with identifier: 10726323
2026-03-28 15:20:44 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: ec48ffab-af77-5d50-9a0c-34ab29d8089e with identifier: 10726323 to the API
2026-03-28 15:20:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10726323>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 116,
'expiration_date': '2026-03-31T08:30:00Z',
'fuel_type': 'Diesel',
'id': 'ec48ffab-af77-5d50-9a0c-34ab29d8089e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2AUH521',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726323',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'A3',
'odometer': 73865,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 10500,
'price_includes_vat': True,
'registration_date': '2021-07-20',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Audi A3 Sportback 30 TDI Attraction - Diesel - Manual - 116 hp - '
'73.865 km',
'transmission': 'manual',
'trim': 'Attraction',
'vin': None,
'year': 2021}
2026-03-28 15:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726323%27 HTTP/1.1" 200 None
2026-03-28 15:20:45 [adesa.be] INFO: Saving data for 10726323: {'auction_closing_time': 1774945800.0, 'created_time': 1774520160.45791, 'last_price_update_time': 1774711245.100738}
2026-03-28 15:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10726323') HTTP/1.1" 204 0
2026-03-28 15:20:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726322> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726346> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcec9a5a-5260-527a-883a-ce2f9dbcdfae with identifier: 10726325
2026-03-28 15:20:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcec9a5a-5260-527a-883a-ce2f9dbcdfae with scrape type 2
2026-03-28 15:20:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fcec9a5a-5260-527a-883a-ce2f9dbcdfae with scrape type 2
2026-03-28 15:20:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: fcec9a5a-5260-527a-883a-ce2f9dbcdfae, identifier: 10726325
2026-03-28 15:20:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abb58f52-06f3-564a-9246-816d5f0b0c8a with identifier: 10726319
2026-03-28 15:20:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abb58f52-06f3-564a-9246-816d5f0b0c8a with scrape type 2
2026-03-28 15:20:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abb58f52-06f3-564a-9246-816d5f0b0c8a with scrape type 2
2026-03-28 15:20:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: abb58f52-06f3-564a-9246-816d5f0b0c8a, identifier: 10726319
2026-03-28 15:20:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e2dd648-408f-5b14-839e-a147d1f9e748 with identifier: 10726421
2026-03-28 15:20:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e2dd648-408f-5b14-839e-a147d1f9e748 with scrape type 2
2026-03-28 15:20:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e2dd648-408f-5b14-839e-a147d1f9e748 with scrape type 2
2026-03-28 15:20:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 1e2dd648-408f-5b14-839e-a147d1f9e748, identifier: 10726421
2026-03-28 15:20:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: fcec9a5a-5260-527a-883a-ce2f9dbcdfae with identifier: 10726325
2026-03-28 15:20:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: fcec9a5a-5260-527a-883a-ce2f9dbcdfae with identifier: 10726325
2026-03-28 15:20:45 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: fcec9a5a-5260-527a-883a-ce2f9dbcdfae with identifier: 10726325 to the API
2026-03-28 15:20:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10726325>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 136,
'expiration_date': '2026-03-31T08:30:00Z',
'fuel_type': 'Diesel',
'id': 'fcec9a5a-5260-527a-883a-ce2f9dbcdfae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YTT603',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726325',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'A4',
'odometer': 102933,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 10500,
'price_includes_vat': True,
'registration_date': '2020-12-10',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Audi A4 Avant 30 TDI Business - Diesel - Automatic - 136 hp - '
'102.933 km',
'transmission': 'automatic',
'trim': 'Business',
'vin': None,
'year': 2020}
2026-03-28 15:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726325%27 HTTP/1.1" 200 None
2026-03-28 15:20:45 [adesa.be] INFO: Saving data for 10726325: {'auction_closing_time': 1774945800.0, 'created_time': 1774520163.681782, 'last_price_update_time': 1774711245.967205}
2026-03-28 15:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10726325') HTTP/1.1" 204 0
2026-03-28 15:20:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: abb58f52-06f3-564a-9246-816d5f0b0c8a with identifier: 10726319
2026-03-28 15:20:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: abb58f52-06f3-564a-9246-816d5f0b0c8a with identifier: 10726319
2026-03-28 15:20:46 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: abb58f52-06f3-564a-9246-816d5f0b0c8a with identifier: 10726319 to the API
2026-03-28 15:20:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10726319>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T08:30:00Z',
'fuel_type': 'Diesel',
'id': 'abb58f52-06f3-564a-9246-816d5f0b0c8a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BEN167',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726319',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'A3',
'odometer': 143478,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 12000,
'price_includes_vat': True,
'registration_date': '2021-10-22',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Audi A3 Sportback 35 TDI Business - Diesel - Automatic - 150 hp - '
'143.478 km',
'transmission': 'automatic',
'trim': 'Business',
'vin': None,
'year': 2021}
2026-03-28 15:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726319%27 HTTP/1.1" 200 None
2026-03-28 15:20:46 [adesa.be] INFO: Saving data for 10726319: {'auction_closing_time': 1774945800.0, 'created_time': 1774520166.581634, 'last_price_update_time': 1774711246.63485}
2026-03-28 15:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10726319') HTTP/1.1" 204 0
2026-03-28 15:20:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 1e2dd648-408f-5b14-839e-a147d1f9e748 with identifier: 10726421
2026-03-28 15:20:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 1e2dd648-408f-5b14-839e-a147d1f9e748 with identifier: 10726421
2026-03-28 15:20:46 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 1e2dd648-408f-5b14-839e-a147d1f9e748 with identifier: 10726421 to the API
2026-03-28 15:20:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10726421>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 136,
'expiration_date': '2026-03-31T08:30:00Z',
'fuel_type': 'Petrol',
'id': '1e2dd648-408f-5b14-839e-a147d1f9e748',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BLE791',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726421',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': 'X1',
'odometer': 75775,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13700,
'price_includes_vat': True,
'registration_date': '2022-01-03',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'BMW X1 18i - Petrol - Automatic - 136 hp - 75.775 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-28 15:20:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726421%27 HTTP/1.1" 200 None
2026-03-28 15:20:47 [adesa.be] INFO: Saving data for 10726421: {'auction_closing_time': 1774945800.0, 'created_time': 1774520184.082574, 'last_price_update_time': 1774711247.431717}
2026-03-28 15:20:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10726421') HTTP/1.1" 204 0
2026-03-28 15:20:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726442> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b707c76-1e20-50b2-bd22-3e1a47a4584d with identifier: 10726322
2026-03-28 15:20:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b707c76-1e20-50b2-bd22-3e1a47a4584d with scrape type 2
2026-03-28 15:20:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b707c76-1e20-50b2-bd22-3e1a47a4584d with scrape type 2
2026-03-28 15:20:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 9b707c76-1e20-50b2-bd22-3e1a47a4584d, identifier: 10726322
2026-03-28 15:20:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b2eaf0e-1c0f-547d-980a-a72b7bf484d6 with identifier: 10726346
2026-03-28 15:20:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b2eaf0e-1c0f-547d-980a-a72b7bf484d6 with scrape type 2
2026-03-28 15:20:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b2eaf0e-1c0f-547d-980a-a72b7bf484d6 with scrape type 2
2026-03-28 15:20:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 3b2eaf0e-1c0f-547d-980a-a72b7bf484d6, identifier: 10726346
2026-03-28 15:20:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 9b707c76-1e20-50b2-bd22-3e1a47a4584d with identifier: 10726322
2026-03-28 15:20:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 9b707c76-1e20-50b2-bd22-3e1a47a4584d with identifier: 10726322
2026-03-28 15:20:47 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 9b707c76-1e20-50b2-bd22-3e1a47a4584d with identifier: 10726322 to the API
2026-03-28 15:20:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10726322>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T08:30:00Z',
'fuel_type': 'Petrol',
'id': '9b707c76-1e20-50b2-bd22-3e1a47a4584d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BNY801',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726322',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'A3',
'odometer': 57899,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 11500,
'price_includes_vat': True,
'registration_date': '2022-01-31',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Audi A3 Sportback 35 TFSI Advanced - Petrol - Manual - 150 hp - '
'57.899 km',
'transmission': 'manual',
'trim': 'Advanced',
'vin': None,
'year': 2022}
2026-03-28 15:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726322%27 HTTP/1.1" 200 None
2026-03-28 15:20:48 [adesa.be] INFO: Saving data for 10726322: {'auction_closing_time': 1774945800.0, 'created_time': 1774520166.200437, 'last_price_update_time': 1774711248.128184}
2026-03-28 15:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10726322') HTTP/1.1" 204 0
2026-03-28 15:20:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 3b2eaf0e-1c0f-547d-980a-a72b7bf484d6 with identifier: 10726346
2026-03-28 15:20:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 3b2eaf0e-1c0f-547d-980a-a72b7bf484d6 with identifier: 10726346
2026-03-28 15:20:48 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 3b2eaf0e-1c0f-547d-980a-a72b7bf484d6 with identifier: 10726346 to the API
2026-03-28 15:20:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10726346>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 116,
'expiration_date': '2026-03-31T08:30:00Z',
'fuel_type': 'Diesel',
'id': '3b2eaf0e-1c0f-547d-980a-a72b7bf484d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2ACU639',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726346',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'Q2',
'odometer': 167539,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 10600,
'price_includes_vat': True,
'registration_date': '2021-02-23',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Audi Q2 30 TDI Advanced - Diesel - Automatic - 116 hp - 167.539 km',
'transmission': 'automatic',
'trim': 'Advanced',
'vin': None,
'year': 2021}
2026-03-28 15:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726346%27 HTTP/1.1" 200 None
2026-03-28 15:20:48 [adesa.be] INFO: Saving data for 10726346: {'auction_closing_time': 1774945800.0, 'created_time': 1774520162.065229, 'last_price_update_time': 1774711248.710918}
2026-03-28 15:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10726346') HTTP/1.1" 204 0
2026-03-28 15:20:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726431> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726424> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726434> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b54fbb15-da1b-517e-8ee0-98c744239a05 with identifier: 10726442
2026-03-28 15:20:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b54fbb15-da1b-517e-8ee0-98c744239a05 with scrape type 2
2026-03-28 15:20:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b54fbb15-da1b-517e-8ee0-98c744239a05 with scrape type 2
2026-03-28 15:20:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: b54fbb15-da1b-517e-8ee0-98c744239a05, identifier: 10726442
2026-03-28 15:20:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: b54fbb15-da1b-517e-8ee0-98c744239a05 with identifier: 10726442
2026-03-28 15:20:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: b54fbb15-da1b-517e-8ee0-98c744239a05 with identifier: 10726442
2026-03-28 15:20:48 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: b54fbb15-da1b-517e-8ee0-98c744239a05 with identifier: 10726442 to the API
2026-03-28 15:20:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10726442>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 190,
'expiration_date': '2026-03-31T08:30:00Z',
'fuel_type': 'Diesel',
'id': 'b54fbb15-da1b-517e-8ee0-98c744239a05',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YQL006',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726442',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': 'X3',
'odometer': 137644,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 19400,
'price_includes_vat': True,
'registration_date': '2020-11-04',
'seats_number': 5,
'seller_name': 'Ayvens-BE',
'title': 'BMW X3 20d M Sport - xDrive - Diesel - Automatic - 190 hp - 137.644 '
'km',
'transmission': 'automatic',
'trim': 'M Sport',
'vin': None,
'year': 2020}
2026-03-28 15:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726442%27 HTTP/1.1" 200 None
2026-03-28 15:20:49 [adesa.be] INFO: Saving data for 10726442: {'auction_closing_time': 1774945800.0, 'created_time': 1774520142.033418, 'last_price_update_time': 1774711249.759688}
2026-03-28 15:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10726442') HTTP/1.1" 204 0
2026-03-28 15:20:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726635> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26197bd0-649b-5acf-84d3-57171a466ca8 with identifier: 10726431
2026-03-28 15:20:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26197bd0-649b-5acf-84d3-57171a466ca8 with scrape type 2
2026-03-28 15:20:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26197bd0-649b-5acf-84d3-57171a466ca8 with scrape type 2
2026-03-28 15:20:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 26197bd0-649b-5acf-84d3-57171a466ca8, identifier: 10726431
2026-03-28 15:20:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: afeea935-2035-5704-bdac-63c36e57fa1b with identifier: 10726424
2026-03-28 15:20:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afeea935-2035-5704-bdac-63c36e57fa1b with scrape type 2
2026-03-28 15:20:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item afeea935-2035-5704-bdac-63c36e57fa1b with scrape type 2
2026-03-28 15:20:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: afeea935-2035-5704-bdac-63c36e57fa1b, identifier: 10726424
2026-03-28 15:20:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2725c416-5f98-5085-883e-5031b7a63756 with identifier: 10726434
2026-03-28 15:20:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2725c416-5f98-5085-883e-5031b7a63756 with scrape type 2
2026-03-28 15:20:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2725c416-5f98-5085-883e-5031b7a63756 with scrape type 2
2026-03-28 15:20:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 2725c416-5f98-5085-883e-5031b7a63756, identifier: 10726434
2026-03-28 15:20:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 26197bd0-649b-5acf-84d3-57171a466ca8 with identifier: 10726431
2026-03-28 15:20:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 26197bd0-649b-5acf-84d3-57171a466ca8 with identifier: 10726431
2026-03-28 15:20:50 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 26197bd0-649b-5acf-84d3-57171a466ca8 with identifier: 10726431 to the API
2026-03-28 15:20:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10726431>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 220,
'expiration_date': '2026-03-31T08:30:00Z',
'fuel_type': 'Hybrid',
'id': '26197bd0-649b-5acf-84d3-57171a466ca8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BRC374',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726431',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': 'X1',
'odometer': 89351,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 14200,
'price_includes_vat': True,
'registration_date': '2022-02-22',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'BMW X1 25e Business Design - xDrive - Hybrid - Automatic - 220 hp - '
'89.351 km',
'transmission': 'automatic',
'trim': 'Business Design',
'vin': None,
'year': 2022}
2026-03-28 15:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726431%27 HTTP/1.1" 200 None
2026-03-28 15:20:50 [adesa.be] INFO: Saving data for 10726431: {'auction_closing_time': 1774945800.0, 'created_time': 1774520163.270541, 'last_price_update_time': 1774711250.788711}
2026-03-28 15:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10726431') HTTP/1.1" 204 0
2026-03-28 15:20:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: afeea935-2035-5704-bdac-63c36e57fa1b with identifier: 10726424
2026-03-28 15:20:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: afeea935-2035-5704-bdac-63c36e57fa1b with identifier: 10726424
2026-03-28 15:20:50 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: afeea935-2035-5704-bdac-63c36e57fa1b with identifier: 10726424 to the API
2026-03-28 15:20:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10726424>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 220,
'expiration_date': '2026-03-31T08:30:00Z',
'fuel_type': 'Hybrid',
'id': 'afeea935-2035-5704-bdac-63c36e57fa1b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YVU027',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726424',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': 'X1',
'odometer': 79604,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13100,
'price_includes_vat': True,
'registration_date': '2021-01-05',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'BMW X1 25e - xDrive - Hybrid - Automatic - 220 hp - 79.604 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2021}
2026-03-28 15:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726424%27 HTTP/1.1" 200 None
2026-03-28 15:20:51 [adesa.be] INFO: Saving data for 10726424: {'auction_closing_time': 1774945800.0, 'created_time': 1774520161.295793, 'last_price_update_time': 1774711251.212489}
2026-03-28 15:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10726424') HTTP/1.1" 204 0
2026-03-28 15:20:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 2725c416-5f98-5085-883e-5031b7a63756 with identifier: 10726434
2026-03-28 15:20:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 2725c416-5f98-5085-883e-5031b7a63756 with identifier: 10726434
2026-03-28 15:20:51 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 2725c416-5f98-5085-883e-5031b7a63756 with identifier: 10726434 to the API
2026-03-28 15:20:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10726434>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 136,
'expiration_date': '2026-03-31T08:30:00Z',
'fuel_type': 'Petrol',
'id': '2725c416-5f98-5085-883e-5031b7a63756',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CGY680',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726434',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': 'X2',
'odometer': 41905,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13100,
'price_includes_vat': True,
'registration_date': '2022-07-25',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'BMW X2 18i - Petrol - Automatic - 136 hp - 41.905 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-28 15:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726434%27 HTTP/1.1" 200 None
2026-03-28 15:20:51 [adesa.be] INFO: Saving data for 10726434: {'auction_closing_time': 1774945800.0, 'created_time': 1774520164.048775, 'last_price_update_time': 1774711251.952727}
2026-03-28 15:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10726434') HTTP/1.1" 204 0
2026-03-28 15:20:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726436> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3833b1d8-fe5e-5d6a-9d8d-fae3a8124450 with identifier: 10726635
2026-03-28 15:20:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3833b1d8-fe5e-5d6a-9d8d-fae3a8124450 with scrape type 2
2026-03-28 15:20:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3833b1d8-fe5e-5d6a-9d8d-fae3a8124450 with scrape type 2
2026-03-28 15:20:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 3833b1d8-fe5e-5d6a-9d8d-fae3a8124450, identifier: 10726635
2026-03-28 15:20:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 3833b1d8-fe5e-5d6a-9d8d-fae3a8124450 with identifier: 10726635
2026-03-28 15:20:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 3833b1d8-fe5e-5d6a-9d8d-fae3a8124450 with identifier: 10726635
2026-03-28 15:20:52 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 3833b1d8-fe5e-5d6a-9d8d-fae3a8124450 with identifier: 10726635 to the API
2026-03-28 15:20:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10726635>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 669,
'expiration_date': '2026-03-31T08:30:00Z',
'fuel_type': 'Electric',
'id': '3833b1d8-fe5e-5d6a-9d8d-fae3a8124450',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2FQE880',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726635',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Tesla',
'model': 'Model S',
'odometer': 49783,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 43600,
'price_includes_vat': True,
'registration_date': '2024-07-10',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Tesla Model S - Dual Motor - Electric - Automatic - 669 hp - 49.783 '
'km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2024}
2026-03-28 15:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726635%27 HTTP/1.1" 200 None
2026-03-28 15:20:52 [adesa.be] INFO: Saving data for 10726635: {'auction_closing_time': 1774945800.0, 'created_time': 1774520171.769579, 'last_price_update_time': 1774711252.452522}
2026-03-28 15:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10726635') HTTP/1.1" 204 0
2026-03-28 15:20:52 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb8f1459-d6d7-5376-9c26-a19cbcd1f373 with identifier: 10726436
2026-03-28 15:20:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb8f1459-d6d7-5376-9c26-a19cbcd1f373 with scrape type 2
2026-03-28 15:20:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb8f1459-d6d7-5376-9c26-a19cbcd1f373 with scrape type 2
2026-03-28 15:20:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: bb8f1459-d6d7-5376-9c26-a19cbcd1f373, identifier: 10726436
2026-03-28 15:20:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: bb8f1459-d6d7-5376-9c26-a19cbcd1f373 with identifier: 10726436
2026-03-28 15:20:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: bb8f1459-d6d7-5376-9c26-a19cbcd1f373 with identifier: 10726436
2026-03-28 15:20:52 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: bb8f1459-d6d7-5376-9c26-a19cbcd1f373 with identifier: 10726436 to the API
2026-03-28 15:20:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10726436>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-03-31T08:30:00Z',
'fuel_type': 'Diesel',
'id': 'bb8f1459-d6d7-5376-9c26-a19cbcd1f373',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BPB320A',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726436',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': 'X3',
'odometer': 33237,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 21400,
'price_includes_vat': True,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'BMW X3 18d X Line - Diesel - Automatic - 150 hp - 33.237 km',
'transmission': 'automatic',
'trim': 'X Line',
'vin': None,
'year': 2022}
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726436%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Saving data for 10726436: {'auction_closing_time': 1774945800.0, 'created_time': 1774520169.986044, 'last_price_update_time': 1774711253.181368}
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10726436') HTTP/1.1" 204 0
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10726637
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726637%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10726637: 0
2026-03-28 15:20:53 [adesa.be] INFO: Skipping item 10726637 url https://www.openlane.eu/en/carv6/auction/10726637
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10726644
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726644%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10726644: 0
2026-03-28 15:20:53 [adesa.be] INFO: Skipping item 10726644 url https://www.openlane.eu/en/carv6/auction/10726644
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10726645
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726645%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10726645: 0
2026-03-28 15:20:53 [adesa.be] INFO: Skipping item 10726645 url https://www.openlane.eu/en/carv6/auction/10726645
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10726650
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726650%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10726650: 2
2026-03-28 15:20:53 [adesa.be] INFO: Scraping item 10726650 url https://www.openlane.eu/en/carv6/auction/10726650
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10726651
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726651%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10726651: 2
2026-03-28 15:20:53 [adesa.be] INFO: Scraping item 10726651 url https://www.openlane.eu/en/carv6/auction/10726651
2026-03-28 15:20:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10726653
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726653%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10726653: 0
2026-03-28 15:20:53 [adesa.be] INFO: Skipping item 10726653 url https://www.openlane.eu/en/carv6/auction/10726653
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10726654
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726654%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10726654: 0
2026-03-28 15:20:53 [adesa.be] INFO: Skipping item 10726654 url https://www.openlane.eu/en/carv6/auction/10726654
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10726656
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726656%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10726656: 0
2026-03-28 15:20:53 [adesa.be] INFO: Skipping item 10726656 url https://www.openlane.eu/en/carv6/auction/10726656
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10726658
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726658%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10726658: 0
2026-03-28 15:20:53 [adesa.be] INFO: Skipping item 10726658 url https://www.openlane.eu/en/carv6/auction/10726658
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10726660
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726660%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10726660: 0
2026-03-28 15:20:53 [adesa.be] INFO: Skipping item 10726660 url https://www.openlane.eu/en/carv6/auction/10726660
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10726661
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726661%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10726661: 0
2026-03-28 15:20:53 [adesa.be] INFO: Skipping item 10726661 url https://www.openlane.eu/en/carv6/auction/10726661
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10726663
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726663%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10726663: 0
2026-03-28 15:20:53 [adesa.be] INFO: Skipping item 10726663 url https://www.openlane.eu/en/carv6/auction/10726663
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10726666
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726666%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10726666: 0
2026-03-28 15:20:53 [adesa.be] INFO: Skipping item 10726666 url https://www.openlane.eu/en/carv6/auction/10726666
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10726670
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726670%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10726670: 0
2026-03-28 15:20:53 [adesa.be] INFO: Skipping item 10726670 url https://www.openlane.eu/en/carv6/auction/10726670
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10726945
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726945%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10726945: 0
2026-03-28 15:20:53 [adesa.be] INFO: Skipping item 10726945 url https://www.openlane.eu/en/carv6/auction/10726945
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10726999
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726999%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10726999: 0
2026-03-28 15:20:53 [adesa.be] INFO: Skipping item 10726999 url https://www.openlane.eu/en/carv6/auction/10726999
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10720661
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720661%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10720661: 0
2026-03-28 15:20:53 [adesa.be] INFO: Skipping item 10720661 url https://www.openlane.eu/en/carv6/auction/10720661
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10720669
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720669%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10720669: 0
2026-03-28 15:20:53 [adesa.be] INFO: Skipping item 10720669 url https://www.openlane.eu/en/carv6/auction/10720669
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10720671
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720671%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10720671: 0
2026-03-28 15:20:53 [adesa.be] INFO: Skipping item 10720671 url https://www.openlane.eu/en/carv6/auction/10720671
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10720672
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720672%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10720672: 0
2026-03-28 15:20:53 [adesa.be] INFO: Skipping item 10720672 url https://www.openlane.eu/en/carv6/auction/10720672
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10720673
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720673%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10720673: 0
2026-03-28 15:20:53 [adesa.be] INFO: Skipping item 10720673 url https://www.openlane.eu/en/carv6/auction/10720673
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10720675
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720675%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10720675: 0
2026-03-28 15:20:53 [adesa.be] INFO: Skipping item 10720675 url https://www.openlane.eu/en/carv6/auction/10720675
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10720677
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720677%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10720677: 0
2026-03-28 15:20:53 [adesa.be] INFO: Skipping item 10720677 url https://www.openlane.eu/en/carv6/auction/10720677
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10720678
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720678%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10720678: 0
2026-03-28 15:20:53 [adesa.be] INFO: Skipping item 10720678 url https://www.openlane.eu/en/carv6/auction/10720678
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10720676
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720676%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10720676: 0
2026-03-28 15:20:53 [adesa.be] INFO: Skipping item 10720676 url https://www.openlane.eu/en/carv6/auction/10720676
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10720685
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720685%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10720685: 0
2026-03-28 15:20:53 [adesa.be] INFO: Skipping item 10720685 url https://www.openlane.eu/en/carv6/auction/10720685
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10720684
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720684%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10720684: 0
2026-03-28 15:20:53 [adesa.be] INFO: Skipping item 10720684 url https://www.openlane.eu/en/carv6/auction/10720684
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10720683
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720683%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10720683: 0
2026-03-28 15:20:53 [adesa.be] INFO: Skipping item 10720683 url https://www.openlane.eu/en/carv6/auction/10720683
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10720686
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720686%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10720686: 0
2026-03-28 15:20:53 [adesa.be] INFO: Skipping item 10720686 url https://www.openlane.eu/en/carv6/auction/10720686
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10720688
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720688%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10720688: 0
2026-03-28 15:20:53 [adesa.be] INFO: Skipping item 10720688 url https://www.openlane.eu/en/carv6/auction/10720688
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10720687
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720687%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10720687: 0
2026-03-28 15:20:53 [adesa.be] INFO: Skipping item 10720687 url https://www.openlane.eu/en/carv6/auction/10720687
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10720692
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720692%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10720692: 0
2026-03-28 15:20:53 [adesa.be] INFO: Skipping item 10720692 url https://www.openlane.eu/en/carv6/auction/10720692
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10720700
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720700%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10720700: 0
2026-03-28 15:20:53 [adesa.be] INFO: Skipping item 10720700 url https://www.openlane.eu/en/carv6/auction/10720700
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10720698
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720698%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10720698: 0
2026-03-28 15:20:53 [adesa.be] INFO: Skipping item 10720698 url https://www.openlane.eu/en/carv6/auction/10720698
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10720699
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720699%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10720699: 0
2026-03-28 15:20:53 [adesa.be] INFO: Skipping item 10720699 url https://www.openlane.eu/en/carv6/auction/10720699
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10720701
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720701%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10720701: 0
2026-03-28 15:20:53 [adesa.be] INFO: Skipping item 10720701 url https://www.openlane.eu/en/carv6/auction/10720701
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10720702
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720702%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10720702: 0
2026-03-28 15:20:53 [adesa.be] INFO: Skipping item 10720702 url https://www.openlane.eu/en/carv6/auction/10720702
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10720703
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720703%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10720703: 0
2026-03-28 15:20:53 [adesa.be] INFO: Skipping item 10720703 url https://www.openlane.eu/en/carv6/auction/10720703
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10720704
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720704%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10720704: 0
2026-03-28 15:20:53 [adesa.be] INFO: Skipping item 10720704 url https://www.openlane.eu/en/carv6/auction/10720704
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10720705
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720705%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10720705: 0
2026-03-28 15:20:53 [adesa.be] INFO: Skipping item 10720705 url https://www.openlane.eu/en/carv6/auction/10720705
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10720706
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720706%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10720706: 0
2026-03-28 15:20:53 [adesa.be] INFO: Skipping item 10720706 url https://www.openlane.eu/en/carv6/auction/10720706
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10720707
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720707%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10720707: 0
2026-03-28 15:20:53 [adesa.be] INFO: Skipping item 10720707 url https://www.openlane.eu/en/carv6/auction/10720707
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10720708
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720708%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10720708: 0
2026-03-28 15:20:53 [adesa.be] INFO: Skipping item 10720708 url https://www.openlane.eu/en/carv6/auction/10720708
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10720709
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720709%27 HTTP/1.1" 200 None
2026-03-28 15:20:53 [adesa.be] INFO: Scrape type for 10720709: 0
2026-03-28 15:20:53 [adesa.be] INFO: Skipping item 10720709 url https://www.openlane.eu/en/carv6/auction/10720709
2026-03-28 15:20:53 [adesa.be] INFO: Found listing with ID: 10720712
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720712%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720712: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720712 url https://www.openlane.eu/en/carv6/auction/10720712
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720710
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720710%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720710: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720710 url https://www.openlane.eu/en/carv6/auction/10720710
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720713
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720713%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720713: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720713 url https://www.openlane.eu/en/carv6/auction/10720713
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720717
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720717%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720717: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720717 url https://www.openlane.eu/en/carv6/auction/10720717
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720721
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720721%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720721: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720721 url https://www.openlane.eu/en/carv6/auction/10720721
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720725
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720725%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720725: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720725 url https://www.openlane.eu/en/carv6/auction/10720725
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720740
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720740%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720740: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720740 url https://www.openlane.eu/en/carv6/auction/10720740
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720742
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720742%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720742: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720742 url https://www.openlane.eu/en/carv6/auction/10720742
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720746
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720746%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720746: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720746 url https://www.openlane.eu/en/carv6/auction/10720746
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720749
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720749%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720749: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720749 url https://www.openlane.eu/en/carv6/auction/10720749
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720751
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720751%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720751: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720751 url https://www.openlane.eu/en/carv6/auction/10720751
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720752
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720752%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720752: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720752 url https://www.openlane.eu/en/carv6/auction/10720752
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720660
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720660%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720660: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720660 url https://www.openlane.eu/en/carv6/auction/10720660
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720664
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720664%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720664: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720664 url https://www.openlane.eu/en/carv6/auction/10720664
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720662
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720662%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720662: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720662 url https://www.openlane.eu/en/carv6/auction/10720662
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720666
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720666%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720666: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720666 url https://www.openlane.eu/en/carv6/auction/10720666
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720663
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720663%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720663: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720663 url https://www.openlane.eu/en/carv6/auction/10720663
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720667
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720667%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720667: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720667 url https://www.openlane.eu/en/carv6/auction/10720667
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720668
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720668%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720668: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720668 url https://www.openlane.eu/en/carv6/auction/10720668
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720670
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720670%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720670: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720670 url https://www.openlane.eu/en/carv6/auction/10720670
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720674
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720674%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720674: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720674 url https://www.openlane.eu/en/carv6/auction/10720674
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720679
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720679%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720679: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720679 url https://www.openlane.eu/en/carv6/auction/10720679
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720680
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720680%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720680: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720680 url https://www.openlane.eu/en/carv6/auction/10720680
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720681
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720681%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720681: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720681 url https://www.openlane.eu/en/carv6/auction/10720681
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720682
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720682%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720682: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720682 url https://www.openlane.eu/en/carv6/auction/10720682
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720690
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720690%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720690: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720690 url https://www.openlane.eu/en/carv6/auction/10720690
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720689
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720689%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720689: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720689 url https://www.openlane.eu/en/carv6/auction/10720689
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720691
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720691%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720691: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720691 url https://www.openlane.eu/en/carv6/auction/10720691
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720694
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720694%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720694: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720694 url https://www.openlane.eu/en/carv6/auction/10720694
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720693
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720693%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720693: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720693 url https://www.openlane.eu/en/carv6/auction/10720693
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720696
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720696%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720696: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720696 url https://www.openlane.eu/en/carv6/auction/10720696
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720695
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720695%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720695: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720695 url https://www.openlane.eu/en/carv6/auction/10720695
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720697
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720697%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720697: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720697 url https://www.openlane.eu/en/carv6/auction/10720697
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720711
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720711%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720711: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720711 url https://www.openlane.eu/en/carv6/auction/10720711
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720714
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720714%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720714: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720714 url https://www.openlane.eu/en/carv6/auction/10720714
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720716
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720716%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720716: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720716 url https://www.openlane.eu/en/carv6/auction/10720716
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720718
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720718%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720718: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720718 url https://www.openlane.eu/en/carv6/auction/10720718
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720719
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720719%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720719: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720719 url https://www.openlane.eu/en/carv6/auction/10720719
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720720
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720720%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720720: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720720 url https://www.openlane.eu/en/carv6/auction/10720720
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720715
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720715%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720715: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720715 url https://www.openlane.eu/en/carv6/auction/10720715
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720722
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720722%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720722: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720722 url https://www.openlane.eu/en/carv6/auction/10720722
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720723
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720723%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720723: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720723 url https://www.openlane.eu/en/carv6/auction/10720723
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720724
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720724%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720724: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720724 url https://www.openlane.eu/en/carv6/auction/10720724
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720727
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720727%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720727: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720727 url https://www.openlane.eu/en/carv6/auction/10720727
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720738
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720738%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720738: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720738 url https://www.openlane.eu/en/carv6/auction/10720738
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720739
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720739%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720739: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720739 url https://www.openlane.eu/en/carv6/auction/10720739
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720741
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720741%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720741: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720741 url https://www.openlane.eu/en/carv6/auction/10720741
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720743
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720743%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720743: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720743 url https://www.openlane.eu/en/carv6/auction/10720743
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720744
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720744%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720744: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720744 url https://www.openlane.eu/en/carv6/auction/10720744
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720745
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720745%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720745: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720745 url https://www.openlane.eu/en/carv6/auction/10720745
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720748
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720748%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720748: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720748 url https://www.openlane.eu/en/carv6/auction/10720748
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10720747
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720747%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10720747: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10720747 url https://www.openlane.eu/en/carv6/auction/10720747
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10715710
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715710%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10715710: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10715710 url https://www.openlane.eu/en/carv6/auction/10715710
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10715711
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715711%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10715711: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10715711 url https://www.openlane.eu/en/carv6/auction/10715711
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10715715
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715715%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10715715: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10715715 url https://www.openlane.eu/en/carv6/auction/10715715
2026-03-28 15:20:54 [adesa.be] INFO: Found listing with ID: 10715713
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715713%27 HTTP/1.1" 200 None
2026-03-28 15:20:54 [adesa.be] INFO: Scrape type for 10715713: 0
2026-03-28 15:20:54 [adesa.be] INFO: Skipping item 10715713 url https://www.openlane.eu/en/carv6/auction/10715713
2026-03-28 15:20:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726650> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e11c81d2-8b27-5ed2-889f-28c9d2fc4dc5 with identifier: 10726650
2026-03-28 15:20:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e11c81d2-8b27-5ed2-889f-28c9d2fc4dc5 with scrape type 2
2026-03-28 15:20:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e11c81d2-8b27-5ed2-889f-28c9d2fc4dc5 with scrape type 2
2026-03-28 15:20:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: e11c81d2-8b27-5ed2-889f-28c9d2fc4dc5, identifier: 10726650
2026-03-28 15:20:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: e11c81d2-8b27-5ed2-889f-28c9d2fc4dc5 with identifier: 10726650
2026-03-28 15:20:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: e11c81d2-8b27-5ed2-889f-28c9d2fc4dc5 with identifier: 10726650
2026-03-28 15:20:56 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: e11c81d2-8b27-5ed2-889f-28c9d2fc4dc5 with identifier: 10726650 to the API
2026-03-28 15:20:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:20:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:20:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10726650>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 75,
'expiration_date': '2026-03-31T08:30:00Z',
'fuel_type': 'Diesel',
'id': 'e11c81d2-8b27-5ed2-889f-28c9d2fc4dc5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BPS749',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726650',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 209411,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 6000,
'price_includes_vat': True,
'registration_date': '2022-02-08',
'seats_number': 2,
'seller_name': 'Ayvens België',
'title': 'Volkswagen Caddy 2.0 TDI Business - Diesel - Manual - 75 hp - '
'209.411 km',
'transmission': 'manual',
'trim': 'Business',
'vin': None,
'year': 2022}
2026-03-28 15:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726650%27 HTTP/1.1" 200 None
2026-03-28 15:20:56 [adesa.be] INFO: Saving data for 10726650: {'auction_closing_time': 1774945800.0, 'created_time': 1774520218.486295, 'last_price_update_time': 1774711256.772557}
2026-03-28 15:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10726650') HTTP/1.1" 204 0
2026-03-28 15:20:57 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:57 [adesa.be] INFO: Found listing with ID: 10715714
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715714%27 HTTP/1.1" 200 None
2026-03-28 15:20:57 [adesa.be] INFO: Scrape type for 10715714: 0
2026-03-28 15:20:57 [adesa.be] INFO: Skipping item 10715714 url https://www.openlane.eu/en/carv6/auction/10715714
2026-03-28 15:20:57 [adesa.be] INFO: Found listing with ID: 10715718
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715718%27 HTTP/1.1" 200 None
2026-03-28 15:20:57 [adesa.be] INFO: Scrape type for 10715718: 0
2026-03-28 15:20:57 [adesa.be] INFO: Skipping item 10715718 url https://www.openlane.eu/en/carv6/auction/10715718
2026-03-28 15:20:57 [adesa.be] INFO: Found listing with ID: 10715717
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715717%27 HTTP/1.1" 200 None
2026-03-28 15:20:57 [adesa.be] INFO: Scrape type for 10715717: 0
2026-03-28 15:20:57 [adesa.be] INFO: Skipping item 10715717 url https://www.openlane.eu/en/carv6/auction/10715717
2026-03-28 15:20:57 [adesa.be] INFO: Found listing with ID: 10715716
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715716%27 HTTP/1.1" 200 None
2026-03-28 15:20:57 [adesa.be] INFO: Scrape type for 10715716: 0
2026-03-28 15:20:57 [adesa.be] INFO: Skipping item 10715716 url https://www.openlane.eu/en/carv6/auction/10715716
2026-03-28 15:20:57 [adesa.be] INFO: Found listing with ID: 10715719
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715719%27 HTTP/1.1" 200 None
2026-03-28 15:20:57 [adesa.be] INFO: Scrape type for 10715719: 0
2026-03-28 15:20:57 [adesa.be] INFO: Skipping item 10715719 url https://www.openlane.eu/en/carv6/auction/10715719
2026-03-28 15:20:57 [adesa.be] INFO: Found listing with ID: 10715720
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715720%27 HTTP/1.1" 200 None
2026-03-28 15:20:57 [adesa.be] INFO: Scrape type for 10715720: 0
2026-03-28 15:20:57 [adesa.be] INFO: Skipping item 10715720 url https://www.openlane.eu/en/carv6/auction/10715720
2026-03-28 15:20:57 [adesa.be] INFO: Found listing with ID: 10715722
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715722%27 HTTP/1.1" 200 None
2026-03-28 15:20:57 [adesa.be] INFO: Scrape type for 10715722: 0
2026-03-28 15:20:57 [adesa.be] INFO: Skipping item 10715722 url https://www.openlane.eu/en/carv6/auction/10715722
2026-03-28 15:20:57 [adesa.be] INFO: Found listing with ID: 10715723
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715723%27 HTTP/1.1" 200 None
2026-03-28 15:20:57 [adesa.be] INFO: Scrape type for 10715723: 0
2026-03-28 15:20:57 [adesa.be] INFO: Skipping item 10715723 url https://www.openlane.eu/en/carv6/auction/10715723
2026-03-28 15:20:57 [adesa.be] INFO: Found listing with ID: 10715724
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715724%27 HTTP/1.1" 200 None
2026-03-28 15:20:57 [adesa.be] INFO: Scrape type for 10715724: 0
2026-03-28 15:20:57 [adesa.be] INFO: Skipping item 10715724 url https://www.openlane.eu/en/carv6/auction/10715724
2026-03-28 15:20:57 [adesa.be] INFO: Found listing with ID: 10715725
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715725%27 HTTP/1.1" 200 None
2026-03-28 15:20:57 [adesa.be] INFO: Scrape type for 10715725: 0
2026-03-28 15:20:57 [adesa.be] INFO: Skipping item 10715725 url https://www.openlane.eu/en/carv6/auction/10715725
2026-03-28 15:20:57 [adesa.be] INFO: Found listing with ID: 10715726
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715726%27 HTTP/1.1" 200 None
2026-03-28 15:20:57 [adesa.be] INFO: Scrape type for 10715726: 0
2026-03-28 15:20:57 [adesa.be] INFO: Skipping item 10715726 url https://www.openlane.eu/en/carv6/auction/10715726
2026-03-28 15:20:57 [adesa.be] INFO: Found listing with ID: 10715730
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715730%27 HTTP/1.1" 200 None
2026-03-28 15:20:57 [adesa.be] INFO: Scrape type for 10715730: 0
2026-03-28 15:20:57 [adesa.be] INFO: Skipping item 10715730 url https://www.openlane.eu/en/carv6/auction/10715730
2026-03-28 15:20:57 [adesa.be] INFO: Found listing with ID: 10715731
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715731%27 HTTP/1.1" 200 None
2026-03-28 15:20:57 [adesa.be] INFO: Scrape type for 10715731: 0
2026-03-28 15:20:57 [adesa.be] INFO: Skipping item 10715731 url https://www.openlane.eu/en/carv6/auction/10715731
2026-03-28 15:20:57 [adesa.be] INFO: Found listing with ID: 10715733
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715733%27 HTTP/1.1" 200 None
2026-03-28 15:20:57 [adesa.be] INFO: Scrape type for 10715733: 0
2026-03-28 15:20:57 [adesa.be] INFO: Skipping item 10715733 url https://www.openlane.eu/en/carv6/auction/10715733
2026-03-28 15:20:57 [adesa.be] INFO: Found listing with ID: 10715732
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715732%27 HTTP/1.1" 200 None
2026-03-28 15:20:57 [adesa.be] INFO: Scrape type for 10715732: 0
2026-03-28 15:20:57 [adesa.be] INFO: Skipping item 10715732 url https://www.openlane.eu/en/carv6/auction/10715732
2026-03-28 15:20:57 [adesa.be] INFO: Found listing with ID: 10715735
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715735%27 HTTP/1.1" 200 None
2026-03-28 15:20:57 [adesa.be] INFO: Scrape type for 10715735: 0
2026-03-28 15:20:57 [adesa.be] INFO: Skipping item 10715735 url https://www.openlane.eu/en/carv6/auction/10715735
2026-03-28 15:20:57 [adesa.be] INFO: Found listing with ID: 10715737
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715737%27 HTTP/1.1" 200 None
2026-03-28 15:20:57 [adesa.be] INFO: Scrape type for 10715737: 0
2026-03-28 15:20:57 [adesa.be] INFO: Skipping item 10715737 url https://www.openlane.eu/en/carv6/auction/10715737
2026-03-28 15:20:57 [adesa.be] INFO: Found listing with ID: 10715738
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715738%27 HTTP/1.1" 200 None
2026-03-28 15:20:57 [adesa.be] INFO: Scrape type for 10715738: 0
2026-03-28 15:20:57 [adesa.be] INFO: Skipping item 10715738 url https://www.openlane.eu/en/carv6/auction/10715738
2026-03-28 15:20:57 [adesa.be] INFO: Found listing with ID: 10715740
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715740%27 HTTP/1.1" 200 None
2026-03-28 15:20:57 [adesa.be] INFO: Scrape type for 10715740: 0
2026-03-28 15:20:57 [adesa.be] INFO: Skipping item 10715740 url https://www.openlane.eu/en/carv6/auction/10715740
2026-03-28 15:20:57 [adesa.be] INFO: Found listing with ID: 10715745
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715745%27 HTTP/1.1" 200 None
2026-03-28 15:20:57 [adesa.be] INFO: Scrape type for 10715745: 0
2026-03-28 15:20:57 [adesa.be] INFO: Skipping item 10715745 url https://www.openlane.eu/en/carv6/auction/10715745
2026-03-28 15:20:57 [adesa.be] INFO: Found listing with ID: 10715746
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715746%27 HTTP/1.1" 200 None
2026-03-28 15:20:57 [adesa.be] INFO: Scrape type for 10715746: 0
2026-03-28 15:20:57 [adesa.be] INFO: Skipping item 10715746 url https://www.openlane.eu/en/carv6/auction/10715746
2026-03-28 15:20:57 [adesa.be] INFO: Found listing with ID: 10715747
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715747%27 HTTP/1.1" 200 None
2026-03-28 15:20:57 [adesa.be] INFO: Scrape type for 10715747: 0
2026-03-28 15:20:57 [adesa.be] INFO: Skipping item 10715747 url https://www.openlane.eu/en/carv6/auction/10715747
2026-03-28 15:20:57 [adesa.be] INFO: Found listing with ID: 10715749
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715749%27 HTTP/1.1" 200 None
2026-03-28 15:20:57 [adesa.be] INFO: Scrape type for 10715749: 0
2026-03-28 15:20:57 [adesa.be] INFO: Skipping item 10715749 url https://www.openlane.eu/en/carv6/auction/10715749
2026-03-28 15:20:57 [adesa.be] INFO: Found listing with ID: 10715748
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715748%27 HTTP/1.1" 200 None
2026-03-28 15:20:57 [adesa.be] INFO: Scrape type for 10715748: 0
2026-03-28 15:20:57 [adesa.be] INFO: Skipping item 10715748 url https://www.openlane.eu/en/carv6/auction/10715748
2026-03-28 15:20:57 [adesa.be] INFO: Found listing with ID: 10715750
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715750%27 HTTP/1.1" 200 None
2026-03-28 15:20:57 [adesa.be] INFO: Scrape type for 10715750: 0
2026-03-28 15:20:57 [adesa.be] INFO: Skipping item 10715750 url https://www.openlane.eu/en/carv6/auction/10715750
2026-03-28 15:20:57 [adesa.be] INFO: Found listing with ID: 10715751
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715751%27 HTTP/1.1" 200 None
2026-03-28 15:20:57 [adesa.be] INFO: Scrape type for 10715751: 0
2026-03-28 15:20:57 [adesa.be] INFO: Skipping item 10715751 url https://www.openlane.eu/en/carv6/auction/10715751
2026-03-28 15:20:57 [adesa.be] INFO: Found listing with ID: 10715753
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715753%27 HTTP/1.1" 200 None
2026-03-28 15:20:57 [adesa.be] INFO: Scrape type for 10715753: 0
2026-03-28 15:20:57 [adesa.be] INFO: Skipping item 10715753 url https://www.openlane.eu/en/carv6/auction/10715753
2026-03-28 15:20:57 [adesa.be] INFO: Found listing with ID: 10715754
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715754%27 HTTP/1.1" 200 None
2026-03-28 15:20:57 [adesa.be] INFO: Scrape type for 10715754: 0
2026-03-28 15:20:57 [adesa.be] INFO: Skipping item 10715754 url https://www.openlane.eu/en/carv6/auction/10715754
2026-03-28 15:20:57 [adesa.be] INFO: Found listing with ID: 10715755
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715755%27 HTTP/1.1" 200 None
2026-03-28 15:20:57 [adesa.be] INFO: Scrape type for 10715755: 0
2026-03-28 15:20:57 [adesa.be] INFO: Skipping item 10715755 url https://www.openlane.eu/en/carv6/auction/10715755
2026-03-28 15:20:57 [adesa.be] INFO: Found listing with ID: 10715756
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715756%27 HTTP/1.1" 200 None
2026-03-28 15:20:57 [adesa.be] INFO: Scrape type for 10715756: 0
2026-03-28 15:20:57 [adesa.be] INFO: Skipping item 10715756 url https://www.openlane.eu/en/carv6/auction/10715756
2026-03-28 15:20:57 [adesa.be] INFO: Found listing with ID: 10715757
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715757%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10715757: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10715757 url https://www.openlane.eu/en/carv6/auction/10715757
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10715763
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715763%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10715763: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10715763 url https://www.openlane.eu/en/carv6/auction/10715763
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10715758
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715758%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10715758: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10715758 url https://www.openlane.eu/en/carv6/auction/10715758
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10715759
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715759%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10715759: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10715759 url https://www.openlane.eu/en/carv6/auction/10715759
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10715764
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715764%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10715764: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10715764 url https://www.openlane.eu/en/carv6/auction/10715764
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10715765
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715765%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10715765: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10715765 url https://www.openlane.eu/en/carv6/auction/10715765
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10715760
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715760%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10715760: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10715760 url https://www.openlane.eu/en/carv6/auction/10715760
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10715761
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715761%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10715761: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10715761 url https://www.openlane.eu/en/carv6/auction/10715761
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10715762
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715762%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10715762: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10715762 url https://www.openlane.eu/en/carv6/auction/10715762
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10715770
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715770%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10715770: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10715770 url https://www.openlane.eu/en/carv6/auction/10715770
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10715772
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715772%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10715772: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10715772 url https://www.openlane.eu/en/carv6/auction/10715772
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10715774
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715774%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10715774: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10715774 url https://www.openlane.eu/en/carv6/auction/10715774
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10715777
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715777%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10715777: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10715777 url https://www.openlane.eu/en/carv6/auction/10715777
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10715776
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715776%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10715776: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10715776 url https://www.openlane.eu/en/carv6/auction/10715776
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10715778
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715778%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10715778: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10715778 url https://www.openlane.eu/en/carv6/auction/10715778
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10715779
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710715779%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10715779: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10715779 url https://www.openlane.eu/en/carv6/auction/10715779
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10736540
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736540%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10736540: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10736540 url https://www.openlane.eu/en/carv6/auction/10736540
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10736541
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736541%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10736541: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10736541 url https://www.openlane.eu/en/carv6/auction/10736541
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10736543
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736543%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10736543: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10736543 url https://www.openlane.eu/en/carv6/auction/10736543
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10736542
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736542%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10736542: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10736542 url https://www.openlane.eu/en/carv6/auction/10736542
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10736544
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736544%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10736544: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10736544 url https://www.openlane.eu/en/carv6/auction/10736544
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10736545
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736545%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10736545: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10736545 url https://www.openlane.eu/en/carv6/auction/10736545
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10736546
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736546%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10736546: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10736546 url https://www.openlane.eu/en/carv6/auction/10736546
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10736547
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736547%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10736547: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10736547 url https://www.openlane.eu/en/carv6/auction/10736547
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10736548
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736548%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10736548: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10736548 url https://www.openlane.eu/en/carv6/auction/10736548
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10736549
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736549%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10736549: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10736549 url https://www.openlane.eu/en/carv6/auction/10736549
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10736550
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736550%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10736550: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10736550 url https://www.openlane.eu/en/carv6/auction/10736550
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10736551
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736551%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10736551: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10736551 url https://www.openlane.eu/en/carv6/auction/10736551
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10736552
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736552%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10736552: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10736552 url https://www.openlane.eu/en/carv6/auction/10736552
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10736553
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736553%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10736553: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10736553 url https://www.openlane.eu/en/carv6/auction/10736553
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10736554
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736554%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10736554: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10736554 url https://www.openlane.eu/en/carv6/auction/10736554
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10736555
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736555%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10736555: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10736555 url https://www.openlane.eu/en/carv6/auction/10736555
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10736556
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736556%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10736556: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10736556 url https://www.openlane.eu/en/carv6/auction/10736556
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10736557
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736557%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10736557: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10736557 url https://www.openlane.eu/en/carv6/auction/10736557
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10736558
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736558%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10736558: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10736558 url https://www.openlane.eu/en/carv6/auction/10736558
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10736559
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736559%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10736559: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10736559 url https://www.openlane.eu/en/carv6/auction/10736559
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10736560
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736560%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10736560: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10736560 url https://www.openlane.eu/en/carv6/auction/10736560
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10736561
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736561%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10736561: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10736561 url https://www.openlane.eu/en/carv6/auction/10736561
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10736563
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736563%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10736563: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10736563 url https://www.openlane.eu/en/carv6/auction/10736563
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10736562
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736562%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10736562: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10736562 url https://www.openlane.eu/en/carv6/auction/10736562
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10736564
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736564%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10736564: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10736564 url https://www.openlane.eu/en/carv6/auction/10736564
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10736565
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736565%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10736565: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10736565 url https://www.openlane.eu/en/carv6/auction/10736565
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10736566
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736566%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10736566: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10736566 url https://www.openlane.eu/en/carv6/auction/10736566
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10736567
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736567%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10736567: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10736567 url https://www.openlane.eu/en/carv6/auction/10736567
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10736568
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736568%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10736568: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10736568 url https://www.openlane.eu/en/carv6/auction/10736568
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10736569
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736569%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10736569: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10736569 url https://www.openlane.eu/en/carv6/auction/10736569
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10736571
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736571%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10736571: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10736571 url https://www.openlane.eu/en/carv6/auction/10736571
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10736570
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736570%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10736570: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10736570 url https://www.openlane.eu/en/carv6/auction/10736570
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10736572
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736572%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10736572: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10736572 url https://www.openlane.eu/en/carv6/auction/10736572
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10736574
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736574%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10736574: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10736574 url https://www.openlane.eu/en/carv6/auction/10736574
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10736575
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736575%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10736575: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10736575 url https://www.openlane.eu/en/carv6/auction/10736575
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10736573
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736573%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10736573: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10736573 url https://www.openlane.eu/en/carv6/auction/10736573
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10736576
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736576%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10736576: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10736576 url https://www.openlane.eu/en/carv6/auction/10736576
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10736577
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736577%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10736577: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10736577 url https://www.openlane.eu/en/carv6/auction/10736577
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10736578
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736578%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10736578: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10736578 url https://www.openlane.eu/en/carv6/auction/10736578
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10736581
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736581%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10736581: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10736581 url https://www.openlane.eu/en/carv6/auction/10736581
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10736582
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736582%27 HTTP/1.1" 200 None
2026-03-28 15:20:58 [adesa.be] INFO: Scrape type for 10736582: 0
2026-03-28 15:20:58 [adesa.be] INFO: Skipping item 10736582 url https://www.openlane.eu/en/carv6/auction/10736582
2026-03-28 15:20:58 [adesa.be] INFO: Found listing with ID: 10736580
2026-03-28 15:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736580%27 HTTP/1.1" 200 None
2026-03-28 15:20:59 [adesa.be] INFO: Scrape type for 10736580: 0
2026-03-28 15:20:59 [adesa.be] INFO: Skipping item 10736580 url https://www.openlane.eu/en/carv6/auction/10736580
2026-03-28 15:20:59 [adesa.be] INFO: Found listing with ID: 10736583
2026-03-28 15:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736583%27 HTTP/1.1" 200 None
2026-03-28 15:20:59 [adesa.be] INFO: Scrape type for 10736583: 0
2026-03-28 15:20:59 [adesa.be] INFO: Skipping item 10736583 url https://www.openlane.eu/en/carv6/auction/10736583
2026-03-28 15:20:59 [adesa.be] INFO: Found listing with ID: 10736584
2026-03-28 15:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736584%27 HTTP/1.1" 200 None
2026-03-28 15:20:59 [adesa.be] INFO: Scrape type for 10736584: 0
2026-03-28 15:20:59 [adesa.be] INFO: Skipping item 10736584 url https://www.openlane.eu/en/carv6/auction/10736584
2026-03-28 15:20:59 [adesa.be] INFO: Found listing with ID: 10736585
2026-03-28 15:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736585%27 HTTP/1.1" 200 None
2026-03-28 15:20:59 [adesa.be] INFO: Scrape type for 10736585: 0
2026-03-28 15:20:59 [adesa.be] INFO: Skipping item 10736585 url https://www.openlane.eu/en/carv6/auction/10736585
2026-03-28 15:20:59 [adesa.be] INFO: Found listing with ID: 10736586
2026-03-28 15:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736586%27 HTTP/1.1" 200 None
2026-03-28 15:20:59 [adesa.be] INFO: Scrape type for 10736586: 0
2026-03-28 15:20:59 [adesa.be] INFO: Skipping item 10736586 url https://www.openlane.eu/en/carv6/auction/10736586
2026-03-28 15:20:59 [adesa.be] INFO: Found listing with ID: 10736588
2026-03-28 15:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736588%27 HTTP/1.1" 200 None
2026-03-28 15:20:59 [adesa.be] INFO: Scrape type for 10736588: 0
2026-03-28 15:20:59 [adesa.be] INFO: Skipping item 10736588 url https://www.openlane.eu/en/carv6/auction/10736588
2026-03-28 15:20:59 [adesa.be] INFO: Found listing with ID: 10736587
2026-03-28 15:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736587%27 HTTP/1.1" 200 None
2026-03-28 15:20:59 [adesa.be] INFO: Scrape type for 10736587: 0
2026-03-28 15:20:59 [adesa.be] INFO: Skipping item 10736587 url https://www.openlane.eu/en/carv6/auction/10736587
2026-03-28 15:20:59 [adesa.be] INFO: Found listing with ID: 10736589
2026-03-28 15:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736589%27 HTTP/1.1" 200 None
2026-03-28 15:20:59 [adesa.be] INFO: Scrape type for 10736589: 0
2026-03-28 15:20:59 [adesa.be] INFO: Skipping item 10736589 url https://www.openlane.eu/en/carv6/auction/10736589
2026-03-28 15:20:59 [adesa.be] INFO: Found listing with ID: 10736590
2026-03-28 15:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736590%27 HTTP/1.1" 200 None
2026-03-28 15:20:59 [adesa.be] INFO: Scrape type for 10736590: 0
2026-03-28 15:20:59 [adesa.be] INFO: Skipping item 10736590 url https://www.openlane.eu/en/carv6/auction/10736590
2026-03-28 15:20:59 [adesa.be] INFO: Found listing with ID: 10736591
2026-03-28 15:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736591%27 HTTP/1.1" 200 None
2026-03-28 15:20:59 [adesa.be] INFO: Scrape type for 10736591: 0
2026-03-28 15:20:59 [adesa.be] INFO: Skipping item 10736591 url https://www.openlane.eu/en/carv6/auction/10736591
2026-03-28 15:20:59 [adesa.be] INFO: Found listing with ID: 10736592
2026-03-28 15:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736592%27 HTTP/1.1" 200 None
2026-03-28 15:20:59 [adesa.be] INFO: Scrape type for 10736592: 0
2026-03-28 15:20:59 [adesa.be] INFO: Skipping item 10736592 url https://www.openlane.eu/en/carv6/auction/10736592
2026-03-28 15:20:59 [adesa.be] INFO: Found listing with ID: 10736594
2026-03-28 15:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736594%27 HTTP/1.1" 200 None
2026-03-28 15:20:59 [adesa.be] INFO: Scrape type for 10736594: 0
2026-03-28 15:20:59 [adesa.be] INFO: Skipping item 10736594 url https://www.openlane.eu/en/carv6/auction/10736594
2026-03-28 15:20:59 [adesa.be] INFO: Found listing with ID: 10736595
2026-03-28 15:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736595%27 HTTP/1.1" 200 None
2026-03-28 15:20:59 [adesa.be] INFO: Scrape type for 10736595: 0
2026-03-28 15:20:59 [adesa.be] INFO: Skipping item 10736595 url https://www.openlane.eu/en/carv6/auction/10736595
2026-03-28 15:20:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:20:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726641> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:20:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fde39dd8-29f4-5e7a-b4de-e82f88236538 with identifier: 10726641
2026-03-28 15:20:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fde39dd8-29f4-5e7a-b4de-e82f88236538 with scrape type 2
2026-03-28 15:20:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fde39dd8-29f4-5e7a-b4de-e82f88236538 with scrape type 2
2026-03-28 15:21:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: fde39dd8-29f4-5e7a-b4de-e82f88236538, identifier: 10726641
2026-03-28 15:21:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: fde39dd8-29f4-5e7a-b4de-e82f88236538 with identifier: 10726641
2026-03-28 15:21:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: fde39dd8-29f4-5e7a-b4de-e82f88236538 with identifier: 10726641
2026-03-28 15:21:00 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: fde39dd8-29f4-5e7a-b4de-e82f88236538 with identifier: 10726641 to the API
2026-03-28 15:21:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:21:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:21:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10726641>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Compact',
'color': 'Beige',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.0L',
'engine_horse_power': 72,
'expiration_date': '2026-03-31T08:30:00Z',
'fuel_type': 'Petrol',
'id': 'fde39dd8-29f4-5e7a-b4de-e82f88236538',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CHZ871',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726641',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Toyota',
'model': 'Aygo',
'odometer': 41091,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 8200,
'price_includes_vat': True,
'registration_date': '2022-08-05',
'seats_number': 4,
'seller_name': 'Ayvens-BE',
'title': 'Toyota Aygo 1.0 VVT-i - Petrol - Automatic - 72 hp - 41.091 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-28 15:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726641%27 HTTP/1.1" 200 None
2026-03-28 15:21:00 [adesa.be] INFO: Saving data for 10726641: {'auction_closing_time': 1774945800.0, 'created_time': 1774520165.209092, 'last_price_update_time': 1774711260.591712}
2026-03-28 15:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10726641') HTTP/1.1" 204 0
2026-03-28 15:21:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726651> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:21:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8dd3bbb2-b767-59b9-b969-b3879a8ca5c2 with identifier: 10726651
2026-03-28 15:21:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8dd3bbb2-b767-59b9-b969-b3879a8ca5c2 with scrape type 2
2026-03-28 15:21:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8dd3bbb2-b767-59b9-b969-b3879a8ca5c2 with scrape type 2
2026-03-28 15:21:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 8dd3bbb2-b767-59b9-b969-b3879a8ca5c2, identifier: 10726651
2026-03-28 15:21:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 8dd3bbb2-b767-59b9-b969-b3879a8ca5c2 with identifier: 10726651
2026-03-28 15:21:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 8dd3bbb2-b767-59b9-b969-b3879a8ca5c2 with identifier: 10726651
2026-03-28 15:21:00 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 8dd3bbb2-b767-59b9-b969-b3879a8ca5c2 with identifier: 10726651 to the API
2026-03-28 15:21:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:21:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10726651>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 102,
'expiration_date': '2026-03-31T08:30:00Z',
'fuel_type': 'Diesel',
'id': '8dd3bbb2-b767-59b9-b969-b3879a8ca5c2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1XVB293',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726651',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 152698,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 8900,
'price_includes_vat': True,
'registration_date': '2020-06-03',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volkswagen Caddy Maxi 2.0 TDI Conceptline - Diesel - Manual - 102 '
'hp - 152.698 km',
'transmission': 'manual',
'trim': 'Conceptline',
'vin': None,
'year': 2020}
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726651%27 HTTP/1.1" 200 None
2026-03-28 15:21:01 [adesa.be] INFO: Saving data for 10726651: {'auction_closing_time': 1774945800.0, 'created_time': 1774520193.069282, 'last_price_update_time': 1774711261.162693}
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10726651') HTTP/1.1" 204 0
2026-03-28 15:21:01 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:21:01 [adesa.be] INFO: Found listing with ID: 10736593
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736593%27 HTTP/1.1" 200 None
2026-03-28 15:21:01 [adesa.be] INFO: Scrape type for 10736593: 0
2026-03-28 15:21:01 [adesa.be] INFO: Skipping item 10736593 url https://www.openlane.eu/en/carv6/auction/10736593
2026-03-28 15:21:01 [adesa.be] INFO: Found listing with ID: 10736596
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736596%27 HTTP/1.1" 200 None
2026-03-28 15:21:01 [adesa.be] INFO: Scrape type for 10736596: 0
2026-03-28 15:21:01 [adesa.be] INFO: Skipping item 10736596 url https://www.openlane.eu/en/carv6/auction/10736596
2026-03-28 15:21:01 [adesa.be] INFO: Found listing with ID: 10736597
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736597%27 HTTP/1.1" 200 None
2026-03-28 15:21:01 [adesa.be] INFO: Scrape type for 10736597: 0
2026-03-28 15:21:01 [adesa.be] INFO: Skipping item 10736597 url https://www.openlane.eu/en/carv6/auction/10736597
2026-03-28 15:21:01 [adesa.be] INFO: Found listing with ID: 10736598
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736598%27 HTTP/1.1" 200 None
2026-03-28 15:21:01 [adesa.be] INFO: Scrape type for 10736598: 0
2026-03-28 15:21:01 [adesa.be] INFO: Skipping item 10736598 url https://www.openlane.eu/en/carv6/auction/10736598
2026-03-28 15:21:01 [adesa.be] INFO: Found listing with ID: 10736599
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736599%27 HTTP/1.1" 200 None
2026-03-28 15:21:01 [adesa.be] INFO: Scrape type for 10736599: 0
2026-03-28 15:21:01 [adesa.be] INFO: Skipping item 10736599 url https://www.openlane.eu/en/carv6/auction/10736599
2026-03-28 15:21:01 [adesa.be] INFO: Found listing with ID: 10736601
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736601%27 HTTP/1.1" 200 None
2026-03-28 15:21:01 [adesa.be] INFO: Scrape type for 10736601: 0
2026-03-28 15:21:01 [adesa.be] INFO: Skipping item 10736601 url https://www.openlane.eu/en/carv6/auction/10736601
2026-03-28 15:21:01 [adesa.be] INFO: Found listing with ID: 10736600
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736600%27 HTTP/1.1" 200 None
2026-03-28 15:21:01 [adesa.be] INFO: Scrape type for 10736600: 0
2026-03-28 15:21:01 [adesa.be] INFO: Skipping item 10736600 url https://www.openlane.eu/en/carv6/auction/10736600
2026-03-28 15:21:01 [adesa.be] INFO: Found listing with ID: 10736602
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736602%27 HTTP/1.1" 200 None
2026-03-28 15:21:01 [adesa.be] INFO: Scrape type for 10736602: 0
2026-03-28 15:21:01 [adesa.be] INFO: Skipping item 10736602 url https://www.openlane.eu/en/carv6/auction/10736602
2026-03-28 15:21:01 [adesa.be] INFO: Found listing with ID: 10736603
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736603%27 HTTP/1.1" 200 None
2026-03-28 15:21:01 [adesa.be] INFO: Scrape type for 10736603: 0
2026-03-28 15:21:01 [adesa.be] INFO: Skipping item 10736603 url https://www.openlane.eu/en/carv6/auction/10736603
2026-03-28 15:21:01 [adesa.be] INFO: Found listing with ID: 10736604
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736604%27 HTTP/1.1" 200 None
2026-03-28 15:21:01 [adesa.be] INFO: Scrape type for 10736604: 0
2026-03-28 15:21:01 [adesa.be] INFO: Skipping item 10736604 url https://www.openlane.eu/en/carv6/auction/10736604
2026-03-28 15:21:01 [adesa.be] INFO: Found listing with ID: 10736605
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736605%27 HTTP/1.1" 200 None
2026-03-28 15:21:01 [adesa.be] INFO: Scrape type for 10736605: 0
2026-03-28 15:21:01 [adesa.be] INFO: Skipping item 10736605 url https://www.openlane.eu/en/carv6/auction/10736605
2026-03-28 15:21:01 [adesa.be] INFO: Found listing with ID: 10736606
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736606%27 HTTP/1.1" 200 None
2026-03-28 15:21:01 [adesa.be] INFO: Scrape type for 10736606: 0
2026-03-28 15:21:01 [adesa.be] INFO: Skipping item 10736606 url https://www.openlane.eu/en/carv6/auction/10736606
2026-03-28 15:21:01 [adesa.be] INFO: Found listing with ID: 10736607
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736607%27 HTTP/1.1" 200 None
2026-03-28 15:21:01 [adesa.be] INFO: Scrape type for 10736607: 0
2026-03-28 15:21:01 [adesa.be] INFO: Skipping item 10736607 url https://www.openlane.eu/en/carv6/auction/10736607
2026-03-28 15:21:01 [adesa.be] INFO: Found listing with ID: 10736608
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736608%27 HTTP/1.1" 200 None
2026-03-28 15:21:01 [adesa.be] INFO: Scrape type for 10736608: 0
2026-03-28 15:21:01 [adesa.be] INFO: Skipping item 10736608 url https://www.openlane.eu/en/carv6/auction/10736608
2026-03-28 15:21:01 [adesa.be] INFO: Found listing with ID: 10736609
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736609%27 HTTP/1.1" 200 None
2026-03-28 15:21:01 [adesa.be] INFO: Scrape type for 10736609: 0
2026-03-28 15:21:01 [adesa.be] INFO: Skipping item 10736609 url https://www.openlane.eu/en/carv6/auction/10736609
2026-03-28 15:21:01 [adesa.be] INFO: Found listing with ID: 10719286
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710719286%27 HTTP/1.1" 200 None
2026-03-28 15:21:01 [adesa.be] INFO: Scrape type for 10719286: 0
2026-03-28 15:21:01 [adesa.be] INFO: Skipping item 10719286 url https://www.openlane.eu/en/carv6/auction/10719286
2026-03-28 15:21:01 [adesa.be] INFO: Found listing with ID: 10736802
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736802%27 HTTP/1.1" 200 None
2026-03-28 15:21:01 [adesa.be] INFO: Scrape type for 10736802: 0
2026-03-28 15:21:01 [adesa.be] INFO: Skipping item 10736802 url https://www.openlane.eu/en/carv6/auction/10736802
2026-03-28 15:21:01 [adesa.be] INFO: Found listing with ID: 10736801
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736801%27 HTTP/1.1" 200 None
2026-03-28 15:21:01 [adesa.be] INFO: Scrape type for 10736801: 0
2026-03-28 15:21:01 [adesa.be] INFO: Skipping item 10736801 url https://www.openlane.eu/en/carv6/auction/10736801
2026-03-28 15:21:01 [adesa.be] INFO: Found listing with ID: 10723908
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723908%27 HTTP/1.1" 200 None
2026-03-28 15:21:01 [adesa.be] INFO: Scrape type for 10723908: 0
2026-03-28 15:21:01 [adesa.be] INFO: Skipping item 10723908 url https://www.openlane.eu/en/carv6/auction/10723908
2026-03-28 15:21:01 [adesa.be] INFO: Found listing with ID: 10723919
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723919%27 HTTP/1.1" 200 None
2026-03-28 15:21:01 [adesa.be] INFO: Scrape type for 10723919: 0
2026-03-28 15:21:01 [adesa.be] INFO: Skipping item 10723919 url https://www.openlane.eu/en/carv6/auction/10723919
2026-03-28 15:21:01 [adesa.be] INFO: Found listing with ID: 10736515
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736515%27 HTTP/1.1" 200 None
2026-03-28 15:21:01 [adesa.be] INFO: Scrape type for 10736515: 0
2026-03-28 15:21:01 [adesa.be] INFO: Skipping item 10736515 url https://www.openlane.eu/en/carv6/auction/10736515
2026-03-28 15:21:01 [adesa.be] INFO: Found listing with ID: 10736519
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736519%27 HTTP/1.1" 200 None
2026-03-28 15:21:01 [adesa.be] INFO: Scrape type for 10736519: 0
2026-03-28 15:21:01 [adesa.be] INFO: Skipping item 10736519 url https://www.openlane.eu/en/carv6/auction/10736519
2026-03-28 15:21:01 [adesa.be] INFO: Found listing with ID: 10735857
2026-03-28 15:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735857%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10735857: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10735857 url https://www.openlane.eu/en/carv6/auction/10735857
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10736490
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736490%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10736490: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10736490 url https://www.openlane.eu/en/carv6/auction/10736490
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10735853
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735853%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10735853: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10735853 url https://www.openlane.eu/en/carv6/auction/10735853
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10723874
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723874%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10723874: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10723874 url https://www.openlane.eu/en/carv6/auction/10723874
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10736521
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736521%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10736521: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10736521 url https://www.openlane.eu/en/carv6/auction/10736521
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10723883
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723883%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10723883: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10723883 url https://www.openlane.eu/en/carv6/auction/10723883
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10723892
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723892%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10723892: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10723892 url https://www.openlane.eu/en/carv6/auction/10723892
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10726297
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726297%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10726297: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10726297 url https://www.openlane.eu/en/carv6/auction/10726297
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10723884
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723884%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10723884: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10723884 url https://www.openlane.eu/en/carv6/auction/10723884
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10736820
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736820%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10736820: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10736820 url https://www.openlane.eu/en/carv6/auction/10736820
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10730692
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730692%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10730692: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10730692 url https://www.openlane.eu/en/carv6/auction/10730692
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10736493
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736493%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10736493: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10736493 url https://www.openlane.eu/en/carv6/auction/10736493
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10726307
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726307%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10726307: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10726307 url https://www.openlane.eu/en/carv6/auction/10726307
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10726306
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726306%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10726306: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10726306 url https://www.openlane.eu/en/carv6/auction/10726306
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10723889
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723889%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10723889: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10723889 url https://www.openlane.eu/en/carv6/auction/10723889
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10725690
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725690%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10725690: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10725690 url https://www.openlane.eu/en/carv6/auction/10725690
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10736496
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736496%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10736496: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10736496 url https://www.openlane.eu/en/carv6/auction/10736496
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10723890
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723890%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10723890: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10723890 url https://www.openlane.eu/en/carv6/auction/10723890
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10729558
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729558%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10729558: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10729558 url https://www.openlane.eu/en/carv6/auction/10729558
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10725725
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725725%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10725725: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10725725 url https://www.openlane.eu/en/carv6/auction/10725725
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10723873
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723873%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10723873: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10723873 url https://www.openlane.eu/en/carv6/auction/10723873
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10736797
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736797%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10736797: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10736797 url https://www.openlane.eu/en/carv6/auction/10736797
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10730693
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730693%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10730693: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10730693 url https://www.openlane.eu/en/carv6/auction/10730693
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10730765
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730765%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10730765: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10730765 url https://www.openlane.eu/en/carv6/auction/10730765
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10723894
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723894%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10723894: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10723894 url https://www.openlane.eu/en/carv6/auction/10723894
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10730781
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730781%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10730781: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10730781 url https://www.openlane.eu/en/carv6/auction/10730781
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10736497
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736497%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10736497: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10736497 url https://www.openlane.eu/en/carv6/auction/10736497
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10736829
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736829%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10736829: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10736829 url https://www.openlane.eu/en/carv6/auction/10736829
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10716652
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710716652%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10716652: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10716652 url https://www.openlane.eu/en/carv6/auction/10716652
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10723902
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723902%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10723902: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10723902 url https://www.openlane.eu/en/carv6/auction/10723902
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10735852
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735852%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10735852: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10735852 url https://www.openlane.eu/en/carv6/auction/10735852
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10723900
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723900%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10723900: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10723900 url https://www.openlane.eu/en/carv6/auction/10723900
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10723905
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723905%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10723905: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10723905 url https://www.openlane.eu/en/carv6/auction/10723905
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10736489
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736489%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10736489: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10736489 url https://www.openlane.eu/en/carv6/auction/10736489
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10723880
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723880%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10723880: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10723880 url https://www.openlane.eu/en/carv6/auction/10723880
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10735855
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735855%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10735855: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10735855 url https://www.openlane.eu/en/carv6/auction/10735855
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10736822
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736822%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10736822: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10736822 url https://www.openlane.eu/en/carv6/auction/10736822
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10736798
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736798%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10736798: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10736798 url https://www.openlane.eu/en/carv6/auction/10736798
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10723913
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723913%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10723913: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10723913 url https://www.openlane.eu/en/carv6/auction/10723913
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10723904
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723904%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10723904: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10723904 url https://www.openlane.eu/en/carv6/auction/10723904
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10736494
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736494%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10736494: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10736494 url https://www.openlane.eu/en/carv6/auction/10736494
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10726296
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726296%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10726296: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10726296 url https://www.openlane.eu/en/carv6/auction/10726296
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10723869
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723869%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10723869: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10723869 url https://www.openlane.eu/en/carv6/auction/10723869
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10723159
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723159%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10723159: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10723159 url https://www.openlane.eu/en/carv6/auction/10723159
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10736824
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736824%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10736824: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10736824 url https://www.openlane.eu/en/carv6/auction/10736824
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10736819
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736819%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10736819: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10736819 url https://www.openlane.eu/en/carv6/auction/10736819
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10723903
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723903%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10723903: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10723903 url https://www.openlane.eu/en/carv6/auction/10723903
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10723893
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723893%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10723893: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10723893 url https://www.openlane.eu/en/carv6/auction/10723893
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10735858
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735858%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10735858: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10735858 url https://www.openlane.eu/en/carv6/auction/10735858
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10735854
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735854%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10735854: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10735854 url https://www.openlane.eu/en/carv6/auction/10735854
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10723898
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723898%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10723898: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10723898 url https://www.openlane.eu/en/carv6/auction/10723898
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10735851
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735851%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10735851: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10735851 url https://www.openlane.eu/en/carv6/auction/10735851
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10723887
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723887%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10723887: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10723887 url https://www.openlane.eu/en/carv6/auction/10723887
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10723901
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723901%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10723901: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10723901 url https://www.openlane.eu/en/carv6/auction/10723901
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10723899
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723899%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10723899: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10723899 url https://www.openlane.eu/en/carv6/auction/10723899
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10736818
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736818%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10736818: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10736818 url https://www.openlane.eu/en/carv6/auction/10736818
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10723878
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723878%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10723878: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10723878 url https://www.openlane.eu/en/carv6/auction/10723878
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10723911
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723911%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10723911: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10723911 url https://www.openlane.eu/en/carv6/auction/10723911
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10723909
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723909%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10723909: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10723909 url https://www.openlane.eu/en/carv6/auction/10723909
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10723910
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723910%27 HTTP/1.1" 200 None
2026-03-28 15:21:02 [adesa.be] INFO: Scrape type for 10723910: 0
2026-03-28 15:21:02 [adesa.be] INFO: Skipping item 10723910 url https://www.openlane.eu/en/carv6/auction/10723910
2026-03-28 15:21:02 [adesa.be] INFO: Found listing with ID: 10736495
2026-03-28 15:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736495%27 HTTP/1.1" 200 None
2026-03-28 15:21:03 [adesa.be] INFO: Scrape type for 10736495: 0
2026-03-28 15:21:03 [adesa.be] INFO: Skipping item 10736495 url https://www.openlane.eu/en/carv6/auction/10736495
2026-03-28 15:21:03 [adesa.be] INFO: Found listing with ID: 10724944
2026-03-28 15:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724944%27 HTTP/1.1" 200 None
2026-03-28 15:21:03 [adesa.be] INFO: Scrape type for 10724944: 0
2026-03-28 15:21:03 [adesa.be] INFO: Skipping item 10724944 url https://www.openlane.eu/en/carv6/auction/10724944
2026-03-28 15:21:03 [adesa.be] INFO: Found listing with ID: 10723879
2026-03-28 15:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723879%27 HTTP/1.1" 200 None
2026-03-28 15:21:03 [adesa.be] INFO: Scrape type for 10723879: 0
2026-03-28 15:21:03 [adesa.be] INFO: Skipping item 10723879 url https://www.openlane.eu/en/carv6/auction/10723879
2026-03-28 15:21:03 [adesa.be] INFO: Found listing with ID: 10736520
2026-03-28 15:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736520%27 HTTP/1.1" 200 None
2026-03-28 15:21:03 [adesa.be] INFO: Scrape type for 10736520: 0
2026-03-28 15:21:03 [adesa.be] INFO: Skipping item 10736520 url https://www.openlane.eu/en/carv6/auction/10736520
2026-03-28 15:21:03 [adesa.be] INFO: Found listing with ID: 10723896
2026-03-28 15:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723896%27 HTTP/1.1" 200 None
2026-03-28 15:21:03 [adesa.be] INFO: Scrape type for 10723896: 0
2026-03-28 15:21:03 [adesa.be] INFO: Skipping item 10723896 url https://www.openlane.eu/en/carv6/auction/10723896
2026-03-28 15:21:03 [adesa.be] INFO: Found listing with ID: 10723897
2026-03-28 15:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723897%27 HTTP/1.1" 200 None
2026-03-28 15:21:03 [adesa.be] INFO: Scrape type for 10723897: 0
2026-03-28 15:21:03 [adesa.be] INFO: Skipping item 10723897 url https://www.openlane.eu/en/carv6/auction/10723897
2026-03-28 15:21:03 [adesa.be] INFO: Found listing with ID: 10736823
2026-03-28 15:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736823%27 HTTP/1.1" 200 None
2026-03-28 15:21:03 [adesa.be] INFO: Scrape type for 10736823: 0
2026-03-28 15:21:03 [adesa.be] INFO: Skipping item 10736823 url https://www.openlane.eu/en/carv6/auction/10736823
2026-03-28 15:21:03 [adesa.be] INFO: Found listing with ID: 10723877
2026-03-28 15:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723877%27 HTTP/1.1" 200 None
2026-03-28 15:21:03 [adesa.be] INFO: Scrape type for 10723877: 0
2026-03-28 15:21:03 [adesa.be] INFO: Skipping item 10723877 url https://www.openlane.eu/en/carv6/auction/10723877
2026-03-28 15:21:03 [adesa.be] INFO: Found listing with ID: 10723876
2026-03-28 15:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723876%27 HTTP/1.1" 200 None
2026-03-28 15:21:03 [adesa.be] INFO: Scrape type for 10723876: 0
2026-03-28 15:21:03 [adesa.be] INFO: Skipping item 10723876 url https://www.openlane.eu/en/carv6/auction/10723876
2026-03-28 15:21:03 [adesa.be] INFO: Found listing with ID: 10723888
2026-03-28 15:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723888%27 HTTP/1.1" 200 None
2026-03-28 15:21:03 [adesa.be] INFO: Scrape type for 10723888: 0
2026-03-28 15:21:03 [adesa.be] INFO: Skipping item 10723888 url https://www.openlane.eu/en/carv6/auction/10723888
2026-03-28 15:21:03 [adesa.be] INFO: Found listing with ID: 10736800
2026-03-28 15:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736800%27 HTTP/1.1" 200 None
2026-03-28 15:21:03 [adesa.be] INFO: Scrape type for 10736800: 0
2026-03-28 15:21:03 [adesa.be] INFO: Skipping item 10736800 url https://www.openlane.eu/en/carv6/auction/10736800
2026-03-28 15:21:03 [adesa.be] INFO: Found listing with ID: 10723907
2026-03-28 15:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723907%27 HTTP/1.1" 200 None
2026-03-28 15:21:03 [adesa.be] INFO: Scrape type for 10723907: 0
2026-03-28 15:21:03 [adesa.be] INFO: Skipping item 10723907 url https://www.openlane.eu/en/carv6/auction/10723907
2026-03-28 15:21:03 [adesa.be] INFO: Found listing with ID: 10723886
2026-03-28 15:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723886%27 HTTP/1.1" 200 None
2026-03-28 15:21:03 [adesa.be] INFO: Scrape type for 10723886: 0
2026-03-28 15:21:03 [adesa.be] INFO: Skipping item 10723886 url https://www.openlane.eu/en/carv6/auction/10723886
2026-03-28 15:21:03 [adesa.be] INFO: Found listing with ID: 10736803
2026-03-28 15:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710736803%27 HTTP/1.1" 200 None
2026-03-28 15:21:03 [adesa.be] INFO: Scrape type for 10736803: 0
2026-03-28 15:21:03 [adesa.be] INFO: Skipping item 10736803 url https://www.openlane.eu/en/carv6/auction/10736803
2026-03-28 15:21:03 [adesa.be] INFO: Found listing with ID: 10723906
2026-03-28 15:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723906%27 HTTP/1.1" 200 None
2026-03-28 15:21:03 [adesa.be] INFO: Scrape type for 10723906: 0
2026-03-28 15:21:03 [adesa.be] INFO: Skipping item 10723906 url https://www.openlane.eu/en/carv6/auction/10723906
2026-03-28 15:21:03 [adesa.be] INFO: Found listing with ID: 10730917
2026-03-28 15:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730917%27 HTTP/1.1" 200 None
2026-03-28 15:21:03 [adesa.be] INFO: Scrape type for 10730917: 0
2026-03-28 15:21:03 [adesa.be] INFO: Skipping item 10730917 url https://www.openlane.eu/en/carv6/auction/10730917
2026-03-28 15:21:03 [adesa.be] INFO: Found listing with ID: 10735856
2026-03-28 15:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735856%27 HTTP/1.1" 200 None
2026-03-28 15:21:03 [adesa.be] INFO: Scrape type for 10735856: 0
2026-03-28 15:21:03 [adesa.be] INFO: Skipping item 10735856 url https://www.openlane.eu/en/carv6/auction/10735856
2026-03-28 15:21:03 [adesa.be] INFO: Found listing with ID: 10246550
2026-03-28 15:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710246550%27 HTTP/1.1" 200 None
2026-03-28 15:21:03 [adesa.be] INFO: Scrape type for 10246550: 0
2026-03-28 15:21:03 [adesa.be] INFO: Skipping item 10246550 url https://www.openlane.eu/en/carv6/auction/10246550
2026-03-28 15:21:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:21:04 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10609372
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710609372%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10609372: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10609372 url https://www.openlane.eu/en/carv6/auction/10609372
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10616519
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710616519%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10616519: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10616519 url https://www.openlane.eu/en/carv6/auction/10616519
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10609365
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710609365%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10609365: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10609365 url https://www.openlane.eu/en/carv6/auction/10609365
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10704038
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710704038%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10704038: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10704038 url https://www.openlane.eu/en/carv6/auction/10704038
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10568036
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710568036%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10568036: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10568036 url https://www.openlane.eu/en/carv6/auction/10568036
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10421414
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710421414%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10421414: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10421414 url https://www.openlane.eu/en/carv6/auction/10421414
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10616500
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710616500%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10616500: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10616500 url https://www.openlane.eu/en/carv6/auction/10616500
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10704031
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710704031%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10704031: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10704031 url https://www.openlane.eu/en/carv6/auction/10704031
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10148717
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710148717%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10148717: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10148717 url https://www.openlane.eu/en/carv6/auction/10148717
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10602488
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710602488%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10602488: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10602488 url https://www.openlane.eu/en/carv6/auction/10602488
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10421420
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710421420%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10421420: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10421420 url https://www.openlane.eu/en/carv6/auction/10421420
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10685427
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710685427%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10685427: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10685427 url https://www.openlane.eu/en/carv6/auction/10685427
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10616517
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710616517%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10616517: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10616517 url https://www.openlane.eu/en/carv6/auction/10616517
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10568035
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710568035%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10568035: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10568035 url https://www.openlane.eu/en/carv6/auction/10568035
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10533797
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710533797%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10533797: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10533797 url https://www.openlane.eu/en/carv6/auction/10533797
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10616536
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710616536%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10616536: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10616536 url https://www.openlane.eu/en/carv6/auction/10616536
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10678216
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710678216%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10678216: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10678216 url https://www.openlane.eu/en/carv6/auction/10678216
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10662986
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710662986%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10662986: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10662986 url https://www.openlane.eu/en/carv6/auction/10662986
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10711811
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710711811%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10711811: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10711811 url https://www.openlane.eu/en/carv6/auction/10711811
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10616502
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710616502%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10616502: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10616502 url https://www.openlane.eu/en/carv6/auction/10616502
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10659576
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710659576%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10659576: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10659576 url https://www.openlane.eu/en/carv6/auction/10659576
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10679617
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710679617%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10679617: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10679617 url https://www.openlane.eu/en/carv6/auction/10679617
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10616514
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710616514%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10616514: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10616514 url https://www.openlane.eu/en/carv6/auction/10616514
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10679616
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710679616%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10679616: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10679616 url https://www.openlane.eu/en/carv6/auction/10679616
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10704037
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710704037%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10704037: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10704037 url https://www.openlane.eu/en/carv6/auction/10704037
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10652155
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710652155%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10652155: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10652155 url https://www.openlane.eu/en/carv6/auction/10652155
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10672563
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710672563%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10672563: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10672563 url https://www.openlane.eu/en/carv6/auction/10672563
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10501019
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710501019%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10501019: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10501019 url https://www.openlane.eu/en/carv6/auction/10501019
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10711805
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710711805%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10711805: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10711805 url https://www.openlane.eu/en/carv6/auction/10711805
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10481271
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710481271%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10481271: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10481271 url https://www.openlane.eu/en/carv6/auction/10481271
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10594091
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710594091%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10594091: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10594091 url https://www.openlane.eu/en/carv6/auction/10594091
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10659575
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710659575%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10659575: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10659575 url https://www.openlane.eu/en/carv6/auction/10659575
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10680082
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710680082%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10680082: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10680082 url https://www.openlane.eu/en/carv6/auction/10680082
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10146442
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710146442%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10146442: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10146442 url https://www.openlane.eu/en/carv6/auction/10146442
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10616503
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710616503%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10616503: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10616503 url https://www.openlane.eu/en/carv6/auction/10616503
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10617284
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710617284%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10617284: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10617284 url https://www.openlane.eu/en/carv6/auction/10617284
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10684380
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710684380%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10684380: 2
2026-03-28 15:21:05 [adesa.be] INFO: Scraping item 10684380 url https://www.openlane.eu/en/carv6/auction/10684380
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10146432
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710146432%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10146432: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10146432 url https://www.openlane.eu/en/carv6/auction/10146432
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10553908
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710553908%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10553908: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10553908 url https://www.openlane.eu/en/carv6/auction/10553908
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10616549
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710616549%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10616549: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10616549 url https://www.openlane.eu/en/carv6/auction/10616549
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10148704
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710148704%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10148704: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10148704 url https://www.openlane.eu/en/carv6/auction/10148704
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10704033
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710704033%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10704033: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10704033 url https://www.openlane.eu/en/carv6/auction/10704033
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10644780
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710644780%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10644780: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10644780 url https://www.openlane.eu/en/carv6/auction/10644780
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10609371
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710609371%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10609371: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10609371 url https://www.openlane.eu/en/carv6/auction/10609371
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10644781
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710644781%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10644781: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10644781 url https://www.openlane.eu/en/carv6/auction/10644781
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10508349
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710508349%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10508349: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10508349 url https://www.openlane.eu/en/carv6/auction/10508349
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10662983
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710662983%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10662983: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10662983 url https://www.openlane.eu/en/carv6/auction/10662983
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10630093
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710630093%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10630093: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10630093 url https://www.openlane.eu/en/carv6/auction/10630093
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10466780
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710466780%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10466780: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10466780 url https://www.openlane.eu/en/carv6/auction/10466780
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10539976
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710539976%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10539976: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10539976 url https://www.openlane.eu/en/carv6/auction/10539976
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10616509
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710616509%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10616509: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10616509 url https://www.openlane.eu/en/carv6/auction/10616509
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10148725
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710148725%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10148725: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10148725 url https://www.openlane.eu/en/carv6/auction/10148725
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10684381
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710684381%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10684381: 2
2026-03-28 15:21:05 [adesa.be] INFO: Scraping item 10684381 url https://www.openlane.eu/en/carv6/auction/10684381
2026-03-28 15:21:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10616538
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710616538%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10616538: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10616538 url https://www.openlane.eu/en/carv6/auction/10616538
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10575628
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710575628%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10575628: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10575628 url https://www.openlane.eu/en/carv6/auction/10575628
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10704036
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710704036%27 HTTP/1.1" 200 None
2026-03-28 15:21:05 [adesa.be] INFO: Scrape type for 10704036: 0
2026-03-28 15:21:05 [adesa.be] INFO: Skipping item 10704036 url https://www.openlane.eu/en/carv6/auction/10704036
2026-03-28 15:21:05 [adesa.be] INFO: Found listing with ID: 10616513
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710616513%27 HTTP/1.1" 200 None
2026-03-28 15:21:06 [adesa.be] INFO: Scrape type for 10616513: 0
2026-03-28 15:21:06 [adesa.be] INFO: Skipping item 10616513 url https://www.openlane.eu/en/carv6/auction/10616513
2026-03-28 15:21:06 [adesa.be] INFO: Found listing with ID: 10662989
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710662989%27 HTTP/1.1" 200 None
2026-03-28 15:21:06 [adesa.be] INFO: Scrape type for 10662989: 0
2026-03-28 15:21:06 [adesa.be] INFO: Skipping item 10662989 url https://www.openlane.eu/en/carv6/auction/10662989
2026-03-28 15:21:06 [adesa.be] INFO: Found listing with ID: 10623054
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710623054%27 HTTP/1.1" 200 None
2026-03-28 15:21:06 [adesa.be] INFO: Scrape type for 10623054: 0
2026-03-28 15:21:06 [adesa.be] INFO: Skipping item 10623054 url https://www.openlane.eu/en/carv6/auction/10623054
2026-03-28 15:21:06 [adesa.be] INFO: Found listing with ID: 10488779
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710488779%27 HTTP/1.1" 200 None
2026-03-28 15:21:06 [adesa.be] INFO: Scrape type for 10488779: 0
2026-03-28 15:21:06 [adesa.be] INFO: Skipping item 10488779 url https://www.openlane.eu/en/carv6/auction/10488779
2026-03-28 15:21:06 [adesa.be] INFO: Found listing with ID: 10679615
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710679615%27 HTTP/1.1" 200 None
2026-03-28 15:21:06 [adesa.be] INFO: Scrape type for 10679615: 0
2026-03-28 15:21:06 [adesa.be] INFO: Skipping item 10679615 url https://www.openlane.eu/en/carv6/auction/10679615
2026-03-28 15:21:06 [adesa.be] INFO: Found listing with ID: 10704034
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710704034%27 HTTP/1.1" 200 None
2026-03-28 15:21:06 [adesa.be] INFO: Scrape type for 10704034: 0
2026-03-28 15:21:06 [adesa.be] INFO: Skipping item 10704034 url https://www.openlane.eu/en/carv6/auction/10704034
2026-03-28 15:21:06 [adesa.be] INFO: Found listing with ID: 10575621
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710575621%27 HTTP/1.1" 200 None
2026-03-28 15:21:06 [adesa.be] INFO: Scrape type for 10575621: 0
2026-03-28 15:21:06 [adesa.be] INFO: Skipping item 10575621 url https://www.openlane.eu/en/carv6/auction/10575621
2026-03-28 15:21:06 [adesa.be] INFO: Found listing with ID: 10508347
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710508347%27 HTTP/1.1" 200 None
2026-03-28 15:21:06 [adesa.be] INFO: Scrape type for 10508347: 0
2026-03-28 15:21:06 [adesa.be] INFO: Skipping item 10508347 url https://www.openlane.eu/en/carv6/auction/10508347
2026-03-28 15:21:06 [adesa.be] INFO: Found listing with ID: 10609370
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710609370%27 HTTP/1.1" 200 None
2026-03-28 15:21:06 [adesa.be] INFO: Scrape type for 10609370: 0
2026-03-28 15:21:06 [adesa.be] INFO: Skipping item 10609370 url https://www.openlane.eu/en/carv6/auction/10609370
2026-03-28 15:21:06 [adesa.be] INFO: Found listing with ID: 10442555
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710442555%27 HTTP/1.1" 200 None
2026-03-28 15:21:06 [adesa.be] INFO: Scrape type for 10442555: 0
2026-03-28 15:21:06 [adesa.be] INFO: Skipping item 10442555 url https://www.openlane.eu/en/carv6/auction/10442555
2026-03-28 15:21:06 [adesa.be] INFO: Found listing with ID: 10616521
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710616521%27 HTTP/1.1" 200 None
2026-03-28 15:21:06 [adesa.be] INFO: Scrape type for 10616521: 0
2026-03-28 15:21:06 [adesa.be] INFO: Skipping item 10616521 url https://www.openlane.eu/en/carv6/auction/10616521
2026-03-28 15:21:06 [adesa.be] INFO: Found listing with ID: 10187738
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710187738%27 HTTP/1.1" 200 None
2026-03-28 15:21:06 [adesa.be] INFO: Scrape type for 10187738: 0
2026-03-28 15:21:06 [adesa.be] INFO: Skipping item 10187738 url https://www.openlane.eu/en/carv6/auction/10187738
2026-03-28 15:21:06 [adesa.be] INFO: Found listing with ID: 10616501
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710616501%27 HTTP/1.1" 200 None
2026-03-28 15:21:06 [adesa.be] INFO: Scrape type for 10616501: 0
2026-03-28 15:21:06 [adesa.be] INFO: Skipping item 10616501 url https://www.openlane.eu/en/carv6/auction/10616501
2026-03-28 15:21:06 [adesa.be] INFO: Found listing with ID: 10146430
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710146430%27 HTTP/1.1" 200 None
2026-03-28 15:21:06 [adesa.be] INFO: Scrape type for 10146430: 0
2026-03-28 15:21:06 [adesa.be] INFO: Skipping item 10146430 url https://www.openlane.eu/en/carv6/auction/10146430
2026-03-28 15:21:06 [adesa.be] INFO: Found listing with ID: 10146429
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710146429%27 HTTP/1.1" 200 None
2026-03-28 15:21:06 [adesa.be] INFO: Scrape type for 10146429: 0
2026-03-28 15:21:06 [adesa.be] INFO: Skipping item 10146429 url https://www.openlane.eu/en/carv6/auction/10146429
2026-03-28 15:21:06 [adesa.be] INFO: Found listing with ID: 10575636
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710575636%27 HTTP/1.1" 200 None
2026-03-28 15:21:06 [adesa.be] INFO: Scrape type for 10575636: 0
2026-03-28 15:21:06 [adesa.be] INFO: Skipping item 10575636 url https://www.openlane.eu/en/carv6/auction/10575636
2026-03-28 15:21:06 [adesa.be] INFO: Found listing with ID: 10616507
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710616507%27 HTTP/1.1" 200 None
2026-03-28 15:21:06 [adesa.be] INFO: Scrape type for 10616507: 0
2026-03-28 15:21:06 [adesa.be] INFO: Skipping item 10616507 url https://www.openlane.eu/en/carv6/auction/10616507
2026-03-28 15:21:06 [adesa.be] INFO: Found listing with ID: 10616504
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710616504%27 HTTP/1.1" 200 None
2026-03-28 15:21:06 [adesa.be] INFO: Scrape type for 10616504: 0
2026-03-28 15:21:06 [adesa.be] INFO: Skipping item 10616504 url https://www.openlane.eu/en/carv6/auction/10616504
2026-03-28 15:21:06 [adesa.be] INFO: Found listing with ID: 10523677
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710523677%27 HTTP/1.1" 200 None
2026-03-28 15:21:06 [adesa.be] INFO: Scrape type for 10523677: 0
2026-03-28 15:21:06 [adesa.be] INFO: Skipping item 10523677 url https://www.openlane.eu/en/carv6/auction/10523677
2026-03-28 15:21:06 [adesa.be] INFO: Found listing with ID: 10623055
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710623055%27 HTTP/1.1" 200 None
2026-03-28 15:21:06 [adesa.be] INFO: Scrape type for 10623055: 0
2026-03-28 15:21:06 [adesa.be] INFO: Skipping item 10623055 url https://www.openlane.eu/en/carv6/auction/10623055
2026-03-28 15:21:06 [adesa.be] INFO: Found listing with ID: 10659578
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710659578%27 HTTP/1.1" 200 None
2026-03-28 15:21:06 [adesa.be] INFO: Scrape type for 10659578: 0
2026-03-28 15:21:06 [adesa.be] INFO: Skipping item 10659578 url https://www.openlane.eu/en/carv6/auction/10659578
2026-03-28 15:21:06 [adesa.be] INFO: Found listing with ID: 10662988
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710662988%27 HTTP/1.1" 200 None
2026-03-28 15:21:06 [adesa.be] INFO: Scrape type for 10662988: 0
2026-03-28 15:21:06 [adesa.be] INFO: Skipping item 10662988 url https://www.openlane.eu/en/carv6/auction/10662988
2026-03-28 15:21:06 [adesa.be] INFO: Found listing with ID: 10678215
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710678215%27 HTTP/1.1" 200 None
2026-03-28 15:21:06 [adesa.be] INFO: Scrape type for 10678215: 0
2026-03-28 15:21:06 [adesa.be] INFO: Skipping item 10678215 url https://www.openlane.eu/en/carv6/auction/10678215
2026-03-28 15:21:06 [adesa.be] INFO: Found listing with ID: 10575624
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710575624%27 HTTP/1.1" 200 None
2026-03-28 15:21:06 [adesa.be] INFO: Scrape type for 10575624: 0
2026-03-28 15:21:06 [adesa.be] INFO: Skipping item 10575624 url https://www.openlane.eu/en/carv6/auction/10575624
2026-03-28 15:21:06 [adesa.be] INFO: Found listing with ID: 10588783
2026-03-28 15:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710588783%27 HTTP/1.1" 200 None
2026-03-28 15:21:07 [adesa.be] INFO: Scrape type for 10588783: 0
2026-03-28 15:21:07 [adesa.be] INFO: Skipping item 10588783 url https://www.openlane.eu/en/carv6/auction/10588783
2026-03-28 15:21:07 [adesa.be] INFO: Found listing with ID: 10623059
2026-03-28 15:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710623059%27 HTTP/1.1" 200 None
2026-03-28 15:21:07 [adesa.be] INFO: Scrape type for 10623059: 0
2026-03-28 15:21:07 [adesa.be] INFO: Skipping item 10623059 url https://www.openlane.eu/en/carv6/auction/10623059
2026-03-28 15:21:07 [adesa.be] INFO: Found listing with ID: 10616497
2026-03-28 15:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710616497%27 HTTP/1.1" 200 None
2026-03-28 15:21:07 [adesa.be] INFO: Scrape type for 10616497: 0
2026-03-28 15:21:07 [adesa.be] INFO: Skipping item 10616497 url https://www.openlane.eu/en/carv6/auction/10616497
2026-03-28 15:21:07 [adesa.be] INFO: Found listing with ID: 10684384
2026-03-28 15:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710684384%27 HTTP/1.1" 200 None
2026-03-28 15:21:07 [adesa.be] INFO: Scrape type for 10684384: 0
2026-03-28 15:21:07 [adesa.be] INFO: Skipping item 10684384 url https://www.openlane.eu/en/carv6/auction/10684384
2026-03-28 15:21:07 [adesa.be] INFO: Found listing with ID: 10246890
2026-03-28 15:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710246890%27 HTTP/1.1" 200 None
2026-03-28 15:21:07 [adesa.be] INFO: Scrape type for 10246890: 0
2026-03-28 15:21:07 [adesa.be] INFO: Skipping item 10246890 url https://www.openlane.eu/en/carv6/auction/10246890
2026-03-28 15:21:07 [adesa.be] INFO: Found listing with ID: 10488794
2026-03-28 15:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710488794%27 HTTP/1.1" 200 None
2026-03-28 15:21:07 [adesa.be] INFO: Scrape type for 10488794: 0
2026-03-28 15:21:07 [adesa.be] INFO: Skipping item 10488794 url https://www.openlane.eu/en/carv6/auction/10488794
2026-03-28 15:21:07 [adesa.be] INFO: Found listing with ID: 10674346
2026-03-28 15:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710674346%27 HTTP/1.1" 200 None
2026-03-28 15:21:07 [adesa.be] INFO: Scrape type for 10674346: 0
2026-03-28 15:21:07 [adesa.be] INFO: Skipping item 10674346 url https://www.openlane.eu/en/carv6/auction/10674346
2026-03-28 15:21:07 [adesa.be] INFO: Found listing with ID: 10616516
2026-03-28 15:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710616516%27 HTTP/1.1" 200 None
2026-03-28 15:21:07 [adesa.be] INFO: Scrape type for 10616516: 0
2026-03-28 15:21:07 [adesa.be] INFO: Skipping item 10616516 url https://www.openlane.eu/en/carv6/auction/10616516
2026-03-28 15:21:07 [adesa.be] INFO: Found listing with ID: 10678211
2026-03-28 15:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710678211%27 HTTP/1.1" 200 None
2026-03-28 15:21:07 [adesa.be] INFO: Scrape type for 10678211: 0
2026-03-28 15:21:07 [adesa.be] INFO: Skipping item 10678211 url https://www.openlane.eu/en/carv6/auction/10678211
2026-03-28 15:21:07 [adesa.be] INFO: Found listing with ID: 10684379
2026-03-28 15:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710684379%27 HTTP/1.1" 200 None
2026-03-28 15:21:07 [adesa.be] INFO: Scrape type for 10684379: 2
2026-03-28 15:21:07 [adesa.be] INFO: Scraping item 10684379 url https://www.openlane.eu/en/carv6/auction/10684379
2026-03-28 15:21:07 [scrapy.extensions.logstats] INFO: Crawled 415 pages (at 51 pages/min), scraped 375 items (at 43 items/min)
2026-03-28 15:21:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 175MiB
2026-03-28 15:21:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:21:07 [adesa.be] INFO: Found listing with ID: 10616539
2026-03-28 15:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710616539%27 HTTP/1.1" 200 None
2026-03-28 15:21:07 [adesa.be] INFO: Scrape type for 10616539: 0
2026-03-28 15:21:07 [adesa.be] INFO: Skipping item 10616539 url https://www.openlane.eu/en/carv6/auction/10616539
2026-03-28 15:21:07 [adesa.be] INFO: Found listing with ID: 10652154
2026-03-28 15:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710652154%27 HTTP/1.1" 200 None
2026-03-28 15:21:07 [adesa.be] INFO: Scrape type for 10652154: 0
2026-03-28 15:21:07 [adesa.be] INFO: Skipping item 10652154 url https://www.openlane.eu/en/carv6/auction/10652154
2026-03-28 15:21:07 [adesa.be] INFO: Found listing with ID: 10662984
2026-03-28 15:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710662984%27 HTTP/1.1" 200 None
2026-03-28 15:21:07 [adesa.be] INFO: Scrape type for 10662984: 0
2026-03-28 15:21:07 [adesa.be] INFO: Skipping item 10662984 url https://www.openlane.eu/en/carv6/auction/10662984
2026-03-28 15:21:07 [adesa.be] INFO: Found listing with ID: 10623068
2026-03-28 15:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710623068%27 HTTP/1.1" 200 None
2026-03-28 15:21:07 [adesa.be] INFO: Scrape type for 10623068: 0
2026-03-28 15:21:07 [adesa.be] INFO: Skipping item 10623068 url https://www.openlane.eu/en/carv6/auction/10623068
2026-03-28 15:21:07 [adesa.be] INFO: Found listing with ID: 10623056
2026-03-28 15:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710623056%27 HTTP/1.1" 200 None
2026-03-28 15:21:07 [adesa.be] INFO: Scrape type for 10623056: 0
2026-03-28 15:21:07 [adesa.be] INFO: Skipping item 10623056 url https://www.openlane.eu/en/carv6/auction/10623056
2026-03-28 15:21:07 [adesa.be] INFO: Found listing with ID: 10344428
2026-03-28 15:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710344428%27 HTTP/1.1" 200 None
2026-03-28 15:21:07 [adesa.be] INFO: Scrape type for 10344428: 0
2026-03-28 15:21:07 [adesa.be] INFO: Skipping item 10344428 url https://www.openlane.eu/en/carv6/auction/10344428
2026-03-28 15:21:07 [adesa.be] INFO: Found listing with ID: 10609369
2026-03-28 15:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710609369%27 HTTP/1.1" 200 None
2026-03-28 15:21:07 [adesa.be] INFO: Scrape type for 10609369: 0
2026-03-28 15:21:07 [adesa.be] INFO: Skipping item 10609369 url https://www.openlane.eu/en/carv6/auction/10609369
2026-03-28 15:21:07 [adesa.be] INFO: Found listing with ID: 10616533
2026-03-28 15:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710616533%27 HTTP/1.1" 200 None
2026-03-28 15:21:07 [adesa.be] INFO: Scrape type for 10616533: 0
2026-03-28 15:21:07 [adesa.be] INFO: Skipping item 10616533 url https://www.openlane.eu/en/carv6/auction/10616533
2026-03-28 15:21:07 [adesa.be] INFO: Found listing with ID: 10704032
2026-03-28 15:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710704032%27 HTTP/1.1" 200 None
2026-03-28 15:21:07 [adesa.be] INFO: Scrape type for 10704032: 0
2026-03-28 15:21:07 [adesa.be] INFO: Skipping item 10704032 url https://www.openlane.eu/en/carv6/auction/10704032
2026-03-28 15:21:07 [adesa.be] INFO: Found listing with ID: 10616541
2026-03-28 15:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710616541%27 HTTP/1.1" 200 None
2026-03-28 15:21:07 [adesa.be] INFO: Scrape type for 10616541: 0
2026-03-28 15:21:07 [adesa.be] INFO: Skipping item 10616541 url https://www.openlane.eu/en/carv6/auction/10616541
2026-03-28 15:21:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:21:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:21:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10684379> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:21:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24b57734-420f-5414-a084-cd84b4bf28b0 with identifier: 10684379
2026-03-28 15:21:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24b57734-420f-5414-a084-cd84b4bf28b0 with scrape type 2
2026-03-28 15:21:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24b57734-420f-5414-a084-cd84b4bf28b0 with scrape type 2
2026-03-28 15:21:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 24b57734-420f-5414-a084-cd84b4bf28b0, identifier: 10684379
2026-03-28 15:21:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 24b57734-420f-5414-a084-cd84b4bf28b0 with identifier: 10684379
2026-03-28 15:21:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 24b57734-420f-5414-a084-cd84b4bf28b0 with identifier: 10684379
2026-03-28 15:21:08 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 24b57734-420f-5414-a084-cd84b4bf28b0 with identifier: 10684379 to the API
2026-03-28 15:21:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:21:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:21:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10684379>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'MPV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 102,
'expiration_date': '2027-01-31T10:45:00Z',
'fuel_type': 'Diesel',
'id': '24b57734-420f-5414-a084-cd84b4bf28b0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2EHT834',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10684379',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Opel',
'model': 'Combo',
'odometer': 88668,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 10050,
'price_includes_vat': True,
'registration_date': '2023-04-27',
'seats_number': 3,
'seller_name': None,
'title': 'Opel Combo 1.5 - Diesel - Manual - 102 hp - 88.668 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2023}
2026-03-28 15:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710684379%27 HTTP/1.1" 200 None
2026-03-28 15:21:08 [adesa.be] INFO: Saving data for 10684379: {'auction_closing_time': 1801392300.0, 'created_time': 1773762524.313296, 'last_price_update_time': 1774711268.909895}
2026-03-28 15:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10684379') HTTP/1.1" 204 0
2026-03-28 15:21:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10684381> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:21:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10684380> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:21:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc5dc6a4-058e-5b0f-95d5-b861041d943d with identifier: 10684381
2026-03-28 15:21:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc5dc6a4-058e-5b0f-95d5-b861041d943d with scrape type 2
2026-03-28 15:21:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc5dc6a4-058e-5b0f-95d5-b861041d943d with scrape type 2
2026-03-28 15:21:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: cc5dc6a4-058e-5b0f-95d5-b861041d943d, identifier: 10684381
2026-03-28 15:21:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86f0c5c0-d602-5835-a650-09c1099285c6 with identifier: 10684380
2026-03-28 15:21:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86f0c5c0-d602-5835-a650-09c1099285c6 with scrape type 2
2026-03-28 15:21:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86f0c5c0-d602-5835-a650-09c1099285c6 with scrape type 2
2026-03-28 15:21:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 86f0c5c0-d602-5835-a650-09c1099285c6, identifier: 10684380
2026-03-28 15:21:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: cc5dc6a4-058e-5b0f-95d5-b861041d943d with identifier: 10684381
2026-03-28 15:21:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: cc5dc6a4-058e-5b0f-95d5-b861041d943d with identifier: 10684381
2026-03-28 15:21:09 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: cc5dc6a4-058e-5b0f-95d5-b861041d943d with identifier: 10684381 to the API
2026-03-28 15:21:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:21:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:21:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10684381>
{'auction_title': '',
'c_o_2_emission_value': 172,
'category': 'Light truck',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 170,
'expiration_date': '2027-01-31T10:45:00Z',
'fuel_type': 'Diesel',
'id': 'cc5dc6a4-058e-5b0f-95d5-b861041d943d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1WQE669',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10684381',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Ford',
'model': 'Transit',
'odometer': 128849,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 14750,
'price_includes_vat': True,
'registration_date': '2019-08-08',
'seats_number': 3,
'seller_name': None,
'title': 'Ford Transit Custom L2H1 2.0 TDCI Trend - Diesel - Automatic - 170 '
'hp - 128.849 km',
'transmission': 'automatic',
'trim': 'Trend',
'vin': None,
'year': 2019}
2026-03-28 15:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710684381%27 HTTP/1.1" 200 None
2026-03-28 15:21:09 [adesa.be] INFO: Saving data for 10684381: {'auction_closing_time': 1801392300.0, 'created_time': 1773762530.894079, 'last_price_update_time': 1774711269.543785}
2026-03-28 15:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10684381') HTTP/1.1" 204 0
2026-03-28 15:21:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 86f0c5c0-d602-5835-a650-09c1099285c6 with identifier: 10684380
2026-03-28 15:21:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 86f0c5c0-d602-5835-a650-09c1099285c6 with identifier: 10684380
2026-03-28 15:21:09 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 86f0c5c0-d602-5835-a650-09c1099285c6 with identifier: 10684380 to the API
2026-03-28 15:21:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:21:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:21:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10684380>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': 'Light truck',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2027-01-31T10:45:00Z',
'fuel_type': 'Diesel',
'id': '86f0c5c0-d602-5835-a650-09c1099285c6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BFW872',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10684380',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Citroën',
'model': 'Berlingo',
'odometer': 192873,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 8350,
'price_includes_vat': True,
'registration_date': '2021-11-09',
'seats_number': 5,
'seller_name': None,
'title': 'Citroën Berlingo XL 1.5 HDI Control - Diesel - Automatic - 130 hp - '
'192.873 km',
'transmission': 'automatic',
'trim': 'Control',
'vin': None,
'year': 2021}
2026-03-28 15:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710684380%27 HTTP/1.1" 200 None
2026-03-28 15:21:09 [adesa.be] INFO: Saving data for 10684380: {'auction_closing_time': 1801392300.0, 'created_time': 1773762527.198786, 'last_price_update_time': 1774711269.833284}
2026-03-28 15:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10684380') HTTP/1.1" 204 0
2026-03-28 15:21:10 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:21:10 [adesa.be] INFO: Found listing with ID: 10630592
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710630592%27 HTTP/1.1" 200 None
2026-03-28 15:21:10 [adesa.be] INFO: Scrape type for 10630592: 0
2026-03-28 15:21:10 [adesa.be] INFO: Skipping item 10630592 url https://www.openlane.eu/en/carv6/auction/10630592
2026-03-28 15:21:10 [adesa.be] INFO: Found listing with ID: 10553902
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710553902%27 HTTP/1.1" 200 None
2026-03-28 15:21:10 [adesa.be] INFO: Scrape type for 10553902: 0
2026-03-28 15:21:10 [adesa.be] INFO: Skipping item 10553902 url https://www.openlane.eu/en/carv6/auction/10553902
2026-03-28 15:21:10 [adesa.be] INFO: Found listing with ID: 10616523
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710616523%27 HTTP/1.1" 200 None
2026-03-28 15:21:10 [adesa.be] INFO: Scrape type for 10616523: 0
2026-03-28 15:21:10 [adesa.be] INFO: Skipping item 10616523 url https://www.openlane.eu/en/carv6/auction/10616523
2026-03-28 15:21:10 [adesa.be] INFO: Found listing with ID: 10588785
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710588785%27 HTTP/1.1" 200 None
2026-03-28 15:21:10 [adesa.be] INFO: Scrape type for 10588785: 0
2026-03-28 15:21:10 [adesa.be] INFO: Skipping item 10588785 url https://www.openlane.eu/en/carv6/auction/10588785
2026-03-28 15:21:10 [adesa.be] INFO: Found listing with ID: 10344429
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710344429%27 HTTP/1.1" 200 None
2026-03-28 15:21:10 [adesa.be] INFO: Scrape type for 10344429: 0
2026-03-28 15:21:10 [adesa.be] INFO: Skipping item 10344429 url https://www.openlane.eu/en/carv6/auction/10344429
2026-03-28 15:21:10 [adesa.be] INFO: Found listing with ID: 10146436
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710146436%27 HTTP/1.1" 200 None
2026-03-28 15:21:10 [adesa.be] INFO: Scrape type for 10146436: 0
2026-03-28 15:21:10 [adesa.be] INFO: Skipping item 10146436 url https://www.openlane.eu/en/carv6/auction/10146436
2026-03-28 15:21:10 [adesa.be] INFO: Found listing with ID: 10684383
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710684383%27 HTTP/1.1" 200 None
2026-03-28 15:21:10 [adesa.be] INFO: Scrape type for 10684383: 0
2026-03-28 15:21:10 [adesa.be] INFO: Skipping item 10684383 url https://www.openlane.eu/en/carv6/auction/10684383
2026-03-28 15:21:10 [adesa.be] INFO: Found listing with ID: 10616525
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710616525%27 HTTP/1.1" 200 None
2026-03-28 15:21:10 [adesa.be] INFO: Scrape type for 10616525: 0
2026-03-28 15:21:10 [adesa.be] INFO: Skipping item 10616525 url https://www.openlane.eu/en/carv6/auction/10616525
2026-03-28 15:21:10 [adesa.be] INFO: Found listing with ID: 10191279
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710191279%27 HTTP/1.1" 200 None
2026-03-28 15:21:10 [adesa.be] INFO: Scrape type for 10191279: 0
2026-03-28 15:21:10 [adesa.be] INFO: Skipping item 10191279 url https://www.openlane.eu/en/carv6/auction/10191279
2026-03-28 15:21:10 [adesa.be] INFO: Found listing with ID: 10616544
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710616544%27 HTTP/1.1" 200 None
2026-03-28 15:21:10 [adesa.be] INFO: Scrape type for 10616544: 0
2026-03-28 15:21:10 [adesa.be] INFO: Skipping item 10616544 url https://www.openlane.eu/en/carv6/auction/10616544
2026-03-28 15:21:10 [adesa.be] INFO: Found listing with ID: 10616489
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710616489%27 HTTP/1.1" 200 None
2026-03-28 15:21:10 [adesa.be] INFO: Scrape type for 10616489: 0
2026-03-28 15:21:10 [adesa.be] INFO: Skipping item 10616489 url https://www.openlane.eu/en/carv6/auction/10616489
2026-03-28 15:21:10 [adesa.be] INFO: Found listing with ID: 10616491
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710616491%27 HTTP/1.1" 200 None
2026-03-28 15:21:10 [adesa.be] INFO: Scrape type for 10616491: 0
2026-03-28 15:21:10 [adesa.be] INFO: Skipping item 10616491 url https://www.openlane.eu/en/carv6/auction/10616491
2026-03-28 15:21:10 [adesa.be] INFO: Found listing with ID: 10623067
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710623067%27 HTTP/1.1" 200 None
2026-03-28 15:21:10 [adesa.be] INFO: Scrape type for 10623067: 0
2026-03-28 15:21:10 [adesa.be] INFO: Skipping item 10623067 url https://www.openlane.eu/en/carv6/auction/10623067
2026-03-28 15:21:10 [adesa.be] INFO: Found listing with ID: 10575620
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710575620%27 HTTP/1.1" 200 None
2026-03-28 15:21:10 [adesa.be] INFO: Scrape type for 10575620: 0
2026-03-28 15:21:10 [adesa.be] INFO: Skipping item 10575620 url https://www.openlane.eu/en/carv6/auction/10575620
2026-03-28 15:21:10 [adesa.be] INFO: Found listing with ID: 10616494
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710616494%27 HTTP/1.1" 200 None
2026-03-28 15:21:10 [adesa.be] INFO: Scrape type for 10616494: 0
2026-03-28 15:21:10 [adesa.be] INFO: Skipping item 10616494 url https://www.openlane.eu/en/carv6/auction/10616494
2026-03-28 15:21:10 [adesa.be] INFO: Found listing with ID: 10679619
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710679619%27 HTTP/1.1" 200 None
2026-03-28 15:21:10 [adesa.be] INFO: Scrape type for 10679619: 0
2026-03-28 15:21:10 [adesa.be] INFO: Skipping item 10679619 url https://www.openlane.eu/en/carv6/auction/10679619
2026-03-28 15:21:10 [adesa.be] INFO: Found listing with ID: 10659574
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710659574%27 HTTP/1.1" 200 None
2026-03-28 15:21:10 [adesa.be] INFO: Scrape type for 10659574: 0
2026-03-28 15:21:10 [adesa.be] INFO: Skipping item 10659574 url https://www.openlane.eu/en/carv6/auction/10659574
2026-03-28 15:21:10 [adesa.be] INFO: Found listing with ID: 10396491
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710396491%27 HTTP/1.1" 200 None
2026-03-28 15:21:10 [adesa.be] INFO: Scrape type for 10396491: 0
2026-03-28 15:21:10 [adesa.be] INFO: Skipping item 10396491 url https://www.openlane.eu/en/carv6/auction/10396491
2026-03-28 15:21:10 [adesa.be] INFO: Found listing with ID: 10533800
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710533800%27 HTTP/1.1" 200 None
2026-03-28 15:21:10 [adesa.be] INFO: Scrape type for 10533800: 0
2026-03-28 15:21:10 [adesa.be] INFO: Skipping item 10533800 url https://www.openlane.eu/en/carv6/auction/10533800
2026-03-28 15:21:10 [adesa.be] INFO: Found listing with ID: 10574079
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710574079%27 HTTP/1.1" 200 None
2026-03-28 15:21:10 [adesa.be] INFO: Scrape type for 10574079: 0
2026-03-28 15:21:10 [adesa.be] INFO: Skipping item 10574079 url https://www.openlane.eu/en/carv6/auction/10574079
2026-03-28 15:21:10 [adesa.be] INFO: Found listing with ID: 10678217
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710678217%27 HTTP/1.1" 200 None
2026-03-28 15:21:10 [adesa.be] INFO: Scrape type for 10678217: 0
2026-03-28 15:21:10 [adesa.be] INFO: Skipping item 10678217 url https://www.openlane.eu/en/carv6/auction/10678217
2026-03-28 15:21:10 [adesa.be] INFO: Found listing with ID: 10672561
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710672561%27 HTTP/1.1" 200 None
2026-03-28 15:21:10 [adesa.be] INFO: Scrape type for 10672561: 0
2026-03-28 15:21:10 [adesa.be] INFO: Skipping item 10672561 url https://www.openlane.eu/en/carv6/auction/10672561
2026-03-28 15:21:10 [adesa.be] INFO: Found listing with ID: 10616547
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710616547%27 HTTP/1.1" 200 None
2026-03-28 15:21:10 [adesa.be] INFO: Scrape type for 10616547: 0
2026-03-28 15:21:10 [adesa.be] INFO: Skipping item 10616547 url https://www.openlane.eu/en/carv6/auction/10616547
2026-03-28 15:21:10 [adesa.be] INFO: Found listing with ID: 10588787
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710588787%27 HTTP/1.1" 200 None
2026-03-28 15:21:10 [adesa.be] INFO: Scrape type for 10588787: 0
2026-03-28 15:21:10 [adesa.be] INFO: Skipping item 10588787 url https://www.openlane.eu/en/carv6/auction/10588787
2026-03-28 15:21:10 [adesa.be] INFO: Found listing with ID: 10684378
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710684378%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10684378: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10684378 url https://www.openlane.eu/en/carv6/auction/10684378
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10684382
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710684382%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10684382: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10684382 url https://www.openlane.eu/en/carv6/auction/10684382
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10575629
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710575629%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10575629: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10575629 url https://www.openlane.eu/en/carv6/auction/10575629
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10588788
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710588788%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10588788: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10588788 url https://www.openlane.eu/en/carv6/auction/10588788
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10616556
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710616556%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10616556: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10616556 url https://www.openlane.eu/en/carv6/auction/10616556
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10616540
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710616540%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10616540: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10616540 url https://www.openlane.eu/en/carv6/auction/10616540
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10522382
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710522382%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10522382: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10522382 url https://www.openlane.eu/en/carv6/auction/10522382
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10616548
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710616548%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10616548: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10616548 url https://www.openlane.eu/en/carv6/auction/10616548
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10616542
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710616542%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10616542: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10616542 url https://www.openlane.eu/en/carv6/auction/10616542
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10662985
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710662985%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10662985: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10662985 url https://www.openlane.eu/en/carv6/auction/10662985
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10616530
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710616530%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10616530: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10616530 url https://www.openlane.eu/en/carv6/auction/10616530
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10148707
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710148707%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10148707: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10148707 url https://www.openlane.eu/en/carv6/auction/10148707
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10616529
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710616529%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10616529: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10616529 url https://www.openlane.eu/en/carv6/auction/10616529
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10371581
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710371581%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10371581: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10371581 url https://www.openlane.eu/en/carv6/auction/10371581
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10616555
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710616555%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10616555: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10616555 url https://www.openlane.eu/en/carv6/auction/10616555
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10488791
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710488791%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10488791: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10488791 url https://www.openlane.eu/en/carv6/auction/10488791
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10616510
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710616510%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10616510: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10616510 url https://www.openlane.eu/en/carv6/auction/10616510
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10428543
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710428543%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10428543: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10428543 url https://www.openlane.eu/en/carv6/auction/10428543
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10616506
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710616506%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10616506: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10616506 url https://www.openlane.eu/en/carv6/auction/10616506
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10533798
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710533798%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10533798: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10533798 url https://www.openlane.eu/en/carv6/auction/10533798
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10363951
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710363951%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10363951: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10363951 url https://www.openlane.eu/en/carv6/auction/10363951
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10623057
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710623057%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10623057: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10623057 url https://www.openlane.eu/en/carv6/auction/10623057
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10711810
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710711810%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10711810: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10711810 url https://www.openlane.eu/en/carv6/auction/10711810
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10730537
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730537%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10730537: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10730537 url https://www.openlane.eu/en/carv6/auction/10730537
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10731385
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731385%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10731385: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10731385 url https://www.openlane.eu/en/carv6/auction/10731385
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10724806
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724806%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10724806: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10724806 url https://www.openlane.eu/en/carv6/auction/10724806
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10724800
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724800%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10724800: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10724800 url https://www.openlane.eu/en/carv6/auction/10724800
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10731384
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710731384%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10731384: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10731384 url https://www.openlane.eu/en/carv6/auction/10731384
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10735643
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735643%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10735643: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10735643 url https://www.openlane.eu/en/carv6/auction/10735643
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10730536
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730536%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10730536: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10730536 url https://www.openlane.eu/en/carv6/auction/10730536
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10735645
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735645%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10735645: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10735645 url https://www.openlane.eu/en/carv6/auction/10735645
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10724807
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724807%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10724807: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10724807 url https://www.openlane.eu/en/carv6/auction/10724807
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10711812
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710711812%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10711812: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10711812 url https://www.openlane.eu/en/carv6/auction/10711812
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10724799
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724799%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10724799: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10724799 url https://www.openlane.eu/en/carv6/auction/10724799
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10724805
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724805%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10724805: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10724805 url https://www.openlane.eu/en/carv6/auction/10724805
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10735646
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735646%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10735646: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10735646 url https://www.openlane.eu/en/carv6/auction/10735646
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10488781
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710488781%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10488781: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10488781 url https://www.openlane.eu/en/carv6/auction/10488781
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10735648
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735648%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10735648: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10735648 url https://www.openlane.eu/en/carv6/auction/10735648
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10711808
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710711808%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10711808: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10711808 url https://www.openlane.eu/en/carv6/auction/10711808
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10691862
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710691862%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10691862: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10691862 url https://www.openlane.eu/en/carv6/auction/10691862
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10719146
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710719146%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10719146: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10719146 url https://www.openlane.eu/en/carv6/auction/10719146
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10730534
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730534%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10730534: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10730534 url https://www.openlane.eu/en/carv6/auction/10730534
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10724802
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724802%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10724802: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10724802 url https://www.openlane.eu/en/carv6/auction/10724802
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10730535
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730535%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10730535: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10730535 url https://www.openlane.eu/en/carv6/auction/10730535
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10713342
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710713342%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10713342: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10713342 url https://www.openlane.eu/en/carv6/auction/10713342
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10735644
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710735644%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10735644: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10735644 url https://www.openlane.eu/en/carv6/auction/10735644
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10713341
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710713341%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10713341: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10713341 url https://www.openlane.eu/en/carv6/auction/10713341
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10738309
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710738309%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10738309: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10738309 url https://www.openlane.eu/en/carv6/auction/10738309
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10456216
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710456216%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10456216: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10456216 url https://www.openlane.eu/en/carv6/auction/10456216
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10504979
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710504979%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10504979: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10504979 url https://www.openlane.eu/en/carv6/auction/10504979
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10505007
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710505007%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10505007: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10505007 url https://www.openlane.eu/en/carv6/auction/10505007
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10505014
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710505014%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10505014: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10505014 url https://www.openlane.eu/en/carv6/auction/10505014
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10505001
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710505001%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10505001: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10505001 url https://www.openlane.eu/en/carv6/auction/10505001
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10505013
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710505013%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10505013: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10505013 url https://www.openlane.eu/en/carv6/auction/10505013
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10505002
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710505002%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10505002: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10505002 url https://www.openlane.eu/en/carv6/auction/10505002
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10504971
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710504971%27 HTTP/1.1" 200 None
2026-03-28 15:21:11 [adesa.be] INFO: Scrape type for 10504971: 0
2026-03-28 15:21:11 [adesa.be] INFO: Skipping item 10504971 url https://www.openlane.eu/en/carv6/auction/10504971
2026-03-28 15:21:11 [adesa.be] INFO: Found listing with ID: 10504965
2026-03-28 15:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710504965%27 HTTP/1.1" 200 None
2026-03-28 15:21:12 [adesa.be] INFO: Scrape type for 10504965: 0
2026-03-28 15:21:12 [adesa.be] INFO: Skipping item 10504965 url https://www.openlane.eu/en/carv6/auction/10504965
2026-03-28 15:21:12 [adesa.be] INFO: Found listing with ID: 10504970
2026-03-28 15:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710504970%27 HTTP/1.1" 200 None
2026-03-28 15:21:12 [adesa.be] INFO: Scrape type for 10504970: 0
2026-03-28 15:21:12 [adesa.be] INFO: Skipping item 10504970 url https://www.openlane.eu/en/carv6/auction/10504970
2026-03-28 15:21:12 [adesa.be] INFO: Found listing with ID: 10505031
2026-03-28 15:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710505031%27 HTTP/1.1" 200 None
2026-03-28 15:21:12 [adesa.be] INFO: Scrape type for 10505031: 0
2026-03-28 15:21:12 [adesa.be] INFO: Skipping item 10505031 url https://www.openlane.eu/en/carv6/auction/10505031
2026-03-28 15:21:12 [adesa.be] INFO: Found listing with ID: 10504982
2026-03-28 15:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710504982%27 HTTP/1.1" 200 None
2026-03-28 15:21:12 [adesa.be] INFO: Scrape type for 10504982: 0
2026-03-28 15:21:12 [adesa.be] INFO: Skipping item 10504982 url https://www.openlane.eu/en/carv6/auction/10504982
2026-03-28 15:21:12 [adesa.be] INFO: Found listing with ID: 10493753
2026-03-28 15:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710493753%27 HTTP/1.1" 200 None
2026-03-28 15:21:12 [adesa.be] INFO: Scrape type for 10493753: 0
2026-03-28 15:21:12 [adesa.be] INFO: Skipping item 10493753 url https://www.openlane.eu/en/carv6/auction/10493753
2026-03-28 15:21:12 [adesa.be] INFO: Found listing with ID: 10373755
2026-03-28 15:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710373755%27 HTTP/1.1" 200 None
2026-03-28 15:21:12 [adesa.be] INFO: Scrape type for 10373755: 0
2026-03-28 15:21:12 [adesa.be] INFO: Skipping item 10373755 url https://www.openlane.eu/en/carv6/auction/10373755
2026-03-28 15:21:12 [adesa.be] INFO: Found listing with ID: 10438524
2026-03-28 15:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710438524%27 HTTP/1.1" 200 None
2026-03-28 15:21:12 [adesa.be] INFO: Scrape type for 10438524: 0
2026-03-28 15:21:12 [adesa.be] INFO: Skipping item 10438524 url https://www.openlane.eu/en/carv6/auction/10438524
2026-03-28 15:21:12 [adesa.be] INFO: Found listing with ID: 10355068
2026-03-28 15:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710355068%27 HTTP/1.1" 200 None
2026-03-28 15:21:12 [adesa.be] INFO: Scrape type for 10355068: 0
2026-03-28 15:21:12 [adesa.be] INFO: Skipping item 10355068 url https://www.openlane.eu/en/carv6/auction/10355068
2026-03-28 15:21:12 [adesa.be] INFO: Found listing with ID: 10392677
2026-03-28 15:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710392677%27 HTTP/1.1" 200 None
2026-03-28 15:21:12 [adesa.be] INFO: Scrape type for 10392677: 0
2026-03-28 15:21:12 [adesa.be] INFO: Skipping item 10392677 url https://www.openlane.eu/en/carv6/auction/10392677
2026-03-28 15:21:12 [adesa.be] INFO: Found listing with ID: 10438746
2026-03-28 15:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710438746%27 HTTP/1.1" 200 None
2026-03-28 15:21:12 [adesa.be] INFO: Scrape type for 10438746: 0
2026-03-28 15:21:12 [adesa.be] INFO: Skipping item 10438746 url https://www.openlane.eu/en/carv6/auction/10438746
2026-03-28 15:21:12 [adesa.be] INFO: Found listing with ID: 10458307
2026-03-28 15:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710458307%27 HTTP/1.1" 200 None
2026-03-28 15:21:12 [adesa.be] INFO: Scrape type for 10458307: 0
2026-03-28 15:21:12 [adesa.be] INFO: Skipping item 10458307 url https://www.openlane.eu/en/carv6/auction/10458307
2026-03-28 15:21:12 [adesa.be] INFO: Found listing with ID: 10531348
2026-03-28 15:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710531348%27 HTTP/1.1" 200 None
2026-03-28 15:21:12 [adesa.be] INFO: Scrape type for 10531348: 0
2026-03-28 15:21:12 [adesa.be] INFO: Skipping item 10531348 url https://www.openlane.eu/en/carv6/auction/10531348
2026-03-28 15:21:12 [adesa.be] INFO: Found listing with ID: 10386880
2026-03-28 15:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710386880%27 HTTP/1.1" 200 None
2026-03-28 15:21:12 [adesa.be] INFO: Scrape type for 10386880: 0
2026-03-28 15:21:12 [adesa.be] INFO: Skipping item 10386880 url https://www.openlane.eu/en/carv6/auction/10386880
2026-03-28 15:21:12 [adesa.be] INFO: Found listing with ID: 10258076
2026-03-28 15:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710258076%27 HTTP/1.1" 200 None
2026-03-28 15:21:12 [adesa.be] INFO: Scrape type for 10258076: 0
2026-03-28 15:21:12 [adesa.be] INFO: Skipping item 10258076 url https://www.openlane.eu/en/carv6/auction/10258076
2026-03-28 15:21:12 [adesa.be] INFO: Found listing with ID: 10351033
2026-03-28 15:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710351033%27 HTTP/1.1" 200 None
2026-03-28 15:21:12 [adesa.be] INFO: Scrape type for 10351033: 0
2026-03-28 15:21:12 [adesa.be] INFO: Skipping item 10351033 url https://www.openlane.eu/en/carv6/auction/10351033
2026-03-28 15:21:12 [adesa.be] INFO: Found listing with ID: 10507414
2026-03-28 15:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710507414%27 HTTP/1.1" 200 None
2026-03-28 15:21:12 [adesa.be] INFO: Scrape type for 10507414: 0
2026-03-28 15:21:12 [adesa.be] INFO: Skipping item 10507414 url https://www.openlane.eu/en/carv6/auction/10507414
2026-03-28 15:21:12 [adesa.be] INFO: Found listing with ID: 10507960
2026-03-28 15:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710507960%27 HTTP/1.1" 200 None
2026-03-28 15:21:12 [adesa.be] INFO: Scrape type for 10507960: 0
2026-03-28 15:21:12 [adesa.be] INFO: Skipping item 10507960 url https://www.openlane.eu/en/carv6/auction/10507960
2026-03-28 15:21:12 [adesa.be] INFO: Found listing with ID: 10497158
2026-03-28 15:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710497158%27 HTTP/1.1" 200 None
2026-03-28 15:21:12 [adesa.be] INFO: Scrape type for 10497158: 0
2026-03-28 15:21:12 [adesa.be] INFO: Skipping item 10497158 url https://www.openlane.eu/en/carv6/auction/10497158
2026-03-28 15:21:12 [adesa.be] INFO: Found listing with ID: 10497156
2026-03-28 15:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710497156%27 HTTP/1.1" 200 None
2026-03-28 15:21:12 [adesa.be] INFO: Scrape type for 10497156: 0
2026-03-28 15:21:12 [adesa.be] INFO: Skipping item 10497156 url https://www.openlane.eu/en/carv6/auction/10497156
2026-03-28 15:21:12 [adesa.be] INFO: Found listing with ID: 10258053
2026-03-28 15:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710258053%27 HTTP/1.1" 200 None
2026-03-28 15:21:12 [adesa.be] INFO: Scrape type for 10258053: 0
2026-03-28 15:21:12 [adesa.be] INFO: Skipping item 10258053 url https://www.openlane.eu/en/carv6/auction/10258053
2026-03-28 15:21:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:21:16 [scrapy.core.engine] DEBUG: Crawled (200) <POST https://www.openlane.eu/en/findcarv6/search> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10497157
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710497157%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10497157: 0
2026-03-28 15:21:16 [adesa.be] INFO: Skipping item 10497157 url https://www.openlane.eu/en/carv6/auction/10497157
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10258066
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710258066%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10258066: 0
2026-03-28 15:21:16 [adesa.be] INFO: Skipping item 10258066 url https://www.openlane.eu/en/carv6/auction/10258066
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10258077
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710258077%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10258077: 0
2026-03-28 15:21:16 [adesa.be] INFO: Skipping item 10258077 url https://www.openlane.eu/en/carv6/auction/10258077
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10423997
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710423997%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10423997: 0
2026-03-28 15:21:16 [adesa.be] INFO: Skipping item 10423997 url https://www.openlane.eu/en/carv6/auction/10423997
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10737766
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710737766%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10737766: 0
2026-03-28 15:21:16 [adesa.be] INFO: Skipping item 10737766 url https://www.openlane.eu/en/carv6/auction/10737766
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10704548
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710704548%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10704548: 0
2026-03-28 15:21:16 [adesa.be] INFO: Skipping item 10704548 url https://www.openlane.eu/en/carv6/auction/10704548
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10591847
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710591847%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10591847: 0
2026-03-28 15:21:16 [adesa.be] INFO: Skipping item 10591847 url https://www.openlane.eu/en/carv6/auction/10591847
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10591845
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710591845%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10591845: 0
2026-03-28 15:21:16 [adesa.be] INFO: Skipping item 10591845 url https://www.openlane.eu/en/carv6/auction/10591845
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10489921
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710489921%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10489921: 0
2026-03-28 15:21:16 [adesa.be] INFO: Skipping item 10489921 url https://www.openlane.eu/en/carv6/auction/10489921
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10580437
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710580437%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10580437: 0
2026-03-28 15:21:16 [adesa.be] INFO: Skipping item 10580437 url https://www.openlane.eu/en/carv6/auction/10580437
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10729495
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729495%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10729495: 0
2026-03-28 15:21:16 [adesa.be] INFO: Skipping item 10729495 url https://www.openlane.eu/en/carv6/auction/10729495
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10595474
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710595474%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10595474: 0
2026-03-28 15:21:16 [adesa.be] INFO: Skipping item 10595474 url https://www.openlane.eu/en/carv6/auction/10595474
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10326185
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710326185%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10326185: 0
2026-03-28 15:21:16 [adesa.be] INFO: Skipping item 10326185 url https://www.openlane.eu/en/carv6/auction/10326185
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10623491
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710623491%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10623491: 0
2026-03-28 15:21:16 [adesa.be] INFO: Skipping item 10623491 url https://www.openlane.eu/en/carv6/auction/10623491
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10623492
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710623492%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10623492: 0
2026-03-28 15:21:16 [adesa.be] INFO: Skipping item 10623492 url https://www.openlane.eu/en/carv6/auction/10623492
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10623490
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710623490%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10623490: 0
2026-03-28 15:21:16 [adesa.be] INFO: Skipping item 10623490 url https://www.openlane.eu/en/carv6/auction/10623490
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10729498
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729498%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10729498: 0
2026-03-28 15:21:16 [adesa.be] INFO: Skipping item 10729498 url https://www.openlane.eu/en/carv6/auction/10729498
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10729499
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729499%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10729499: 0
2026-03-28 15:21:16 [adesa.be] INFO: Skipping item 10729499 url https://www.openlane.eu/en/carv6/auction/10729499
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10614624
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710614624%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10614624: 0
2026-03-28 15:21:16 [adesa.be] INFO: Skipping item 10614624 url https://www.openlane.eu/en/carv6/auction/10614624
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10614622
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710614622%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10614622: 0
2026-03-28 15:21:16 [adesa.be] INFO: Skipping item 10614622 url https://www.openlane.eu/en/carv6/auction/10614622
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10729502
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729502%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10729502: 0
2026-03-28 15:21:16 [adesa.be] INFO: Skipping item 10729502 url https://www.openlane.eu/en/carv6/auction/10729502
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10729509
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729509%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10729509: 0
2026-03-28 15:21:16 [adesa.be] INFO: Skipping item 10729509 url https://www.openlane.eu/en/carv6/auction/10729509
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10729506
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729506%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10729506: 0
2026-03-28 15:21:16 [adesa.be] INFO: Skipping item 10729506 url https://www.openlane.eu/en/carv6/auction/10729506
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10716649
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710716649%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10716649: 0
2026-03-28 15:21:16 [adesa.be] INFO: Skipping item 10716649 url https://www.openlane.eu/en/carv6/auction/10716649
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10730366
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730366%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10730366: 2
2026-03-28 15:21:16 [adesa.be] INFO: Scraping item 10730366 url https://www.openlane.eu/en/carv6/auction/10730366
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10730379
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730379%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10730379: 0
2026-03-28 15:21:16 [adesa.be] INFO: Skipping item 10730379 url https://www.openlane.eu/en/carv6/auction/10730379
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10734483
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734483%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10734483: 2
2026-03-28 15:21:16 [adesa.be] INFO: Scraping item 10734483 url https://www.openlane.eu/en/carv6/auction/10734483
2026-03-28 15:21:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10585106
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710585106%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10585106: 0
2026-03-28 15:21:16 [adesa.be] INFO: Skipping item 10585106 url https://www.openlane.eu/en/carv6/auction/10585106
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10730384
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730384%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10730384: 2
2026-03-28 15:21:16 [adesa.be] INFO: Scraping item 10730384 url https://www.openlane.eu/en/carv6/auction/10730384
2026-03-28 15:21:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10627573
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710627573%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10627573: 0
2026-03-28 15:21:16 [adesa.be] INFO: Skipping item 10627573 url https://www.openlane.eu/en/carv6/auction/10627573
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10730364
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730364%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10730364: 0
2026-03-28 15:21:16 [adesa.be] INFO: Skipping item 10730364 url https://www.openlane.eu/en/carv6/auction/10730364
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10730375
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730375%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10730375: 0
2026-03-28 15:21:16 [adesa.be] INFO: Skipping item 10730375 url https://www.openlane.eu/en/carv6/auction/10730375
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10730381
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730381%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10730381: 0
2026-03-28 15:21:16 [adesa.be] INFO: Skipping item 10730381 url https://www.openlane.eu/en/carv6/auction/10730381
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10730376
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730376%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10730376: 0
2026-03-28 15:21:16 [adesa.be] INFO: Skipping item 10730376 url https://www.openlane.eu/en/carv6/auction/10730376
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10730371
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730371%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10730371: 0
2026-03-28 15:21:16 [adesa.be] INFO: Skipping item 10730371 url https://www.openlane.eu/en/carv6/auction/10730371
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10730368
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730368%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10730368: 2
2026-03-28 15:21:16 [adesa.be] INFO: Scraping item 10730368 url https://www.openlane.eu/en/carv6/auction/10730368
2026-03-28 15:21:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10730369
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730369%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10730369: 0
2026-03-28 15:21:16 [adesa.be] INFO: Skipping item 10730369 url https://www.openlane.eu/en/carv6/auction/10730369
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10730372
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730372%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10730372: 0
2026-03-28 15:21:16 [adesa.be] INFO: Skipping item 10730372 url https://www.openlane.eu/en/carv6/auction/10730372
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10666275
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710666275%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10666275: 0
2026-03-28 15:21:16 [adesa.be] INFO: Skipping item 10666275 url https://www.openlane.eu/en/carv6/auction/10666275
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10655596
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710655596%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10655596: 0
2026-03-28 15:21:16 [adesa.be] INFO: Skipping item 10655596 url https://www.openlane.eu/en/carv6/auction/10655596
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10627580
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710627580%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10627580: 0
2026-03-28 15:21:16 [adesa.be] INFO: Skipping item 10627580 url https://www.openlane.eu/en/carv6/auction/10627580
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10627562
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710627562%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10627562: 0
2026-03-28 15:21:16 [adesa.be] INFO: Skipping item 10627562 url https://www.openlane.eu/en/carv6/auction/10627562
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10627563
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710627563%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10627563: 0
2026-03-28 15:21:16 [adesa.be] INFO: Skipping item 10627563 url https://www.openlane.eu/en/carv6/auction/10627563
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10627590
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710627590%27 HTTP/1.1" 200 None
2026-03-28 15:21:16 [adesa.be] INFO: Scrape type for 10627590: 0
2026-03-28 15:21:16 [adesa.be] INFO: Skipping item 10627590 url https://www.openlane.eu/en/carv6/auction/10627590
2026-03-28 15:21:16 [adesa.be] INFO: Found listing with ID: 10627582
2026-03-28 15:21:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710627582%27 HTTP/1.1" 200 None
2026-03-28 15:21:17 [adesa.be] INFO: Scrape type for 10627582: 0
2026-03-28 15:21:17 [adesa.be] INFO: Skipping item 10627582 url https://www.openlane.eu/en/carv6/auction/10627582
2026-03-28 15:21:17 [adesa.be] INFO: Found listing with ID: 10627564
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710627564%27 HTTP/1.1" 200 None
2026-03-28 15:21:17 [adesa.be] INFO: Scrape type for 10627564: 0
2026-03-28 15:21:17 [adesa.be] INFO: Skipping item 10627564 url https://www.openlane.eu/en/carv6/auction/10627564
2026-03-28 15:21:17 [adesa.be] INFO: Found listing with ID: 10627584
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710627584%27 HTTP/1.1" 200 None
2026-03-28 15:21:17 [adesa.be] INFO: Scrape type for 10627584: 0
2026-03-28 15:21:17 [adesa.be] INFO: Skipping item 10627584 url https://www.openlane.eu/en/carv6/auction/10627584
2026-03-28 15:21:17 [adesa.be] INFO: Found listing with ID: 10627588
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710627588%27 HTTP/1.1" 200 None
2026-03-28 15:21:17 [adesa.be] INFO: Scrape type for 10627588: 0
2026-03-28 15:21:17 [adesa.be] INFO: Skipping item 10627588 url https://www.openlane.eu/en/carv6/auction/10627588
2026-03-28 15:21:17 [adesa.be] INFO: Found listing with ID: 10627586
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710627586%27 HTTP/1.1" 200 None
2026-03-28 15:21:17 [adesa.be] INFO: Scrape type for 10627586: 0
2026-03-28 15:21:17 [adesa.be] INFO: Skipping item 10627586 url https://www.openlane.eu/en/carv6/auction/10627586
2026-03-28 15:21:17 [adesa.be] INFO: Found listing with ID: 10627579
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710627579%27 HTTP/1.1" 200 None
2026-03-28 15:21:17 [adesa.be] INFO: Scrape type for 10627579: 0
2026-03-28 15:21:17 [adesa.be] INFO: Skipping item 10627579 url https://www.openlane.eu/en/carv6/auction/10627579
2026-03-28 15:21:17 [adesa.be] INFO: Found listing with ID: 10627585
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710627585%27 HTTP/1.1" 200 None
2026-03-28 15:21:17 [adesa.be] INFO: Scrape type for 10627585: 0
2026-03-28 15:21:17 [adesa.be] INFO: Skipping item 10627585 url https://www.openlane.eu/en/carv6/auction/10627585
2026-03-28 15:21:17 [adesa.be] INFO: Found listing with ID: 10726260
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726260%27 HTTP/1.1" 200 None
2026-03-28 15:21:17 [adesa.be] INFO: Scrape type for 10726260: 0
2026-03-28 15:21:17 [adesa.be] INFO: Skipping item 10726260 url https://www.openlane.eu/en/carv6/auction/10726260
2026-03-28 15:21:17 [adesa.be] INFO: Found listing with ID: 10729497
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710729497%27 HTTP/1.1" 200 None
2026-03-28 15:21:17 [adesa.be] INFO: Scrape type for 10729497: 0
2026-03-28 15:21:17 [adesa.be] INFO: Skipping item 10729497 url https://www.openlane.eu/en/carv6/auction/10729497
2026-03-28 15:21:17 [adesa.be] INFO: Found listing with ID: 10615315
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710615315%27 HTTP/1.1" 200 None
2026-03-28 15:21:17 [adesa.be] INFO: Scrape type for 10615315: 0
2026-03-28 15:21:17 [adesa.be] INFO: Skipping item 10615315 url https://www.openlane.eu/en/carv6/auction/10615315
2026-03-28 15:21:17 [adesa.be] INFO: Found listing with ID: 10615312
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710615312%27 HTTP/1.1" 200 None
2026-03-28 15:21:17 [adesa.be] INFO: Scrape type for 10615312: 0
2026-03-28 15:21:17 [adesa.be] INFO: Skipping item 10615312 url https://www.openlane.eu/en/carv6/auction/10615312
2026-03-28 15:21:17 [adesa.be] INFO: Found listing with ID: 10373756
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710373756%27 HTTP/1.1" 200 None
2026-03-28 15:21:17 [adesa.be] INFO: Scrape type for 10373756: 0
2026-03-28 15:21:17 [adesa.be] INFO: Skipping item 10373756 url https://www.openlane.eu/en/carv6/auction/10373756
2026-03-28 15:21:17 [adesa.be] INFO: Found listing with ID: 10730132
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730132%27 HTTP/1.1" 200 None
2026-03-28 15:21:17 [adesa.be] INFO: Scrape type for 10730132: 2
2026-03-28 15:21:17 [adesa.be] INFO: Scraping item 10730132 url https://www.openlane.eu/en/carv6/auction/10730132
2026-03-28 15:21:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:21:17 [adesa.be] INFO: Found listing with ID: 10580439
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710580439%27 HTTP/1.1" 200 None
2026-03-28 15:21:17 [adesa.be] INFO: Scrape type for 10580439: 0
2026-03-28 15:21:17 [adesa.be] INFO: Skipping item 10580439 url https://www.openlane.eu/en/carv6/auction/10580439
2026-03-28 15:21:17 [adesa.be] INFO: Found listing with ID: 10562284
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710562284%27 HTTP/1.1" 200 None
2026-03-28 15:21:17 [adesa.be] INFO: Scrape type for 10562284: 0
2026-03-28 15:21:17 [adesa.be] INFO: Skipping item 10562284 url https://www.openlane.eu/en/carv6/auction/10562284
2026-03-28 15:21:17 [adesa.be] INFO: Found listing with ID: 10630787
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710630787%27 HTTP/1.1" 200 None
2026-03-28 15:21:17 [adesa.be] INFO: Scrape type for 10630787: 0
2026-03-28 15:21:17 [adesa.be] INFO: Skipping item 10630787 url https://www.openlane.eu/en/carv6/auction/10630787
2026-03-28 15:21:17 [adesa.be] INFO: Found listing with ID: 10576365
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710576365%27 HTTP/1.1" 200 None
2026-03-28 15:21:17 [adesa.be] INFO: Scrape type for 10576365: 0
2026-03-28 15:21:17 [adesa.be] INFO: Skipping item 10576365 url https://www.openlane.eu/en/carv6/auction/10576365
2026-03-28 15:21:17 [adesa.be] INFO: Found listing with ID: 10405235
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710405235%27 HTTP/1.1" 200 None
2026-03-28 15:21:17 [adesa.be] INFO: Scrape type for 10405235: 0
2026-03-28 15:21:17 [adesa.be] INFO: Skipping item 10405235 url https://www.openlane.eu/en/carv6/auction/10405235
2026-03-28 15:21:17 [adesa.be] INFO: Found listing with ID: 10366783
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710366783%27 HTTP/1.1" 200 None
2026-03-28 15:21:17 [adesa.be] INFO: Scrape type for 10366783: 0
2026-03-28 15:21:17 [adesa.be] INFO: Skipping item 10366783 url https://www.openlane.eu/en/carv6/auction/10366783
2026-03-28 15:21:17 [adesa.be] INFO: Found listing with ID: 10461938
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710461938%27 HTTP/1.1" 200 None
2026-03-28 15:21:17 [adesa.be] INFO: Scrape type for 10461938: 0
2026-03-28 15:21:17 [adesa.be] INFO: Skipping item 10461938 url https://www.openlane.eu/en/carv6/auction/10461938
2026-03-28 15:21:17 [adesa.be] INFO: Found listing with ID: 10666627
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710666627%27 HTTP/1.1" 200 None
2026-03-28 15:21:17 [adesa.be] INFO: Scrape type for 10666627: 0
2026-03-28 15:21:17 [adesa.be] INFO: Skipping item 10666627 url https://www.openlane.eu/en/carv6/auction/10666627
2026-03-28 15:21:17 [adesa.be] INFO: Found listing with ID: 10682815
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710682815%27 HTTP/1.1" 200 None
2026-03-28 15:21:17 [adesa.be] INFO: Scrape type for 10682815: 0
2026-03-28 15:21:17 [adesa.be] INFO: Skipping item 10682815 url https://www.openlane.eu/en/carv6/auction/10682815
2026-03-28 15:21:17 [adesa.be] INFO: Found listing with ID: 10698828
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710698828%27 HTTP/1.1" 200 None
2026-03-28 15:21:17 [adesa.be] INFO: Scrape type for 10698828: 0
2026-03-28 15:21:17 [adesa.be] INFO: Skipping item 10698828 url https://www.openlane.eu/en/carv6/auction/10698828
2026-03-28 15:21:17 [adesa.be] INFO: Found listing with ID: 10688261
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710688261%27 HTTP/1.1" 200 None
2026-03-28 15:21:17 [adesa.be] INFO: Scrape type for 10688261: 0
2026-03-28 15:21:17 [adesa.be] INFO: Skipping item 10688261 url https://www.openlane.eu/en/carv6/auction/10688261
2026-03-28 15:21:17 [adesa.be] INFO: Found listing with ID: 10258058
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710258058%27 HTTP/1.1" 200 None
2026-03-28 15:21:17 [adesa.be] INFO: Scrape type for 10258058: 0
2026-03-28 15:21:17 [adesa.be] INFO: Skipping item 10258058 url https://www.openlane.eu/en/carv6/auction/10258058
2026-03-28 15:21:17 [adesa.be] INFO: Found listing with ID: 10707957
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710707957%27 HTTP/1.1" 200 None
2026-03-28 15:21:18 [adesa.be] INFO: Scrape type for 10707957: 0
2026-03-28 15:21:18 [adesa.be] INFO: Skipping item 10707957 url https://www.openlane.eu/en/carv6/auction/10707957
2026-03-28 15:21:18 [adesa.be] INFO: Found listing with ID: 10698830
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710698830%27 HTTP/1.1" 200 None
2026-03-28 15:21:18 [adesa.be] INFO: Scrape type for 10698830: 0
2026-03-28 15:21:18 [adesa.be] INFO: Skipping item 10698830 url https://www.openlane.eu/en/carv6/auction/10698830
2026-03-28 15:21:18 [adesa.be] INFO: Found listing with ID: 10666057
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710666057%27 HTTP/1.1" 200 None
2026-03-28 15:21:18 [adesa.be] INFO: Scrape type for 10666057: 0
2026-03-28 15:21:18 [adesa.be] INFO: Skipping item 10666057 url https://www.openlane.eu/en/carv6/auction/10666057
2026-03-28 15:21:18 [adesa.be] INFO: Found listing with ID: 10583628
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710583628%27 HTTP/1.1" 200 None
2026-03-28 15:21:18 [adesa.be] INFO: Scrape type for 10583628: 0
2026-03-28 15:21:18 [adesa.be] INFO: Skipping item 10583628 url https://www.openlane.eu/en/carv6/auction/10583628
2026-03-28 15:21:18 [adesa.be] INFO: Found listing with ID: 10595467
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710595467%27 HTTP/1.1" 200 None
2026-03-28 15:21:18 [adesa.be] INFO: Scrape type for 10595467: 0
2026-03-28 15:21:18 [adesa.be] INFO: Skipping item 10595467 url https://www.openlane.eu/en/carv6/auction/10595467
2026-03-28 15:21:18 [adesa.be] INFO: Found listing with ID: 10716211
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710716211%27 HTTP/1.1" 200 None
2026-03-28 15:21:18 [adesa.be] INFO: Scrape type for 10716211: 0
2026-03-28 15:21:18 [adesa.be] INFO: Skipping item 10716211 url https://www.openlane.eu/en/carv6/auction/10716211
2026-03-28 15:21:18 [adesa.be] INFO: Found listing with ID: 10580542
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710580542%27 HTTP/1.1" 200 None
2026-03-28 15:21:18 [adesa.be] INFO: Scrape type for 10580542: 0
2026-03-28 15:21:18 [adesa.be] INFO: Skipping item 10580542 url https://www.openlane.eu/en/carv6/auction/10580542
2026-03-28 15:21:18 [adesa.be] INFO: Found listing with ID: 10693707
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710693707%27 HTTP/1.1" 200 None
2026-03-28 15:21:18 [adesa.be] INFO: Scrape type for 10693707: 0
2026-03-28 15:21:18 [adesa.be] INFO: Skipping item 10693707 url https://www.openlane.eu/en/carv6/auction/10693707
2026-03-28 15:21:18 [adesa.be] INFO: Found listing with ID: 10682970
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710682970%27 HTTP/1.1" 200 None
2026-03-28 15:21:18 [adesa.be] INFO: Scrape type for 10682970: 0
2026-03-28 15:21:18 [adesa.be] INFO: Skipping item 10682970 url https://www.openlane.eu/en/carv6/auction/10682970
2026-03-28 15:21:18 [adesa.be] INFO: Found listing with ID: 10627591
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710627591%27 HTTP/1.1" 200 None
2026-03-28 15:21:18 [adesa.be] INFO: Scrape type for 10627591: 0
2026-03-28 15:21:18 [adesa.be] INFO: Skipping item 10627591 url https://www.openlane.eu/en/carv6/auction/10627591
2026-03-28 15:21:18 [adesa.be] INFO: Found listing with ID: 10649237
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710649237%27 HTTP/1.1" 200 None
2026-03-28 15:21:18 [adesa.be] INFO: Scrape type for 10649237: 0
2026-03-28 15:21:18 [adesa.be] INFO: Skipping item 10649237 url https://www.openlane.eu/en/carv6/auction/10649237
2026-03-28 15:21:18 [adesa.be] INFO: Found listing with ID: 10653832
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710653832%27 HTTP/1.1" 200 None
2026-03-28 15:21:18 [adesa.be] INFO: Scrape type for 10653832: 0
2026-03-28 15:21:18 [adesa.be] INFO: Skipping item 10653832 url https://www.openlane.eu/en/carv6/auction/10653832
2026-03-28 15:21:18 [adesa.be] INFO: Found listing with ID: 10277379
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710277379%27 HTTP/1.1" 200 None
2026-03-28 15:21:18 [adesa.be] INFO: Scrape type for 10277379: 0
2026-03-28 15:21:18 [adesa.be] INFO: Skipping item 10277379 url https://www.openlane.eu/en/carv6/auction/10277379
2026-03-28 15:21:18 [adesa.be] INFO: Found listing with ID: 10406461
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710406461%27 HTTP/1.1" 200 None
2026-03-28 15:21:18 [adesa.be] INFO: Scrape type for 10406461: 0
2026-03-28 15:21:18 [adesa.be] INFO: Skipping item 10406461 url https://www.openlane.eu/en/carv6/auction/10406461
2026-03-28 15:21:18 [adesa.be] INFO: Found listing with ID: 10602291
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710602291%27 HTTP/1.1" 200 None
2026-03-28 15:21:18 [adesa.be] INFO: Scrape type for 10602291: 0
2026-03-28 15:21:18 [adesa.be] INFO: Skipping item 10602291 url https://www.openlane.eu/en/carv6/auction/10602291
2026-03-28 15:21:18 [adesa.be] INFO: Found listing with ID: 10258056
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710258056%27 HTTP/1.1" 200 None
2026-03-28 15:21:18 [adesa.be] INFO: Scrape type for 10258056: 0
2026-03-28 15:21:18 [adesa.be] INFO: Skipping item 10258056 url https://www.openlane.eu/en/carv6/auction/10258056
2026-03-28 15:21:18 [adesa.be] INFO: Found listing with ID: 10673713
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710673713%27 HTTP/1.1" 200 None
2026-03-28 15:21:18 [adesa.be] INFO: Scrape type for 10673713: 0
2026-03-28 15:21:18 [adesa.be] INFO: Skipping item 10673713 url https://www.openlane.eu/en/carv6/auction/10673713
2026-03-28 15:21:18 [adesa.be] INFO: Found listing with ID: 10595461
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710595461%27 HTTP/1.1" 200 None
2026-03-28 15:21:18 [adesa.be] INFO: Scrape type for 10595461: 0
2026-03-28 15:21:18 [adesa.be] INFO: Skipping item 10595461 url https://www.openlane.eu/en/carv6/auction/10595461
2026-03-28 15:21:18 [adesa.be] INFO: Found listing with ID: 10595468
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710595468%27 HTTP/1.1" 200 None
2026-03-28 15:21:18 [adesa.be] INFO: Scrape type for 10595468: 0
2026-03-28 15:21:18 [adesa.be] INFO: Skipping item 10595468 url https://www.openlane.eu/en/carv6/auction/10595468
2026-03-28 15:21:18 [adesa.be] INFO: Found listing with ID: 10326051
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710326051%27 HTTP/1.1" 200 None
2026-03-28 15:21:18 [adesa.be] INFO: Scrape type for 10326051: 0
2026-03-28 15:21:18 [adesa.be] INFO: Skipping item 10326051 url https://www.openlane.eu/en/carv6/auction/10326051
2026-03-28 15:21:18 [adesa.be] INFO: Found listing with ID: 10595470
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710595470%27 HTTP/1.1" 200 None
2026-03-28 15:21:18 [adesa.be] INFO: Scrape type for 10595470: 0
2026-03-28 15:21:18 [adesa.be] INFO: Skipping item 10595470 url https://www.openlane.eu/en/carv6/auction/10595470
2026-03-28 15:21:18 [adesa.be] INFO: Found listing with ID: 10595469
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710595469%27 HTTP/1.1" 200 None
2026-03-28 15:21:18 [adesa.be] INFO: Scrape type for 10595469: 0
2026-03-28 15:21:18 [adesa.be] INFO: Skipping item 10595469 url https://www.openlane.eu/en/carv6/auction/10595469
2026-03-28 15:21:18 [adesa.be] INFO: Found listing with ID: 10686921
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710686921%27 HTTP/1.1" 200 None
2026-03-28 15:21:18 [adesa.be] INFO: Scrape type for 10686921: 2
2026-03-28 15:21:18 [adesa.be] INFO: Scraping item 10686921 url https://www.openlane.eu/en/carv6/auction/10686921
2026-03-28 15:21:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:21:18 [adesa.be] INFO: Found listing with ID: 10463665
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710463665%27 HTTP/1.1" 200 None
2026-03-28 15:21:18 [adesa.be] INFO: Scrape type for 10463665: 0
2026-03-28 15:21:18 [adesa.be] INFO: Skipping item 10463665 url https://www.openlane.eu/en/carv6/auction/10463665
2026-03-28 15:21:18 [adesa.be] INFO: Found listing with ID: 10281434
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710281434%27 HTTP/1.1" 200 None
2026-03-28 15:21:18 [adesa.be] INFO: Scrape type for 10281434: 0
2026-03-28 15:21:18 [adesa.be] INFO: Skipping item 10281434 url https://www.openlane.eu/en/carv6/auction/10281434
2026-03-28 15:21:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-28 15:21:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10730366> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:21:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9893ded-7ba3-5edb-894a-25e195546faf with identifier: 10730366
2026-03-28 15:21:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9893ded-7ba3-5edb-894a-25e195546faf with scrape type 2
2026-03-28 15:21:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9893ded-7ba3-5edb-894a-25e195546faf with scrape type 2
2026-03-28 15:21:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: c9893ded-7ba3-5edb-894a-25e195546faf, identifier: 10730366
2026-03-28 15:21:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: c9893ded-7ba3-5edb-894a-25e195546faf with identifier: 10730366
2026-03-28 15:21:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: c9893ded-7ba3-5edb-894a-25e195546faf with identifier: 10730366
2026-03-28 15:21:19 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: c9893ded-7ba3-5edb-894a-25e195546faf with identifier: 10730366 to the API
2026-03-28 15:21:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:21:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:21:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10730366>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'engine_horse_power': 204,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Electric',
'id': 'c9893ded-7ba3-5edb-894a-25e195546faf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '54777',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10730366',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 50,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 32300,
'price_includes_vat': True,
'registration_date': '2026-03-16',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Hyundai e-Kona 65 kWh - Electric - Automatic - 204 hp - 50 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2026}
2026-03-28 15:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730366%27 HTTP/1.1" 200 None
2026-03-28 15:21:19 [adesa.be] INFO: Saving data for 10730366: {'auction_closing_time': 1798675200.0, 'created_time': 1774606973.350521, 'last_price_update_time': 1774711279.575482}
2026-03-28 15:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10730366') HTTP/1.1" 204 0
2026-03-28 15:21:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10730132> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:21:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10686921> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:21:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 779db2b4-eddb-5c3c-b26b-f8a66f757ca7 with identifier: 10730132
2026-03-28 15:21:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 779db2b4-eddb-5c3c-b26b-f8a66f757ca7 with scrape type 2
2026-03-28 15:21:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 779db2b4-eddb-5c3c-b26b-f8a66f757ca7 with scrape type 2
2026-03-28 15:21:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 779db2b4-eddb-5c3c-b26b-f8a66f757ca7, identifier: 10730132
2026-03-28 15:21:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 479dbb90-d696-5505-8b55-d1dc7836277a with identifier: 10686921
2026-03-28 15:21:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 479dbb90-d696-5505-8b55-d1dc7836277a with scrape type 2
2026-03-28 15:21:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 479dbb90-d696-5505-8b55-d1dc7836277a with scrape type 2
2026-03-28 15:21:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 479dbb90-d696-5505-8b55-d1dc7836277a, identifier: 10686921
2026-03-28 15:21:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 779db2b4-eddb-5c3c-b26b-f8a66f757ca7 with identifier: 10730132
2026-03-28 15:21:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 779db2b4-eddb-5c3c-b26b-f8a66f757ca7 with identifier: 10730132
2026-03-28 15:21:20 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 779db2b4-eddb-5c3c-b26b-f8a66f757ca7 with identifier: 10730132 to the API
2026-03-28 15:21:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:21:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:21:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10730132>
{'auction_title': '',
'c_o_2_emission_value': 198,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 0,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 147,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Diesel',
'id': '779db2b4-eddb-5c3c-b26b-f8a66f757ca7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '57499',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10730132',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Opel',
'model': 'Vivaro',
'odometer': 50,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 20800,
'price_includes_vat': True,
'registration_date': '2026-01-13',
'seats_number': 3,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Opel Vivaro 2.0 CDTI - Diesel - Manual - 147 hp - 50 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2026}
2026-03-28 15:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730132%27 HTTP/1.1" 200 None
2026-03-28 15:21:20 [adesa.be] INFO: Saving data for 10730132: {'auction_closing_time': 1798675200.0, 'created_time': 1774606975.675108, 'last_price_update_time': 1774711280.224856}
2026-03-28 15:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10730132') HTTP/1.1" 204 0
2026-03-28 15:21:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 479dbb90-d696-5505-8b55-d1dc7836277a with identifier: 10686921
2026-03-28 15:21:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 479dbb90-d696-5505-8b55-d1dc7836277a with identifier: 10686921
2026-03-28 15:21:20 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 479dbb90-d696-5505-8b55-d1dc7836277a with identifier: 10686921 to the API
2026-03-28 15:21:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:21:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:21:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10686921>
{'auction_title': '',
'c_o_2_emission_value': 208,
'category': 'Light truck',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 170,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Diesel',
'id': '479dbb90-d696-5505-8b55-d1dc7836277a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '37785',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10686921',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Transporter',
'odometer': 50,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 37900,
'price_includes_vat': True,
'registration_date': '2026-03-10',
'seats_number': 6,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Volkswagen Transporter 2.0 TDI - Diesel - Automatic - 170 hp - 50 '
'km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2026}
2026-03-28 15:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710686921%27 HTTP/1.1" 200 None
2026-03-28 15:21:20 [adesa.be] INFO: Saving data for 10686921: {'auction_closing_time': 1798675200.0, 'created_time': 1773829298.563663, 'last_price_update_time': 1774711280.550694}
2026-03-28 15:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10686921') HTTP/1.1" 204 0
2026-03-28 15:21:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10730368> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:21:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fca1f8c7-eb05-5056-98e3-a2ad0cd694d7 with identifier: 10730368
2026-03-28 15:21:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fca1f8c7-eb05-5056-98e3-a2ad0cd694d7 with scrape type 2
2026-03-28 15:21:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fca1f8c7-eb05-5056-98e3-a2ad0cd694d7 with scrape type 2
2026-03-28 15:21:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: fca1f8c7-eb05-5056-98e3-a2ad0cd694d7, identifier: 10730368
2026-03-28 15:21:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: fca1f8c7-eb05-5056-98e3-a2ad0cd694d7 with identifier: 10730368
2026-03-28 15:21:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: fca1f8c7-eb05-5056-98e3-a2ad0cd694d7 with identifier: 10730368
2026-03-28 15:21:20 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: fca1f8c7-eb05-5056-98e3-a2ad0cd694d7 with identifier: 10730368 to the API
2026-03-28 15:21:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:21:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:21:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10730368>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 180,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Hybrid',
'id': 'fca1f8c7-eb05-5056-98e3-a2ad0cd694d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '54771',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10730368',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 50,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 31700,
'price_includes_vat': True,
'registration_date': '2026-03-16',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Hyundai Tucson 1.6 T-GDI Shine - Hybrid - Automatic - 180 hp - 50 '
'km',
'transmission': 'automatic',
'trim': 'Shine',
'vin': None,
'year': 2026}
2026-03-28 15:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730368%27 HTTP/1.1" 200 None
2026-03-28 15:21:21 [adesa.be] INFO: Saving data for 10730368: {'auction_closing_time': 1798675200.0, 'created_time': 1774606974.016202, 'last_price_update_time': 1774711281.024825}
2026-03-28 15:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10730368') HTTP/1.1" 204 0
2026-03-28 15:21:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10730384> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:21:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce284b1e-b2cd-593b-9bd5-7ab80f2c8d90 with identifier: 10730384
2026-03-28 15:21:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce284b1e-b2cd-593b-9bd5-7ab80f2c8d90 with scrape type 2
2026-03-28 15:21:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce284b1e-b2cd-593b-9bd5-7ab80f2c8d90 with scrape type 2
2026-03-28 15:21:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: ce284b1e-b2cd-593b-9bd5-7ab80f2c8d90, identifier: 10730384
2026-03-28 15:21:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: ce284b1e-b2cd-593b-9bd5-7ab80f2c8d90 with identifier: 10730384
2026-03-28 15:21:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: ce284b1e-b2cd-593b-9bd5-7ab80f2c8d90 with identifier: 10730384
2026-03-28 15:21:49 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: ce284b1e-b2cd-593b-9bd5-7ab80f2c8d90 with identifier: 10730384 to the API
2026-03-28 15:21:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:21:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:21:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10730384>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'engine_horse_power': 114,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Electric',
'id': 'ce284b1e-b2cd-593b-9bd5-7ab80f2c8d90',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '54783',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10730384',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Hyundai',
'model': 'Inster',
'odometer': 50,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 23800,
'price_includes_vat': True,
'registration_date': '2026-03-16',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Hyundai Inster - Electric - Automatic - 114 hp - 50 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2026}
2026-03-28 15:21:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710730384%27 HTTP/1.1" 200 None
2026-03-28 15:21:49 [adesa.be] INFO: Saving data for 10730384: {'auction_closing_time': 1798675200.0, 'created_time': 1774606973.722145, 'last_price_update_time': 1774711309.772848}
2026-03-28 15:21:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10730384') HTTP/1.1" 204 0
2026-03-28 15:21:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10734483> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-28 15:21:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f63ad1a3-ac93-5b5d-8c22-f9ff76ab6a6e with identifier: 10734483
2026-03-28 15:21:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f63ad1a3-ac93-5b5d-8c22-f9ff76ab6a6e with scrape type 2
2026-03-28 15:21:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f63ad1a3-ac93-5b5d-8c22-f9ff76ab6a6e with scrape type 2
2026-03-28 15:21:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: f63ad1a3-ac93-5b5d-8c22-f9ff76ab6a6e, identifier: 10734483
2026-03-28 15:21:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: f63ad1a3-ac93-5b5d-8c22-f9ff76ab6a6e with identifier: 10734483
2026-03-28 15:21:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: f63ad1a3-ac93-5b5d-8c22-f9ff76ab6a6e with identifier: 10734483
2026-03-28 15:21:50 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: f63ad1a3-ac93-5b5d-8c22-f9ff76ab6a6e with identifier: 10734483 to the API
2026-03-28 15:21:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-28 15:21:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-28 15:21:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10734483>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': 'Compact',
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 63,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Petrol',
'id': 'f63ad1a3-ac93-5b5d-8c22-f9ff76ab6a6e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '49795',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10734483',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Hyundai',
'model': 'i10',
'odometer': 50,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13100,
'price_includes_vat': True,
'registration_date': '2025-07-09',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Hyundai i10 1.0 Select - Petrol - Manual - 63 hp - 50 km',
'transmission': 'manual',
'trim': 'Select',
'vin': None,
'year': 2025}
2026-03-28 15:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710734483%27 HTTP/1.1" 200 None
2026-03-28 15:21:50 [adesa.be] INFO: Saving data for 10734483: {'auction_closing_time': 1798675200.0, 'created_time': 1774606972.186281, 'last_price_update_time': 1774711310.663355}
2026-03-28 15:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10734483') HTTP/1.1" 204 0
2026-03-28 15:21:50 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-28 15:21:50 [adesa.be] INFO: adesa.be Crawl ended with reason finished, scrape types: {<ScrapeType.NEW: 1>: 0, <ScrapeType.NEW_DUPLICATE_ID: 4>: 0, <ScrapeType.PRICE_UPDATE: 2>: 0, <ScrapeType.AUCTION_UPDATE: 3>: 0, <ScrapeType.SKIPPED: 0>: 0, <ScrapeType.BATCH_SKIPPED: 5>: 0}
2026-03-28 15:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-28 15:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20last_price_update_time%20lt%201774279310 HTTP/1.1" 200 None
2026-03-28 15:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10682543') HTTP/1.1" 204 0
2026-03-28 15:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10684377') HTTP/1.1" 204 0
2026-03-28 15:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10697139') HTTP/1.1" 204 0
2026-03-28 15:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10702808') HTTP/1.1" 204 0
2026-03-28 15:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10703383') HTTP/1.1" 204 0
2026-03-28 15:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10703474') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10703480') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10707728') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10707730') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10707830') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10707831') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10707832') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10707839') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10707849') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10707851') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10707852') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710579') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710582') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710583') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710585') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710587') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710602') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710604') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710609') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710611') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710613') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710614') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710617') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710624') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710631') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710634') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710637') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710638') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710642') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710648') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710650') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710655') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710662') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710664') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710665') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710672') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710674') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710678') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710679') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710684') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710692') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710693') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710699') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710710') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710712') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710719') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710720') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710723') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710726') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710732') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710733') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710734') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710737') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710740') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710741') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710742') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710743') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710749') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710751') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710753') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710761') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710763') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710765') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710766') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710772') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710773') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710774') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710778') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710781') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710786') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710787') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710797') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710798') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710799') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710803') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710806') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710808') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710813') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710815') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710818') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710819') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710820') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710821') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710822') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710824') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710825') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710830') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710831') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710834') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710835') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710838') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710839') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710842') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710843') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710845') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710848') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710850') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10710853') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10711605') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10711607') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10711611') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10711617') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10712892') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10712893') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10712896') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10712901') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10712904') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10712912') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10712918') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10712930') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10712933') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10712961') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10712965') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10712968') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10713036') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10713048') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10713067') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10713069') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10713599') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10713676') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10713779') HTTP/1.1" 204 0
2026-03-28 15:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10713882') HTTP/1.1" 204 0
2026-03-28 15:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10713984') HTTP/1.1" 204 0
2026-03-28 15:21:52 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (384 items) in: file:///var/lib/scrapyd/items/sourcing_v2/adesa.be/task_31_2026-03-28T15_15_00.jl
2026-03-28 15:21:52 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/exception_count': 1,
'downloader/exception_type_count/zyte_api._errors.RequestError': 1,
'downloader/request_bytes': 493853,
'downloader/request_count': 527,
'downloader/request_method_count/GET': 486,
'downloader/request_method_count/POST': 41,
'downloader/response_bytes': 55912450,
'downloader/response_count': 526,
'downloader/response_status_count/200': 525,
'downloader/response_status_count/403': 1,
'elapsed_time_seconds': 405.28164,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 28, 15, 21, 52, 3484, tzinfo=datetime.timezone.utc),
'httpcompression/response_bytes': 4547,
'httpcompression/response_count': 1,
'item_scraped_count': 384,
'log_count/DEBUG': 14293,
'log_count/ERROR': 1,
'log_count/INFO': 16976,
'memusage/max': 184442880,
'memusage/startup': 149704704,
'photo_download_count': 100,
'request_depth_max': 41,
'response_received_count': 426,
'scheduler/dequeued': 527,
'scheduler/dequeued/memory': 527,
'scheduler/enqueued': 527,
'scheduler/enqueued/memory': 527,
'scrape_type/new': 93,
'scrape_type/price_update': 292,
'scrape_type/skipped': 3709,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 428,
'scrapy-zyte-api/error_ratio': 0.007009345794392523,
'scrapy-zyte-api/error_types/download/temporary-error': 2,
'scrapy-zyte-api/error_types/website/connection-error': 1,
'scrapy-zyte-api/errors': 3,
'scrapy-zyte-api/fatal_errors': 1,
'scrapy-zyte-api/mean_connection_seconds': 4.119997895961394,
'scrapy-zyte-api/mean_response_seconds': 4.169184119100957,
'scrapy-zyte-api/processed': 426,
'scrapy-zyte-api/request_args/customHttpRequestHeaders': 426,
'scrapy-zyte-api/request_args/experimental.requestCookies': 425,
'scrapy-zyte-api/request_args/experimental.responseCookies': 426,
'scrapy-zyte-api/request_args/httpRequestBody': 41,
'scrapy-zyte-api/request_args/httpRequestMethod': 41,
'scrapy-zyte-api/request_args/httpResponseBody': 426,
'scrapy-zyte-api/request_args/httpResponseHeaders': 426,
'scrapy-zyte-api/request_args/url': 426,
'scrapy-zyte-api/status_codes/200': 425,
'scrapy-zyte-api/status_codes/421': 1,
'scrapy-zyte-api/status_codes/520': 2,
'scrapy-zyte-api/success': 425,
'scrapy-zyte-api/success_ratio': 0.9976525821596244,
'scrapy-zyte-api/throttle_ratio': 0.0,
'source/items_encountered': 4094,
'source/total_available': 4094,
'start_time': datetime.datetime(2026, 3, 28, 15, 15, 6, 721844, tzinfo=datetime.timezone.utc)}
2026-03-28 15:21:52 [scrapy.core.engine] INFO: Spider closed (finished)
2026-03-28 15:21:52 [asyncio] ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f7ff769a1d0>
2026-03-28 15:21:52 [asyncio] ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7f7ff73165d0>