2026-03-26 04:15:06 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-26 04: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-26 04:15:06 [adesa.be] INFO: Starting spider adesa.be
2026-03-26 04:15:06 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-26 04:15:06 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-26 04:15:06 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-26 04:15:06 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-26 04:15:06 [scrapy.extensions.telnet] INFO: Telnet Password: 799be342f581e339
2026-03-26 04: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-26 04: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-26T04_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-26 04:15:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-26 04:15:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-26 04: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-26 04:15:06 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-26 04: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-26 04:15:06 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
2026-03-26 04:15:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-26 04:15:06 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2117
2026-03-26 04:15:06 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-26 04:15:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-26 04:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:15:06 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: auto
2026-03-26 04: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-26 04:15:06 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-26 04:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-26 04:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-26 04:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-26 04:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-26 04:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-26 04:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-26 04:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-26 04:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-26 04:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-26 04:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-26 04:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-26 04:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-26 04:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-26 04:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-26 04:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-26 04:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-26 04:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-26 04:15:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-26 04: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-26 04: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-26 04:15:06 [scrapy.core.engine] INFO: Spider opened
2026-03-26 04:15:06 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-26 04:15:06 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-26 04:15:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 140MiB
2026-03-26 04:15:06 [scrapy-playwright] INFO: Starting download handler
2026-03-26 04:15:06 [scrapy-playwright] INFO: Starting download handler
2026-03-26 04: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-26 04:15: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-26 04:15:13 [adesa.be] INFO: Found listing with ID: 10726007
2026-03-26 04:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726007%27 HTTP/1.1" 200 None
2026-03-26 04:15:13 [adesa.be] INFO: Scrape type for 10726007: 0
2026-03-26 04:15:13 [adesa.be] INFO: Skipping item 10726007 url https://www.openlane.eu/en/carv6/auction/10726007
2026-03-26 04:15:13 [adesa.be] INFO: Found listing with ID: 10726009
2026-03-26 04:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726009%27 HTTP/1.1" 200 None
2026-03-26 04:15:13 [adesa.be] INFO: Scrape type for 10726009: 0
2026-03-26 04:15:13 [adesa.be] INFO: Skipping item 10726009 url https://www.openlane.eu/en/carv6/auction/10726009
2026-03-26 04:15:13 [adesa.be] INFO: Found listing with ID: 10726351
2026-03-26 04:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:15:13 [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-26 04:15:13 [adesa.be] INFO: Scrape type for 10726351: 0
2026-03-26 04:15:13 [adesa.be] INFO: Skipping item 10726351 url https://www.openlane.eu/en/carv6/auction/10726351
2026-03-26 04:15:13 [adesa.be] INFO: Found listing with ID: 10726353
2026-03-26 04:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:15:13 [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-26 04:15:13 [adesa.be] INFO: Scrape type for 10726353: 0
2026-03-26 04:15:13 [adesa.be] INFO: Skipping item 10726353 url https://www.openlane.eu/en/carv6/auction/10726353
2026-03-26 04:15:13 [adesa.be] INFO: Found listing with ID: 10726376
2026-03-26 04:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:15:13 [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-26 04:15:13 [adesa.be] INFO: Scrape type for 10726376: 0
2026-03-26 04:15:13 [adesa.be] INFO: Skipping item 10726376 url https://www.openlane.eu/en/carv6/auction/10726376
2026-03-26 04:15:13 [adesa.be] INFO: Found listing with ID: 10726381
2026-03-26 04:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:15:13 [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-26 04:15:13 [adesa.be] INFO: Scrape type for 10726381: 0
2026-03-26 04:15:13 [adesa.be] INFO: Skipping item 10726381 url https://www.openlane.eu/en/carv6/auction/10726381
2026-03-26 04:15:13 [adesa.be] INFO: Found listing with ID: 10726387
2026-03-26 04:15:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726387%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726387: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726387 url https://www.openlane.eu/en/carv6/auction/10726387
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726389
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726389%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726389: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726389 url https://www.openlane.eu/en/carv6/auction/10726389
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726432
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726432%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726432: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726432 url https://www.openlane.eu/en/carv6/auction/10726432
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726510
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726510%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726510: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726510 url https://www.openlane.eu/en/carv6/auction/10726510
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726515
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726515%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726515: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726515 url https://www.openlane.eu/en/carv6/auction/10726515
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726517
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726517%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726517: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726517 url https://www.openlane.eu/en/carv6/auction/10726517
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726519
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726519%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726519: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726519 url https://www.openlane.eu/en/carv6/auction/10726519
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726521
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726521%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726521: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726521 url https://www.openlane.eu/en/carv6/auction/10726521
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726523
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726523%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726523: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726523 url https://www.openlane.eu/en/carv6/auction/10726523
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726525
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726525%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726525: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726525 url https://www.openlane.eu/en/carv6/auction/10726525
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726528
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726528%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726528: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726528 url https://www.openlane.eu/en/carv6/auction/10726528
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726529
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726529%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726529: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726529 url https://www.openlane.eu/en/carv6/auction/10726529
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726533
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726533%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726533: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726533 url https://www.openlane.eu/en/carv6/auction/10726533
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726541
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726541%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726541: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726541 url https://www.openlane.eu/en/carv6/auction/10726541
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726539
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726539%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726539: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726539 url https://www.openlane.eu/en/carv6/auction/10726539
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726543
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726543%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726543: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726543 url https://www.openlane.eu/en/carv6/auction/10726543
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726544
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726544%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726544: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726544 url https://www.openlane.eu/en/carv6/auction/10726544
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726546
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726546%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726546: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726546 url https://www.openlane.eu/en/carv6/auction/10726546
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726548
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726548%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726548: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726548 url https://www.openlane.eu/en/carv6/auction/10726548
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726551
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726551%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726551: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726551 url https://www.openlane.eu/en/carv6/auction/10726551
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726554
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726554%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726554: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726554 url https://www.openlane.eu/en/carv6/auction/10726554
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726558
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726558%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726558: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726558 url https://www.openlane.eu/en/carv6/auction/10726558
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726559
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726559%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726559: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726559 url https://www.openlane.eu/en/carv6/auction/10726559
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726562
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726562%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726562: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726562 url https://www.openlane.eu/en/carv6/auction/10726562
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726556
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726556%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726556: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726556 url https://www.openlane.eu/en/carv6/auction/10726556
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726569
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726569%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726569: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726569 url https://www.openlane.eu/en/carv6/auction/10726569
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726578
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726578%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726578: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726578 url https://www.openlane.eu/en/carv6/auction/10726578
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726580
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726580%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726580: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726580 url https://www.openlane.eu/en/carv6/auction/10726580
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726608
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726608%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726608: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726608 url https://www.openlane.eu/en/carv6/auction/10726608
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726611
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726611%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726611: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726611 url https://www.openlane.eu/en/carv6/auction/10726611
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726628
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726628%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726628: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726628 url https://www.openlane.eu/en/carv6/auction/10726628
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726630
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726630%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726630: 1
2026-03-26 04:15:14 [adesa.be] INFO: Scraping item 10726630 url https://www.openlane.eu/en/carv6/auction/10726630
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726983
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726983%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726983: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726983 url https://www.openlane.eu/en/carv6/auction/10726983
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726985
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726985%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726985: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726985 url https://www.openlane.eu/en/carv6/auction/10726985
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726988
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726988%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726988: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726988 url https://www.openlane.eu/en/carv6/auction/10726988
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726986
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726986%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726986: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726986 url https://www.openlane.eu/en/carv6/auction/10726986
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726990
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726990%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726990: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726990 url https://www.openlane.eu/en/carv6/auction/10726990
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726992
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726992%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726992: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726992 url https://www.openlane.eu/en/carv6/auction/10726992
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726997
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726997%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726997: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726997 url https://www.openlane.eu/en/carv6/auction/10726997
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726995
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726995%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726995: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726995 url https://www.openlane.eu/en/carv6/auction/10726995
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726348
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726348%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726348: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726348 url https://www.openlane.eu/en/carv6/auction/10726348
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726349
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726349%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726349: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726349 url https://www.openlane.eu/en/carv6/auction/10726349
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726355
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726355%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726355: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726355 url https://www.openlane.eu/en/carv6/auction/10726355
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726375
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726375%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726375: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726375 url https://www.openlane.eu/en/carv6/auction/10726375
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726379
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726379%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726379: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726379 url https://www.openlane.eu/en/carv6/auction/10726379
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726382
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726382%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726382: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726382 url https://www.openlane.eu/en/carv6/auction/10726382
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726385
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726385%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726385: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726385 url https://www.openlane.eu/en/carv6/auction/10726385
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726391
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726391%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726391: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726391 url https://www.openlane.eu/en/carv6/auction/10726391
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726393
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726393%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726393: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726393 url https://www.openlane.eu/en/carv6/auction/10726393
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726395
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726395%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726395: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726395 url https://www.openlane.eu/en/carv6/auction/10726395
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726399
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726399%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726399: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726399 url https://www.openlane.eu/en/carv6/auction/10726399
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726401
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726401%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726401: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726401 url https://www.openlane.eu/en/carv6/auction/10726401
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726403
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726403%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726403: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726403 url https://www.openlane.eu/en/carv6/auction/10726403
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726410
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726410%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726410: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726410 url https://www.openlane.eu/en/carv6/auction/10726410
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726411
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726411%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726411: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726411 url https://www.openlane.eu/en/carv6/auction/10726411
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726405
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726405%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726405: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726405 url https://www.openlane.eu/en/carv6/auction/10726405
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726407
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726407%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726407: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726407 url https://www.openlane.eu/en/carv6/auction/10726407
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726476
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726476%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726476: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726476 url https://www.openlane.eu/en/carv6/auction/10726476
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726478
2026-03-26 04:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726478%27 HTTP/1.1" 200 None
2026-03-26 04:15:14 [adesa.be] INFO: Scrape type for 10726478: 0
2026-03-26 04:15:14 [adesa.be] INFO: Skipping item 10726478 url https://www.openlane.eu/en/carv6/auction/10726478
2026-03-26 04:15:14 [adesa.be] INFO: Found listing with ID: 10726493
2026-03-26 04:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726493%27 HTTP/1.1" 200 None
2026-03-26 04:15:15 [adesa.be] INFO: Scrape type for 10726493: 0
2026-03-26 04:15:15 [adesa.be] INFO: Skipping item 10726493 url https://www.openlane.eu/en/carv6/auction/10726493
2026-03-26 04:15:15 [adesa.be] INFO: Found listing with ID: 10726495
2026-03-26 04:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726495%27 HTTP/1.1" 200 None
2026-03-26 04:15:15 [adesa.be] INFO: Scrape type for 10726495: 0
2026-03-26 04:15:15 [adesa.be] INFO: Skipping item 10726495 url https://www.openlane.eu/en/carv6/auction/10726495
2026-03-26 04:15:15 [adesa.be] INFO: Found listing with ID: 10726497
2026-03-26 04:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726497%27 HTTP/1.1" 200 None
2026-03-26 04:15:15 [adesa.be] INFO: Scrape type for 10726497: 0
2026-03-26 04:15:15 [adesa.be] INFO: Skipping item 10726497 url https://www.openlane.eu/en/carv6/auction/10726497
2026-03-26 04:15:15 [adesa.be] INFO: Found listing with ID: 10726500
2026-03-26 04:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726500%27 HTTP/1.1" 200 None
2026-03-26 04:15:15 [adesa.be] INFO: Scrape type for 10726500: 0
2026-03-26 04:15:15 [adesa.be] INFO: Skipping item 10726500 url https://www.openlane.eu/en/carv6/auction/10726500
2026-03-26 04:15:15 [adesa.be] INFO: Found listing with ID: 10726503
2026-03-26 04:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726503%27 HTTP/1.1" 200 None
2026-03-26 04:15:15 [adesa.be] INFO: Scrape type for 10726503: 0
2026-03-26 04:15:15 [adesa.be] INFO: Skipping item 10726503 url https://www.openlane.eu/en/carv6/auction/10726503
2026-03-26 04:15:15 [adesa.be] INFO: Found listing with ID: 10726508
2026-03-26 04:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726508%27 HTTP/1.1" 200 None
2026-03-26 04:15:15 [adesa.be] INFO: Scrape type for 10726508: 0
2026-03-26 04:15:15 [adesa.be] INFO: Skipping item 10726508 url https://www.openlane.eu/en/carv6/auction/10726508
2026-03-26 04:15:15 [adesa.be] INFO: Found listing with ID: 10726505
2026-03-26 04:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726505%27 HTTP/1.1" 200 None
2026-03-26 04:15:15 [adesa.be] INFO: Scrape type for 10726505: 0
2026-03-26 04:15:15 [adesa.be] INFO: Skipping item 10726505 url https://www.openlane.eu/en/carv6/auction/10726505
2026-03-26 04:15:15 [adesa.be] INFO: Found listing with ID: 10726512
2026-03-26 04:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726512%27 HTTP/1.1" 200 None
2026-03-26 04:15:15 [adesa.be] INFO: Scrape type for 10726512: 0
2026-03-26 04:15:15 [adesa.be] INFO: Skipping item 10726512 url https://www.openlane.eu/en/carv6/auction/10726512
2026-03-26 04:15:15 [adesa.be] INFO: Found listing with ID: 10726535
2026-03-26 04:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726535%27 HTTP/1.1" 200 None
2026-03-26 04:15:15 [adesa.be] INFO: Scrape type for 10726535: 0
2026-03-26 04:15:15 [adesa.be] INFO: Skipping item 10726535 url https://www.openlane.eu/en/carv6/auction/10726535
2026-03-26 04:15:15 [adesa.be] INFO: Found listing with ID: 10726537
2026-03-26 04:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726537%27 HTTP/1.1" 200 None
2026-03-26 04:15:15 [adesa.be] INFO: Scrape type for 10726537: 0
2026-03-26 04:15:15 [adesa.be] INFO: Skipping item 10726537 url https://www.openlane.eu/en/carv6/auction/10726537
2026-03-26 04:15:15 [adesa.be] INFO: Found listing with ID: 10726563
2026-03-26 04:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726563%27 HTTP/1.1" 200 None
2026-03-26 04:15:15 [adesa.be] INFO: Scrape type for 10726563: 0
2026-03-26 04:15:15 [adesa.be] INFO: Skipping item 10726563 url https://www.openlane.eu/en/carv6/auction/10726563
2026-03-26 04:15:15 [adesa.be] INFO: Found listing with ID: 10726565
2026-03-26 04:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726565%27 HTTP/1.1" 200 None
2026-03-26 04:15:15 [adesa.be] INFO: Scrape type for 10726565: 0
2026-03-26 04:15:15 [adesa.be] INFO: Skipping item 10726565 url https://www.openlane.eu/en/carv6/auction/10726565
2026-03-26 04:15:15 [adesa.be] INFO: Found listing with ID: 10726571
2026-03-26 04:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726571%27 HTTP/1.1" 200 None
2026-03-26 04:15:15 [adesa.be] INFO: Scrape type for 10726571: 0
2026-03-26 04:15:15 [adesa.be] INFO: Skipping item 10726571 url https://www.openlane.eu/en/carv6/auction/10726571
2026-03-26 04:15:15 [adesa.be] INFO: Found listing with ID: 10726572
2026-03-26 04:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726572%27 HTTP/1.1" 200 None
2026-03-26 04:15:15 [adesa.be] INFO: Scrape type for 10726572: 0
2026-03-26 04:15:15 [adesa.be] INFO: Skipping item 10726572 url https://www.openlane.eu/en/carv6/auction/10726572
2026-03-26 04:15:15 [adesa.be] INFO: Found listing with ID: 10726575
2026-03-26 04:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726575%27 HTTP/1.1" 200 None
2026-03-26 04:15:15 [adesa.be] INFO: Scrape type for 10726575: 0
2026-03-26 04:15:15 [adesa.be] INFO: Skipping item 10726575 url https://www.openlane.eu/en/carv6/auction/10726575
2026-03-26 04:15:15 [adesa.be] INFO: Found listing with ID: 10726581
2026-03-26 04:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726581%27 HTTP/1.1" 200 None
2026-03-26 04:15:15 [adesa.be] INFO: Scrape type for 10726581: 0
2026-03-26 04:15:15 [adesa.be] INFO: Skipping item 10726581 url https://www.openlane.eu/en/carv6/auction/10726581
2026-03-26 04:15:15 [adesa.be] INFO: Found listing with ID: 10726583
2026-03-26 04:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726583%27 HTTP/1.1" 200 None
2026-03-26 04:15:15 [adesa.be] INFO: Scrape type for 10726583: 0
2026-03-26 04:15:15 [adesa.be] INFO: Skipping item 10726583 url https://www.openlane.eu/en/carv6/auction/10726583
2026-03-26 04:15:15 [adesa.be] INFO: Found listing with ID: 10726585
2026-03-26 04:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726585%27 HTTP/1.1" 200 None
2026-03-26 04:15:15 [adesa.be] INFO: Scrape type for 10726585: 0
2026-03-26 04:15:15 [adesa.be] INFO: Skipping item 10726585 url https://www.openlane.eu/en/carv6/auction/10726585
2026-03-26 04:15:15 [adesa.be] INFO: Found listing with ID: 10726587
2026-03-26 04:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726587%27 HTTP/1.1" 200 None
2026-03-26 04:15:15 [adesa.be] INFO: Scrape type for 10726587: 0
2026-03-26 04:15:15 [adesa.be] INFO: Skipping item 10726587 url https://www.openlane.eu/en/carv6/auction/10726587
2026-03-26 04:15:15 [adesa.be] INFO: Found listing with ID: 10726588
2026-03-26 04:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726588%27 HTTP/1.1" 200 None
2026-03-26 04:15:15 [adesa.be] INFO: Scrape type for 10726588: 0
2026-03-26 04:15:15 [adesa.be] INFO: Skipping item 10726588 url https://www.openlane.eu/en/carv6/auction/10726588
2026-03-26 04:15:15 [adesa.be] INFO: Found listing with ID: 10726591
2026-03-26 04:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726591%27 HTTP/1.1" 200 None
2026-03-26 04:15:15 [adesa.be] INFO: Scrape type for 10726591: 0
2026-03-26 04:15:15 [adesa.be] INFO: Skipping item 10726591 url https://www.openlane.eu/en/carv6/auction/10726591
2026-03-26 04:15:15 [adesa.be] INFO: Found listing with ID: 10726593
2026-03-26 04:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726593%27 HTTP/1.1" 200 None
2026-03-26 04:15:15 [adesa.be] INFO: Scrape type for 10726593: 0
2026-03-26 04:15:15 [adesa.be] INFO: Skipping item 10726593 url https://www.openlane.eu/en/carv6/auction/10726593
2026-03-26 04:15:15 [adesa.be] INFO: Found listing with ID: 10726595
2026-03-26 04:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726595%27 HTTP/1.1" 200 None
2026-03-26 04:15:15 [adesa.be] INFO: Scrape type for 10726595: 0
2026-03-26 04:15:15 [adesa.be] INFO: Skipping item 10726595 url https://www.openlane.eu/en/carv6/auction/10726595
2026-03-26 04:15:15 [adesa.be] INFO: Found listing with ID: 10726598
2026-03-26 04:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726598%27 HTTP/1.1" 200 None
2026-03-26 04:15:15 [adesa.be] INFO: Scrape type for 10726598: 0
2026-03-26 04:15:15 [adesa.be] INFO: Skipping item 10726598 url https://www.openlane.eu/en/carv6/auction/10726598
2026-03-26 04:15:15 [adesa.be] INFO: Found listing with ID: 10726599
2026-03-26 04:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726599%27 HTTP/1.1" 200 None
2026-03-26 04:15:15 [adesa.be] INFO: Scrape type for 10726599: 0
2026-03-26 04:15:15 [adesa.be] INFO: Skipping item 10726599 url https://www.openlane.eu/en/carv6/auction/10726599
2026-03-26 04:15:15 [adesa.be] INFO: Found listing with ID: 10726605
2026-03-26 04:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726605%27 HTTP/1.1" 200 None
2026-03-26 04:15:15 [adesa.be] INFO: Scrape type for 10726605: 0
2026-03-26 04:15:15 [adesa.be] INFO: Skipping item 10726605 url https://www.openlane.eu/en/carv6/auction/10726605
2026-03-26 04:15:15 [adesa.be] INFO: Found listing with ID: 10726607
2026-03-26 04:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726607%27 HTTP/1.1" 200 None
2026-03-26 04:15:15 [adesa.be] INFO: Scrape type for 10726607: 0
2026-03-26 04:15:15 [adesa.be] INFO: Skipping item 10726607 url https://www.openlane.eu/en/carv6/auction/10726607
2026-03-26 04:15:15 [adesa.be] INFO: Found listing with ID: 10726603
2026-03-26 04:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726603%27 HTTP/1.1" 200 None
2026-03-26 04:15:15 [adesa.be] INFO: Scrape type for 10726603: 0
2026-03-26 04:15:15 [adesa.be] INFO: Skipping item 10726603 url https://www.openlane.eu/en/carv6/auction/10726603
2026-03-26 04:15:15 [adesa.be] INFO: Found listing with ID: 10726601
2026-03-26 04:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726601%27 HTTP/1.1" 200 None
2026-03-26 04:15:15 [adesa.be] INFO: Scrape type for 10726601: 0
2026-03-26 04:15:15 [adesa.be] INFO: Skipping item 10726601 url https://www.openlane.eu/en/carv6/auction/10726601
2026-03-26 04:15:15 [adesa.be] INFO: Found listing with ID: 10726613
2026-03-26 04:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726613%27 HTTP/1.1" 200 None
2026-03-26 04:15:15 [adesa.be] INFO: Scrape type for 10726613: 0
2026-03-26 04:15:15 [adesa.be] INFO: Skipping item 10726613 url https://www.openlane.eu/en/carv6/auction/10726613
2026-03-26 04:15:15 [adesa.be] INFO: Found listing with ID: 10726620
2026-03-26 04:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726620%27 HTTP/1.1" 200 None
2026-03-26 04:15:15 [adesa.be] INFO: Scrape type for 10726620: 0
2026-03-26 04:15:15 [adesa.be] INFO: Skipping item 10726620 url https://www.openlane.eu/en/carv6/auction/10726620
2026-03-26 04:15:15 [adesa.be] INFO: Found listing with ID: 10726621
2026-03-26 04:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726621%27 HTTP/1.1" 200 None
2026-03-26 04:15:15 [adesa.be] INFO: Scrape type for 10726621: 0
2026-03-26 04:15:15 [adesa.be] INFO: Skipping item 10726621 url https://www.openlane.eu/en/carv6/auction/10726621
2026-03-26 04:15:15 [adesa.be] INFO: Found listing with ID: 10726624
2026-03-26 04:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726624%27 HTTP/1.1" 200 None
2026-03-26 04:15:15 [adesa.be] INFO: Scrape type for 10726624: 0
2026-03-26 04:15:15 [adesa.be] INFO: Skipping item 10726624 url https://www.openlane.eu/en/carv6/auction/10726624
2026-03-26 04:15:15 [adesa.be] INFO: Found listing with ID: 10726627
2026-03-26 04:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726627%27 HTTP/1.1" 200 None
2026-03-26 04:15:15 [adesa.be] INFO: Scrape type for 10726627: 0
2026-03-26 04:15:15 [adesa.be] INFO: Skipping item 10726627 url https://www.openlane.eu/en/carv6/auction/10726627
2026-03-26 04:15:15 [adesa.be] INFO: Found listing with ID: 10726632
2026-03-26 04:15:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726632%27 HTTP/1.1" 200 None
2026-03-26 04:15:15 [adesa.be] INFO: Scrape type for 10726632: 1
2026-03-26 04:15:15 [adesa.be] INFO: Scraping item 10726632 url https://www.openlane.eu/en/carv6/auction/10726632
2026-03-26 04:15:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:15:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:15:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:15:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726630> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:15:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e656a4a5-a248-5fa1-a746-862a827854bc with identifier: 10726630
2026-03-26 04:15:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e656a4a5-a248-5fa1-a746-862a827854bc with scrape type 1
2026-03-26 04:15:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item e656a4a5-a248-5fa1-a746-862a827854bc
2026-03-26 04:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%252F5746653%252Fgeneral%252Ff9c4d2e5-0e27-449f-bebb-09ad777eef5b.jpg%27 HTTP/1.1" 200 None
2026-03-26 04:15:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746653/general/f9c4d2e5-0e27-449f-bebb-09ad777eef5b.jpg not downloaded yet
2026-03-26 04:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%252F5746653%252Fgeneral%252F0343a02b-b145-4ba9-8727-eeee6faf3c15.jpg%27 HTTP/1.1" 200 None
2026-03-26 04:15:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746653/general/0343a02b-b145-4ba9-8727-eeee6faf3c15.jpg not downloaded yet
2026-03-26 04:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%252F5746653%252Fgeneral%252F77e78681-c78a-4496-b300-1a36fea1e00e.jpg%27 HTTP/1.1" 200 None
2026-03-26 04:15:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746653/general/77e78681-c78a-4496-b300-1a36fea1e00e.jpg not downloaded yet
2026-03-26 04:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%252F5746653%252Fgeneral%252Fb517e2d6-79c4-464a-9a8e-c10bcc3e2543.jpg%27 HTTP/1.1" 200 None
2026-03-26 04:15:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746653/general/b517e2d6-79c4-464a-9a8e-c10bcc3e2543.jpg not downloaded yet
2026-03-26 04:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%252F5746653%252Fgeneral%252F27ff82cb-d59b-4657-8923-125d9f697313.jpg%27 HTTP/1.1" 200 None
2026-03-26 04:15:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746653/general/27ff82cb-d59b-4657-8923-125d9f697313.jpg not downloaded yet
2026-03-26 04:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%252F5746653%252Fgeneral%252Fc37a587d-7f1d-4d2a-9d94-339072d691bd.jpg%27 HTTP/1.1" 200 None
2026-03-26 04:15:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746653/general/c37a587d-7f1d-4d2a-9d94-339072d691bd.jpg not downloaded yet
2026-03-26 04:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%252F5746653%252Fgeneral%252F7397f306-8c92-4356-ae57-483a3842619c.jpg%27 HTTP/1.1" 200 None
2026-03-26 04:15:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746653/general/7397f306-8c92-4356-ae57-483a3842619c.jpg not downloaded yet
2026-03-26 04:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%252F5746653%252Fgeneral%252F3f04a976-afb6-48e6-9614-ebf9473184b8.jpg%27 HTTP/1.1" 200 None
2026-03-26 04:15:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746653/general/3f04a976-afb6-48e6-9614-ebf9473184b8.jpg not downloaded yet
2026-03-26 04:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%252F5746653%252Fgeneral%252F4499a4f1-e67b-4d2c-93db-80ffed63961c.jpg%27 HTTP/1.1" 200 None
2026-03-26 04:15:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746653/general/4499a4f1-e67b-4d2c-93db-80ffed63961c.jpg not downloaded yet
2026-03-26 04:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%252F5746653%252Fgeneral%252F6863962c-ec56-447b-bd59-0c78c9f02dd8.jpg%27 HTTP/1.1" 200 None
2026-03-26 04:15:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746653/general/6863962c-ec56-447b-bd59-0c78c9f02dd8.jpg not downloaded yet
2026-03-26 04:15:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746653/general/0343a02b-b145-4ba9-8727-eeee6faf3c15.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726630)
2026-03-26 04:15:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746653/general/27ff82cb-d59b-4657-8923-125d9f697313.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726630)
2026-03-26 04:15:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746653/general/f9c4d2e5-0e27-449f-bebb-09ad777eef5b.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726630)
2026-03-26 04:15:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746653/general/77e78681-c78a-4496-b300-1a36fea1e00e.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726630)
2026-03-26 04:15:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746653/general/7397f306-8c92-4356-ae57-483a3842619c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726630)
2026-03-26 04:15:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746653/general/4499a4f1-e67b-4d2c-93db-80ffed63961c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726630)
2026-03-26 04:15:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746653/general/3f04a976-afb6-48e6-9614-ebf9473184b8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726630)
2026-03-26 04:15:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746653/general/6863962c-ec56-447b-bd59-0c78c9f02dd8.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726630)
2026-03-26 04:15:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746653/general/b517e2d6-79c4-464a-9a8e-c10bcc3e2543.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726630)
2026-03-26 04:15:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746653/general/c37a587d-7f1d-4d2a-9d94-339072d691bd.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726630)
2026-03-26 04:15:17 [common.azure_blobstore] INFO: Using managed identity for Azure Blob Storage
2026-03-26 04:15:17 [common.azure_blobstore] INFO: Using managed identity with client ID: 39192755-105d-4ce2-a21d-ab53b63f8b87
2026-03-26 04:15:17 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 04:15:17 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fd4b0255a10>
2026-03-26 04:15:17 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 04:15:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-26 04:15:18 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2107
2026-03-26 04:15:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxproduction.blob.core.windows.net:443
2026-03-26 04:15:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 04:15:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 04:15:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e656a4a5-a248-5fa1-a746-862a827854bc/e656a4a5-a248-5fa1-a746-862a827854bc_image_1.jpg HTTP/1.1" 201 0
2026-03-26 04:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746653%252Fgeneral%252F0343a02b-b145-4ba9-8727-eeee6faf3c15.jpg') HTTP/1.1" 204 0
2026-03-26 04:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746653/general/0343a02b-b145-4ba9-8727-eeee6faf3c15.jpg saved to cache
2026-03-26 04:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item e656a4a5-a248-5fa1-a746-862a827854bc
2026-03-26 04:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10726632> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:15:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 04:15:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fd4b0289290>
2026-03-26 04:15:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 04:15:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 04:15:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 04:15:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e656a4a5-a248-5fa1-a746-862a827854bc/e656a4a5-a248-5fa1-a746-862a827854bc_image_4.jpg HTTP/1.1" 201 0
2026-03-26 04:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746653%252Fgeneral%252F27ff82cb-d59b-4657-8923-125d9f697313.jpg') HTTP/1.1" 204 0
2026-03-26 04:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746653/general/27ff82cb-d59b-4657-8923-125d9f697313.jpg saved to cache
2026-03-26 04:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item e656a4a5-a248-5fa1-a746-862a827854bc
2026-03-26 04:15:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 04:15:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fd4aad51810>
2026-03-26 04:15:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 04:15:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 04:15:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 04:15:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e656a4a5-a248-5fa1-a746-862a827854bc/e656a4a5-a248-5fa1-a746-862a827854bc_image_0.jpg HTTP/1.1" 201 0
2026-03-26 04:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746653%252Fgeneral%252Ff9c4d2e5-0e27-449f-bebb-09ad777eef5b.jpg') HTTP/1.1" 204 0
2026-03-26 04:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746653/general/f9c4d2e5-0e27-449f-bebb-09ad777eef5b.jpg saved to cache
2026-03-26 04:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item e656a4a5-a248-5fa1-a746-862a827854bc
2026-03-26 04:15:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 04:15:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fd4b0707e50>
2026-03-26 04:15:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 04:15:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 04:15:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 04:15:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e656a4a5-a248-5fa1-a746-862a827854bc/e656a4a5-a248-5fa1-a746-862a827854bc_image_2.jpg HTTP/1.1" 201 0
2026-03-26 04:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746653%252Fgeneral%252F77e78681-c78a-4496-b300-1a36fea1e00e.jpg') HTTP/1.1" 204 0
2026-03-26 04:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746653/general/77e78681-c78a-4496-b300-1a36fea1e00e.jpg saved to cache
2026-03-26 04:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item e656a4a5-a248-5fa1-a746-862a827854bc
2026-03-26 04:15:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 04:15:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fd4aad63c90>
2026-03-26 04:15:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 04:15:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 04:15:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 04:15:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e656a4a5-a248-5fa1-a746-862a827854bc/e656a4a5-a248-5fa1-a746-862a827854bc_image_6.jpg HTTP/1.1" 201 0
2026-03-26 04:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746653%252Fgeneral%252F7397f306-8c92-4356-ae57-483a3842619c.jpg') HTTP/1.1" 204 0
2026-03-26 04:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746653/general/7397f306-8c92-4356-ae57-483a3842619c.jpg saved to cache
2026-03-26 04:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item e656a4a5-a248-5fa1-a746-862a827854bc
2026-03-26 04:15:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 04:15:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fd4aad6f550>
2026-03-26 04:15:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 04:15:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 04:15:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 04:15:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e656a4a5-a248-5fa1-a746-862a827854bc/e656a4a5-a248-5fa1-a746-862a827854bc_image_8.jpg HTTP/1.1" 201 0
2026-03-26 04:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746653%252Fgeneral%252F4499a4f1-e67b-4d2c-93db-80ffed63961c.jpg') HTTP/1.1" 204 0
2026-03-26 04:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746653/general/4499a4f1-e67b-4d2c-93db-80ffed63961c.jpg saved to cache
2026-03-26 04:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item e656a4a5-a248-5fa1-a746-862a827854bc
2026-03-26 04:15:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 04:15:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fd4aad62e50>
2026-03-26 04:15:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 04:15:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 04:15:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 04:15:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e656a4a5-a248-5fa1-a746-862a827854bc/e656a4a5-a248-5fa1-a746-862a827854bc_image_7.jpg HTTP/1.1" 201 0
2026-03-26 04:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746653%252Fgeneral%252F3f04a976-afb6-48e6-9614-ebf9473184b8.jpg') HTTP/1.1" 204 0
2026-03-26 04:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746653/general/3f04a976-afb6-48e6-9614-ebf9473184b8.jpg saved to cache
2026-03-26 04:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item e656a4a5-a248-5fa1-a746-862a827854bc
2026-03-26 04:15:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 04:15:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fd4aad7b610>
2026-03-26 04:15:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 04:15:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 04:15:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 04:15:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e656a4a5-a248-5fa1-a746-862a827854bc/e656a4a5-a248-5fa1-a746-862a827854bc_image_9.jpg HTTP/1.1" 201 0
2026-03-26 04:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746653%252Fgeneral%252F6863962c-ec56-447b-bd59-0c78c9f02dd8.jpg') HTTP/1.1" 204 0
2026-03-26 04:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746653/general/6863962c-ec56-447b-bd59-0c78c9f02dd8.jpg saved to cache
2026-03-26 04:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item e656a4a5-a248-5fa1-a746-862a827854bc
2026-03-26 04:15:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 04:15:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fd4aad52a90>
2026-03-26 04:15:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 04:15:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 04:15:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 04:15:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e656a4a5-a248-5fa1-a746-862a827854bc/e656a4a5-a248-5fa1-a746-862a827854bc_image_3.jpg HTTP/1.1" 201 0
2026-03-26 04:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746653%252Fgeneral%252Fb517e2d6-79c4-464a-9a8e-c10bcc3e2543.jpg') HTTP/1.1" 204 0
2026-03-26 04:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746653/general/b517e2d6-79c4-464a-9a8e-c10bcc3e2543.jpg saved to cache
2026-03-26 04:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item e656a4a5-a248-5fa1-a746-862a827854bc
2026-03-26 04:15:18 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 04:15:18 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fd4aad80650>
2026-03-26 04:15:18 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 04:15:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-26 04:15:18 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 04:15:18 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_e656a4a5-a248-5fa1-a746-862a827854bc/e656a4a5-a248-5fa1-a746-862a827854bc_image_5.jpg HTTP/1.1" 201 0
2026-03-26 04:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='adesa.be',RowKey='https%3A%252F%252Fimages.openlane.eu%252Fcarimgs%252F5746653%252Fgeneral%252Fc37a587d-7f1d-4d2a-9d94-339072d691bd.jpg') HTTP/1.1" 204 0
2026-03-26 04:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746653/general/c37a587d-7f1d-4d2a-9d94-339072d691bd.jpg saved to cache
2026-03-26 04:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item e656a4a5-a248-5fa1-a746-862a827854bc
2026-03-26 04:15:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e656a4a5-a248-5fa1-a746-862a827854bc, skipping ID generation
2026-03-26 04:15:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e656a4a5-a248-5fa1-a746-862a827854bc with scrape type 1
2026-03-26 04:15:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e656a4a5-a248-5fa1-a746-862a827854bc sending to next pipeline
2026-03-26 04:15:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: e656a4a5-a248-5fa1-a746-862a827854bc, identifier: 10726630
2026-03-26 04:15:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: e656a4a5-a248-5fa1-a746-862a827854bc with identifier: 10726630
2026-03-26 04:15:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 04:15:19 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Blue HTTP/1.1" 200 None
2026-03-26 04:15:19 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 04:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 04:15:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 04:15:19 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Electric HTTP/1.1" 200 None
2026-03-26 04:15:19 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 04:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 04:15:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: e656a4a5-a248-5fa1-a746-862a827854bc with identifier: 10726630
2026-03-26 04:15:19 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: e656a4a5-a248-5fa1-a746-862a827854bc with identifier: 10726630 to the API
2026-03-26 04:15:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:15: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-26 04:15:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746653/general/c37a587d-7f1d-4d2a-9d94-339072d691bd.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 351,
'expiration_date': '2026-03-31T08:30:00Z',
'fuel_type': 'Electric',
'id': 'e656a4a5-a248-5fa1-a746-862a827854bc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1XQK753',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726630',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 83678,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 24,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e656a4a5-a248-5fa1-a746-862a827854bc/e656a4a5-a248-5fa1-a746-862a827854bc_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 36154,
'Height': 300,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746653/general/f9c4d2e5-0e27-449f-bebb-09ad777eef5b.jpg',
'Width': 400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e656a4a5-a248-5fa1-a746-862a827854bc/e656a4a5-a248-5fa1-a746-862a827854bc_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 292619,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746653/general/0343a02b-b145-4ba9-8727-eeee6faf3c15.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e656a4a5-a248-5fa1-a746-862a827854bc/e656a4a5-a248-5fa1-a746-862a827854bc_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 282049,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746653/general/77e78681-c78a-4496-b300-1a36fea1e00e.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e656a4a5-a248-5fa1-a746-862a827854bc/e656a4a5-a248-5fa1-a746-862a827854bc_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 241565,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746653/general/b517e2d6-79c4-464a-9a8e-c10bcc3e2543.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e656a4a5-a248-5fa1-a746-862a827854bc/e656a4a5-a248-5fa1-a746-862a827854bc_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 238496,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746653/general/27ff82cb-d59b-4657-8923-125d9f697313.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e656a4a5-a248-5fa1-a746-862a827854bc/e656a4a5-a248-5fa1-a746-862a827854bc_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 268607,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746653/general/c37a587d-7f1d-4d2a-9d94-339072d691bd.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e656a4a5-a248-5fa1-a746-862a827854bc/e656a4a5-a248-5fa1-a746-862a827854bc_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 243785,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746653/general/7397f306-8c92-4356-ae57-483a3842619c.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e656a4a5-a248-5fa1-a746-862a827854bc/e656a4a5-a248-5fa1-a746-862a827854bc_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 484572,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746653/general/3f04a976-afb6-48e6-9614-ebf9473184b8.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e656a4a5-a248-5fa1-a746-862a827854bc/e656a4a5-a248-5fa1-a746-862a827854bc_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 200689,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746653/general/4499a4f1-e67b-4d2c-93db-80ffed63961c.jpg',
'Width': 1400},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_e656a4a5-a248-5fa1-a746-862a827854bc/e656a4a5-a248-5fa1-a746-862a827854bc_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 284595,
'Height': 1050,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746653/general/6863962c-ec56-447b-bd59-0c78c9f02dd8.jpg',
'Width': 1400}],
'price': 16500,
'price_includes_vat': True,
'registration_date': '2020-03-06',
'seats_number': 5,
'seller_name': 'Ayvens-BE',
'title': 'Tesla Model 3 Long Range 75 kWh - Dual Motor - Electric - Automatic '
'- 351 hp - 83.678 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2020}
2026-03-26 04:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:15:20 [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-26 04:15:20 [adesa.be] INFO: Saving data for 10726630: {'created_time': 1774498520.153069, 'last_price_update_time': 1774498520.153081, 'auction_closing_time': 1774945800.0}
2026-03-26 04:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10726630') HTTP/1.1" 204 0
2026-03-26 04:15:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0fd19f98-ac90-5575-91ce-495ce0b267ef with identifier: 10726632
2026-03-26 04:15:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0fd19f98-ac90-5575-91ce-495ce0b267ef with scrape type 1
2026-03-26 04:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 10 photos for item 0fd19f98-ac90-5575-91ce-495ce0b267ef
2026-03-26 04:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%252F5746656%252Fgeneral%252Fe91f5902-3b9f-4421-a7e7-cf46f7921ba4.jpg%27 HTTP/1.1" 200 None
2026-03-26 04:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746656/general/e91f5902-3b9f-4421-a7e7-cf46f7921ba4.jpg not downloaded yet
2026-03-26 04:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%252F5746656%252Fgeneral%252F53495ee6-c14b-4c1d-8cba-7d47ed3fa73c.jpg%27 HTTP/1.1" 200 None
2026-03-26 04:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746656/general/53495ee6-c14b-4c1d-8cba-7d47ed3fa73c.jpg not downloaded yet
2026-03-26 04:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%252F5746656%252Fgeneral%252Ff9bcdc7c-a012-430c-9e06-cca6dd320af3.jpg%27 HTTP/1.1" 200 None
2026-03-26 04:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746656/general/f9bcdc7c-a012-430c-9e06-cca6dd320af3.jpg not downloaded yet
2026-03-26 04:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%252F5746656%252Fgeneral%252Fc096a466-9ae0-422b-9ea7-9b0d45960c41.jpg%27 HTTP/1.1" 200 None
2026-03-26 04:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746656/general/c096a466-9ae0-422b-9ea7-9b0d45960c41.jpg not downloaded yet
2026-03-26 04:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%252F5746656%252Fgeneral%252F4d90eb59-2ec0-49aa-b136-837bd262bb1f.jpg%27 HTTP/1.1" 200 None
2026-03-26 04:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746656/general/4d90eb59-2ec0-49aa-b136-837bd262bb1f.jpg not downloaded yet
2026-03-26 04:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%252F5746656%252Fgeneral%252F4a2e31e6-681e-41fb-b4f6-ba3fb4743dae.jpg%27 HTTP/1.1" 200 None
2026-03-26 04:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746656/general/4a2e31e6-681e-41fb-b4f6-ba3fb4743dae.jpg not downloaded yet
2026-03-26 04:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%252F5746656%252Fgeneral%252Fb8b59657-1c76-45f5-9eff-165649596da5.jpg%27 HTTP/1.1" 200 None
2026-03-26 04:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746656/general/b8b59657-1c76-45f5-9eff-165649596da5.jpg not downloaded yet
2026-03-26 04:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%252F5746656%252Fgeneral%252Fea4e1113-4384-49ec-afb1-d2d97494f02c.jpg%27 HTTP/1.1" 200 None
2026-03-26 04:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746656/general/ea4e1113-4384-49ec-afb1-d2d97494f02c.jpg not downloaded yet
2026-03-26 04:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%252F5746656%252Fgeneral%252F4533a3d6-0060-43e4-a515-fb2e4e547847.jpg%27 HTTP/1.1" 200 None
2026-03-26 04:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746656/general/4533a3d6-0060-43e4-a515-fb2e4e547847.jpg not downloaded yet
2026-03-26 04:15:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746656/general/53495ee6-c14b-4c1d-8cba-7d47ed3fa73c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726632)
2026-03-26 04:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%252F5746656%252Fgeneral%252F719e6c92-0141-45d5-bc5e-d5b3637b6117.jpg%27 HTTP/1.1" 200 None
2026-03-26 04:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746656/general/719e6c92-0141-45d5-bc5e-d5b3637b6117.jpg not downloaded yet
2026-03-26 04:15:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746656/general/c096a466-9ae0-422b-9ea7-9b0d45960c41.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726632)
2026-03-26 04:15:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746656/general/e91f5902-3b9f-4421-a7e7-cf46f7921ba4.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726632)
2026-03-26 04:15:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746656/general/f9bcdc7c-a012-430c-9e06-cca6dd320af3.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726632)
2026-03-26 04:15:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746656/general/4d90eb59-2ec0-49aa-b136-837bd262bb1f.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726632)
2026-03-26 04:15:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746656/general/4a2e31e6-681e-41fb-b4f6-ba3fb4743dae.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726632)
2026-03-26 04:15:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746656/general/719e6c92-0141-45d5-bc5e-d5b3637b6117.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726632)
2026-03-26 04:15:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746656/general/4533a3d6-0060-43e4-a515-fb2e4e547847.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726632)
2026-03-26 04:15:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746656/general/ea4e1113-4384-49ec-afb1-d2d97494f02c.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726632)
2026-03-26 04:15:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 04:15:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fd4b00cc610>
2026-03-26 04:15:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 04: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-26 04:15:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 04:15:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0fd19f98-ac90-5575-91ce-495ce0b267ef/0fd19f98-ac90-5575-91ce-495ce0b267ef_image_1.jpg HTTP/1.1" 201 0
2026-03-26 04:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%252F5746656%252Fgeneral%252F53495ee6-c14b-4c1d-8cba-7d47ed3fa73c.jpg') HTTP/1.1" 204 0
2026-03-26 04:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746656/general/53495ee6-c14b-4c1d-8cba-7d47ed3fa73c.jpg saved to cache
2026-03-26 04:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 1 for item 0fd19f98-ac90-5575-91ce-495ce0b267ef
2026-03-26 04:15:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 04:15:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fd4b0122d50>
2026-03-26 04:15:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 04: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-26 04:15:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 04:15:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0fd19f98-ac90-5575-91ce-495ce0b267ef/0fd19f98-ac90-5575-91ce-495ce0b267ef_image_3.jpg HTTP/1.1" 201 0
2026-03-26 04:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%252F5746656%252Fgeneral%252Fc096a466-9ae0-422b-9ea7-9b0d45960c41.jpg') HTTP/1.1" 204 0
2026-03-26 04:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746656/general/c096a466-9ae0-422b-9ea7-9b0d45960c41.jpg saved to cache
2026-03-26 04:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 3 for item 0fd19f98-ac90-5575-91ce-495ce0b267ef
2026-03-26 04:15:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 04:15:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fd4b00ca350>
2026-03-26 04:15:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 04: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-26 04:15:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 04:15:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0fd19f98-ac90-5575-91ce-495ce0b267ef/0fd19f98-ac90-5575-91ce-495ce0b267ef_image_0.jpg HTTP/1.1" 201 0
2026-03-26 04:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%252F5746656%252Fgeneral%252Fe91f5902-3b9f-4421-a7e7-cf46f7921ba4.jpg') HTTP/1.1" 204 0
2026-03-26 04:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746656/general/e91f5902-3b9f-4421-a7e7-cf46f7921ba4.jpg saved to cache
2026-03-26 04:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 0fd19f98-ac90-5575-91ce-495ce0b267ef
2026-03-26 04:15:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 04:15:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fd4b00c0a90>
2026-03-26 04:15:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 04: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-26 04:15:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 04:15:20 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0fd19f98-ac90-5575-91ce-495ce0b267ef/0fd19f98-ac90-5575-91ce-495ce0b267ef_image_2.jpg HTTP/1.1" 201 0
2026-03-26 04:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%252F5746656%252Fgeneral%252Ff9bcdc7c-a012-430c-9e06-cca6dd320af3.jpg') HTTP/1.1" 204 0
2026-03-26 04:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746656/general/f9bcdc7c-a012-430c-9e06-cca6dd320af3.jpg saved to cache
2026-03-26 04:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 2 for item 0fd19f98-ac90-5575-91ce-495ce0b267ef
2026-03-26 04:15:20 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 04:15:20 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fd4b00c8690>
2026-03-26 04:15:20 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 04: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-26 04:15:20 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 04:15:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0fd19f98-ac90-5575-91ce-495ce0b267ef/0fd19f98-ac90-5575-91ce-495ce0b267ef_image_4.jpg HTTP/1.1" 201 0
2026-03-26 04:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%252F5746656%252Fgeneral%252F4d90eb59-2ec0-49aa-b136-837bd262bb1f.jpg') HTTP/1.1" 204 0
2026-03-26 04:15:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746656/general/4d90eb59-2ec0-49aa-b136-837bd262bb1f.jpg saved to cache
2026-03-26 04:15:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 4 for item 0fd19f98-ac90-5575-91ce-495ce0b267ef
2026-03-26 04:15:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 04:15:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fd4b019b310>
2026-03-26 04:15:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 04: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-26 04:15:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 04:15:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0fd19f98-ac90-5575-91ce-495ce0b267ef/0fd19f98-ac90-5575-91ce-495ce0b267ef_image_5.jpg HTTP/1.1" 201 0
2026-03-26 04:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%252F5746656%252Fgeneral%252F4a2e31e6-681e-41fb-b4f6-ba3fb4743dae.jpg') HTTP/1.1" 204 0
2026-03-26 04:15:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746656/general/4a2e31e6-681e-41fb-b4f6-ba3fb4743dae.jpg saved to cache
2026-03-26 04:15:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 5 for item 0fd19f98-ac90-5575-91ce-495ce0b267ef
2026-03-26 04:15:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 04:15:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fd4b00c2a50>
2026-03-26 04:15:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 04: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-26 04:15:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 04:15:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0fd19f98-ac90-5575-91ce-495ce0b267ef/0fd19f98-ac90-5575-91ce-495ce0b267ef_image_9.jpg HTTP/1.1" 201 0
2026-03-26 04:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%252F5746656%252Fgeneral%252F719e6c92-0141-45d5-bc5e-d5b3637b6117.jpg') HTTP/1.1" 204 0
2026-03-26 04:15:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746656/general/719e6c92-0141-45d5-bc5e-d5b3637b6117.jpg saved to cache
2026-03-26 04:15:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 9 for item 0fd19f98-ac90-5575-91ce-495ce0b267ef
2026-03-26 04:15:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 04:15:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fd4ab6a3bd0>
2026-03-26 04:15:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 04: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-26 04:15:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 04:15:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0fd19f98-ac90-5575-91ce-495ce0b267ef/0fd19f98-ac90-5575-91ce-495ce0b267ef_image_8.jpg HTTP/1.1" 201 0
2026-03-26 04:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%252F5746656%252Fgeneral%252F4533a3d6-0060-43e4-a515-fb2e4e547847.jpg') HTTP/1.1" 204 0
2026-03-26 04:15:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746656/general/4533a3d6-0060-43e4-a515-fb2e4e547847.jpg saved to cache
2026-03-26 04:15:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 8 for item 0fd19f98-ac90-5575-91ce-495ce0b267ef
2026-03-26 04:15:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 04:15:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fd4b019a8d0>
2026-03-26 04:15:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 04: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-26 04:15:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 04:15:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0fd19f98-ac90-5575-91ce-495ce0b267ef/0fd19f98-ac90-5575-91ce-495ce0b267ef_image_7.jpg HTTP/1.1" 201 0
2026-03-26 04:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%252F5746656%252Fgeneral%252Fea4e1113-4384-49ec-afb1-d2d97494f02c.jpg') HTTP/1.1" 204 0
2026-03-26 04:15:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746656/general/ea4e1113-4384-49ec-afb1-d2d97494f02c.jpg saved to cache
2026-03-26 04:15:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 7 for item 0fd19f98-ac90-5575-91ce-495ce0b267ef
2026-03-26 04:15:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://images.openlane.eu/carimgs/5746656/general/b8b59657-1c76-45f5-9eff-165649596da5.jpg> (referer: https://www.openlane.eu/en/carv6/auction/10726632)
2026-03-26 04:15:21 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-26 04:15:21 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7fd4ab757d50>
2026-03-26 04:15:21 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-26 04: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-26 04:15:21 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-26 04:15:21 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_0fd19f98-ac90-5575-91ce-495ce0b267ef/0fd19f98-ac90-5575-91ce-495ce0b267ef_image_6.jpg HTTP/1.1" 201 0
2026-03-26 04:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%252F5746656%252Fgeneral%252Fb8b59657-1c76-45f5-9eff-165649596da5.jpg') HTTP/1.1" 204 0
2026-03-26 04:15:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://images.openlane.eu/carimgs/5746656/general/b8b59657-1c76-45f5-9eff-165649596da5.jpg saved to cache
2026-03-26 04:15:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 6 for item 0fd19f98-ac90-5575-91ce-495ce0b267ef
2026-03-26 04:15:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0fd19f98-ac90-5575-91ce-495ce0b267ef, skipping ID generation
2026-03-26 04:15:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0fd19f98-ac90-5575-91ce-495ce0b267ef with scrape type 1
2026-03-26 04:15:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0fd19f98-ac90-5575-91ce-495ce0b267ef sending to next pipeline
2026-03-26 04:15:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 0fd19f98-ac90-5575-91ce-495ce0b267ef, identifier: 10726632
2026-03-26 04:15:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 0fd19f98-ac90-5575-91ce-495ce0b267ef with identifier: 10726632
2026-03-26 04:15:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 0fd19f98-ac90-5575-91ce-495ce0b267ef with identifier: 10726632
2026-03-26 04:15:21 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 0fd19f98-ac90-5575-91ce-495ce0b267ef with identifier: 10726632 to the API
2026-03-26 04:15:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:15:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://images.openlane.eu/carimgs/5746656/general/b8b59657-1c76-45f5-9eff-165649596da5.jpg>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 476,
'expiration_date': '2026-03-31T08:30:00Z',
'fuel_type': 'Electric',
'id': '0fd19f98-ac90-5575-91ce-495ce0b267ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CVF296',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10726632',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 157744,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 20,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0fd19f98-ac90-5575-91ce-495ce0b267ef/0fd19f98-ac90-5575-91ce-495ce0b267ef_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 385473,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746656/general/e91f5902-3b9f-4421-a7e7-cf46f7921ba4.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0fd19f98-ac90-5575-91ce-495ce0b267ef/0fd19f98-ac90-5575-91ce-495ce0b267ef_image_1.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 349296,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746656/general/53495ee6-c14b-4c1d-8cba-7d47ed3fa73c.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0fd19f98-ac90-5575-91ce-495ce0b267ef/0fd19f98-ac90-5575-91ce-495ce0b267ef_image_2.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 404285,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746656/general/f9bcdc7c-a012-430c-9e06-cca6dd320af3.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0fd19f98-ac90-5575-91ce-495ce0b267ef/0fd19f98-ac90-5575-91ce-495ce0b267ef_image_3.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 292562,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746656/general/c096a466-9ae0-422b-9ea7-9b0d45960c41.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0fd19f98-ac90-5575-91ce-495ce0b267ef/0fd19f98-ac90-5575-91ce-495ce0b267ef_image_4.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 257823,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746656/general/4d90eb59-2ec0-49aa-b136-837bd262bb1f.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0fd19f98-ac90-5575-91ce-495ce0b267ef/0fd19f98-ac90-5575-91ce-495ce0b267ef_image_5.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 357482,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746656/general/4a2e31e6-681e-41fb-b4f6-ba3fb4743dae.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0fd19f98-ac90-5575-91ce-495ce0b267ef/0fd19f98-ac90-5575-91ce-495ce0b267ef_image_6.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 360903,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746656/general/b8b59657-1c76-45f5-9eff-165649596da5.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0fd19f98-ac90-5575-91ce-495ce0b267ef/0fd19f98-ac90-5575-91ce-495ce0b267ef_image_7.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 339030,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746656/general/ea4e1113-4384-49ec-afb1-d2d97494f02c.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0fd19f98-ac90-5575-91ce-495ce0b267ef/0fd19f98-ac90-5575-91ce-495ce0b267ef_image_8.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 276441,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746656/general/4533a3d6-0060-43e4-a515-fb2e4e547847.jpg',
'Width': 1920},
{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_0fd19f98-ac90-5575-91ce-495ce0b267ef/0fd19f98-ac90-5575-91ce-495ce0b267ef_image_9.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 290881,
'Height': 1440,
'OriginUrl': 'https://images.openlane.eu/carimgs/5746656/general/719e6c92-0141-45d5-bc5e-d5b3637b6117.jpg',
'Width': 1920}],
'price': 16600,
'price_includes_vat': True,
'registration_date': '2022-12-08',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Tesla Model 3 Long Range 75 kWh - Dual Motor - Electric - Automatic '
'- 476 hp - 157.744 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-26 04:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726632%27 HTTP/1.1" 200 None
2026-03-26 04:15:22 [adesa.be] INFO: Saving data for 10726632: {'created_time': 1774498522.15245, 'last_price_update_time': 1774498522.152462, 'auction_closing_time': 1774945800.0}
2026-03-26 04:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10726632') HTTP/1.1" 204 0
2026-03-26 04:16:06 [scrapy.extensions.logstats] INFO: Crawled 3 pages (at 3 pages/min), scraped 2 items (at 2 items/min)
2026-03-26 04:16:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 163MiB
2026-03-26 04: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-26 04:16:17 [adesa.be] INFO: Found listing with ID: 10726653
2026-03-26 04:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726653%27 HTTP/1.1" 200 None
2026-03-26 04:16:17 [adesa.be] INFO: Scrape type for 10726653: 0
2026-03-26 04:16:17 [adesa.be] INFO: Skipping item 10726653 url https://www.openlane.eu/en/carv6/auction/10726653
2026-03-26 04:16:17 [adesa.be] INFO: Found listing with ID: 10726654
2026-03-26 04:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726654%27 HTTP/1.1" 200 None
2026-03-26 04:16:17 [adesa.be] INFO: Scrape type for 10726654: 0
2026-03-26 04:16:17 [adesa.be] INFO: Skipping item 10726654 url https://www.openlane.eu/en/carv6/auction/10726654
2026-03-26 04:16:17 [adesa.be] INFO: Found listing with ID: 10726656
2026-03-26 04:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726656%27 HTTP/1.1" 200 None
2026-03-26 04:16:17 [adesa.be] INFO: Scrape type for 10726656: 0
2026-03-26 04:16:17 [adesa.be] INFO: Skipping item 10726656 url https://www.openlane.eu/en/carv6/auction/10726656
2026-03-26 04:16:17 [adesa.be] INFO: Found listing with ID: 10726658
2026-03-26 04:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726658%27 HTTP/1.1" 200 None
2026-03-26 04:16:17 [adesa.be] INFO: Scrape type for 10726658: 0
2026-03-26 04:16:17 [adesa.be] INFO: Skipping item 10726658 url https://www.openlane.eu/en/carv6/auction/10726658
2026-03-26 04:16:17 [adesa.be] INFO: Found listing with ID: 10726660
2026-03-26 04:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726660%27 HTTP/1.1" 200 None
2026-03-26 04:16:17 [adesa.be] INFO: Scrape type for 10726660: 0
2026-03-26 04:16:17 [adesa.be] INFO: Skipping item 10726660 url https://www.openlane.eu/en/carv6/auction/10726660
2026-03-26 04:16:17 [adesa.be] INFO: Found listing with ID: 10726661
2026-03-26 04:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726661%27 HTTP/1.1" 200 None
2026-03-26 04:16:17 [adesa.be] INFO: Scrape type for 10726661: 0
2026-03-26 04:16:17 [adesa.be] INFO: Skipping item 10726661 url https://www.openlane.eu/en/carv6/auction/10726661
2026-03-26 04:16:17 [adesa.be] INFO: Found listing with ID: 10726663
2026-03-26 04:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726663%27 HTTP/1.1" 200 None
2026-03-26 04:16:17 [adesa.be] INFO: Scrape type for 10726663: 0
2026-03-26 04:16:17 [adesa.be] INFO: Skipping item 10726663 url https://www.openlane.eu/en/carv6/auction/10726663
2026-03-26 04:16:17 [adesa.be] INFO: Found listing with ID: 10726666
2026-03-26 04:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726666%27 HTTP/1.1" 200 None
2026-03-26 04:16:17 [adesa.be] INFO: Scrape type for 10726666: 0
2026-03-26 04:16:17 [adesa.be] INFO: Skipping item 10726666 url https://www.openlane.eu/en/carv6/auction/10726666
2026-03-26 04:16:17 [adesa.be] INFO: Found listing with ID: 10726668
2026-03-26 04:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726668%27 HTTP/1.1" 200 None
2026-03-26 04:16:17 [adesa.be] INFO: Scrape type for 10726668: 0
2026-03-26 04:16:17 [adesa.be] INFO: Skipping item 10726668 url https://www.openlane.eu/en/carv6/auction/10726668
2026-03-26 04:16:17 [adesa.be] INFO: Found listing with ID: 10726670
2026-03-26 04:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726670%27 HTTP/1.1" 200 None
2026-03-26 04:16:17 [adesa.be] INFO: Scrape type for 10726670: 0
2026-03-26 04:16:17 [adesa.be] INFO: Skipping item 10726670 url https://www.openlane.eu/en/carv6/auction/10726670
2026-03-26 04:16:17 [adesa.be] INFO: Found listing with ID: 10726945
2026-03-26 04:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726945%27 HTTP/1.1" 200 None
2026-03-26 04:16:17 [adesa.be] INFO: Scrape type for 10726945: 0
2026-03-26 04:16:17 [adesa.be] INFO: Skipping item 10726945 url https://www.openlane.eu/en/carv6/auction/10726945
2026-03-26 04:16:17 [adesa.be] INFO: Found listing with ID: 10726999
2026-03-26 04:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726999%27 HTTP/1.1" 200 None
2026-03-26 04:16:17 [adesa.be] INFO: Scrape type for 10726999: 0
2026-03-26 04:16:17 [adesa.be] INFO: Skipping item 10726999 url https://www.openlane.eu/en/carv6/auction/10726999
2026-03-26 04:16:17 [adesa.be] INFO: Found listing with ID: 10728345
2026-03-26 04:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710728345%27 HTTP/1.1" 200 None
2026-03-26 04:16:17 [adesa.be] INFO: Scrape type for 10728345: 0
2026-03-26 04:16:17 [adesa.be] INFO: Skipping item 10728345 url https://www.openlane.eu/en/carv6/auction/10728345
2026-03-26 04:16:17 [adesa.be] INFO: Found listing with ID: 10728416
2026-03-26 04:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710728416%27 HTTP/1.1" 200 None
2026-03-26 04:16:17 [adesa.be] INFO: Scrape type for 10728416: 0
2026-03-26 04:16:17 [adesa.be] INFO: Skipping item 10728416 url https://www.openlane.eu/en/carv6/auction/10728416
2026-03-26 04:16:17 [adesa.be] INFO: Found listing with ID: 10723709
2026-03-26 04:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723709%27 HTTP/1.1" 200 None
2026-03-26 04:16:17 [adesa.be] INFO: Scrape type for 10723709: 0
2026-03-26 04:16:17 [adesa.be] INFO: Skipping item 10723709 url https://www.openlane.eu/en/carv6/auction/10723709
2026-03-26 04:16:17 [adesa.be] INFO: Found listing with ID: 10725082
2026-03-26 04:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725082%27 HTTP/1.1" 200 None
2026-03-26 04:16:17 [adesa.be] INFO: Scrape type for 10725082: 0
2026-03-26 04:16:17 [adesa.be] INFO: Skipping item 10725082 url https://www.openlane.eu/en/carv6/auction/10725082
2026-03-26 04:16:17 [adesa.be] INFO: Found listing with ID: 10724985
2026-03-26 04:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724985%27 HTTP/1.1" 200 None
2026-03-26 04:16:17 [adesa.be] INFO: Scrape type for 10724985: 0
2026-03-26 04:16:17 [adesa.be] INFO: Skipping item 10724985 url https://www.openlane.eu/en/carv6/auction/10724985
2026-03-26 04:16:17 [adesa.be] INFO: Found listing with ID: 10724982
2026-03-26 04:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724982%27 HTTP/1.1" 200 None
2026-03-26 04:16:17 [adesa.be] INFO: Scrape type for 10724982: 0
2026-03-26 04:16:17 [adesa.be] INFO: Skipping item 10724982 url https://www.openlane.eu/en/carv6/auction/10724982
2026-03-26 04:16:17 [adesa.be] INFO: Found listing with ID: 10725542
2026-03-26 04:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725542%27 HTTP/1.1" 200 None
2026-03-26 04:16:17 [adesa.be] INFO: Scrape type for 10725542: 0
2026-03-26 04:16:17 [adesa.be] INFO: Skipping item 10725542 url https://www.openlane.eu/en/carv6/auction/10725542
2026-03-26 04:16:17 [adesa.be] INFO: Found listing with ID: 10725540
2026-03-26 04:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725540%27 HTTP/1.1" 200 None
2026-03-26 04:16:17 [adesa.be] INFO: Scrape type for 10725540: 0
2026-03-26 04:16:17 [adesa.be] INFO: Skipping item 10725540 url https://www.openlane.eu/en/carv6/auction/10725540
2026-03-26 04:16:17 [adesa.be] INFO: Found listing with ID: 10725535
2026-03-26 04:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725535%27 HTTP/1.1" 200 None
2026-03-26 04:16:17 [adesa.be] INFO: Scrape type for 10725535: 0
2026-03-26 04:16:17 [adesa.be] INFO: Skipping item 10725535 url https://www.openlane.eu/en/carv6/auction/10725535
2026-03-26 04:16:17 [adesa.be] INFO: Found listing with ID: 10725543
2026-03-26 04:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725543%27 HTTP/1.1" 200 None
2026-03-26 04:16:17 [adesa.be] INFO: Scrape type for 10725543: 0
2026-03-26 04:16:17 [adesa.be] INFO: Skipping item 10725543 url https://www.openlane.eu/en/carv6/auction/10725543
2026-03-26 04:16:17 [adesa.be] INFO: Found listing with ID: 10725537
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725537%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725537: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725537 url https://www.openlane.eu/en/carv6/auction/10725537
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725536
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725536%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725536: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725536 url https://www.openlane.eu/en/carv6/auction/10725536
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725532
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725532%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725532: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725532 url https://www.openlane.eu/en/carv6/auction/10725532
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725518
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725518%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725518: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725518 url https://www.openlane.eu/en/carv6/auction/10725518
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10724987
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724987%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10724987: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10724987 url https://www.openlane.eu/en/carv6/auction/10724987
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725544
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725544%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725544: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725544 url https://www.openlane.eu/en/carv6/auction/10725544
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725521
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725521%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725521: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725521 url https://www.openlane.eu/en/carv6/auction/10725521
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10723689
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723689%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10723689: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10723689 url https://www.openlane.eu/en/carv6/auction/10723689
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725519
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725519%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725519: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725519 url https://www.openlane.eu/en/carv6/auction/10725519
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725098
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725098%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725098: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725098 url https://www.openlane.eu/en/carv6/auction/10725098
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10723743
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723743%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10723743: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10723743 url https://www.openlane.eu/en/carv6/auction/10723743
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725517
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725517%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725517: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725517 url https://www.openlane.eu/en/carv6/auction/10725517
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725528
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725528%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725528: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725528 url https://www.openlane.eu/en/carv6/auction/10725528
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725116
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725116%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725116: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725116 url https://www.openlane.eu/en/carv6/auction/10725116
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725001
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725001%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725001: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725001 url https://www.openlane.eu/en/carv6/auction/10725001
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725104
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725104%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725104: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725104 url https://www.openlane.eu/en/carv6/auction/10725104
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725150
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725150%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725150: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725150 url https://www.openlane.eu/en/carv6/auction/10725150
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725003
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725003%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725003: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725003 url https://www.openlane.eu/en/carv6/auction/10725003
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725010
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725010%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725010: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725010 url https://www.openlane.eu/en/carv6/auction/10725010
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10724971
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724971%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10724971: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10724971 url https://www.openlane.eu/en/carv6/auction/10724971
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725146
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725146%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725146: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725146 url https://www.openlane.eu/en/carv6/auction/10725146
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725516
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725516%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725516: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725516 url https://www.openlane.eu/en/carv6/auction/10725516
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725541
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725541%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725541: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725541 url https://www.openlane.eu/en/carv6/auction/10725541
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725530
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725530%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725530: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725530 url https://www.openlane.eu/en/carv6/auction/10725530
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725526
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725526%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725526: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725526 url https://www.openlane.eu/en/carv6/auction/10725526
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725510
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725510%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725510: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725510 url https://www.openlane.eu/en/carv6/auction/10725510
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725534
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725534%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725534: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725534 url https://www.openlane.eu/en/carv6/auction/10725534
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725513
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725513%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725513: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725513 url https://www.openlane.eu/en/carv6/auction/10725513
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725527
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725527%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725527: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725527 url https://www.openlane.eu/en/carv6/auction/10725527
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725531
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725531%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725531: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725531 url https://www.openlane.eu/en/carv6/auction/10725531
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725533
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725533%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725533: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725533 url https://www.openlane.eu/en/carv6/auction/10725533
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725515
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725515%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725515: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725515 url https://www.openlane.eu/en/carv6/auction/10725515
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725520
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725520%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725520: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725520 url https://www.openlane.eu/en/carv6/auction/10725520
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725529
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725529%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725529: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725529 url https://www.openlane.eu/en/carv6/auction/10725529
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725514
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725514%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725514: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725514 url https://www.openlane.eu/en/carv6/auction/10725514
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725524
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725524%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725524: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725524 url https://www.openlane.eu/en/carv6/auction/10725524
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725539
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725539%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725539: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725539 url https://www.openlane.eu/en/carv6/auction/10725539
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725086
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725086%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725086: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725086 url https://www.openlane.eu/en/carv6/auction/10725086
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10723753
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723753%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10723753: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10723753 url https://www.openlane.eu/en/carv6/auction/10723753
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725509
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725509%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725509: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725509 url https://www.openlane.eu/en/carv6/auction/10725509
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725525
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725525%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725525: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725525 url https://www.openlane.eu/en/carv6/auction/10725525
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10724976
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724976%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10724976: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10724976 url https://www.openlane.eu/en/carv6/auction/10724976
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725523
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725523%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725523: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725523 url https://www.openlane.eu/en/carv6/auction/10725523
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725090
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725090%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725090: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725090 url https://www.openlane.eu/en/carv6/auction/10725090
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725512
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725512%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725512: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725512 url https://www.openlane.eu/en/carv6/auction/10725512
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10723745
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723745%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10723745: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10723745 url https://www.openlane.eu/en/carv6/auction/10723745
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725538
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725538%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725538: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725538 url https://www.openlane.eu/en/carv6/auction/10725538
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10724994
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724994%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10724994: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10724994 url https://www.openlane.eu/en/carv6/auction/10724994
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725508
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725508%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725508: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725508 url https://www.openlane.eu/en/carv6/auction/10725508
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725327
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725327%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725327: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725327 url https://www.openlane.eu/en/carv6/auction/10725327
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725294
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725294%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725294: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725294 url https://www.openlane.eu/en/carv6/auction/10725294
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725335
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725335%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725335: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725335 url https://www.openlane.eu/en/carv6/auction/10725335
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725366
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725366%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725366: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725366 url https://www.openlane.eu/en/carv6/auction/10725366
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725339
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725339%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725339: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725339 url https://www.openlane.eu/en/carv6/auction/10725339
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725467
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725467%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725467: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725467 url https://www.openlane.eu/en/carv6/auction/10725467
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725401
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725401%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725401: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725401 url https://www.openlane.eu/en/carv6/auction/10725401
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725374
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725374%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725374: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725374 url https://www.openlane.eu/en/carv6/auction/10725374
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725388
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725388%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725388: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725388 url https://www.openlane.eu/en/carv6/auction/10725388
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725293
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725293%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725293: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725293 url https://www.openlane.eu/en/carv6/auction/10725293
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725399
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725399%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725399: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725399 url https://www.openlane.eu/en/carv6/auction/10725399
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725311
2026-03-26 04:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725311%27 HTTP/1.1" 200 None
2026-03-26 04:16:18 [adesa.be] INFO: Scrape type for 10725311: 0
2026-03-26 04:16:18 [adesa.be] INFO: Skipping item 10725311 url https://www.openlane.eu/en/carv6/auction/10725311
2026-03-26 04:16:18 [adesa.be] INFO: Found listing with ID: 10725359
2026-03-26 04:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725359%27 HTTP/1.1" 200 None
2026-03-26 04:16:19 [adesa.be] INFO: Scrape type for 10725359: 0
2026-03-26 04:16:19 [adesa.be] INFO: Skipping item 10725359 url https://www.openlane.eu/en/carv6/auction/10725359
2026-03-26 04:16:19 [adesa.be] INFO: Found listing with ID: 10725282
2026-03-26 04:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725282%27 HTTP/1.1" 200 None
2026-03-26 04:16:19 [adesa.be] INFO: Scrape type for 10725282: 0
2026-03-26 04:16:19 [adesa.be] INFO: Skipping item 10725282 url https://www.openlane.eu/en/carv6/auction/10725282
2026-03-26 04:16:19 [adesa.be] INFO: Found listing with ID: 10725463
2026-03-26 04:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725463%27 HTTP/1.1" 200 None
2026-03-26 04:16:19 [adesa.be] INFO: Scrape type for 10725463: 0
2026-03-26 04:16:19 [adesa.be] INFO: Skipping item 10725463 url https://www.openlane.eu/en/carv6/auction/10725463
2026-03-26 04:16:19 [adesa.be] INFO: Found listing with ID: 10725292
2026-03-26 04:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725292%27 HTTP/1.1" 200 None
2026-03-26 04:16:19 [adesa.be] INFO: Scrape type for 10725292: 0
2026-03-26 04:16:19 [adesa.be] INFO: Skipping item 10725292 url https://www.openlane.eu/en/carv6/auction/10725292
2026-03-26 04:16:19 [adesa.be] INFO: Found listing with ID: 10725273
2026-03-26 04:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725273%27 HTTP/1.1" 200 None
2026-03-26 04:16:19 [adesa.be] INFO: Scrape type for 10725273: 0
2026-03-26 04:16:19 [adesa.be] INFO: Skipping item 10725273 url https://www.openlane.eu/en/carv6/auction/10725273
2026-03-26 04:16:19 [adesa.be] INFO: Found listing with ID: 10725251
2026-03-26 04:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725251%27 HTTP/1.1" 200 None
2026-03-26 04:16:19 [adesa.be] INFO: Scrape type for 10725251: 0
2026-03-26 04:16:19 [adesa.be] INFO: Skipping item 10725251 url https://www.openlane.eu/en/carv6/auction/10725251
2026-03-26 04:16:19 [adesa.be] INFO: Found listing with ID: 10725260
2026-03-26 04:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725260%27 HTTP/1.1" 200 None
2026-03-26 04:16:19 [adesa.be] INFO: Scrape type for 10725260: 0
2026-03-26 04:16:19 [adesa.be] INFO: Skipping item 10725260 url https://www.openlane.eu/en/carv6/auction/10725260
2026-03-26 04:16:19 [adesa.be] INFO: Found listing with ID: 10725338
2026-03-26 04:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725338%27 HTTP/1.1" 200 None
2026-03-26 04:16:19 [adesa.be] INFO: Scrape type for 10725338: 0
2026-03-26 04:16:19 [adesa.be] INFO: Skipping item 10725338 url https://www.openlane.eu/en/carv6/auction/10725338
2026-03-26 04:16:19 [adesa.be] INFO: Found listing with ID: 10725269
2026-03-26 04:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725269%27 HTTP/1.1" 200 None
2026-03-26 04:16:19 [adesa.be] INFO: Scrape type for 10725269: 0
2026-03-26 04:16:19 [adesa.be] INFO: Skipping item 10725269 url https://www.openlane.eu/en/carv6/auction/10725269
2026-03-26 04:16:19 [adesa.be] INFO: Found listing with ID: 10725271
2026-03-26 04:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725271%27 HTTP/1.1" 200 None
2026-03-26 04:16:19 [adesa.be] INFO: Scrape type for 10725271: 0
2026-03-26 04:16:19 [adesa.be] INFO: Skipping item 10725271 url https://www.openlane.eu/en/carv6/auction/10725271
2026-03-26 04:16:19 [adesa.be] INFO: Found listing with ID: 10725332
2026-03-26 04:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725332%27 HTTP/1.1" 200 None
2026-03-26 04:16:19 [adesa.be] INFO: Scrape type for 10725332: 0
2026-03-26 04:16:19 [adesa.be] INFO: Skipping item 10725332 url https://www.openlane.eu/en/carv6/auction/10725332
2026-03-26 04:16:19 [adesa.be] INFO: Found listing with ID: 10725222
2026-03-26 04:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725222%27 HTTP/1.1" 200 None
2026-03-26 04:16:19 [adesa.be] INFO: Scrape type for 10725222: 0
2026-03-26 04:16:19 [adesa.be] INFO: Skipping item 10725222 url https://www.openlane.eu/en/carv6/auction/10725222
2026-03-26 04:16:19 [adesa.be] INFO: Found listing with ID: 10725300
2026-03-26 04:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725300%27 HTTP/1.1" 200 None
2026-03-26 04:16:19 [adesa.be] INFO: Scrape type for 10725300: 0
2026-03-26 04:16:19 [adesa.be] INFO: Skipping item 10725300 url https://www.openlane.eu/en/carv6/auction/10725300
2026-03-26 04:16:19 [adesa.be] INFO: Found listing with ID: 10725353
2026-03-26 04:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725353%27 HTTP/1.1" 200 None
2026-03-26 04:16:19 [adesa.be] INFO: Scrape type for 10725353: 0
2026-03-26 04:16:19 [adesa.be] INFO: Skipping item 10725353 url https://www.openlane.eu/en/carv6/auction/10725353
2026-03-26 04:16:19 [adesa.be] INFO: Found listing with ID: 10725285
2026-03-26 04:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725285%27 HTTP/1.1" 200 None
2026-03-26 04:16:19 [adesa.be] INFO: Scrape type for 10725285: 0
2026-03-26 04:16:19 [adesa.be] INFO: Skipping item 10725285 url https://www.openlane.eu/en/carv6/auction/10725285
2026-03-26 04:16:19 [adesa.be] INFO: Found listing with ID: 10725256
2026-03-26 04:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725256%27 HTTP/1.1" 200 None
2026-03-26 04:16:19 [adesa.be] INFO: Scrape type for 10725256: 0
2026-03-26 04:16:19 [adesa.be] INFO: Skipping item 10725256 url https://www.openlane.eu/en/carv6/auction/10725256
2026-03-26 04:16:19 [adesa.be] INFO: Found listing with ID: 10725299
2026-03-26 04:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725299%27 HTTP/1.1" 200 None
2026-03-26 04:16:19 [adesa.be] INFO: Scrape type for 10725299: 0
2026-03-26 04:16:19 [adesa.be] INFO: Skipping item 10725299 url https://www.openlane.eu/en/carv6/auction/10725299
2026-03-26 04: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-26 04:16:20 [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-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725246
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725246%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725246: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725246 url https://www.openlane.eu/en/carv6/auction/10725246
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725309
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725309%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725309: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725309 url https://www.openlane.eu/en/carv6/auction/10725309
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725208
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725208%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725208: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725208 url https://www.openlane.eu/en/carv6/auction/10725208
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725211
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725211%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725211: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725211 url https://www.openlane.eu/en/carv6/auction/10725211
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725213
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725213%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725213: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725213 url https://www.openlane.eu/en/carv6/auction/10725213
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725476
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725476%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725476: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725476 url https://www.openlane.eu/en/carv6/auction/10725476
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725419
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725419%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725419: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725419 url https://www.openlane.eu/en/carv6/auction/10725419
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725426
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725426%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725426: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725426 url https://www.openlane.eu/en/carv6/auction/10725426
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725415
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725415%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725415: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725415 url https://www.openlane.eu/en/carv6/auction/10725415
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725416
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725416%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725416: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725416 url https://www.openlane.eu/en/carv6/auction/10725416
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725316
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725316%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725316: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725316 url https://www.openlane.eu/en/carv6/auction/10725316
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725318
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725318%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725318: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725318 url https://www.openlane.eu/en/carv6/auction/10725318
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725507
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725507%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725507: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725507 url https://www.openlane.eu/en/carv6/auction/10725507
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725236
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725236%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725236: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725236 url https://www.openlane.eu/en/carv6/auction/10725236
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725344
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725344%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725344: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725344 url https://www.openlane.eu/en/carv6/auction/10725344
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725314
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725314%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725314: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725314 url https://www.openlane.eu/en/carv6/auction/10725314
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725393
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725393%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725393: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725393 url https://www.openlane.eu/en/carv6/auction/10725393
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725287
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725287%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725287: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725287 url https://www.openlane.eu/en/carv6/auction/10725287
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725250
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725250%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725250: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725250 url https://www.openlane.eu/en/carv6/auction/10725250
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725355
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725355%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725355: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725355 url https://www.openlane.eu/en/carv6/auction/10725355
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725275
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725275%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725275: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725275 url https://www.openlane.eu/en/carv6/auction/10725275
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725438
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725438%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725438: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725438 url https://www.openlane.eu/en/carv6/auction/10725438
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725373
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725373%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725373: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725373 url https://www.openlane.eu/en/carv6/auction/10725373
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725303
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725303%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725303: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725303 url https://www.openlane.eu/en/carv6/auction/10725303
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725369
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725369%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725369: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725369 url https://www.openlane.eu/en/carv6/auction/10725369
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725218
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725218%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725218: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725218 url https://www.openlane.eu/en/carv6/auction/10725218
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725295
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725295%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725295: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725295 url https://www.openlane.eu/en/carv6/auction/10725295
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725249
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725249%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725249: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725249 url https://www.openlane.eu/en/carv6/auction/10725249
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725242
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725242%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725242: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725242 url https://www.openlane.eu/en/carv6/auction/10725242
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725244
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725244%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725244: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725244 url https://www.openlane.eu/en/carv6/auction/10725244
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725283
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725283%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725283: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725283 url https://www.openlane.eu/en/carv6/auction/10725283
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725243
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725243%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725243: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725243 url https://www.openlane.eu/en/carv6/auction/10725243
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725394
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725394%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725394: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725394 url https://www.openlane.eu/en/carv6/auction/10725394
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725480
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725480%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725480: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725480 url https://www.openlane.eu/en/carv6/auction/10725480
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725371
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725371%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725371: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725371 url https://www.openlane.eu/en/carv6/auction/10725371
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725361
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725361%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725361: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725361 url https://www.openlane.eu/en/carv6/auction/10725361
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725354
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725354%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725354: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725354 url https://www.openlane.eu/en/carv6/auction/10725354
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725430
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725430%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725430: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725430 url https://www.openlane.eu/en/carv6/auction/10725430
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725479
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725479%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725479: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725479 url https://www.openlane.eu/en/carv6/auction/10725479
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725241
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725241%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725241: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725241 url https://www.openlane.eu/en/carv6/auction/10725241
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725254
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725254%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725254: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725254 url https://www.openlane.eu/en/carv6/auction/10725254
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725350
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725350%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725350: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725350 url https://www.openlane.eu/en/carv6/auction/10725350
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725336
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725336%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725336: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725336 url https://www.openlane.eu/en/carv6/auction/10725336
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725289
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725289%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725289: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725289 url https://www.openlane.eu/en/carv6/auction/10725289
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725323
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725323%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725323: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725323 url https://www.openlane.eu/en/carv6/auction/10725323
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725302
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725302%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725302: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725302 url https://www.openlane.eu/en/carv6/auction/10725302
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725325
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725325%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725325: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725325 url https://www.openlane.eu/en/carv6/auction/10725325
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725352
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725352%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725352: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725352 url https://www.openlane.eu/en/carv6/auction/10725352
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725337
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725337%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725337: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725337 url https://www.openlane.eu/en/carv6/auction/10725337
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725351
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725351%27 HTTP/1.1" 200 None
2026-03-26 04:16:21 [adesa.be] INFO: Scrape type for 10725351: 0
2026-03-26 04:16:21 [adesa.be] INFO: Skipping item 10725351 url https://www.openlane.eu/en/carv6/auction/10725351
2026-03-26 04:16:21 [adesa.be] INFO: Found listing with ID: 10725268
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725268%27 HTTP/1.1" 200 None
2026-03-26 04:16:22 [adesa.be] INFO: Scrape type for 10725268: 0
2026-03-26 04:16:22 [adesa.be] INFO: Skipping item 10725268 url https://www.openlane.eu/en/carv6/auction/10725268
2026-03-26 04:16:22 [adesa.be] INFO: Found listing with ID: 10725321
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725321%27 HTTP/1.1" 200 None
2026-03-26 04:16:22 [adesa.be] INFO: Scrape type for 10725321: 0
2026-03-26 04:16:22 [adesa.be] INFO: Skipping item 10725321 url https://www.openlane.eu/en/carv6/auction/10725321
2026-03-26 04:16:22 [adesa.be] INFO: Found listing with ID: 10725331
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725331%27 HTTP/1.1" 200 None
2026-03-26 04:16:22 [adesa.be] INFO: Scrape type for 10725331: 0
2026-03-26 04:16:22 [adesa.be] INFO: Skipping item 10725331 url https://www.openlane.eu/en/carv6/auction/10725331
2026-03-26 04:16:22 [adesa.be] INFO: Found listing with ID: 10725423
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725423%27 HTTP/1.1" 200 None
2026-03-26 04:16:22 [adesa.be] INFO: Scrape type for 10725423: 0
2026-03-26 04:16:22 [adesa.be] INFO: Skipping item 10725423 url https://www.openlane.eu/en/carv6/auction/10725423
2026-03-26 04:16:22 [adesa.be] INFO: Found listing with ID: 10725334
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725334%27 HTTP/1.1" 200 None
2026-03-26 04:16:22 [adesa.be] INFO: Scrape type for 10725334: 0
2026-03-26 04:16:22 [adesa.be] INFO: Skipping item 10725334 url https://www.openlane.eu/en/carv6/auction/10725334
2026-03-26 04:16:22 [adesa.be] INFO: Found listing with ID: 10725296
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725296%27 HTTP/1.1" 200 None
2026-03-26 04:16:22 [adesa.be] INFO: Scrape type for 10725296: 0
2026-03-26 04:16:22 [adesa.be] INFO: Skipping item 10725296 url https://www.openlane.eu/en/carv6/auction/10725296
2026-03-26 04:16:22 [adesa.be] INFO: Found listing with ID: 10725308
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725308%27 HTTP/1.1" 200 None
2026-03-26 04:16:22 [adesa.be] INFO: Scrape type for 10725308: 0
2026-03-26 04:16:22 [adesa.be] INFO: Skipping item 10725308 url https://www.openlane.eu/en/carv6/auction/10725308
2026-03-26 04:16:22 [adesa.be] INFO: Found listing with ID: 10725364
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725364%27 HTTP/1.1" 200 None
2026-03-26 04:16:22 [adesa.be] INFO: Scrape type for 10725364: 0
2026-03-26 04:16:22 [adesa.be] INFO: Skipping item 10725364 url https://www.openlane.eu/en/carv6/auction/10725364
2026-03-26 04:16:22 [adesa.be] INFO: Found listing with ID: 10725281
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725281%27 HTTP/1.1" 200 None
2026-03-26 04:16:22 [adesa.be] INFO: Scrape type for 10725281: 0
2026-03-26 04:16:22 [adesa.be] INFO: Skipping item 10725281 url https://www.openlane.eu/en/carv6/auction/10725281
2026-03-26 04:16:22 [adesa.be] INFO: Found listing with ID: 10725240
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725240%27 HTTP/1.1" 200 None
2026-03-26 04:16:22 [adesa.be] INFO: Scrape type for 10725240: 0
2026-03-26 04:16:22 [adesa.be] INFO: Skipping item 10725240 url https://www.openlane.eu/en/carv6/auction/10725240
2026-03-26 04:16:22 [adesa.be] INFO: Found listing with ID: 10725220
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725220%27 HTTP/1.1" 200 None
2026-03-26 04:16:22 [adesa.be] INFO: Scrape type for 10725220: 0
2026-03-26 04:16:22 [adesa.be] INFO: Skipping item 10725220 url https://www.openlane.eu/en/carv6/auction/10725220
2026-03-26 04:16:22 [adesa.be] INFO: Found listing with ID: 10725500
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725500%27 HTTP/1.1" 200 None
2026-03-26 04:16:22 [adesa.be] INFO: Scrape type for 10725500: 0
2026-03-26 04:16:22 [adesa.be] INFO: Skipping item 10725500 url https://www.openlane.eu/en/carv6/auction/10725500
2026-03-26 04:16:22 [adesa.be] INFO: Found listing with ID: 10725465
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725465%27 HTTP/1.1" 200 None
2026-03-26 04:16:22 [adesa.be] INFO: Scrape type for 10725465: 0
2026-03-26 04:16:22 [adesa.be] INFO: Skipping item 10725465 url https://www.openlane.eu/en/carv6/auction/10725465
2026-03-26 04:16:22 [adesa.be] INFO: Found listing with ID: 10725491
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725491%27 HTTP/1.1" 200 None
2026-03-26 04:16:22 [adesa.be] INFO: Scrape type for 10725491: 0
2026-03-26 04:16:22 [adesa.be] INFO: Skipping item 10725491 url https://www.openlane.eu/en/carv6/auction/10725491
2026-03-26 04:16:22 [adesa.be] INFO: Found listing with ID: 10725497
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725497%27 HTTP/1.1" 200 None
2026-03-26 04:16:22 [adesa.be] INFO: Scrape type for 10725497: 0
2026-03-26 04:16:22 [adesa.be] INFO: Skipping item 10725497 url https://www.openlane.eu/en/carv6/auction/10725497
2026-03-26 04:16:22 [adesa.be] INFO: Found listing with ID: 10725496
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725496%27 HTTP/1.1" 200 None
2026-03-26 04:16:22 [adesa.be] INFO: Scrape type for 10725496: 0
2026-03-26 04:16:22 [adesa.be] INFO: Skipping item 10725496 url https://www.openlane.eu/en/carv6/auction/10725496
2026-03-26 04:16:22 [adesa.be] INFO: Found listing with ID: 10725469
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725469%27 HTTP/1.1" 200 None
2026-03-26 04:16:22 [adesa.be] INFO: Scrape type for 10725469: 0
2026-03-26 04:16:22 [adesa.be] INFO: Skipping item 10725469 url https://www.openlane.eu/en/carv6/auction/10725469
2026-03-26 04:16:22 [adesa.be] INFO: Found listing with ID: 10725481
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725481%27 HTTP/1.1" 200 None
2026-03-26 04:16:22 [adesa.be] INFO: Scrape type for 10725481: 0
2026-03-26 04:16:22 [adesa.be] INFO: Skipping item 10725481 url https://www.openlane.eu/en/carv6/auction/10725481
2026-03-26 04:16:22 [adesa.be] INFO: Found listing with ID: 10725504
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725504%27 HTTP/1.1" 200 None
2026-03-26 04:16:22 [adesa.be] INFO: Scrape type for 10725504: 0
2026-03-26 04:16:22 [adesa.be] INFO: Skipping item 10725504 url https://www.openlane.eu/en/carv6/auction/10725504
2026-03-26 04:16:22 [adesa.be] INFO: Found listing with ID: 10725472
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725472%27 HTTP/1.1" 200 None
2026-03-26 04:16:22 [adesa.be] INFO: Scrape type for 10725472: 0
2026-03-26 04:16:22 [adesa.be] INFO: Skipping item 10725472 url https://www.openlane.eu/en/carv6/auction/10725472
2026-03-26 04:16:22 [adesa.be] INFO: Found listing with ID: 10725478
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725478%27 HTTP/1.1" 200 None
2026-03-26 04:16:22 [adesa.be] INFO: Scrape type for 10725478: 0
2026-03-26 04:16:22 [adesa.be] INFO: Skipping item 10725478 url https://www.openlane.eu/en/carv6/auction/10725478
2026-03-26 04:16:22 [adesa.be] INFO: Found listing with ID: 10725462
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725462%27 HTTP/1.1" 200 None
2026-03-26 04:16:22 [adesa.be] INFO: Scrape type for 10725462: 0
2026-03-26 04:16:22 [adesa.be] INFO: Skipping item 10725462 url https://www.openlane.eu/en/carv6/auction/10725462
2026-03-26 04:16:22 [adesa.be] INFO: Found listing with ID: 10725439
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725439%27 HTTP/1.1" 200 None
2026-03-26 04:16:22 [adesa.be] INFO: Scrape type for 10725439: 0
2026-03-26 04:16:22 [adesa.be] INFO: Skipping item 10725439 url https://www.openlane.eu/en/carv6/auction/10725439
2026-03-26 04:16:22 [adesa.be] INFO: Found listing with ID: 10725489
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725489%27 HTTP/1.1" 200 None
2026-03-26 04:16:22 [adesa.be] INFO: Scrape type for 10725489: 0
2026-03-26 04:16:22 [adesa.be] INFO: Skipping item 10725489 url https://www.openlane.eu/en/carv6/auction/10725489
2026-03-26 04:16:22 [adesa.be] INFO: Found listing with ID: 10725502
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725502%27 HTTP/1.1" 200 None
2026-03-26 04:16:22 [adesa.be] INFO: Scrape type for 10725502: 0
2026-03-26 04:16:22 [adesa.be] INFO: Skipping item 10725502 url https://www.openlane.eu/en/carv6/auction/10725502
2026-03-26 04:16:22 [adesa.be] INFO: Found listing with ID: 10725402
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725402%27 HTTP/1.1" 200 None
2026-03-26 04:16:22 [adesa.be] INFO: Scrape type for 10725402: 0
2026-03-26 04:16:22 [adesa.be] INFO: Skipping item 10725402 url https://www.openlane.eu/en/carv6/auction/10725402
2026-03-26 04:16:22 [adesa.be] INFO: Found listing with ID: 10725384
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725384%27 HTTP/1.1" 200 None
2026-03-26 04:16:23 [adesa.be] INFO: Scrape type for 10725384: 0
2026-03-26 04:16:23 [adesa.be] INFO: Skipping item 10725384 url https://www.openlane.eu/en/carv6/auction/10725384
2026-03-26 04:16:23 [adesa.be] INFO: Found listing with ID: 10725432
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725432%27 HTTP/1.1" 200 None
2026-03-26 04:16:23 [adesa.be] INFO: Scrape type for 10725432: 0
2026-03-26 04:16:23 [adesa.be] INFO: Skipping item 10725432 url https://www.openlane.eu/en/carv6/auction/10725432
2026-03-26 04:16:23 [adesa.be] INFO: Found listing with ID: 10725464
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725464%27 HTTP/1.1" 200 None
2026-03-26 04:16:23 [adesa.be] INFO: Scrape type for 10725464: 0
2026-03-26 04:16:23 [adesa.be] INFO: Skipping item 10725464 url https://www.openlane.eu/en/carv6/auction/10725464
2026-03-26 04:16:23 [adesa.be] INFO: Found listing with ID: 10725445
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725445%27 HTTP/1.1" 200 None
2026-03-26 04:16:23 [adesa.be] INFO: Scrape type for 10725445: 0
2026-03-26 04:16:23 [adesa.be] INFO: Skipping item 10725445 url https://www.openlane.eu/en/carv6/auction/10725445
2026-03-26 04:16:23 [adesa.be] INFO: Found listing with ID: 10725306
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725306%27 HTTP/1.1" 200 None
2026-03-26 04:16:23 [adesa.be] INFO: Scrape type for 10725306: 0
2026-03-26 04:16:23 [adesa.be] INFO: Skipping item 10725306 url https://www.openlane.eu/en/carv6/auction/10725306
2026-03-26 04:16:23 [adesa.be] INFO: Found listing with ID: 10725451
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725451%27 HTTP/1.1" 200 None
2026-03-26 04:16:23 [adesa.be] INFO: Scrape type for 10725451: 0
2026-03-26 04:16:23 [adesa.be] INFO: Skipping item 10725451 url https://www.openlane.eu/en/carv6/auction/10725451
2026-03-26 04:16:23 [adesa.be] INFO: Found listing with ID: 10725404
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725404%27 HTTP/1.1" 200 None
2026-03-26 04:16:23 [adesa.be] INFO: Scrape type for 10725404: 0
2026-03-26 04:16:23 [adesa.be] INFO: Skipping item 10725404 url https://www.openlane.eu/en/carv6/auction/10725404
2026-03-26 04:16:23 [adesa.be] INFO: Found listing with ID: 10725457
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725457%27 HTTP/1.1" 200 None
2026-03-26 04:16:23 [adesa.be] INFO: Scrape type for 10725457: 0
2026-03-26 04:16:23 [adesa.be] INFO: Skipping item 10725457 url https://www.openlane.eu/en/carv6/auction/10725457
2026-03-26 04:16:23 [adesa.be] INFO: Found listing with ID: 10725280
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725280%27 HTTP/1.1" 200 None
2026-03-26 04:16:23 [adesa.be] INFO: Scrape type for 10725280: 0
2026-03-26 04:16:23 [adesa.be] INFO: Skipping item 10725280 url https://www.openlane.eu/en/carv6/auction/10725280
2026-03-26 04:16:23 [adesa.be] INFO: Found listing with ID: 10725272
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725272%27 HTTP/1.1" 200 None
2026-03-26 04:16:23 [adesa.be] INFO: Scrape type for 10725272: 0
2026-03-26 04:16:23 [adesa.be] INFO: Skipping item 10725272 url https://www.openlane.eu/en/carv6/auction/10725272
2026-03-26 04:16:23 [adesa.be] INFO: Found listing with ID: 10725226
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725226%27 HTTP/1.1" 200 None
2026-03-26 04:16:23 [adesa.be] INFO: Scrape type for 10725226: 0
2026-03-26 04:16:23 [adesa.be] INFO: Skipping item 10725226 url https://www.openlane.eu/en/carv6/auction/10725226
2026-03-26 04:16:23 [adesa.be] INFO: Found listing with ID: 10725360
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725360%27 HTTP/1.1" 200 None
2026-03-26 04:16:23 [adesa.be] INFO: Scrape type for 10725360: 0
2026-03-26 04:16:23 [adesa.be] INFO: Skipping item 10725360 url https://www.openlane.eu/en/carv6/auction/10725360
2026-03-26 04:16:23 [adesa.be] INFO: Found listing with ID: 10725444
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725444%27 HTTP/1.1" 200 None
2026-03-26 04:16:23 [adesa.be] INFO: Scrape type for 10725444: 0
2026-03-26 04:16:23 [adesa.be] INFO: Skipping item 10725444 url https://www.openlane.eu/en/carv6/auction/10725444
2026-03-26 04:16:23 [adesa.be] INFO: Found listing with ID: 10725446
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725446%27 HTTP/1.1" 200 None
2026-03-26 04:16:23 [adesa.be] INFO: Scrape type for 10725446: 0
2026-03-26 04:16:23 [adesa.be] INFO: Skipping item 10725446 url https://www.openlane.eu/en/carv6/auction/10725446
2026-03-26 04:16:23 [adesa.be] INFO: Found listing with ID: 10725362
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725362%27 HTTP/1.1" 200 None
2026-03-26 04:16:23 [adesa.be] INFO: Scrape type for 10725362: 0
2026-03-26 04:16:23 [adesa.be] INFO: Skipping item 10725362 url https://www.openlane.eu/en/carv6/auction/10725362
2026-03-26 04:16:23 [adesa.be] INFO: Found listing with ID: 10725329
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725329%27 HTTP/1.1" 200 None
2026-03-26 04:16:23 [adesa.be] INFO: Scrape type for 10725329: 0
2026-03-26 04:16:23 [adesa.be] INFO: Skipping item 10725329 url https://www.openlane.eu/en/carv6/auction/10725329
2026-03-26 04:16:23 [adesa.be] INFO: Found listing with ID: 10725347
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725347%27 HTTP/1.1" 200 None
2026-03-26 04:16:23 [adesa.be] INFO: Scrape type for 10725347: 0
2026-03-26 04:16:23 [adesa.be] INFO: Skipping item 10725347 url https://www.openlane.eu/en/carv6/auction/10725347
2026-03-26 04:16:23 [adesa.be] INFO: Found listing with ID: 10725225
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725225%27 HTTP/1.1" 200 None
2026-03-26 04:16:23 [adesa.be] INFO: Scrape type for 10725225: 0
2026-03-26 04:16:23 [adesa.be] INFO: Skipping item 10725225 url https://www.openlane.eu/en/carv6/auction/10725225
2026-03-26 04:16:23 [adesa.be] INFO: Found listing with ID: 10725248
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725248%27 HTTP/1.1" 200 None
2026-03-26 04:16:23 [adesa.be] INFO: Scrape type for 10725248: 0
2026-03-26 04:16:23 [adesa.be] INFO: Skipping item 10725248 url https://www.openlane.eu/en/carv6/auction/10725248
2026-03-26 04:16:23 [adesa.be] INFO: Found listing with ID: 10725435
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725435%27 HTTP/1.1" 200 None
2026-03-26 04:16:23 [adesa.be] INFO: Scrape type for 10725435: 0
2026-03-26 04:16:23 [adesa.be] INFO: Skipping item 10725435 url https://www.openlane.eu/en/carv6/auction/10725435
2026-03-26 04:16:23 [adesa.be] INFO: Found listing with ID: 10725391
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725391%27 HTTP/1.1" 200 None
2026-03-26 04:16:23 [adesa.be] INFO: Scrape type for 10725391: 0
2026-03-26 04:16:23 [adesa.be] INFO: Skipping item 10725391 url https://www.openlane.eu/en/carv6/auction/10725391
2026-03-26 04:16:23 [adesa.be] INFO: Found listing with ID: 10725372
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725372%27 HTTP/1.1" 200 None
2026-03-26 04:16:23 [adesa.be] INFO: Scrape type for 10725372: 0
2026-03-26 04:16:23 [adesa.be] INFO: Skipping item 10725372 url https://www.openlane.eu/en/carv6/auction/10725372
2026-03-26 04:16:23 [adesa.be] INFO: Found listing with ID: 10725307
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725307%27 HTTP/1.1" 200 None
2026-03-26 04:16:23 [adesa.be] INFO: Scrape type for 10725307: 0
2026-03-26 04:16:23 [adesa.be] INFO: Skipping item 10725307 url https://www.openlane.eu/en/carv6/auction/10725307
2026-03-26 04:16:23 [adesa.be] INFO: Found listing with ID: 10725427
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725427%27 HTTP/1.1" 200 None
2026-03-26 04:16:23 [adesa.be] INFO: Scrape type for 10725427: 0
2026-03-26 04:16:23 [adesa.be] INFO: Skipping item 10725427 url https://www.openlane.eu/en/carv6/auction/10725427
2026-03-26 04:16:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:16: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-26 04:16:26 [adesa.be] INFO: Found listing with ID: 10725276
2026-03-26 04:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725276%27 HTTP/1.1" 200 None
2026-03-26 04:16:26 [adesa.be] INFO: Scrape type for 10725276: 0
2026-03-26 04:16:26 [adesa.be] INFO: Skipping item 10725276 url https://www.openlane.eu/en/carv6/auction/10725276
2026-03-26 04:16:26 [adesa.be] INFO: Found listing with ID: 10725270
2026-03-26 04:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725270%27 HTTP/1.1" 200 None
2026-03-26 04:16:26 [adesa.be] INFO: Scrape type for 10725270: 0
2026-03-26 04:16:26 [adesa.be] INFO: Skipping item 10725270 url https://www.openlane.eu/en/carv6/auction/10725270
2026-03-26 04:16:26 [adesa.be] INFO: Found listing with ID: 10725346
2026-03-26 04:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725346%27 HTTP/1.1" 200 None
2026-03-26 04:16:26 [adesa.be] INFO: Scrape type for 10725346: 0
2026-03-26 04:16:26 [adesa.be] INFO: Skipping item 10725346 url https://www.openlane.eu/en/carv6/auction/10725346
2026-03-26 04:16:26 [adesa.be] INFO: Found listing with ID: 10725363
2026-03-26 04:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725363%27 HTTP/1.1" 200 None
2026-03-26 04:16:26 [adesa.be] INFO: Scrape type for 10725363: 0
2026-03-26 04:16:26 [adesa.be] INFO: Skipping item 10725363 url https://www.openlane.eu/en/carv6/auction/10725363
2026-03-26 04:16:26 [adesa.be] INFO: Found listing with ID: 10725274
2026-03-26 04:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725274%27 HTTP/1.1" 200 None
2026-03-26 04:16:26 [adesa.be] INFO: Scrape type for 10725274: 0
2026-03-26 04:16:26 [adesa.be] INFO: Skipping item 10725274 url https://www.openlane.eu/en/carv6/auction/10725274
2026-03-26 04:16:26 [adesa.be] INFO: Found listing with ID: 10725349
2026-03-26 04:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725349%27 HTTP/1.1" 200 None
2026-03-26 04:16:26 [adesa.be] INFO: Scrape type for 10725349: 0
2026-03-26 04:16:26 [adesa.be] INFO: Skipping item 10725349 url https://www.openlane.eu/en/carv6/auction/10725349
2026-03-26 04:16:26 [adesa.be] INFO: Found listing with ID: 10725376
2026-03-26 04:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725376%27 HTTP/1.1" 200 None
2026-03-26 04:16:26 [adesa.be] INFO: Scrape type for 10725376: 0
2026-03-26 04:16:26 [adesa.be] INFO: Skipping item 10725376 url https://www.openlane.eu/en/carv6/auction/10725376
2026-03-26 04:16:26 [adesa.be] INFO: Found listing with ID: 10725343
2026-03-26 04:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725343%27 HTTP/1.1" 200 None
2026-03-26 04:16:26 [adesa.be] INFO: Scrape type for 10725343: 0
2026-03-26 04:16:26 [adesa.be] INFO: Skipping item 10725343 url https://www.openlane.eu/en/carv6/auction/10725343
2026-03-26 04:16:26 [adesa.be] INFO: Found listing with ID: 10725238
2026-03-26 04:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725238%27 HTTP/1.1" 200 None
2026-03-26 04:16:26 [adesa.be] INFO: Scrape type for 10725238: 0
2026-03-26 04:16:26 [adesa.be] INFO: Skipping item 10725238 url https://www.openlane.eu/en/carv6/auction/10725238
2026-03-26 04:16:26 [adesa.be] INFO: Found listing with ID: 10725234
2026-03-26 04:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725234%27 HTTP/1.1" 200 None
2026-03-26 04:16:26 [adesa.be] INFO: Scrape type for 10725234: 0
2026-03-26 04:16:26 [adesa.be] INFO: Skipping item 10725234 url https://www.openlane.eu/en/carv6/auction/10725234
2026-03-26 04:16:26 [adesa.be] INFO: Found listing with ID: 10725379
2026-03-26 04:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725379%27 HTTP/1.1" 200 None
2026-03-26 04:16:26 [adesa.be] INFO: Scrape type for 10725379: 0
2026-03-26 04:16:26 [adesa.be] INFO: Skipping item 10725379 url https://www.openlane.eu/en/carv6/auction/10725379
2026-03-26 04:16:26 [adesa.be] INFO: Found listing with ID: 10725263
2026-03-26 04:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725263%27 HTTP/1.1" 200 None
2026-03-26 04:16:26 [adesa.be] INFO: Scrape type for 10725263: 0
2026-03-26 04:16:26 [adesa.be] INFO: Skipping item 10725263 url https://www.openlane.eu/en/carv6/auction/10725263
2026-03-26 04:16:26 [adesa.be] INFO: Found listing with ID: 10725255
2026-03-26 04:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725255%27 HTTP/1.1" 200 None
2026-03-26 04:16:26 [adesa.be] INFO: Scrape type for 10725255: 0
2026-03-26 04:16:26 [adesa.be] INFO: Skipping item 10725255 url https://www.openlane.eu/en/carv6/auction/10725255
2026-03-26 04:16:26 [adesa.be] INFO: Found listing with ID: 10725229
2026-03-26 04:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725229%27 HTTP/1.1" 200 None
2026-03-26 04:16:26 [adesa.be] INFO: Scrape type for 10725229: 0
2026-03-26 04:16:26 [adesa.be] INFO: Skipping item 10725229 url https://www.openlane.eu/en/carv6/auction/10725229
2026-03-26 04:16:26 [adesa.be] INFO: Found listing with ID: 10725232
2026-03-26 04:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725232%27 HTTP/1.1" 200 None
2026-03-26 04:16:26 [adesa.be] INFO: Scrape type for 10725232: 0
2026-03-26 04:16:26 [adesa.be] INFO: Skipping item 10725232 url https://www.openlane.eu/en/carv6/auction/10725232
2026-03-26 04:16:26 [adesa.be] INFO: Found listing with ID: 10725291
2026-03-26 04:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725291%27 HTTP/1.1" 200 None
2026-03-26 04:16:26 [adesa.be] INFO: Scrape type for 10725291: 0
2026-03-26 04:16:26 [adesa.be] INFO: Skipping item 10725291 url https://www.openlane.eu/en/carv6/auction/10725291
2026-03-26 04:16:26 [adesa.be] INFO: Found listing with ID: 10725221
2026-03-26 04:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725221%27 HTTP/1.1" 200 None
2026-03-26 04:16:26 [adesa.be] INFO: Scrape type for 10725221: 0
2026-03-26 04:16:26 [adesa.be] INFO: Skipping item 10725221 url https://www.openlane.eu/en/carv6/auction/10725221
2026-03-26 04:16:26 [adesa.be] INFO: Found listing with ID: 10725261
2026-03-26 04:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725261%27 HTTP/1.1" 200 None
2026-03-26 04:16:26 [adesa.be] INFO: Scrape type for 10725261: 0
2026-03-26 04:16:26 [adesa.be] INFO: Skipping item 10725261 url https://www.openlane.eu/en/carv6/auction/10725261
2026-03-26 04:16:26 [adesa.be] INFO: Found listing with ID: 10725227
2026-03-26 04:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725227%27 HTTP/1.1" 200 None
2026-03-26 04:16:26 [adesa.be] INFO: Scrape type for 10725227: 0
2026-03-26 04:16:26 [adesa.be] INFO: Skipping item 10725227 url https://www.openlane.eu/en/carv6/auction/10725227
2026-03-26 04:16:26 [adesa.be] INFO: Found listing with ID: 10725237
2026-03-26 04:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725237%27 HTTP/1.1" 200 None
2026-03-26 04:16:26 [adesa.be] INFO: Scrape type for 10725237: 0
2026-03-26 04:16:26 [adesa.be] INFO: Skipping item 10725237 url https://www.openlane.eu/en/carv6/auction/10725237
2026-03-26 04:16:26 [adesa.be] INFO: Found listing with ID: 10725224
2026-03-26 04:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725224%27 HTTP/1.1" 200 None
2026-03-26 04:16:26 [adesa.be] INFO: Scrape type for 10725224: 0
2026-03-26 04:16:26 [adesa.be] INFO: Skipping item 10725224 url https://www.openlane.eu/en/carv6/auction/10725224
2026-03-26 04:16:26 [adesa.be] INFO: Found listing with ID: 10725216
2026-03-26 04:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725216%27 HTTP/1.1" 200 None
2026-03-26 04:16:26 [adesa.be] INFO: Scrape type for 10725216: 0
2026-03-26 04:16:26 [adesa.be] INFO: Skipping item 10725216 url https://www.openlane.eu/en/carv6/auction/10725216
2026-03-26 04:16:26 [adesa.be] INFO: Found listing with ID: 10725239
2026-03-26 04:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725239%27 HTTP/1.1" 200 None
2026-03-26 04:16:26 [adesa.be] INFO: Scrape type for 10725239: 0
2026-03-26 04:16:26 [adesa.be] INFO: Skipping item 10725239 url https://www.openlane.eu/en/carv6/auction/10725239
2026-03-26 04:16:26 [adesa.be] INFO: Found listing with ID: 10725230
2026-03-26 04:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725230%27 HTTP/1.1" 200 None
2026-03-26 04:16:26 [adesa.be] INFO: Scrape type for 10725230: 0
2026-03-26 04:16:26 [adesa.be] INFO: Skipping item 10725230 url https://www.openlane.eu/en/carv6/auction/10725230
2026-03-26 04:16:26 [adesa.be] INFO: Found listing with ID: 10725245
2026-03-26 04:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725245%27 HTTP/1.1" 200 None
2026-03-26 04:16:26 [adesa.be] INFO: Scrape type for 10725245: 0
2026-03-26 04:16:26 [adesa.be] INFO: Skipping item 10725245 url https://www.openlane.eu/en/carv6/auction/10725245
2026-03-26 04:16:26 [adesa.be] INFO: Found listing with ID: 10725219
2026-03-26 04:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725219%27 HTTP/1.1" 200 None
2026-03-26 04:16:26 [adesa.be] INFO: Scrape type for 10725219: 0
2026-03-26 04:16:26 [adesa.be] INFO: Skipping item 10725219 url https://www.openlane.eu/en/carv6/auction/10725219
2026-03-26 04:16:26 [adesa.be] INFO: Found listing with ID: 10726054
2026-03-26 04:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726054%27 HTTP/1.1" 200 None
2026-03-26 04:16:26 [adesa.be] INFO: Scrape type for 10726054: 0
2026-03-26 04:16:26 [adesa.be] INFO: Skipping item 10726054 url https://www.openlane.eu/en/carv6/auction/10726054
2026-03-26 04:16:26 [adesa.be] INFO: Found listing with ID: 10725214
2026-03-26 04:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725214%27 HTTP/1.1" 200 None
2026-03-26 04:16:26 [adesa.be] INFO: Scrape type for 10725214: 0
2026-03-26 04:16:26 [adesa.be] INFO: Skipping item 10725214 url https://www.openlane.eu/en/carv6/auction/10725214
2026-03-26 04:16:26 [adesa.be] INFO: Found listing with ID: 10725209
2026-03-26 04:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725209%27 HTTP/1.1" 200 None
2026-03-26 04:16:26 [adesa.be] INFO: Scrape type for 10725209: 0
2026-03-26 04:16:26 [adesa.be] INFO: Skipping item 10725209 url https://www.openlane.eu/en/carv6/auction/10725209
2026-03-26 04:16:26 [adesa.be] INFO: Found listing with ID: 10726057
2026-03-26 04:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726057%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10726057: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10726057 url https://www.openlane.eu/en/carv6/auction/10726057
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725210
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725210%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725210: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725210 url https://www.openlane.eu/en/carv6/auction/10725210
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725397
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725397%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725397: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725397 url https://www.openlane.eu/en/carv6/auction/10725397
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725459
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725459%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725459: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725459 url https://www.openlane.eu/en/carv6/auction/10725459
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725434
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725434%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725434: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725434 url https://www.openlane.eu/en/carv6/auction/10725434
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725448
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725448%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725448: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725448 url https://www.openlane.eu/en/carv6/auction/10725448
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725383
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725383%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725383: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725383 url https://www.openlane.eu/en/carv6/auction/10725383
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725400
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725400%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725400: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725400 url https://www.openlane.eu/en/carv6/auction/10725400
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725378
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725378%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725378: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725378 url https://www.openlane.eu/en/carv6/auction/10725378
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725488
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725488%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725488: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725488 url https://www.openlane.eu/en/carv6/auction/10725488
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725421
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725421%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725421: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725421 url https://www.openlane.eu/en/carv6/auction/10725421
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725328
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725328%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725328: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725328 url https://www.openlane.eu/en/carv6/auction/10725328
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725266
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725266%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725266: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725266 url https://www.openlane.eu/en/carv6/auction/10725266
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725452
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725452%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725452: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725452 url https://www.openlane.eu/en/carv6/auction/10725452
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725470
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725470%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725470: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725470 url https://www.openlane.eu/en/carv6/auction/10725470
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725483
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725483%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725483: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725483 url https://www.openlane.eu/en/carv6/auction/10725483
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725468
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725468%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725468: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725468 url https://www.openlane.eu/en/carv6/auction/10725468
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725486
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725486%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725486: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725486 url https://www.openlane.eu/en/carv6/auction/10725486
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725490
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725490%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725490: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725490 url https://www.openlane.eu/en/carv6/auction/10725490
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725494
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725494%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725494: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725494 url https://www.openlane.eu/en/carv6/auction/10725494
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725485
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725485%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725485: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725485 url https://www.openlane.eu/en/carv6/auction/10725485
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725417
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725417%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725417: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725417 url https://www.openlane.eu/en/carv6/auction/10725417
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725409
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725409%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725409: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725409 url https://www.openlane.eu/en/carv6/auction/10725409
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725410
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725410%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725410: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725410 url https://www.openlane.eu/en/carv6/auction/10725410
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725449
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725449%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725449: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725449 url https://www.openlane.eu/en/carv6/auction/10725449
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725407
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725407%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725407: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725407 url https://www.openlane.eu/en/carv6/auction/10725407
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725411
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725411%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725411: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725411 url https://www.openlane.eu/en/carv6/auction/10725411
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725412
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725412%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725412: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725412 url https://www.openlane.eu/en/carv6/auction/10725412
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725501
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725501%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725501: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725501 url https://www.openlane.eu/en/carv6/auction/10725501
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725473
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725473%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725473: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725473 url https://www.openlane.eu/en/carv6/auction/10725473
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725453
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725453%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725453: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725453 url https://www.openlane.eu/en/carv6/auction/10725453
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725492
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725492%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725492: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725492 url https://www.openlane.eu/en/carv6/auction/10725492
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725471
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725471%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725471: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725471 url https://www.openlane.eu/en/carv6/auction/10725471
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725443
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725443%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725443: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725443 url https://www.openlane.eu/en/carv6/auction/10725443
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725370
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725370%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725370: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725370 url https://www.openlane.eu/en/carv6/auction/10725370
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725408
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725408%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725408: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725408 url https://www.openlane.eu/en/carv6/auction/10725408
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725264
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725264%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725264: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725264 url https://www.openlane.eu/en/carv6/auction/10725264
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725461
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725461%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725461: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725461 url https://www.openlane.eu/en/carv6/auction/10725461
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725429
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725429%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725429: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725429 url https://www.openlane.eu/en/carv6/auction/10725429
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725455
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725455%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725455: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725455 url https://www.openlane.eu/en/carv6/auction/10725455
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725428
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725428%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725428: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725428 url https://www.openlane.eu/en/carv6/auction/10725428
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725341
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725341%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725341: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725341 url https://www.openlane.eu/en/carv6/auction/10725341
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725477
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725477%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725477: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725477 url https://www.openlane.eu/en/carv6/auction/10725477
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725482
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725482%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725482: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725482 url https://www.openlane.eu/en/carv6/auction/10725482
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725498
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725498%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725498: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725498 url https://www.openlane.eu/en/carv6/auction/10725498
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725487
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725487%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725487: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725487 url https://www.openlane.eu/en/carv6/auction/10725487
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725456
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725456%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725456: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725456 url https://www.openlane.eu/en/carv6/auction/10725456
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725422
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725422%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725422: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725422 url https://www.openlane.eu/en/carv6/auction/10725422
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725278
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725278%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725278: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725278 url https://www.openlane.eu/en/carv6/auction/10725278
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725474
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725474%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725474: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725474 url https://www.openlane.eu/en/carv6/auction/10725474
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725381
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725381%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725381: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725381 url https://www.openlane.eu/en/carv6/auction/10725381
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725475
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725475%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725475: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725475 url https://www.openlane.eu/en/carv6/auction/10725475
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725460
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725460%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725460: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725460 url https://www.openlane.eu/en/carv6/auction/10725460
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725436
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725436%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725436: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725436 url https://www.openlane.eu/en/carv6/auction/10725436
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725499
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725499%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725499: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725499 url https://www.openlane.eu/en/carv6/auction/10725499
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725441
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725441%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725441: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725441 url https://www.openlane.eu/en/carv6/auction/10725441
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725442
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725442%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725442: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725442 url https://www.openlane.eu/en/carv6/auction/10725442
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725484
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725484%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725484: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725484 url https://www.openlane.eu/en/carv6/auction/10725484
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725505
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725505%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725505: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725505 url https://www.openlane.eu/en/carv6/auction/10725505
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725326
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725326%27 HTTP/1.1" 200 None
2026-03-26 04:16:27 [adesa.be] INFO: Scrape type for 10725326: 0
2026-03-26 04:16:27 [adesa.be] INFO: Skipping item 10725326 url https://www.openlane.eu/en/carv6/auction/10725326
2026-03-26 04:16:27 [adesa.be] INFO: Found listing with ID: 10725297
2026-03-26 04:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725297%27 HTTP/1.1" 200 None
2026-03-26 04:16:28 [adesa.be] INFO: Scrape type for 10725297: 0
2026-03-26 04:16:28 [adesa.be] INFO: Skipping item 10725297 url https://www.openlane.eu/en/carv6/auction/10725297
2026-03-26 04:16:28 [adesa.be] INFO: Found listing with ID: 10725304
2026-03-26 04:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725304%27 HTTP/1.1" 200 None
2026-03-26 04:16:28 [adesa.be] INFO: Scrape type for 10725304: 0
2026-03-26 04:16:28 [adesa.be] INFO: Skipping item 10725304 url https://www.openlane.eu/en/carv6/auction/10725304
2026-03-26 04:16:28 [adesa.be] INFO: Found listing with ID: 10725305
2026-03-26 04:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725305%27 HTTP/1.1" 200 None
2026-03-26 04:16:28 [adesa.be] INFO: Scrape type for 10725305: 0
2026-03-26 04:16:28 [adesa.be] INFO: Skipping item 10725305 url https://www.openlane.eu/en/carv6/auction/10725305
2026-03-26 04:16:28 [adesa.be] INFO: Found listing with ID: 10725317
2026-03-26 04:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725317%27 HTTP/1.1" 200 None
2026-03-26 04:16:28 [adesa.be] INFO: Scrape type for 10725317: 0
2026-03-26 04:16:28 [adesa.be] INFO: Skipping item 10725317 url https://www.openlane.eu/en/carv6/auction/10725317
2026-03-26 04:16:28 [adesa.be] INFO: Found listing with ID: 10725450
2026-03-26 04:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725450%27 HTTP/1.1" 200 None
2026-03-26 04:16:28 [adesa.be] INFO: Scrape type for 10725450: 0
2026-03-26 04:16:28 [adesa.be] INFO: Skipping item 10725450 url https://www.openlane.eu/en/carv6/auction/10725450
2026-03-26 04:16:28 [adesa.be] INFO: Found listing with ID: 10725503
2026-03-26 04:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725503%27 HTTP/1.1" 200 None
2026-03-26 04:16:28 [adesa.be] INFO: Scrape type for 10725503: 0
2026-03-26 04:16:28 [adesa.be] INFO: Skipping item 10725503 url https://www.openlane.eu/en/carv6/auction/10725503
2026-03-26 04:16:28 [adesa.be] INFO: Found listing with ID: 10725420
2026-03-26 04:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725420%27 HTTP/1.1" 200 None
2026-03-26 04:16:28 [adesa.be] INFO: Scrape type for 10725420: 0
2026-03-26 04:16:28 [adesa.be] INFO: Skipping item 10725420 url https://www.openlane.eu/en/carv6/auction/10725420
2026-03-26 04:16:28 [adesa.be] INFO: Found listing with ID: 10725389
2026-03-26 04:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725389%27 HTTP/1.1" 200 None
2026-03-26 04:16:28 [adesa.be] INFO: Scrape type for 10725389: 0
2026-03-26 04:16:28 [adesa.be] INFO: Skipping item 10725389 url https://www.openlane.eu/en/carv6/auction/10725389
2026-03-26 04:16:28 [adesa.be] INFO: Found listing with ID: 10725340
2026-03-26 04:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725340%27 HTTP/1.1" 200 None
2026-03-26 04:16:28 [adesa.be] INFO: Scrape type for 10725340: 0
2026-03-26 04:16:28 [adesa.be] INFO: Skipping item 10725340 url https://www.openlane.eu/en/carv6/auction/10725340
2026-03-26 04:16:28 [adesa.be] INFO: Found listing with ID: 10725390
2026-03-26 04:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725390%27 HTTP/1.1" 200 None
2026-03-26 04:16:28 [adesa.be] INFO: Scrape type for 10725390: 0
2026-03-26 04:16:28 [adesa.be] INFO: Skipping item 10725390 url https://www.openlane.eu/en/carv6/auction/10725390
2026-03-26 04:16:28 [adesa.be] INFO: Found listing with ID: 10725405
2026-03-26 04:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725405%27 HTTP/1.1" 200 None
2026-03-26 04:16:28 [adesa.be] INFO: Scrape type for 10725405: 0
2026-03-26 04:16:28 [adesa.be] INFO: Skipping item 10725405 url https://www.openlane.eu/en/carv6/auction/10725405
2026-03-26 04:16:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:16:30 [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-26 04:16:30 [adesa.be] INFO: Found listing with ID: 10725437
2026-03-26 04:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725437%27 HTTP/1.1" 200 None
2026-03-26 04:16:30 [adesa.be] INFO: Scrape type for 10725437: 0
2026-03-26 04:16:30 [adesa.be] INFO: Skipping item 10725437 url https://www.openlane.eu/en/carv6/auction/10725437
2026-03-26 04:16:30 [adesa.be] INFO: Found listing with ID: 10725380
2026-03-26 04:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725380%27 HTTP/1.1" 200 None
2026-03-26 04:16:30 [adesa.be] INFO: Scrape type for 10725380: 0
2026-03-26 04:16:30 [adesa.be] INFO: Skipping item 10725380 url https://www.openlane.eu/en/carv6/auction/10725380
2026-03-26 04:16:30 [adesa.be] INFO: Found listing with ID: 10725231
2026-03-26 04:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725231%27 HTTP/1.1" 200 None
2026-03-26 04:16:30 [adesa.be] INFO: Scrape type for 10725231: 0
2026-03-26 04:16:30 [adesa.be] INFO: Skipping item 10725231 url https://www.openlane.eu/en/carv6/auction/10725231
2026-03-26 04:16:30 [adesa.be] INFO: Found listing with ID: 10725403
2026-03-26 04:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725403%27 HTTP/1.1" 200 None
2026-03-26 04:16:30 [adesa.be] INFO: Scrape type for 10725403: 0
2026-03-26 04:16:30 [adesa.be] INFO: Skipping item 10725403 url https://www.openlane.eu/en/carv6/auction/10725403
2026-03-26 04:16:30 [adesa.be] INFO: Found listing with ID: 10725358
2026-03-26 04:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725358%27 HTTP/1.1" 200 None
2026-03-26 04:16:30 [adesa.be] INFO: Scrape type for 10725358: 0
2026-03-26 04:16:30 [adesa.be] INFO: Skipping item 10725358 url https://www.openlane.eu/en/carv6/auction/10725358
2026-03-26 04:16:30 [adesa.be] INFO: Found listing with ID: 10725262
2026-03-26 04:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725262%27 HTTP/1.1" 200 None
2026-03-26 04:16:30 [adesa.be] INFO: Scrape type for 10725262: 0
2026-03-26 04:16:30 [adesa.be] INFO: Skipping item 10725262 url https://www.openlane.eu/en/carv6/auction/10725262
2026-03-26 04:16:30 [adesa.be] INFO: Found listing with ID: 10725279
2026-03-26 04:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725279%27 HTTP/1.1" 200 None
2026-03-26 04:16:30 [adesa.be] INFO: Scrape type for 10725279: 0
2026-03-26 04:16:30 [adesa.be] INFO: Skipping item 10725279 url https://www.openlane.eu/en/carv6/auction/10725279
2026-03-26 04:16:30 [adesa.be] INFO: Found listing with ID: 10725342
2026-03-26 04:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725342%27 HTTP/1.1" 200 None
2026-03-26 04:16:30 [adesa.be] INFO: Scrape type for 10725342: 0
2026-03-26 04:16:30 [adesa.be] INFO: Skipping item 10725342 url https://www.openlane.eu/en/carv6/auction/10725342
2026-03-26 04:16:30 [adesa.be] INFO: Found listing with ID: 10725418
2026-03-26 04:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725418%27 HTTP/1.1" 200 None
2026-03-26 04:16:30 [adesa.be] INFO: Scrape type for 10725418: 0
2026-03-26 04:16:30 [adesa.be] INFO: Skipping item 10725418 url https://www.openlane.eu/en/carv6/auction/10725418
2026-03-26 04:16:30 [adesa.be] INFO: Found listing with ID: 10725396
2026-03-26 04:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725396%27 HTTP/1.1" 200 None
2026-03-26 04:16:30 [adesa.be] INFO: Scrape type for 10725396: 0
2026-03-26 04:16:30 [adesa.be] INFO: Skipping item 10725396 url https://www.openlane.eu/en/carv6/auction/10725396
2026-03-26 04:16:30 [adesa.be] INFO: Found listing with ID: 10725433
2026-03-26 04:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725433%27 HTTP/1.1" 200 None
2026-03-26 04:16:31 [adesa.be] INFO: Scrape type for 10725433: 0
2026-03-26 04:16:31 [adesa.be] INFO: Skipping item 10725433 url https://www.openlane.eu/en/carv6/auction/10725433
2026-03-26 04:16:31 [adesa.be] INFO: Found listing with ID: 10725458
2026-03-26 04:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725458%27 HTTP/1.1" 200 None
2026-03-26 04:16:31 [adesa.be] INFO: Scrape type for 10725458: 0
2026-03-26 04:16:31 [adesa.be] INFO: Skipping item 10725458 url https://www.openlane.eu/en/carv6/auction/10725458
2026-03-26 04:16:31 [adesa.be] INFO: Found listing with ID: 10725466
2026-03-26 04:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725466%27 HTTP/1.1" 200 None
2026-03-26 04:16:31 [adesa.be] INFO: Scrape type for 10725466: 0
2026-03-26 04:16:31 [adesa.be] INFO: Skipping item 10725466 url https://www.openlane.eu/en/carv6/auction/10725466
2026-03-26 04:16:31 [adesa.be] INFO: Found listing with ID: 10725385
2026-03-26 04:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725385%27 HTTP/1.1" 200 None
2026-03-26 04:16:31 [adesa.be] INFO: Scrape type for 10725385: 0
2026-03-26 04:16:31 [adesa.be] INFO: Skipping item 10725385 url https://www.openlane.eu/en/carv6/auction/10725385
2026-03-26 04:16:31 [adesa.be] INFO: Found listing with ID: 10725493
2026-03-26 04:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725493%27 HTTP/1.1" 200 None
2026-03-26 04:16:31 [adesa.be] INFO: Scrape type for 10725493: 0
2026-03-26 04:16:31 [adesa.be] INFO: Skipping item 10725493 url https://www.openlane.eu/en/carv6/auction/10725493
2026-03-26 04:16:31 [adesa.be] INFO: Found listing with ID: 10725424
2026-03-26 04:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725424%27 HTTP/1.1" 200 None
2026-03-26 04:16:31 [adesa.be] INFO: Scrape type for 10725424: 0
2026-03-26 04:16:31 [adesa.be] INFO: Skipping item 10725424 url https://www.openlane.eu/en/carv6/auction/10725424
2026-03-26 04:16:31 [adesa.be] INFO: Found listing with ID: 10725431
2026-03-26 04:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725431%27 HTTP/1.1" 200 None
2026-03-26 04:16:31 [adesa.be] INFO: Scrape type for 10725431: 0
2026-03-26 04:16:31 [adesa.be] INFO: Skipping item 10725431 url https://www.openlane.eu/en/carv6/auction/10725431
2026-03-26 04:16:31 [adesa.be] INFO: Found listing with ID: 10725440
2026-03-26 04:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725440%27 HTTP/1.1" 200 None
2026-03-26 04:16:31 [adesa.be] INFO: Scrape type for 10725440: 0
2026-03-26 04:16:31 [adesa.be] INFO: Skipping item 10725440 url https://www.openlane.eu/en/carv6/auction/10725440
2026-03-26 04:16:31 [adesa.be] INFO: Found listing with ID: 10725392
2026-03-26 04:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725392%27 HTTP/1.1" 200 None
2026-03-26 04:16:31 [adesa.be] INFO: Scrape type for 10725392: 0
2026-03-26 04:16:31 [adesa.be] INFO: Skipping item 10725392 url https://www.openlane.eu/en/carv6/auction/10725392
2026-03-26 04:16:31 [adesa.be] INFO: Found listing with ID: 10725348
2026-03-26 04:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725348%27 HTTP/1.1" 200 None
2026-03-26 04:16:31 [adesa.be] INFO: Scrape type for 10725348: 0
2026-03-26 04:16:31 [adesa.be] INFO: Skipping item 10725348 url https://www.openlane.eu/en/carv6/auction/10725348
2026-03-26 04:16:31 [adesa.be] INFO: Found listing with ID: 10725425
2026-03-26 04:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725425%27 HTTP/1.1" 200 None
2026-03-26 04:16:31 [adesa.be] INFO: Scrape type for 10725425: 0
2026-03-26 04:16:31 [adesa.be] INFO: Skipping item 10725425 url https://www.openlane.eu/en/carv6/auction/10725425
2026-03-26 04:16:31 [adesa.be] INFO: Found listing with ID: 10725357
2026-03-26 04:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725357%27 HTTP/1.1" 200 None
2026-03-26 04:16:31 [adesa.be] INFO: Scrape type for 10725357: 0
2026-03-26 04:16:31 [adesa.be] INFO: Skipping item 10725357 url https://www.openlane.eu/en/carv6/auction/10725357
2026-03-26 04:16:31 [adesa.be] INFO: Found listing with ID: 10725301
2026-03-26 04:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725301%27 HTTP/1.1" 200 None
2026-03-26 04:16:31 [adesa.be] INFO: Scrape type for 10725301: 0
2026-03-26 04:16:31 [adesa.be] INFO: Skipping item 10725301 url https://www.openlane.eu/en/carv6/auction/10725301
2026-03-26 04:16:31 [adesa.be] INFO: Found listing with ID: 10725312
2026-03-26 04:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725312%27 HTTP/1.1" 200 None
2026-03-26 04:16:31 [adesa.be] INFO: Scrape type for 10725312: 0
2026-03-26 04:16:31 [adesa.be] INFO: Skipping item 10725312 url https://www.openlane.eu/en/carv6/auction/10725312
2026-03-26 04:16:31 [adesa.be] INFO: Found listing with ID: 10725267
2026-03-26 04:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725267%27 HTTP/1.1" 200 None
2026-03-26 04:16:31 [adesa.be] INFO: Scrape type for 10725267: 0
2026-03-26 04:16:31 [adesa.be] INFO: Skipping item 10725267 url https://www.openlane.eu/en/carv6/auction/10725267
2026-03-26 04:16:31 [adesa.be] INFO: Found listing with ID: 10725495
2026-03-26 04:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725495%27 HTTP/1.1" 200 None
2026-03-26 04:16:31 [adesa.be] INFO: Scrape type for 10725495: 0
2026-03-26 04:16:31 [adesa.be] INFO: Skipping item 10725495 url https://www.openlane.eu/en/carv6/auction/10725495
2026-03-26 04:16:31 [adesa.be] INFO: Found listing with ID: 10725506
2026-03-26 04:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725506%27 HTTP/1.1" 200 None
2026-03-26 04:16:31 [adesa.be] INFO: Scrape type for 10725506: 0
2026-03-26 04:16:31 [adesa.be] INFO: Skipping item 10725506 url https://www.openlane.eu/en/carv6/auction/10725506
2026-03-26 04:16:31 [adesa.be] INFO: Found listing with ID: 10725368
2026-03-26 04:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725368%27 HTTP/1.1" 200 None
2026-03-26 04:16:31 [adesa.be] INFO: Scrape type for 10725368: 0
2026-03-26 04:16:31 [adesa.be] INFO: Skipping item 10725368 url https://www.openlane.eu/en/carv6/auction/10725368
2026-03-26 04:16:31 [adesa.be] INFO: Found listing with ID: 10725320
2026-03-26 04:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725320%27 HTTP/1.1" 200 None
2026-03-26 04:16:31 [adesa.be] INFO: Scrape type for 10725320: 0
2026-03-26 04:16:31 [adesa.be] INFO: Skipping item 10725320 url https://www.openlane.eu/en/carv6/auction/10725320
2026-03-26 04:16:31 [adesa.be] INFO: Found listing with ID: 10725395
2026-03-26 04:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725395%27 HTTP/1.1" 200 None
2026-03-26 04:16:31 [adesa.be] INFO: Scrape type for 10725395: 0
2026-03-26 04:16:31 [adesa.be] INFO: Skipping item 10725395 url https://www.openlane.eu/en/carv6/auction/10725395
2026-03-26 04:16:31 [adesa.be] INFO: Found listing with ID: 10725406
2026-03-26 04:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725406%27 HTTP/1.1" 200 None
2026-03-26 04:16:31 [adesa.be] INFO: Scrape type for 10725406: 0
2026-03-26 04:16:31 [adesa.be] INFO: Skipping item 10725406 url https://www.openlane.eu/en/carv6/auction/10725406
2026-03-26 04:16:31 [adesa.be] INFO: Found listing with ID: 10725386
2026-03-26 04:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725386%27 HTTP/1.1" 200 None
2026-03-26 04:16:31 [adesa.be] INFO: Scrape type for 10725386: 0
2026-03-26 04:16:31 [adesa.be] INFO: Skipping item 10725386 url https://www.openlane.eu/en/carv6/auction/10725386
2026-03-26 04:16:31 [adesa.be] INFO: Found listing with ID: 10725259
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725259%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10725259: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10725259 url https://www.openlane.eu/en/carv6/auction/10725259
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10725398
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725398%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10725398: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10725398 url https://www.openlane.eu/en/carv6/auction/10725398
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10725413
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725413%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10725413: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10725413 url https://www.openlane.eu/en/carv6/auction/10725413
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10725454
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725454%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10725454: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10725454 url https://www.openlane.eu/en/carv6/auction/10725454
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10725319
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725319%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10725319: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10725319 url https://www.openlane.eu/en/carv6/auction/10725319
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10725375
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725375%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10725375: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10725375 url https://www.openlane.eu/en/carv6/auction/10725375
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10725447
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725447%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10725447: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10725447 url https://www.openlane.eu/en/carv6/auction/10725447
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10725313
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725313%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10725313: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10725313 url https://www.openlane.eu/en/carv6/auction/10725313
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10725252
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725252%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10725252: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10725252 url https://www.openlane.eu/en/carv6/auction/10725252
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10725367
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725367%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10725367: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10725367 url https://www.openlane.eu/en/carv6/auction/10725367
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10725345
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725345%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10725345: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10725345 url https://www.openlane.eu/en/carv6/auction/10725345
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10725324
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725324%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10725324: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10725324 url https://www.openlane.eu/en/carv6/auction/10725324
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10725322
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725322%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10725322: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10725322 url https://www.openlane.eu/en/carv6/auction/10725322
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10725284
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725284%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10725284: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10725284 url https://www.openlane.eu/en/carv6/auction/10725284
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10725286
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725286%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10725286: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10725286 url https://www.openlane.eu/en/carv6/auction/10725286
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10725377
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725377%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10725377: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10725377 url https://www.openlane.eu/en/carv6/auction/10725377
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10725315
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725315%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10725315: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10725315 url https://www.openlane.eu/en/carv6/auction/10725315
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10725330
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725330%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10725330: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10725330 url https://www.openlane.eu/en/carv6/auction/10725330
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10725310
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725310%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10725310: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10725310 url https://www.openlane.eu/en/carv6/auction/10725310
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10725333
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725333%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10725333: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10725333 url https://www.openlane.eu/en/carv6/auction/10725333
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10725257
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725257%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10725257: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10725257 url https://www.openlane.eu/en/carv6/auction/10725257
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10725235
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725235%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10725235: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10725235 url https://www.openlane.eu/en/carv6/auction/10725235
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10725382
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725382%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10725382: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10725382 url https://www.openlane.eu/en/carv6/auction/10725382
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10725265
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725265%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10725265: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10725265 url https://www.openlane.eu/en/carv6/auction/10725265
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10725253
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725253%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10725253: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10725253 url https://www.openlane.eu/en/carv6/auction/10725253
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10725215
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725215%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10725215: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10725215 url https://www.openlane.eu/en/carv6/auction/10725215
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10724096
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724096%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10724096: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10724096 url https://www.openlane.eu/en/carv6/auction/10724096
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10723977
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723977%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10723977: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10723977 url https://www.openlane.eu/en/carv6/auction/10723977
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10724078
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724078%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10724078: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10724078 url https://www.openlane.eu/en/carv6/auction/10724078
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10724079
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724079%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10724079: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10724079 url https://www.openlane.eu/en/carv6/auction/10724079
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10726193
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726193%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10726193: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10726193 url https://www.openlane.eu/en/carv6/auction/10726193
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10724053
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724053%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10724053: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10724053 url https://www.openlane.eu/en/carv6/auction/10724053
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10724004
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724004%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10724004: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10724004 url https://www.openlane.eu/en/carv6/auction/10724004
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10724102
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724102%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10724102: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10724102 url https://www.openlane.eu/en/carv6/auction/10724102
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10724158
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724158%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10724158: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10724158 url https://www.openlane.eu/en/carv6/auction/10724158
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10724014
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724014%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10724014: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10724014 url https://www.openlane.eu/en/carv6/auction/10724014
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10724044
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724044%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10724044: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10724044 url https://www.openlane.eu/en/carv6/auction/10724044
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10724097
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724097%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10724097: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10724097 url https://www.openlane.eu/en/carv6/auction/10724097
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10726163
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726163%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10726163: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10726163 url https://www.openlane.eu/en/carv6/auction/10726163
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10724003
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724003%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10724003: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10724003 url https://www.openlane.eu/en/carv6/auction/10724003
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10726194
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726194%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10726194: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10726194 url https://www.openlane.eu/en/carv6/auction/10726194
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10726164
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726164%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10726164: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10726164 url https://www.openlane.eu/en/carv6/auction/10726164
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10726210
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726210%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10726210: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10726210 url https://www.openlane.eu/en/carv6/auction/10726210
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10726211
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726211%27 HTTP/1.1" 200 None
2026-03-26 04:16:32 [adesa.be] INFO: Scrape type for 10726211: 0
2026-03-26 04:16:32 [adesa.be] INFO: Skipping item 10726211 url https://www.openlane.eu/en/carv6/auction/10726211
2026-03-26 04:16:32 [adesa.be] INFO: Found listing with ID: 10726209
2026-03-26 04:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726209%27 HTTP/1.1" 200 None
2026-03-26 04:16:33 [adesa.be] INFO: Scrape type for 10726209: 0
2026-03-26 04:16:33 [adesa.be] INFO: Skipping item 10726209 url https://www.openlane.eu/en/carv6/auction/10726209
2026-03-26 04:16:33 [adesa.be] INFO: Found listing with ID: 10726213
2026-03-26 04:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726213%27 HTTP/1.1" 200 None
2026-03-26 04:16:33 [adesa.be] INFO: Scrape type for 10726213: 0
2026-03-26 04:16:33 [adesa.be] INFO: Skipping item 10726213 url https://www.openlane.eu/en/carv6/auction/10726213
2026-03-26 04:16:33 [adesa.be] INFO: Found listing with ID: 10726214
2026-03-26 04:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726214%27 HTTP/1.1" 200 None
2026-03-26 04:16:33 [adesa.be] INFO: Scrape type for 10726214: 0
2026-03-26 04:16:33 [adesa.be] INFO: Skipping item 10726214 url https://www.openlane.eu/en/carv6/auction/10726214
2026-03-26 04:16:33 [adesa.be] INFO: Found listing with ID: 10724101
2026-03-26 04:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724101%27 HTTP/1.1" 200 None
2026-03-26 04:16:33 [adesa.be] INFO: Scrape type for 10724101: 0
2026-03-26 04:16:33 [adesa.be] INFO: Skipping item 10724101 url https://www.openlane.eu/en/carv6/auction/10724101
2026-03-26 04:16:33 [adesa.be] INFO: Found listing with ID: 10726199
2026-03-26 04:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726199%27 HTTP/1.1" 200 None
2026-03-26 04:16:33 [adesa.be] INFO: Scrape type for 10726199: 0
2026-03-26 04:16:33 [adesa.be] INFO: Skipping item 10726199 url https://www.openlane.eu/en/carv6/auction/10726199
2026-03-26 04:16:33 [adesa.be] INFO: Found listing with ID: 10723959
2026-03-26 04:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723959%27 HTTP/1.1" 200 None
2026-03-26 04:16:33 [adesa.be] INFO: Scrape type for 10723959: 0
2026-03-26 04:16:33 [adesa.be] INFO: Skipping item 10723959 url https://www.openlane.eu/en/carv6/auction/10723959
2026-03-26 04:16:33 [adesa.be] INFO: Found listing with ID: 10726205
2026-03-26 04:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726205%27 HTTP/1.1" 200 None
2026-03-26 04:16:33 [adesa.be] INFO: Scrape type for 10726205: 0
2026-03-26 04:16:33 [adesa.be] INFO: Skipping item 10726205 url https://www.openlane.eu/en/carv6/auction/10726205
2026-03-26 04:16:33 [adesa.be] INFO: Found listing with ID: 10726173
2026-03-26 04:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726173%27 HTTP/1.1" 200 None
2026-03-26 04:16:33 [adesa.be] INFO: Scrape type for 10726173: 0
2026-03-26 04:16:33 [adesa.be] INFO: Skipping item 10726173 url https://www.openlane.eu/en/carv6/auction/10726173
2026-03-26 04:16:33 [adesa.be] INFO: Found listing with ID: 10723958
2026-03-26 04:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723958%27 HTTP/1.1" 200 None
2026-03-26 04:16:33 [adesa.be] INFO: Scrape type for 10723958: 0
2026-03-26 04:16:33 [adesa.be] INFO: Skipping item 10723958 url https://www.openlane.eu/en/carv6/auction/10723958
2026-03-26 04:16:33 [adesa.be] INFO: Found listing with ID: 10724157
2026-03-26 04:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724157%27 HTTP/1.1" 200 None
2026-03-26 04:16:33 [adesa.be] INFO: Scrape type for 10724157: 0
2026-03-26 04:16:33 [adesa.be] INFO: Skipping item 10724157 url https://www.openlane.eu/en/carv6/auction/10724157
2026-03-26 04:16:33 [adesa.be] INFO: Found listing with ID: 10723967
2026-03-26 04:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723967%27 HTTP/1.1" 200 None
2026-03-26 04:16:33 [adesa.be] INFO: Scrape type for 10723967: 0
2026-03-26 04:16:33 [adesa.be] INFO: Skipping item 10723967 url https://www.openlane.eu/en/carv6/auction/10723967
2026-03-26 04:16:33 [adesa.be] INFO: Found listing with ID: 10724160
2026-03-26 04:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724160%27 HTTP/1.1" 200 None
2026-03-26 04:16:33 [adesa.be] INFO: Scrape type for 10724160: 0
2026-03-26 04:16:33 [adesa.be] INFO: Skipping item 10724160 url https://www.openlane.eu/en/carv6/auction/10724160
2026-03-26 04:16:33 [adesa.be] INFO: Found listing with ID: 10726170
2026-03-26 04:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726170%27 HTTP/1.1" 200 None
2026-03-26 04:16:33 [adesa.be] INFO: Scrape type for 10726170: 0
2026-03-26 04:16:33 [adesa.be] INFO: Skipping item 10726170 url https://www.openlane.eu/en/carv6/auction/10726170
2026-03-26 04:16:33 [adesa.be] INFO: Found listing with ID: 10724142
2026-03-26 04:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724142%27 HTTP/1.1" 200 None
2026-03-26 04:16:33 [adesa.be] INFO: Scrape type for 10724142: 0
2026-03-26 04:16:33 [adesa.be] INFO: Skipping item 10724142 url https://www.openlane.eu/en/carv6/auction/10724142
2026-03-26 04:16:33 [adesa.be] INFO: Found listing with ID: 10726212
2026-03-26 04:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726212%27 HTTP/1.1" 200 None
2026-03-26 04:16:33 [adesa.be] INFO: Scrape type for 10726212: 0
2026-03-26 04:16:33 [adesa.be] INFO: Skipping item 10726212 url https://www.openlane.eu/en/carv6/auction/10726212
2026-03-26 04:16:33 [adesa.be] INFO: Found listing with ID: 10724111
2026-03-26 04:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724111%27 HTTP/1.1" 200 None
2026-03-26 04:16:33 [adesa.be] INFO: Scrape type for 10724111: 0
2026-03-26 04:16:33 [adesa.be] INFO: Skipping item 10724111 url https://www.openlane.eu/en/carv6/auction/10724111
2026-03-26 04:16:33 [adesa.be] INFO: Found listing with ID: 10723956
2026-03-26 04:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723956%27 HTTP/1.1" 200 None
2026-03-26 04:16:33 [adesa.be] INFO: Scrape type for 10723956: 0
2026-03-26 04:16:33 [adesa.be] INFO: Skipping item 10723956 url https://www.openlane.eu/en/carv6/auction/10723956
2026-03-26 04:16:33 [adesa.be] INFO: Found listing with ID: 10724166
2026-03-26 04:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724166%27 HTTP/1.1" 200 None
2026-03-26 04:16:33 [adesa.be] INFO: Scrape type for 10724166: 0
2026-03-26 04:16:33 [adesa.be] INFO: Skipping item 10724166 url https://www.openlane.eu/en/carv6/auction/10724166
2026-03-26 04:16:33 [adesa.be] INFO: Found listing with ID: 10724031
2026-03-26 04:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724031%27 HTTP/1.1" 200 None
2026-03-26 04:16:33 [adesa.be] INFO: Scrape type for 10724031: 0
2026-03-26 04:16:33 [adesa.be] INFO: Skipping item 10724031 url https://www.openlane.eu/en/carv6/auction/10724031
2026-03-26 04:16:33 [adesa.be] INFO: Found listing with ID: 10724018
2026-03-26 04:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724018%27 HTTP/1.1" 200 None
2026-03-26 04:16:33 [adesa.be] INFO: Scrape type for 10724018: 0
2026-03-26 04:16:33 [adesa.be] INFO: Skipping item 10724018 url https://www.openlane.eu/en/carv6/auction/10724018
2026-03-26 04:16:33 [adesa.be] INFO: Found listing with ID: 10726165
2026-03-26 04:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726165%27 HTTP/1.1" 200 None
2026-03-26 04:16:33 [adesa.be] INFO: Scrape type for 10726165: 0
2026-03-26 04:16:33 [adesa.be] INFO: Skipping item 10726165 url https://www.openlane.eu/en/carv6/auction/10726165
2026-03-26 04:16:33 [adesa.be] INFO: Found listing with ID: 10726178
2026-03-26 04:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726178%27 HTTP/1.1" 200 None
2026-03-26 04:16:33 [adesa.be] INFO: Scrape type for 10726178: 0
2026-03-26 04:16:33 [adesa.be] INFO: Skipping item 10726178 url https://www.openlane.eu/en/carv6/auction/10726178
2026-03-26 04:16:33 [adesa.be] INFO: Found listing with ID: 10724114
2026-03-26 04:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724114%27 HTTP/1.1" 200 None
2026-03-26 04:16:33 [adesa.be] INFO: Scrape type for 10724114: 0
2026-03-26 04:16:33 [adesa.be] INFO: Skipping item 10724114 url https://www.openlane.eu/en/carv6/auction/10724114
2026-03-26 04:16:33 [adesa.be] INFO: Found listing with ID: 10724154
2026-03-26 04:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724154%27 HTTP/1.1" 200 None
2026-03-26 04:16:33 [adesa.be] INFO: Scrape type for 10724154: 0
2026-03-26 04:16:33 [adesa.be] INFO: Skipping item 10724154 url https://www.openlane.eu/en/carv6/auction/10724154
2026-03-26 04:16:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:16:43 [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-26 04:16:43 [adesa.be] INFO: Found listing with ID: 10726185
2026-03-26 04:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726185%27 HTTP/1.1" 200 None
2026-03-26 04:16:43 [adesa.be] INFO: Scrape type for 10726185: 0
2026-03-26 04:16:43 [adesa.be] INFO: Skipping item 10726185 url https://www.openlane.eu/en/carv6/auction/10726185
2026-03-26 04:16:43 [adesa.be] INFO: Found listing with ID: 10724122
2026-03-26 04:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724122%27 HTTP/1.1" 200 None
2026-03-26 04:16:43 [adesa.be] INFO: Scrape type for 10724122: 0
2026-03-26 04:16:43 [adesa.be] INFO: Skipping item 10724122 url https://www.openlane.eu/en/carv6/auction/10724122
2026-03-26 04:16:43 [adesa.be] INFO: Found listing with ID: 10724002
2026-03-26 04:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724002%27 HTTP/1.1" 200 None
2026-03-26 04:16:43 [adesa.be] INFO: Scrape type for 10724002: 0
2026-03-26 04:16:43 [adesa.be] INFO: Skipping item 10724002 url https://www.openlane.eu/en/carv6/auction/10724002
2026-03-26 04:16:43 [adesa.be] INFO: Found listing with ID: 10724108
2026-03-26 04:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724108%27 HTTP/1.1" 200 None
2026-03-26 04:16:43 [adesa.be] INFO: Scrape type for 10724108: 0
2026-03-26 04:16:43 [adesa.be] INFO: Skipping item 10724108 url https://www.openlane.eu/en/carv6/auction/10724108
2026-03-26 04:16:43 [adesa.be] INFO: Found listing with ID: 10724155
2026-03-26 04:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724155%27 HTTP/1.1" 200 None
2026-03-26 04:16:43 [adesa.be] INFO: Scrape type for 10724155: 0
2026-03-26 04:16:43 [adesa.be] INFO: Skipping item 10724155 url https://www.openlane.eu/en/carv6/auction/10724155
2026-03-26 04:16:43 [adesa.be] INFO: Found listing with ID: 10724146
2026-03-26 04:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724146%27 HTTP/1.1" 200 None
2026-03-26 04:16:43 [adesa.be] INFO: Scrape type for 10724146: 0
2026-03-26 04:16:43 [adesa.be] INFO: Skipping item 10724146 url https://www.openlane.eu/en/carv6/auction/10724146
2026-03-26 04:16:43 [adesa.be] INFO: Found listing with ID: 10728238
2026-03-26 04:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710728238%27 HTTP/1.1" 200 None
2026-03-26 04:16:43 [adesa.be] INFO: Scrape type for 10728238: 0
2026-03-26 04:16:43 [adesa.be] INFO: Skipping item 10728238 url https://www.openlane.eu/en/carv6/auction/10728238
2026-03-26 04:16:43 [adesa.be] INFO: Found listing with ID: 10724058
2026-03-26 04:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724058%27 HTTP/1.1" 200 None
2026-03-26 04:16:43 [adesa.be] INFO: Scrape type for 10724058: 0
2026-03-26 04:16:43 [adesa.be] INFO: Skipping item 10724058 url https://www.openlane.eu/en/carv6/auction/10724058
2026-03-26 04:16:43 [adesa.be] INFO: Found listing with ID: 10724050
2026-03-26 04:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724050%27 HTTP/1.1" 200 None
2026-03-26 04:16:43 [adesa.be] INFO: Scrape type for 10724050: 0
2026-03-26 04:16:43 [adesa.be] INFO: Skipping item 10724050 url https://www.openlane.eu/en/carv6/auction/10724050
2026-03-26 04:16:43 [adesa.be] INFO: Found listing with ID: 10724153
2026-03-26 04:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724153%27 HTTP/1.1" 200 None
2026-03-26 04:16:43 [adesa.be] INFO: Scrape type for 10724153: 0
2026-03-26 04:16:43 [adesa.be] INFO: Skipping item 10724153 url https://www.openlane.eu/en/carv6/auction/10724153
2026-03-26 04:16:43 [adesa.be] INFO: Found listing with ID: 10724115
2026-03-26 04:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724115%27 HTTP/1.1" 200 None
2026-03-26 04:16:43 [adesa.be] INFO: Scrape type for 10724115: 0
2026-03-26 04:16:43 [adesa.be] INFO: Skipping item 10724115 url https://www.openlane.eu/en/carv6/auction/10724115
2026-03-26 04:16:43 [adesa.be] INFO: Found listing with ID: 10723980
2026-03-26 04:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723980%27 HTTP/1.1" 200 None
2026-03-26 04:16:43 [adesa.be] INFO: Scrape type for 10723980: 0
2026-03-26 04:16:43 [adesa.be] INFO: Skipping item 10723980 url https://www.openlane.eu/en/carv6/auction/10723980
2026-03-26 04:16:43 [adesa.be] INFO: Found listing with ID: 10724145
2026-03-26 04:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724145%27 HTTP/1.1" 200 None
2026-03-26 04:16:43 [adesa.be] INFO: Scrape type for 10724145: 0
2026-03-26 04:16:43 [adesa.be] INFO: Skipping item 10724145 url https://www.openlane.eu/en/carv6/auction/10724145
2026-03-26 04:16:43 [adesa.be] INFO: Found listing with ID: 10723996
2026-03-26 04:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723996%27 HTTP/1.1" 200 None
2026-03-26 04:16:43 [adesa.be] INFO: Scrape type for 10723996: 0
2026-03-26 04:16:43 [adesa.be] INFO: Skipping item 10723996 url https://www.openlane.eu/en/carv6/auction/10723996
2026-03-26 04:16:43 [adesa.be] INFO: Found listing with ID: 10723971
2026-03-26 04:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723971%27 HTTP/1.1" 200 None
2026-03-26 04:16:43 [adesa.be] INFO: Scrape type for 10723971: 0
2026-03-26 04:16:43 [adesa.be] INFO: Skipping item 10723971 url https://www.openlane.eu/en/carv6/auction/10723971
2026-03-26 04:16:43 [adesa.be] INFO: Found listing with ID: 10724088
2026-03-26 04:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724088%27 HTTP/1.1" 200 None
2026-03-26 04:16:43 [adesa.be] INFO: Scrape type for 10724088: 0
2026-03-26 04:16:43 [adesa.be] INFO: Skipping item 10724088 url https://www.openlane.eu/en/carv6/auction/10724088
2026-03-26 04:16:43 [adesa.be] INFO: Found listing with ID: 10726171
2026-03-26 04:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726171%27 HTTP/1.1" 200 None
2026-03-26 04:16:43 [adesa.be] INFO: Scrape type for 10726171: 0
2026-03-26 04:16:43 [adesa.be] INFO: Skipping item 10726171 url https://www.openlane.eu/en/carv6/auction/10726171
2026-03-26 04:16:43 [adesa.be] INFO: Found listing with ID: 10724134
2026-03-26 04:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724134%27 HTTP/1.1" 200 None
2026-03-26 04:16:43 [adesa.be] INFO: Scrape type for 10724134: 0
2026-03-26 04:16:43 [adesa.be] INFO: Skipping item 10724134 url https://www.openlane.eu/en/carv6/auction/10724134
2026-03-26 04:16:43 [adesa.be] INFO: Found listing with ID: 10723979
2026-03-26 04:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723979%27 HTTP/1.1" 200 None
2026-03-26 04:16:43 [adesa.be] INFO: Scrape type for 10723979: 0
2026-03-26 04:16:43 [adesa.be] INFO: Skipping item 10723979 url https://www.openlane.eu/en/carv6/auction/10723979
2026-03-26 04:16:43 [adesa.be] INFO: Found listing with ID: 10724052
2026-03-26 04:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724052%27 HTTP/1.1" 200 None
2026-03-26 04:16:43 [adesa.be] INFO: Scrape type for 10724052: 0
2026-03-26 04:16:43 [adesa.be] INFO: Skipping item 10724052 url https://www.openlane.eu/en/carv6/auction/10724052
2026-03-26 04:16:43 [adesa.be] INFO: Found listing with ID: 10724064
2026-03-26 04:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724064%27 HTTP/1.1" 200 None
2026-03-26 04:16:43 [adesa.be] INFO: Scrape type for 10724064: 0
2026-03-26 04:16:43 [adesa.be] INFO: Skipping item 10724064 url https://www.openlane.eu/en/carv6/auction/10724064
2026-03-26 04:16:43 [adesa.be] INFO: Found listing with ID: 10723994
2026-03-26 04:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723994%27 HTTP/1.1" 200 None
2026-03-26 04:16:43 [adesa.be] INFO: Scrape type for 10723994: 0
2026-03-26 04:16:43 [adesa.be] INFO: Skipping item 10723994 url https://www.openlane.eu/en/carv6/auction/10723994
2026-03-26 04:16:43 [adesa.be] INFO: Found listing with ID: 10724152
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724152%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10724152: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10724152 url https://www.openlane.eu/en/carv6/auction/10724152
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10723941
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723941%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10723941: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10723941 url https://www.openlane.eu/en/carv6/auction/10723941
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10724156
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724156%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10724156: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10724156 url https://www.openlane.eu/en/carv6/auction/10724156
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10726203
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726203%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10726203: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10726203 url https://www.openlane.eu/en/carv6/auction/10726203
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10723939
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723939%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10723939: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10723939 url https://www.openlane.eu/en/carv6/auction/10723939
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10724051
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724051%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10724051: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10724051 url https://www.openlane.eu/en/carv6/auction/10724051
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10723949
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723949%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10723949: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10723949 url https://www.openlane.eu/en/carv6/auction/10723949
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10724043
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724043%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10724043: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10724043 url https://www.openlane.eu/en/carv6/auction/10724043
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10726172
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726172%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10726172: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10726172 url https://www.openlane.eu/en/carv6/auction/10726172
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10724024
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724024%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10724024: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10724024 url https://www.openlane.eu/en/carv6/auction/10724024
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10723963
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723963%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10723963: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10723963 url https://www.openlane.eu/en/carv6/auction/10723963
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10726202
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726202%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10726202: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10726202 url https://www.openlane.eu/en/carv6/auction/10726202
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10726204
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726204%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10726204: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10726204 url https://www.openlane.eu/en/carv6/auction/10726204
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10723961
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723961%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10723961: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10723961 url https://www.openlane.eu/en/carv6/auction/10723961
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10723946
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723946%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10723946: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10723946 url https://www.openlane.eu/en/carv6/auction/10723946
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10723988
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723988%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10723988: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10723988 url https://www.openlane.eu/en/carv6/auction/10723988
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10724128
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724128%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10724128: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10724128 url https://www.openlane.eu/en/carv6/auction/10724128
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10724124
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724124%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10724124: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10724124 url https://www.openlane.eu/en/carv6/auction/10724124
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10724125
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724125%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10724125: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10724125 url https://www.openlane.eu/en/carv6/auction/10724125
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10723960
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723960%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10723960: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10723960 url https://www.openlane.eu/en/carv6/auction/10723960
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10724037
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724037%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10724037: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10724037 url https://www.openlane.eu/en/carv6/auction/10724037
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10723999
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723999%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10723999: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10723999 url https://www.openlane.eu/en/carv6/auction/10723999
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10723945
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723945%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10723945: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10723945 url https://www.openlane.eu/en/carv6/auction/10723945
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10723928
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723928%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10723928: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10723928 url https://www.openlane.eu/en/carv6/auction/10723928
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10723934
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723934%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10723934: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10723934 url https://www.openlane.eu/en/carv6/auction/10723934
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10724106
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724106%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10724106: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10724106 url https://www.openlane.eu/en/carv6/auction/10724106
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10723957
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723957%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10723957: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10723957 url https://www.openlane.eu/en/carv6/auction/10723957
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10724065
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724065%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10724065: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10724065 url https://www.openlane.eu/en/carv6/auction/10724065
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10724080
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724080%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10724080: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10724080 url https://www.openlane.eu/en/carv6/auction/10724080
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10726159
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726159%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10726159: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10726159 url https://www.openlane.eu/en/carv6/auction/10726159
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10724033
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724033%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10724033: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10724033 url https://www.openlane.eu/en/carv6/auction/10724033
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10724009
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724009%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10724009: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10724009 url https://www.openlane.eu/en/carv6/auction/10724009
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10723930
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723930%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10723930: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10723930 url https://www.openlane.eu/en/carv6/auction/10723930
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10724099
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724099%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10724099: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10724099 url https://www.openlane.eu/en/carv6/auction/10724099
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10724098
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724098%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10724098: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10724098 url https://www.openlane.eu/en/carv6/auction/10724098
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10723991
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723991%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10723991: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10723991 url https://www.openlane.eu/en/carv6/auction/10723991
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10726192
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726192%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10726192: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10726192 url https://www.openlane.eu/en/carv6/auction/10726192
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10724001
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724001%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10724001: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10724001 url https://www.openlane.eu/en/carv6/auction/10724001
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10723933
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723933%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10723933: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10723933 url https://www.openlane.eu/en/carv6/auction/10723933
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10724059
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724059%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10724059: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10724059 url https://www.openlane.eu/en/carv6/auction/10724059
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10726216
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726216%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10726216: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10726216 url https://www.openlane.eu/en/carv6/auction/10726216
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10726166
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726166%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10726166: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10726166 url https://www.openlane.eu/en/carv6/auction/10726166
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10723992
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723992%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10723992: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10723992 url https://www.openlane.eu/en/carv6/auction/10723992
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10724015
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724015%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10724015: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10724015 url https://www.openlane.eu/en/carv6/auction/10724015
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10724017
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724017%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10724017: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10724017 url https://www.openlane.eu/en/carv6/auction/10724017
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10724117
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724117%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10724117: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10724117 url https://www.openlane.eu/en/carv6/auction/10724117
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10724075
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724075%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10724075: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10724075 url https://www.openlane.eu/en/carv6/auction/10724075
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10726187
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726187%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10726187: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10726187 url https://www.openlane.eu/en/carv6/auction/10726187
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10724094
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724094%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10724094: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10724094 url https://www.openlane.eu/en/carv6/auction/10724094
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10723925
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723925%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10723925: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10723925 url https://www.openlane.eu/en/carv6/auction/10723925
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10723943
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723943%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10723943: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10723943 url https://www.openlane.eu/en/carv6/auction/10723943
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10726175
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726175%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10726175: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10726175 url https://www.openlane.eu/en/carv6/auction/10726175
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10726189
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726189%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10726189: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10726189 url https://www.openlane.eu/en/carv6/auction/10726189
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10724072
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724072%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10724072: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10724072 url https://www.openlane.eu/en/carv6/auction/10724072
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10723975
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723975%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10723975: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10723975 url https://www.openlane.eu/en/carv6/auction/10723975
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10723950
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723950%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10723950: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10723950 url https://www.openlane.eu/en/carv6/auction/10723950
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10723951
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723951%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10723951: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10723951 url https://www.openlane.eu/en/carv6/auction/10723951
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10724147
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724147%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10724147: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10724147 url https://www.openlane.eu/en/carv6/auction/10724147
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10723942
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723942%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10723942: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10723942 url https://www.openlane.eu/en/carv6/auction/10723942
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10726183
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726183%27 HTTP/1.1" 200 None
2026-03-26 04:16:44 [adesa.be] INFO: Scrape type for 10726183: 0
2026-03-26 04:16:44 [adesa.be] INFO: Skipping item 10726183 url https://www.openlane.eu/en/carv6/auction/10726183
2026-03-26 04:16:44 [adesa.be] INFO: Found listing with ID: 10726221
2026-03-26 04:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726221%27 HTTP/1.1" 200 None
2026-03-26 04:16:45 [adesa.be] INFO: Scrape type for 10726221: 0
2026-03-26 04:16:45 [adesa.be] INFO: Skipping item 10726221 url https://www.openlane.eu/en/carv6/auction/10726221
2026-03-26 04:16:45 [adesa.be] INFO: Found listing with ID: 10724008
2026-03-26 04:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724008%27 HTTP/1.1" 200 None
2026-03-26 04:16:45 [adesa.be] INFO: Scrape type for 10724008: 0
2026-03-26 04:16:45 [adesa.be] INFO: Skipping item 10724008 url https://www.openlane.eu/en/carv6/auction/10724008
2026-03-26 04:16:45 [adesa.be] INFO: Found listing with ID: 10724039
2026-03-26 04:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724039%27 HTTP/1.1" 200 None
2026-03-26 04:16:45 [adesa.be] INFO: Scrape type for 10724039: 0
2026-03-26 04:16:45 [adesa.be] INFO: Skipping item 10724039 url https://www.openlane.eu/en/carv6/auction/10724039
2026-03-26 04:16:45 [adesa.be] INFO: Found listing with ID: 10724149
2026-03-26 04:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724149%27 HTTP/1.1" 200 None
2026-03-26 04:16:45 [adesa.be] INFO: Scrape type for 10724149: 0
2026-03-26 04:16:45 [adesa.be] INFO: Skipping item 10724149 url https://www.openlane.eu/en/carv6/auction/10724149
2026-03-26 04:16:45 [adesa.be] INFO: Found listing with ID: 10723973
2026-03-26 04:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723973%27 HTTP/1.1" 200 None
2026-03-26 04:16:45 [adesa.be] INFO: Scrape type for 10723973: 0
2026-03-26 04:16:45 [adesa.be] INFO: Skipping item 10723973 url https://www.openlane.eu/en/carv6/auction/10723973
2026-03-26 04:16:45 [adesa.be] INFO: Found listing with ID: 10724133
2026-03-26 04:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724133%27 HTTP/1.1" 200 None
2026-03-26 04:16:45 [adesa.be] INFO: Scrape type for 10724133: 0
2026-03-26 04:16:45 [adesa.be] INFO: Skipping item 10724133 url https://www.openlane.eu/en/carv6/auction/10724133
2026-03-26 04:16:45 [adesa.be] INFO: Found listing with ID: 10724056
2026-03-26 04:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724056%27 HTTP/1.1" 200 None
2026-03-26 04:16:45 [adesa.be] INFO: Scrape type for 10724056: 0
2026-03-26 04:16:45 [adesa.be] INFO: Skipping item 10724056 url https://www.openlane.eu/en/carv6/auction/10724056
2026-03-26 04:16:45 [adesa.be] INFO: Found listing with ID: 10724067
2026-03-26 04:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724067%27 HTTP/1.1" 200 None
2026-03-26 04:16:45 [adesa.be] INFO: Scrape type for 10724067: 0
2026-03-26 04:16:45 [adesa.be] INFO: Skipping item 10724067 url https://www.openlane.eu/en/carv6/auction/10724067
2026-03-26 04:16:45 [adesa.be] INFO: Found listing with ID: 10724150
2026-03-26 04:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724150%27 HTTP/1.1" 200 None
2026-03-26 04:16:45 [adesa.be] INFO: Scrape type for 10724150: 0
2026-03-26 04:16:45 [adesa.be] INFO: Skipping item 10724150 url https://www.openlane.eu/en/carv6/auction/10724150
2026-03-26 04:16:45 [adesa.be] INFO: Found listing with ID: 10724105
2026-03-26 04:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724105%27 HTTP/1.1" 200 None
2026-03-26 04:16:45 [adesa.be] INFO: Scrape type for 10724105: 0
2026-03-26 04:16:45 [adesa.be] INFO: Skipping item 10724105 url https://www.openlane.eu/en/carv6/auction/10724105
2026-03-26 04:16:45 [adesa.be] INFO: Found listing with ID: 10724103
2026-03-26 04:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724103%27 HTTP/1.1" 200 None
2026-03-26 04:16:45 [adesa.be] INFO: Scrape type for 10724103: 0
2026-03-26 04:16:45 [adesa.be] INFO: Skipping item 10724103 url https://www.openlane.eu/en/carv6/auction/10724103
2026-03-26 04:16:45 [adesa.be] INFO: Found listing with ID: 10726208
2026-03-26 04:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726208%27 HTTP/1.1" 200 None
2026-03-26 04:16:45 [adesa.be] INFO: Scrape type for 10726208: 0
2026-03-26 04:16:45 [adesa.be] INFO: Skipping item 10726208 url https://www.openlane.eu/en/carv6/auction/10726208
2026-03-26 04:16:45 [adesa.be] INFO: Found listing with ID: 10723981
2026-03-26 04:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723981%27 HTTP/1.1" 200 None
2026-03-26 04:16:45 [adesa.be] INFO: Scrape type for 10723981: 0
2026-03-26 04:16:45 [adesa.be] INFO: Skipping item 10723981 url https://www.openlane.eu/en/carv6/auction/10723981
2026-03-26 04:16:45 [adesa.be] INFO: Found listing with ID: 10724013
2026-03-26 04:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724013%27 HTTP/1.1" 200 None
2026-03-26 04:16:45 [adesa.be] INFO: Scrape type for 10724013: 0
2026-03-26 04:16:45 [adesa.be] INFO: Skipping item 10724013 url https://www.openlane.eu/en/carv6/auction/10724013
2026-03-26 04:16:45 [adesa.be] INFO: Found listing with ID: 10724020
2026-03-26 04:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724020%27 HTTP/1.1" 200 None
2026-03-26 04:16:45 [adesa.be] INFO: Scrape type for 10724020: 0
2026-03-26 04:16:45 [adesa.be] INFO: Skipping item 10724020 url https://www.openlane.eu/en/carv6/auction/10724020
2026-03-26 04:16:45 [adesa.be] INFO: Found listing with ID: 10723984
2026-03-26 04:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723984%27 HTTP/1.1" 200 None
2026-03-26 04:16:45 [adesa.be] INFO: Scrape type for 10723984: 0
2026-03-26 04:16:45 [adesa.be] INFO: Skipping item 10723984 url https://www.openlane.eu/en/carv6/auction/10723984
2026-03-26 04:16:45 [adesa.be] INFO: Found listing with ID: 10723982
2026-03-26 04:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723982%27 HTTP/1.1" 200 None
2026-03-26 04:16:45 [adesa.be] INFO: Scrape type for 10723982: 0
2026-03-26 04:16:45 [adesa.be] INFO: Skipping item 10723982 url https://www.openlane.eu/en/carv6/auction/10723982
2026-03-26 04:16:45 [adesa.be] INFO: Found listing with ID: 10723935
2026-03-26 04:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723935%27 HTTP/1.1" 200 None
2026-03-26 04:16:45 [adesa.be] INFO: Scrape type for 10723935: 0
2026-03-26 04:16:45 [adesa.be] INFO: Skipping item 10723935 url https://www.openlane.eu/en/carv6/auction/10723935
2026-03-26 04:16:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:16: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-26 04:16:49 [adesa.be] INFO: Found listing with ID: 10723923
2026-03-26 04:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723923%27 HTTP/1.1" 200 None
2026-03-26 04:16:49 [adesa.be] INFO: Scrape type for 10723923: 0
2026-03-26 04:16:49 [adesa.be] INFO: Skipping item 10723923 url https://www.openlane.eu/en/carv6/auction/10723923
2026-03-26 04:16:49 [adesa.be] INFO: Found listing with ID: 10723989
2026-03-26 04:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723989%27 HTTP/1.1" 200 None
2026-03-26 04:16:49 [adesa.be] INFO: Scrape type for 10723989: 0
2026-03-26 04:16:49 [adesa.be] INFO: Skipping item 10723989 url https://www.openlane.eu/en/carv6/auction/10723989
2026-03-26 04:16:49 [adesa.be] INFO: Found listing with ID: 10724011
2026-03-26 04:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724011%27 HTTP/1.1" 200 None
2026-03-26 04:16:49 [adesa.be] INFO: Scrape type for 10724011: 0
2026-03-26 04:16:49 [adesa.be] INFO: Skipping item 10724011 url https://www.openlane.eu/en/carv6/auction/10724011
2026-03-26 04:16:49 [adesa.be] INFO: Found listing with ID: 10726196
2026-03-26 04:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726196%27 HTTP/1.1" 200 None
2026-03-26 04:16:49 [adesa.be] INFO: Scrape type for 10726196: 0
2026-03-26 04:16:49 [adesa.be] INFO: Skipping item 10726196 url https://www.openlane.eu/en/carv6/auction/10726196
2026-03-26 04:16:49 [adesa.be] INFO: Found listing with ID: 10723936
2026-03-26 04:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723936%27 HTTP/1.1" 200 None
2026-03-26 04:16:49 [adesa.be] INFO: Scrape type for 10723936: 0
2026-03-26 04:16:49 [adesa.be] INFO: Skipping item 10723936 url https://www.openlane.eu/en/carv6/auction/10723936
2026-03-26 04:16:49 [adesa.be] INFO: Found listing with ID: 10723924
2026-03-26 04:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723924%27 HTTP/1.1" 200 None
2026-03-26 04:16:49 [adesa.be] INFO: Scrape type for 10723924: 0
2026-03-26 04:16:49 [adesa.be] INFO: Skipping item 10723924 url https://www.openlane.eu/en/carv6/auction/10723924
2026-03-26 04:16:49 [adesa.be] INFO: Found listing with ID: 10726182
2026-03-26 04:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726182%27 HTTP/1.1" 200 None
2026-03-26 04:16:49 [adesa.be] INFO: Scrape type for 10726182: 0
2026-03-26 04:16:49 [adesa.be] INFO: Skipping item 10726182 url https://www.openlane.eu/en/carv6/auction/10726182
2026-03-26 04:16:49 [adesa.be] INFO: Found listing with ID: 10724028
2026-03-26 04:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724028%27 HTTP/1.1" 200 None
2026-03-26 04:16:49 [adesa.be] INFO: Scrape type for 10724028: 0
2026-03-26 04:16:49 [adesa.be] INFO: Skipping item 10724028 url https://www.openlane.eu/en/carv6/auction/10724028
2026-03-26 04:16:49 [adesa.be] INFO: Found listing with ID: 10726219
2026-03-26 04:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726219%27 HTTP/1.1" 200 None
2026-03-26 04:16:49 [adesa.be] INFO: Scrape type for 10726219: 0
2026-03-26 04:16:49 [adesa.be] INFO: Skipping item 10726219 url https://www.openlane.eu/en/carv6/auction/10726219
2026-03-26 04:16:49 [adesa.be] INFO: Found listing with ID: 10723965
2026-03-26 04:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723965%27 HTTP/1.1" 200 None
2026-03-26 04:16:49 [adesa.be] INFO: Scrape type for 10723965: 0
2026-03-26 04:16:49 [adesa.be] INFO: Skipping item 10723965 url https://www.openlane.eu/en/carv6/auction/10723965
2026-03-26 04:16:49 [adesa.be] INFO: Found listing with ID: 10726174
2026-03-26 04:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726174%27 HTTP/1.1" 200 None
2026-03-26 04:16:49 [adesa.be] INFO: Scrape type for 10726174: 0
2026-03-26 04:16:49 [adesa.be] INFO: Skipping item 10726174 url https://www.openlane.eu/en/carv6/auction/10726174
2026-03-26 04:16:49 [adesa.be] INFO: Found listing with ID: 10724159
2026-03-26 04:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724159%27 HTTP/1.1" 200 None
2026-03-26 04:16:49 [adesa.be] INFO: Scrape type for 10724159: 0
2026-03-26 04:16:49 [adesa.be] INFO: Skipping item 10724159 url https://www.openlane.eu/en/carv6/auction/10724159
2026-03-26 04:16:49 [adesa.be] INFO: Found listing with ID: 10724023
2026-03-26 04:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724023%27 HTTP/1.1" 200 None
2026-03-26 04:16:49 [adesa.be] INFO: Scrape type for 10724023: 0
2026-03-26 04:16:49 [adesa.be] INFO: Skipping item 10724023 url https://www.openlane.eu/en/carv6/auction/10724023
2026-03-26 04:16:49 [adesa.be] INFO: Found listing with ID: 10724112
2026-03-26 04:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724112%27 HTTP/1.1" 200 None
2026-03-26 04:16:49 [adesa.be] INFO: Scrape type for 10724112: 0
2026-03-26 04:16:49 [adesa.be] INFO: Skipping item 10724112 url https://www.openlane.eu/en/carv6/auction/10724112
2026-03-26 04:16:49 [adesa.be] INFO: Found listing with ID: 10724139
2026-03-26 04:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724139%27 HTTP/1.1" 200 None
2026-03-26 04:16:49 [adesa.be] INFO: Scrape type for 10724139: 0
2026-03-26 04:16:49 [adesa.be] INFO: Skipping item 10724139 url https://www.openlane.eu/en/carv6/auction/10724139
2026-03-26 04:16:49 [adesa.be] INFO: Found listing with ID: 10723952
2026-03-26 04:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723952%27 HTTP/1.1" 200 None
2026-03-26 04:16:49 [adesa.be] INFO: Scrape type for 10723952: 0
2026-03-26 04:16:49 [adesa.be] INFO: Skipping item 10723952 url https://www.openlane.eu/en/carv6/auction/10723952
2026-03-26 04:16:49 [adesa.be] INFO: Found listing with ID: 10724104
2026-03-26 04:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724104%27 HTTP/1.1" 200 None
2026-03-26 04:16:49 [adesa.be] INFO: Scrape type for 10724104: 0
2026-03-26 04:16:49 [adesa.be] INFO: Skipping item 10724104 url https://www.openlane.eu/en/carv6/auction/10724104
2026-03-26 04:16:49 [adesa.be] INFO: Found listing with ID: 10723978
2026-03-26 04:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723978%27 HTTP/1.1" 200 None
2026-03-26 04:16:49 [adesa.be] INFO: Scrape type for 10723978: 0
2026-03-26 04:16:49 [adesa.be] INFO: Skipping item 10723978 url https://www.openlane.eu/en/carv6/auction/10723978
2026-03-26 04:16:49 [adesa.be] INFO: Found listing with ID: 10724007
2026-03-26 04:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724007%27 HTTP/1.1" 200 None
2026-03-26 04:16:49 [adesa.be] INFO: Scrape type for 10724007: 0
2026-03-26 04:16:49 [adesa.be] INFO: Skipping item 10724007 url https://www.openlane.eu/en/carv6/auction/10724007
2026-03-26 04:16:49 [adesa.be] INFO: Found listing with ID: 10726176
2026-03-26 04:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726176%27 HTTP/1.1" 200 None
2026-03-26 04:16:49 [adesa.be] INFO: Scrape type for 10726176: 0
2026-03-26 04:16:49 [adesa.be] INFO: Skipping item 10726176 url https://www.openlane.eu/en/carv6/auction/10726176
2026-03-26 04:16:49 [adesa.be] INFO: Found listing with ID: 10723931
2026-03-26 04:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723931%27 HTTP/1.1" 200 None
2026-03-26 04:16:49 [adesa.be] INFO: Scrape type for 10723931: 0
2026-03-26 04:16:49 [adesa.be] INFO: Skipping item 10723931 url https://www.openlane.eu/en/carv6/auction/10723931
2026-03-26 04:16:49 [adesa.be] INFO: Found listing with ID: 10724038
2026-03-26 04:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724038%27 HTTP/1.1" 200 None
2026-03-26 04:16:49 [adesa.be] INFO: Scrape type for 10724038: 0
2026-03-26 04:16:49 [adesa.be] INFO: Skipping item 10724038 url https://www.openlane.eu/en/carv6/auction/10724038
2026-03-26 04:16:49 [adesa.be] INFO: Found listing with ID: 10726181
2026-03-26 04:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726181%27 HTTP/1.1" 200 None
2026-03-26 04:16:49 [adesa.be] INFO: Scrape type for 10726181: 0
2026-03-26 04:16:49 [adesa.be] INFO: Skipping item 10726181 url https://www.openlane.eu/en/carv6/auction/10726181
2026-03-26 04:16:49 [adesa.be] INFO: Found listing with ID: 10723990
2026-03-26 04:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723990%27 HTTP/1.1" 200 None
2026-03-26 04:16:49 [adesa.be] INFO: Scrape type for 10723990: 0
2026-03-26 04:16:49 [adesa.be] INFO: Skipping item 10723990 url https://www.openlane.eu/en/carv6/auction/10723990
2026-03-26 04:16:49 [adesa.be] INFO: Found listing with ID: 10724029
2026-03-26 04:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724029%27 HTTP/1.1" 200 None
2026-03-26 04:16:49 [adesa.be] INFO: Scrape type for 10724029: 0
2026-03-26 04:16:49 [adesa.be] INFO: Skipping item 10724029 url https://www.openlane.eu/en/carv6/auction/10724029
2026-03-26 04:16:49 [adesa.be] INFO: Found listing with ID: 10724010
2026-03-26 04:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724010%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10724010: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10724010 url https://www.openlane.eu/en/carv6/auction/10724010
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10723964
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723964%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10723964: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10723964 url https://www.openlane.eu/en/carv6/auction/10723964
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10726180
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726180%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10726180: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10726180 url https://www.openlane.eu/en/carv6/auction/10726180
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10726168
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726168%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10726168: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10726168 url https://www.openlane.eu/en/carv6/auction/10726168
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10723974
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723974%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10723974: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10723974 url https://www.openlane.eu/en/carv6/auction/10723974
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10724040
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724040%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10724040: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10724040 url https://www.openlane.eu/en/carv6/auction/10724040
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10724137
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724137%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10724137: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10724137 url https://www.openlane.eu/en/carv6/auction/10724137
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10724129
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724129%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10724129: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10724129 url https://www.openlane.eu/en/carv6/auction/10724129
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10724110
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724110%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10724110: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10724110 url https://www.openlane.eu/en/carv6/auction/10724110
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10724163
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724163%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10724163: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10724163 url https://www.openlane.eu/en/carv6/auction/10724163
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10724148
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724148%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10724148: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10724148 url https://www.openlane.eu/en/carv6/auction/10724148
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10723972
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723972%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10723972: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10723972 url https://www.openlane.eu/en/carv6/auction/10723972
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10724082
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724082%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10724082: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10724082 url https://www.openlane.eu/en/carv6/auction/10724082
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10724055
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724055%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10724055: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10724055 url https://www.openlane.eu/en/carv6/auction/10724055
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10724081
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724081%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10724081: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10724081 url https://www.openlane.eu/en/carv6/auction/10724081
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10724077
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724077%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10724077: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10724077 url https://www.openlane.eu/en/carv6/auction/10724077
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10724016
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724016%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10724016: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10724016 url https://www.openlane.eu/en/carv6/auction/10724016
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10724063
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724063%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10724063: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10724063 url https://www.openlane.eu/en/carv6/auction/10724063
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10726169
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726169%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10726169: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10726169 url https://www.openlane.eu/en/carv6/auction/10726169
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10726217
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726217%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10726217: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10726217 url https://www.openlane.eu/en/carv6/auction/10726217
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10726218
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726218%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10726218: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10726218 url https://www.openlane.eu/en/carv6/auction/10726218
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10724060
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724060%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10724060: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10724060 url https://www.openlane.eu/en/carv6/auction/10724060
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10724025
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724025%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10724025: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10724025 url https://www.openlane.eu/en/carv6/auction/10724025
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10724021
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724021%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10724021: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10724021 url https://www.openlane.eu/en/carv6/auction/10724021
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10723997
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723997%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10723997: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10723997 url https://www.openlane.eu/en/carv6/auction/10723997
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10724036
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724036%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10724036: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10724036 url https://www.openlane.eu/en/carv6/auction/10724036
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10724068
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724068%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10724068: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10724068 url https://www.openlane.eu/en/carv6/auction/10724068
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10726198
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726198%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10726198: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10726198 url https://www.openlane.eu/en/carv6/auction/10726198
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10726191
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726191%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10726191: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10726191 url https://www.openlane.eu/en/carv6/auction/10726191
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10723970
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723970%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10723970: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10723970 url https://www.openlane.eu/en/carv6/auction/10723970
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10723995
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723995%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10723995: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10723995 url https://www.openlane.eu/en/carv6/auction/10723995
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10726200
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726200%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10726200: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10726200 url https://www.openlane.eu/en/carv6/auction/10726200
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10724034
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724034%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10724034: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10724034 url https://www.openlane.eu/en/carv6/auction/10724034
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10724006
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724006%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10724006: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10724006 url https://www.openlane.eu/en/carv6/auction/10724006
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10723966
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723966%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10723966: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10723966 url https://www.openlane.eu/en/carv6/auction/10723966
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10724083
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724083%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10724083: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10724083 url https://www.openlane.eu/en/carv6/auction/10724083
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10724070
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724070%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10724070: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10724070 url https://www.openlane.eu/en/carv6/auction/10724070
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10723976
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723976%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10723976: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10723976 url https://www.openlane.eu/en/carv6/auction/10723976
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10726195
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726195%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10726195: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10726195 url https://www.openlane.eu/en/carv6/auction/10726195
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10724141
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724141%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10724141: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10724141 url https://www.openlane.eu/en/carv6/auction/10724141
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10724030
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724030%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10724030: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10724030 url https://www.openlane.eu/en/carv6/auction/10724030
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10724069
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724069%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10724069: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10724069 url https://www.openlane.eu/en/carv6/auction/10724069
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10726220
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726220%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10726220: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10726220 url https://www.openlane.eu/en/carv6/auction/10726220
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10724035
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724035%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10724035: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10724035 url https://www.openlane.eu/en/carv6/auction/10724035
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10726206
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726206%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10726206: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10726206 url https://www.openlane.eu/en/carv6/auction/10726206
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10726161
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726161%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10726161: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10726161 url https://www.openlane.eu/en/carv6/auction/10726161
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10723954
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723954%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10723954: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10723954 url https://www.openlane.eu/en/carv6/auction/10723954
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10724084
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724084%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10724084: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10724084 url https://www.openlane.eu/en/carv6/auction/10724084
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10724027
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724027%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10724027: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10724027 url https://www.openlane.eu/en/carv6/auction/10724027
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10726160
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726160%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10726160: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10726160 url https://www.openlane.eu/en/carv6/auction/10726160
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10726188
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726188%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10726188: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10726188 url https://www.openlane.eu/en/carv6/auction/10726188
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10724130
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724130%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10724130: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10724130 url https://www.openlane.eu/en/carv6/auction/10724130
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10724132
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724132%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10724132: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10724132 url https://www.openlane.eu/en/carv6/auction/10724132
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10724126
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724126%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10724126: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10724126 url https://www.openlane.eu/en/carv6/auction/10724126
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10724127
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724127%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10724127: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10724127 url https://www.openlane.eu/en/carv6/auction/10724127
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10724071
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724071%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10724071: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10724071 url https://www.openlane.eu/en/carv6/auction/10724071
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10724022
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724022%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10724022: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10724022 url https://www.openlane.eu/en/carv6/auction/10724022
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10724136
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724136%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10724136: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10724136 url https://www.openlane.eu/en/carv6/auction/10724136
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10726162
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726162%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10726162: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10726162 url https://www.openlane.eu/en/carv6/auction/10726162
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10724165
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724165%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10724165: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10724165 url https://www.openlane.eu/en/carv6/auction/10724165
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10724046
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724046%27 HTTP/1.1" 200 None
2026-03-26 04:16:50 [adesa.be] INFO: Scrape type for 10724046: 0
2026-03-26 04:16:50 [adesa.be] INFO: Skipping item 10724046 url https://www.openlane.eu/en/carv6/auction/10724046
2026-03-26 04:16:50 [adesa.be] INFO: Found listing with ID: 10724123
2026-03-26 04:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724123%27 HTTP/1.1" 200 None
2026-03-26 04:16:51 [adesa.be] INFO: Scrape type for 10724123: 0
2026-03-26 04:16:51 [adesa.be] INFO: Skipping item 10724123 url https://www.openlane.eu/en/carv6/auction/10724123
2026-03-26 04:16:51 [adesa.be] INFO: Found listing with ID: 10724000
2026-03-26 04:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724000%27 HTTP/1.1" 200 None
2026-03-26 04:16:51 [adesa.be] INFO: Scrape type for 10724000: 0
2026-03-26 04:16:51 [adesa.be] INFO: Skipping item 10724000 url https://www.openlane.eu/en/carv6/auction/10724000
2026-03-26 04:16:51 [adesa.be] INFO: Found listing with ID: 10724131
2026-03-26 04:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724131%27 HTTP/1.1" 200 None
2026-03-26 04:16:51 [adesa.be] INFO: Scrape type for 10724131: 0
2026-03-26 04:16:51 [adesa.be] INFO: Skipping item 10724131 url https://www.openlane.eu/en/carv6/auction/10724131
2026-03-26 04:16:51 [adesa.be] INFO: Found listing with ID: 10724138
2026-03-26 04:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724138%27 HTTP/1.1" 200 None
2026-03-26 04:16:51 [adesa.be] INFO: Scrape type for 10724138: 0
2026-03-26 04:16:51 [adesa.be] INFO: Skipping item 10724138 url https://www.openlane.eu/en/carv6/auction/10724138
2026-03-26 04:16:51 [adesa.be] INFO: Found listing with ID: 10724048
2026-03-26 04:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724048%27 HTTP/1.1" 200 None
2026-03-26 04:16:51 [adesa.be] INFO: Scrape type for 10724048: 0
2026-03-26 04:16:51 [adesa.be] INFO: Skipping item 10724048 url https://www.openlane.eu/en/carv6/auction/10724048
2026-03-26 04:16:51 [adesa.be] INFO: Found listing with ID: 10724012
2026-03-26 04:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724012%27 HTTP/1.1" 200 None
2026-03-26 04:16:51 [adesa.be] INFO: Scrape type for 10724012: 0
2026-03-26 04:16:51 [adesa.be] INFO: Skipping item 10724012 url https://www.openlane.eu/en/carv6/auction/10724012
2026-03-26 04:16:51 [adesa.be] INFO: Found listing with ID: 10724049
2026-03-26 04:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724049%27 HTTP/1.1" 200 None
2026-03-26 04:16:51 [adesa.be] INFO: Scrape type for 10724049: 0
2026-03-26 04:16:51 [adesa.be] INFO: Skipping item 10724049 url https://www.openlane.eu/en/carv6/auction/10724049
2026-03-26 04:16:51 [adesa.be] INFO: Found listing with ID: 10724118
2026-03-26 04:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724118%27 HTTP/1.1" 200 None
2026-03-26 04:16:51 [adesa.be] INFO: Scrape type for 10724118: 0
2026-03-26 04:16:51 [adesa.be] INFO: Skipping item 10724118 url https://www.openlane.eu/en/carv6/auction/10724118
2026-03-26 04:16:51 [adesa.be] INFO: Found listing with ID: 10724041
2026-03-26 04:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724041%27 HTTP/1.1" 200 None
2026-03-26 04:16:51 [adesa.be] INFO: Scrape type for 10724041: 0
2026-03-26 04:16:51 [adesa.be] INFO: Skipping item 10724041 url https://www.openlane.eu/en/carv6/auction/10724041
2026-03-26 04:16:51 [adesa.be] INFO: Found listing with ID: 10724093
2026-03-26 04:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724093%27 HTTP/1.1" 200 None
2026-03-26 04:16:51 [adesa.be] INFO: Scrape type for 10724093: 0
2026-03-26 04:16:51 [adesa.be] INFO: Skipping item 10724093 url https://www.openlane.eu/en/carv6/auction/10724093
2026-03-26 04:16:51 [adesa.be] INFO: Found listing with ID: 10724170
2026-03-26 04:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724170%27 HTTP/1.1" 200 None
2026-03-26 04:16:51 [adesa.be] INFO: Scrape type for 10724170: 0
2026-03-26 04:16:51 [adesa.be] INFO: Skipping item 10724170 url https://www.openlane.eu/en/carv6/auction/10724170
2026-03-26 04:16:51 [adesa.be] INFO: Found listing with ID: 10724089
2026-03-26 04:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724089%27 HTTP/1.1" 200 None
2026-03-26 04:16:51 [adesa.be] INFO: Scrape type for 10724089: 0
2026-03-26 04:16:51 [adesa.be] INFO: Skipping item 10724089 url https://www.openlane.eu/en/carv6/auction/10724089
2026-03-26 04:16:51 [adesa.be] INFO: Found listing with ID: 10724140
2026-03-26 04:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724140%27 HTTP/1.1" 200 None
2026-03-26 04:16:51 [adesa.be] INFO: Scrape type for 10724140: 0
2026-03-26 04:16:51 [adesa.be] INFO: Skipping item 10724140 url https://www.openlane.eu/en/carv6/auction/10724140
2026-03-26 04:16:51 [adesa.be] INFO: Found listing with ID: 10724032
2026-03-26 04:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724032%27 HTTP/1.1" 200 None
2026-03-26 04:16:51 [adesa.be] INFO: Scrape type for 10724032: 0
2026-03-26 04:16:51 [adesa.be] INFO: Skipping item 10724032 url https://www.openlane.eu/en/carv6/auction/10724032
2026-03-26 04:16:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04: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-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10724092
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724092%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10724092: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10724092 url https://www.openlane.eu/en/carv6/auction/10724092
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10724047
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724047%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10724047: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10724047 url https://www.openlane.eu/en/carv6/auction/10724047
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10724090
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724090%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10724090: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10724090 url https://www.openlane.eu/en/carv6/auction/10724090
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10726223
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726223%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10726223: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10726223 url https://www.openlane.eu/en/carv6/auction/10726223
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10724121
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724121%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10724121: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10724121 url https://www.openlane.eu/en/carv6/auction/10724121
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10724061
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724061%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10724061: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10724061 url https://www.openlane.eu/en/carv6/auction/10724061
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10723968
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723968%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10723968: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10723968 url https://www.openlane.eu/en/carv6/auction/10723968
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10724109
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724109%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10724109: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10724109 url https://www.openlane.eu/en/carv6/auction/10724109
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10724120
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724120%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10724120: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10724120 url https://www.openlane.eu/en/carv6/auction/10724120
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10723969
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723969%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10723969: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10723969 url https://www.openlane.eu/en/carv6/auction/10723969
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10724164
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724164%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10724164: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10724164 url https://www.openlane.eu/en/carv6/auction/10724164
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10726167
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726167%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10726167: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10726167 url https://www.openlane.eu/en/carv6/auction/10726167
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10723962
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723962%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10723962: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10723962 url https://www.openlane.eu/en/carv6/auction/10723962
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10724151
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724151%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10724151: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10724151 url https://www.openlane.eu/en/carv6/auction/10724151
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10726222
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726222%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10726222: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10726222 url https://www.openlane.eu/en/carv6/auction/10726222
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10726207
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726207%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10726207: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10726207 url https://www.openlane.eu/en/carv6/auction/10726207
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10726184
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726184%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10726184: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10726184 url https://www.openlane.eu/en/carv6/auction/10726184
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10726197
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726197%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10726197: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10726197 url https://www.openlane.eu/en/carv6/auction/10726197
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10723986
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723986%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10723986: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10723986 url https://www.openlane.eu/en/carv6/auction/10723986
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10723938
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723938%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10723938: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10723938 url https://www.openlane.eu/en/carv6/auction/10723938
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10723940
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723940%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10723940: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10723940 url https://www.openlane.eu/en/carv6/auction/10723940
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10723998
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723998%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10723998: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10723998 url https://www.openlane.eu/en/carv6/auction/10723998
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10724143
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724143%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10724143: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10724143 url https://www.openlane.eu/en/carv6/auction/10724143
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10723948
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723948%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10723948: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10723948 url https://www.openlane.eu/en/carv6/auction/10723948
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10724091
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724091%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10724091: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10724091 url https://www.openlane.eu/en/carv6/auction/10724091
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10724169
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724169%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10724169: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10724169 url https://www.openlane.eu/en/carv6/auction/10724169
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10726186
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726186%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10726186: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10726186 url https://www.openlane.eu/en/carv6/auction/10726186
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10726158
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726158%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10726158: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10726158 url https://www.openlane.eu/en/carv6/auction/10726158
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10726177
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726177%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10726177: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10726177 url https://www.openlane.eu/en/carv6/auction/10726177
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10723932
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723932%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10723932: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10723932 url https://www.openlane.eu/en/carv6/auction/10723932
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10723953
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723953%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10723953: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10723953 url https://www.openlane.eu/en/carv6/auction/10723953
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10724076
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724076%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10724076: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10724076 url https://www.openlane.eu/en/carv6/auction/10724076
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10724161
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724161%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10724161: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10724161 url https://www.openlane.eu/en/carv6/auction/10724161
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10724144
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724144%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10724144: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10724144 url https://www.openlane.eu/en/carv6/auction/10724144
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10724066
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724066%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10724066: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10724066 url https://www.openlane.eu/en/carv6/auction/10724066
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10724042
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724042%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10724042: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10724042 url https://www.openlane.eu/en/carv6/auction/10724042
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10724026
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724026%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10724026: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10724026 url https://www.openlane.eu/en/carv6/auction/10724026
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10724062
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724062%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10724062: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10724062 url https://www.openlane.eu/en/carv6/auction/10724062
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10724045
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724045%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10724045: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10724045 url https://www.openlane.eu/en/carv6/auction/10724045
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10723993
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723993%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10723993: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10723993 url https://www.openlane.eu/en/carv6/auction/10723993
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10724119
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724119%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10724119: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10724119 url https://www.openlane.eu/en/carv6/auction/10724119
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10724135
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724135%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10724135: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10724135 url https://www.openlane.eu/en/carv6/auction/10724135
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10724054
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724054%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10724054: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10724054 url https://www.openlane.eu/en/carv6/auction/10724054
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10723929
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723929%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10723929: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10723929 url https://www.openlane.eu/en/carv6/auction/10723929
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10723927
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723927%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10723927: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10723927 url https://www.openlane.eu/en/carv6/auction/10723927
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10723987
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723987%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10723987: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10723987 url https://www.openlane.eu/en/carv6/auction/10723987
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10724167
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724167%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10724167: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10724167 url https://www.openlane.eu/en/carv6/auction/10724167
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10723947
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723947%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10723947: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10723947 url https://www.openlane.eu/en/carv6/auction/10723947
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10723926
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723926%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10723926: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10723926 url https://www.openlane.eu/en/carv6/auction/10723926
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10721625
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721625%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10721625: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10721625 url https://www.openlane.eu/en/carv6/auction/10721625
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10721635
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721635%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10721635: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10721635 url https://www.openlane.eu/en/carv6/auction/10721635
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10721706
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721706%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10721706: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10721706 url https://www.openlane.eu/en/carv6/auction/10721706
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10721724
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721724%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10721724: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10721724 url https://www.openlane.eu/en/carv6/auction/10721724
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10721646
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721646%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10721646: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10721646 url https://www.openlane.eu/en/carv6/auction/10721646
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10721718
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721718%27 HTTP/1.1" 200 None
2026-03-26 04:16:53 [adesa.be] INFO: Scrape type for 10721718: 0
2026-03-26 04:16:53 [adesa.be] INFO: Skipping item 10721718 url https://www.openlane.eu/en/carv6/auction/10721718
2026-03-26 04:16:53 [adesa.be] INFO: Found listing with ID: 10719728
2026-03-26 04:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719728%27 HTTP/1.1" 200 None
2026-03-26 04:16:54 [adesa.be] INFO: Scrape type for 10719728: 0
2026-03-26 04:16:54 [adesa.be] INFO: Skipping item 10719728 url https://www.openlane.eu/en/carv6/auction/10719728
2026-03-26 04:16:54 [adesa.be] INFO: Found listing with ID: 10718126
2026-03-26 04:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718126%27 HTTP/1.1" 200 None
2026-03-26 04:16:54 [adesa.be] INFO: Scrape type for 10718126: 2
2026-03-26 04:16:54 [adesa.be] INFO: Scraping item 10718126 url https://www.openlane.eu/en/carv6/auction/10718126
2026-03-26 04:16:54 [adesa.be] INFO: Found listing with ID: 10719664
2026-03-26 04:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719664%27 HTTP/1.1" 200 None
2026-03-26 04:16:54 [adesa.be] INFO: Scrape type for 10719664: 0
2026-03-26 04:16:54 [adesa.be] INFO: Skipping item 10719664 url https://www.openlane.eu/en/carv6/auction/10719664
2026-03-26 04:16:54 [adesa.be] INFO: Found listing with ID: 10718119
2026-03-26 04:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718119%27 HTTP/1.1" 200 None
2026-03-26 04:16:54 [adesa.be] INFO: Scrape type for 10718119: 0
2026-03-26 04:16:54 [adesa.be] INFO: Skipping item 10718119 url https://www.openlane.eu/en/carv6/auction/10718119
2026-03-26 04:16:54 [adesa.be] INFO: Found listing with ID: 10719194
2026-03-26 04:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719194%27 HTTP/1.1" 200 None
2026-03-26 04:16:54 [adesa.be] INFO: Scrape type for 10719194: 0
2026-03-26 04:16:54 [adesa.be] INFO: Skipping item 10719194 url https://www.openlane.eu/en/carv6/auction/10719194
2026-03-26 04:16:54 [adesa.be] INFO: Found listing with ID: 10719733
2026-03-26 04:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719733%27 HTTP/1.1" 200 None
2026-03-26 04:16:54 [adesa.be] INFO: Scrape type for 10719733: 0
2026-03-26 04:16:54 [adesa.be] INFO: Skipping item 10719733 url https://www.openlane.eu/en/carv6/auction/10719733
2026-03-26 04:16:54 [adesa.be] INFO: Found listing with ID: 10718151
2026-03-26 04:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718151%27 HTTP/1.1" 200 None
2026-03-26 04:16:54 [adesa.be] INFO: Scrape type for 10718151: 0
2026-03-26 04:16:54 [adesa.be] INFO: Skipping item 10718151 url https://www.openlane.eu/en/carv6/auction/10718151
2026-03-26 04:16:54 [adesa.be] INFO: Found listing with ID: 10718143
2026-03-26 04:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718143%27 HTTP/1.1" 200 None
2026-03-26 04:16:54 [adesa.be] INFO: Scrape type for 10718143: 2
2026-03-26 04:16:54 [adesa.be] INFO: Scraping item 10718143 url https://www.openlane.eu/en/carv6/auction/10718143
2026-03-26 04: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-26 04:16:54 [adesa.be] INFO: Found listing with ID: 10718210
2026-03-26 04:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718210%27 HTTP/1.1" 200 None
2026-03-26 04:16:54 [adesa.be] INFO: Scrape type for 10718210: 2
2026-03-26 04:16:54 [adesa.be] INFO: Scraping item 10718210 url https://www.openlane.eu/en/carv6/auction/10718210
2026-03-26 04: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-26 04:16:54 [adesa.be] INFO: Found listing with ID: 10718111
2026-03-26 04:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718111%27 HTTP/1.1" 200 None
2026-03-26 04:16:54 [adesa.be] INFO: Scrape type for 10718111: 0
2026-03-26 04:16:54 [adesa.be] INFO: Skipping item 10718111 url https://www.openlane.eu/en/carv6/auction/10718111
2026-03-26 04:16:54 [adesa.be] INFO: Found listing with ID: 10718114
2026-03-26 04:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718114%27 HTTP/1.1" 200 None
2026-03-26 04:16:54 [adesa.be] INFO: Scrape type for 10718114: 2
2026-03-26 04:16:54 [adesa.be] INFO: Scraping item 10718114 url https://www.openlane.eu/en/carv6/auction/10718114
2026-03-26 04: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-26 04:16:54 [adesa.be] INFO: Found listing with ID: 10718133
2026-03-26 04:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718133%27 HTTP/1.1" 200 None
2026-03-26 04:16:54 [adesa.be] INFO: Scrape type for 10718133: 2
2026-03-26 04:16:54 [adesa.be] INFO: Scraping item 10718133 url https://www.openlane.eu/en/carv6/auction/10718133
2026-03-26 04: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-26 04:16:54 [adesa.be] INFO: Found listing with ID: 10718113
2026-03-26 04:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718113%27 HTTP/1.1" 200 None
2026-03-26 04:16:54 [adesa.be] INFO: Scrape type for 10718113: 2
2026-03-26 04:16:54 [adesa.be] INFO: Scraping item 10718113 url https://www.openlane.eu/en/carv6/auction/10718113
2026-03-26 04: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-26 04:16:54 [adesa.be] INFO: Found listing with ID: 10718219
2026-03-26 04:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718219%27 HTTP/1.1" 200 None
2026-03-26 04:16:54 [adesa.be] INFO: Scrape type for 10718219: 0
2026-03-26 04:16:54 [adesa.be] INFO: Skipping item 10718219 url https://www.openlane.eu/en/carv6/auction/10718219
2026-03-26 04:16:54 [adesa.be] INFO: Found listing with ID: 10718158
2026-03-26 04:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718158%27 HTTP/1.1" 200 None
2026-03-26 04:16:54 [adesa.be] INFO: Scrape type for 10718158: 0
2026-03-26 04:16:54 [adesa.be] INFO: Skipping item 10718158 url https://www.openlane.eu/en/carv6/auction/10718158
2026-03-26 04:16:54 [adesa.be] INFO: Found listing with ID: 10718166
2026-03-26 04:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718166%27 HTTP/1.1" 200 None
2026-03-26 04:16:54 [adesa.be] INFO: Scrape type for 10718166: 2
2026-03-26 04:16:54 [adesa.be] INFO: Scraping item 10718166 url https://www.openlane.eu/en/carv6/auction/10718166
2026-03-26 04: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-26 04:16:54 [adesa.be] INFO: Found listing with ID: 10718120
2026-03-26 04:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718120%27 HTTP/1.1" 200 None
2026-03-26 04:16:54 [adesa.be] INFO: Scrape type for 10718120: 0
2026-03-26 04:16:54 [adesa.be] INFO: Skipping item 10718120 url https://www.openlane.eu/en/carv6/auction/10718120
2026-03-26 04:16:54 [adesa.be] INFO: Found listing with ID: 10718124
2026-03-26 04:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718124%27 HTTP/1.1" 200 None
2026-03-26 04:16:54 [adesa.be] INFO: Scrape type for 10718124: 0
2026-03-26 04:16:54 [adesa.be] INFO: Skipping item 10718124 url https://www.openlane.eu/en/carv6/auction/10718124
2026-03-26 04:16:54 [adesa.be] INFO: Found listing with ID: 10718142
2026-03-26 04:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718142%27 HTTP/1.1" 200 None
2026-03-26 04:16:54 [adesa.be] INFO: Scrape type for 10718142: 0
2026-03-26 04:16:54 [adesa.be] INFO: Skipping item 10718142 url https://www.openlane.eu/en/carv6/auction/10718142
2026-03-26 04:16:54 [adesa.be] INFO: Found listing with ID: 10718121
2026-03-26 04:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718121%27 HTTP/1.1" 200 None
2026-03-26 04:16:54 [adesa.be] INFO: Scrape type for 10718121: 0
2026-03-26 04:16:54 [adesa.be] INFO: Skipping item 10718121 url https://www.openlane.eu/en/carv6/auction/10718121
2026-03-26 04:16:54 [adesa.be] INFO: Found listing with ID: 10718127
2026-03-26 04:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718127%27 HTTP/1.1" 200 None
2026-03-26 04:16:54 [adesa.be] INFO: Scrape type for 10718127: 0
2026-03-26 04:16:54 [adesa.be] INFO: Skipping item 10718127 url https://www.openlane.eu/en/carv6/auction/10718127
2026-03-26 04:16:54 [adesa.be] INFO: Found listing with ID: 10719180
2026-03-26 04:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719180%27 HTTP/1.1" 200 None
2026-03-26 04:16:54 [adesa.be] INFO: Scrape type for 10719180: 0
2026-03-26 04:16:54 [adesa.be] INFO: Skipping item 10719180 url https://www.openlane.eu/en/carv6/auction/10719180
2026-03-26 04:16:54 [adesa.be] INFO: Found listing with ID: 10718131
2026-03-26 04:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718131%27 HTTP/1.1" 200 None
2026-03-26 04:16:54 [adesa.be] INFO: Scrape type for 10718131: 0
2026-03-26 04:16:54 [adesa.be] INFO: Skipping item 10718131 url https://www.openlane.eu/en/carv6/auction/10718131
2026-03-26 04:16:54 [adesa.be] INFO: Found listing with ID: 10718172
2026-03-26 04:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718172%27 HTTP/1.1" 200 None
2026-03-26 04:16:54 [adesa.be] INFO: Scrape type for 10718172: 0
2026-03-26 04:16:54 [adesa.be] INFO: Skipping item 10718172 url https://www.openlane.eu/en/carv6/auction/10718172
2026-03-26 04:16:54 [adesa.be] INFO: Found listing with ID: 10719158
2026-03-26 04:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719158%27 HTTP/1.1" 200 None
2026-03-26 04:16:54 [adesa.be] INFO: Scrape type for 10719158: 0
2026-03-26 04:16:54 [adesa.be] INFO: Skipping item 10719158 url https://www.openlane.eu/en/carv6/auction/10719158
2026-03-26 04:16:54 [adesa.be] INFO: Found listing with ID: 10718106
2026-03-26 04:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718106%27 HTTP/1.1" 200 None
2026-03-26 04:16:55 [adesa.be] INFO: Scrape type for 10718106: 0
2026-03-26 04:16:55 [adesa.be] INFO: Skipping item 10718106 url https://www.openlane.eu/en/carv6/auction/10718106
2026-03-26 04:16:55 [adesa.be] INFO: Found listing with ID: 10718185
2026-03-26 04:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718185%27 HTTP/1.1" 200 None
2026-03-26 04:16:55 [adesa.be] INFO: Scrape type for 10718185: 0
2026-03-26 04:16:55 [adesa.be] INFO: Skipping item 10718185 url https://www.openlane.eu/en/carv6/auction/10718185
2026-03-26 04:16:55 [adesa.be] INFO: Found listing with ID: 10719166
2026-03-26 04:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710719166%27 HTTP/1.1" 200 None
2026-03-26 04:16:55 [adesa.be] INFO: Scrape type for 10719166: 0
2026-03-26 04:16:55 [adesa.be] INFO: Skipping item 10719166 url https://www.openlane.eu/en/carv6/auction/10719166
2026-03-26 04:16:55 [adesa.be] INFO: Found listing with ID: 10719174
2026-03-26 04:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710719174%27 HTTP/1.1" 200 None
2026-03-26 04:16:55 [adesa.be] INFO: Scrape type for 10719174: 0
2026-03-26 04:16:55 [adesa.be] INFO: Skipping item 10719174 url https://www.openlane.eu/en/carv6/auction/10719174
2026-03-26 04:16:55 [adesa.be] INFO: Found listing with ID: 10719169
2026-03-26 04:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710719169%27 HTTP/1.1" 200 None
2026-03-26 04:16:55 [adesa.be] INFO: Scrape type for 10719169: 0
2026-03-26 04:16:55 [adesa.be] INFO: Skipping item 10719169 url https://www.openlane.eu/en/carv6/auction/10719169
2026-03-26 04:16:55 [adesa.be] INFO: Found listing with ID: 10718104
2026-03-26 04:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718104%27 HTTP/1.1" 200 None
2026-03-26 04:16:55 [adesa.be] INFO: Scrape type for 10718104: 0
2026-03-26 04:16:55 [adesa.be] INFO: Skipping item 10718104 url https://www.openlane.eu/en/carv6/auction/10718104
2026-03-26 04:16:55 [adesa.be] INFO: Found listing with ID: 10719621
2026-03-26 04:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710719621%27 HTTP/1.1" 200 None
2026-03-26 04:16:55 [adesa.be] INFO: Scrape type for 10719621: 0
2026-03-26 04:16:55 [adesa.be] INFO: Skipping item 10719621 url https://www.openlane.eu/en/carv6/auction/10719621
2026-03-26 04:16:55 [adesa.be] INFO: Found listing with ID: 10718108
2026-03-26 04:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718108%27 HTTP/1.1" 200 None
2026-03-26 04:16:55 [adesa.be] INFO: Scrape type for 10718108: 0
2026-03-26 04:16:55 [adesa.be] INFO: Skipping item 10718108 url https://www.openlane.eu/en/carv6/auction/10718108
2026-03-26 04:16:55 [adesa.be] INFO: Found listing with ID: 10719671
2026-03-26 04:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710719671%27 HTTP/1.1" 200 None
2026-03-26 04:16:55 [adesa.be] INFO: Scrape type for 10719671: 0
2026-03-26 04:16:55 [adesa.be] INFO: Skipping item 10719671 url https://www.openlane.eu/en/carv6/auction/10719671
2026-03-26 04:16:55 [adesa.be] INFO: Found listing with ID: 10718122
2026-03-26 04:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718122%27 HTTP/1.1" 200 None
2026-03-26 04:16:55 [adesa.be] INFO: Scrape type for 10718122: 0
2026-03-26 04:16:55 [adesa.be] INFO: Skipping item 10718122 url https://www.openlane.eu/en/carv6/auction/10718122
2026-03-26 04:16:55 [adesa.be] INFO: Found listing with ID: 10718098
2026-03-26 04:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718098%27 HTTP/1.1" 200 None
2026-03-26 04:16:55 [adesa.be] INFO: Scrape type for 10718098: 0
2026-03-26 04:16:55 [adesa.be] INFO: Skipping item 10718098 url https://www.openlane.eu/en/carv6/auction/10718098
2026-03-26 04:16:55 [adesa.be] INFO: Found listing with ID: 10719200
2026-03-26 04:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710719200%27 HTTP/1.1" 200 None
2026-03-26 04:16:55 [adesa.be] INFO: Scrape type for 10719200: 0
2026-03-26 04:16:55 [adesa.be] INFO: Skipping item 10719200 url https://www.openlane.eu/en/carv6/auction/10719200
2026-03-26 04:16:55 [adesa.be] INFO: Found listing with ID: 10719199
2026-03-26 04:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710719199%27 HTTP/1.1" 200 None
2026-03-26 04:16:55 [adesa.be] INFO: Scrape type for 10719199: 0
2026-03-26 04:16:55 [adesa.be] INFO: Skipping item 10719199 url https://www.openlane.eu/en/carv6/auction/10719199
2026-03-26 04:16:55 [adesa.be] INFO: Found listing with ID: 10718208
2026-03-26 04:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718208%27 HTTP/1.1" 200 None
2026-03-26 04:16:55 [adesa.be] INFO: Scrape type for 10718208: 0
2026-03-26 04:16:55 [adesa.be] INFO: Skipping item 10718208 url https://www.openlane.eu/en/carv6/auction/10718208
2026-03-26 04:16:55 [adesa.be] INFO: Found listing with ID: 10719189
2026-03-26 04:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710719189%27 HTTP/1.1" 200 None
2026-03-26 04:16:55 [adesa.be] INFO: Scrape type for 10719189: 0
2026-03-26 04:16:55 [adesa.be] INFO: Skipping item 10719189 url https://www.openlane.eu/en/carv6/auction/10719189
2026-03-26 04:16:55 [adesa.be] INFO: Found listing with ID: 10720598
2026-03-26 04:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720598%27 HTTP/1.1" 200 None
2026-03-26 04:16:55 [adesa.be] INFO: Scrape type for 10720598: 0
2026-03-26 04:16:55 [adesa.be] INFO: Skipping item 10720598 url https://www.openlane.eu/en/carv6/auction/10720598
2026-03-26 04:16:55 [adesa.be] INFO: Found listing with ID: 10719190
2026-03-26 04:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710719190%27 HTTP/1.1" 200 None
2026-03-26 04:16:55 [adesa.be] INFO: Scrape type for 10719190: 0
2026-03-26 04:16:55 [adesa.be] INFO: Skipping item 10719190 url https://www.openlane.eu/en/carv6/auction/10719190
2026-03-26 04:16:55 [adesa.be] INFO: Found listing with ID: 10719209
2026-03-26 04:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710719209%27 HTTP/1.1" 200 None
2026-03-26 04:16:55 [adesa.be] INFO: Scrape type for 10719209: 0
2026-03-26 04:16:55 [adesa.be] INFO: Skipping item 10719209 url https://www.openlane.eu/en/carv6/auction/10719209
2026-03-26 04:16:55 [adesa.be] INFO: Found listing with ID: 10718169
2026-03-26 04:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718169%27 HTTP/1.1" 200 None
2026-03-26 04:16:55 [adesa.be] INFO: Scrape type for 10718169: 0
2026-03-26 04:16:55 [adesa.be] INFO: Skipping item 10718169 url https://www.openlane.eu/en/carv6/auction/10718169
2026-03-26 04:16:55 [adesa.be] INFO: Found listing with ID: 10718215
2026-03-26 04:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718215%27 HTTP/1.1" 200 None
2026-03-26 04:16:55 [adesa.be] INFO: Scrape type for 10718215: 0
2026-03-26 04:16:55 [adesa.be] INFO: Skipping item 10718215 url https://www.openlane.eu/en/carv6/auction/10718215
2026-03-26 04:16:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:16:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10718126> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:16:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2bf6fda2-0629-53b5-885d-9490c9e5fe29 with identifier: 10718126
2026-03-26 04:16:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2bf6fda2-0629-53b5-885d-9490c9e5fe29 with scrape type 2
2026-03-26 04:16:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2bf6fda2-0629-53b5-885d-9490c9e5fe29 with scrape type 2
2026-03-26 04:16:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 2bf6fda2-0629-53b5-885d-9490c9e5fe29, identifier: 10718126
2026-03-26 04:16:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 2bf6fda2-0629-53b5-885d-9490c9e5fe29 with identifier: 10718126
2026-03-26 04:16:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 04:16:56 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Gray HTTP/1.1" 200 None
2026-03-26 04:16:56 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 04:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 04:16:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 04:16:56 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Benzine HTTP/1.1" 200 None
2026-03-26 04:16:56 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 04:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 04:16:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 2bf6fda2-0629-53b5-885d-9490c9e5fe29 with identifier: 10718126
2026-03-26 04:16:56 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 2bf6fda2-0629-53b5-885d-9490c9e5fe29 with identifier: 10718126 to the API
2026-03-26 04:16:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:16: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-26 04:16:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10718126>
{'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': 279,
'expiration_date': '2026-03-27T09:30:00Z',
'fuel_type': 'Petrol',
'id': '2bf6fda2-0629-53b5-885d-9490c9e5fe29',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': '1XLD041',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10718126',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Alfa Romeo',
'model': 'Stelvio',
'odometer': 101249,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 17300,
'price_includes_vat': True,
'registration_date': '2017-04-18',
'seats_number': 5,
'seller_name': None,
'title': 'Alfa Romeo Stelvio 2.0i - Petrol - Automatic - 279 hp - 101.249 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2017}
2026-03-26 04:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718126%27 HTTP/1.1" 200 None
2026-03-26 04:16:56 [adesa.be] INFO: Saving data for 10718126: {'auction_closing_time': 1774603800.0, 'created_time': 1774412119.523673, 'last_price_update_time': 1774498616.851411}
2026-03-26 04:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10718126') HTTP/1.1" 204 0
2026-03-26 04:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10718210> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10718113> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10718143> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10718114> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:16:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 833257a7-ffc4-5998-a47a-441787c71638 with identifier: 10718210
2026-03-26 04:16:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 833257a7-ffc4-5998-a47a-441787c71638 with scrape type 2
2026-03-26 04:16:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 833257a7-ffc4-5998-a47a-441787c71638 with scrape type 2
2026-03-26 04:16:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 833257a7-ffc4-5998-a47a-441787c71638, identifier: 10718210
2026-03-26 04:16:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 833257a7-ffc4-5998-a47a-441787c71638 with identifier: 10718210
2026-03-26 04:16:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 833257a7-ffc4-5998-a47a-441787c71638 with identifier: 10718210
2026-03-26 04:16:57 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 833257a7-ffc4-5998-a47a-441787c71638 with identifier: 10718210 to the API
2026-03-26 04:16:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:16: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-26 04:16:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10718210>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.8L',
'engine_horse_power': 144,
'expiration_date': '2026-03-27T10:15:00Z',
'fuel_type': 'Petrol',
'id': '833257a7-ffc4-5998-a47a-441787c71638',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10718210',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'A5',
'odometer': 119745,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 8600,
'price_includes_vat': True,
'registration_date': '2016-06-28',
'seats_number': 4,
'seller_name': None,
'title': 'Audi A5 Sportback 1.8 TFSI - Petrol - Manual - 144 hp - 119.745 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2016}
2026-03-26 04:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718210%27 HTTP/1.1" 200 None
2026-03-26 04:16:57 [adesa.be] INFO: Saving data for 10718210: {'auction_closing_time': 1774606500.0, 'created_time': 1774412122.523409, 'last_price_update_time': 1774498617.436069}
2026-03-26 04:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10718210') HTTP/1.1" 204 0
2026-03-26 04:16:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10718133> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:16:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 230f0e84-7933-5757-9596-78bdb0963f50 with identifier: 10718113
2026-03-26 04:16:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 230f0e84-7933-5757-9596-78bdb0963f50 with scrape type 2
2026-03-26 04:16:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 230f0e84-7933-5757-9596-78bdb0963f50 with scrape type 2
2026-03-26 04:16:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 230f0e84-7933-5757-9596-78bdb0963f50, identifier: 10718113
2026-03-26 04:16:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6cc6b780-d3e3-5a4d-ad3f-e4ba609207ad with identifier: 10718143
2026-03-26 04:16:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6cc6b780-d3e3-5a4d-ad3f-e4ba609207ad with scrape type 2
2026-03-26 04:16:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6cc6b780-d3e3-5a4d-ad3f-e4ba609207ad with scrape type 2
2026-03-26 04:16:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 6cc6b780-d3e3-5a4d-ad3f-e4ba609207ad, identifier: 10718143
2026-03-26 04:16:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1437b80-785d-5fa7-a33c-bba139352966 with identifier: 10718114
2026-03-26 04:16:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1437b80-785d-5fa7-a33c-bba139352966 with scrape type 2
2026-03-26 04:16:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1437b80-785d-5fa7-a33c-bba139352966 with scrape type 2
2026-03-26 04:16:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: b1437b80-785d-5fa7-a33c-bba139352966, identifier: 10718114
2026-03-26 04:16:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 230f0e84-7933-5757-9596-78bdb0963f50 with identifier: 10718113
2026-03-26 04:16:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 04:16:57 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Diesel HTTP/1.1" 200 None
2026-03-26 04:16:57 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 04:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 04:16:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 230f0e84-7933-5757-9596-78bdb0963f50 with identifier: 10718113
2026-03-26 04:16:57 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 230f0e84-7933-5757-9596-78bdb0963f50 with identifier: 10718113 to the API
2026-03-26 04:16:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:16: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-26 04:16:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10718113>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'engine_horse_power': 285,
'expiration_date': '2026-03-27T09:30:00Z',
'fuel_type': 'Diesel',
'id': '230f0e84-7933-5757-9596-78bdb0963f50',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': '094255',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10718113',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'A7',
'odometer': 217512,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 24800,
'price_includes_vat': True,
'registration_date': '2019-05-09',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A7 Sportback 50 TDI S Line - Quattro - Diesel - Automatic - '
'285 hp - 217.512 km',
'transmission': 'automatic',
'trim': 'S Line',
'vin': None,
'year': 2019}
2026-03-26 04:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718113%27 HTTP/1.1" 200 None
2026-03-26 04:16:58 [adesa.be] INFO: Saving data for 10718113: {'auction_closing_time': 1774603800.0, 'created_time': 1774412124.195276, 'last_price_update_time': 1774498618.167757}
2026-03-26 04:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10718113') HTTP/1.1" 204 0
2026-03-26 04:16:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 6cc6b780-d3e3-5a4d-ad3f-e4ba609207ad with identifier: 10718143
2026-03-26 04:16:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 6cc6b780-d3e3-5a4d-ad3f-e4ba609207ad with identifier: 10718143
2026-03-26 04:16:58 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 6cc6b780-d3e3-5a4d-ad3f-e4ba609207ad with identifier: 10718143 to the API
2026-03-26 04:16:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:16: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-26 04:16:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10718143>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Coupé',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-03-27T09:30:00Z',
'fuel_type': 'Diesel',
'id': '6cc6b780-d3e3-5a4d-ad3f-e4ba609207ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1wag371',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10718143',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'A5',
'odometer': 223440,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 10800,
'price_includes_vat': True,
'registration_date': '2019-04-03',
'seats_number': 4,
'seller_name': None,
'title': 'Audi A5 35 TDI Sport - Diesel - Automatic - 150 hp - 223.440 km',
'transmission': 'automatic',
'trim': 'Sport',
'vin': None,
'year': 2019}
2026-03-26 04:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718143%27 HTTP/1.1" 200 None
2026-03-26 04:16:58 [adesa.be] INFO: Saving data for 10718143: {'auction_closing_time': 1774603800.0, 'created_time': 1774412121.064135, 'last_price_update_time': 1774498618.466479}
2026-03-26 04:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10718143') HTTP/1.1" 204 0
2026-03-26 04:16:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: b1437b80-785d-5fa7-a33c-bba139352966 with identifier: 10718114
2026-03-26 04:16:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: b1437b80-785d-5fa7-a33c-bba139352966 with identifier: 10718114
2026-03-26 04:16:58 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: b1437b80-785d-5fa7-a33c-bba139352966 with identifier: 10718114 to the API
2026-03-26 04:16:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:16: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-26 04:16:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10718114>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'engine_horse_power': 245,
'expiration_date': '2026-03-27T09:30:00Z',
'fuel_type': 'Diesel',
'id': 'b1437b80-785d-5fa7-a33c-bba139352966',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2aqj604',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10718114',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'A6',
'odometer': 94195,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 24300,
'price_includes_vat': True,
'registration_date': '2021-06-10',
'seats_number': 2,
'seller_name': None,
'title': 'Audi A6 Allroad 45 TDI S Edition - Quattro - Diesel - Automatic - '
'245 hp - 94.195 km',
'transmission': 'automatic',
'trim': 'S Edition',
'vin': None,
'year': 2021}
2026-03-26 04:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718114%27 HTTP/1.1" 200 None
2026-03-26 04:16:58 [adesa.be] INFO: Saving data for 10718114: {'auction_closing_time': 1774603800.0, 'created_time': 1774412123.802663, 'last_price_update_time': 1774498618.745456}
2026-03-26 04:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10718114') HTTP/1.1" 204 0
2026-03-26 04:16:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10718166> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:16:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4218eea-6968-5d2c-af79-8d6ca1312716 with identifier: 10718133
2026-03-26 04:16:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4218eea-6968-5d2c-af79-8d6ca1312716 with scrape type 2
2026-03-26 04:16:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4218eea-6968-5d2c-af79-8d6ca1312716 with scrape type 2
2026-03-26 04:16:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: d4218eea-6968-5d2c-af79-8d6ca1312716, identifier: 10718133
2026-03-26 04:16:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: d4218eea-6968-5d2c-af79-8d6ca1312716 with identifier: 10718133
2026-03-26 04:16:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: d4218eea-6968-5d2c-af79-8d6ca1312716 with identifier: 10718133
2026-03-26 04:16:58 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: d4218eea-6968-5d2c-af79-8d6ca1312716 with identifier: 10718133 to the API
2026-03-26 04:16:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:16: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-26 04:16:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10718133>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'engine_horse_power': 190,
'expiration_date': '2026-03-27T09:30:00Z',
'fuel_type': 'Diesel',
'id': 'd4218eea-6968-5d2c-af79-8d6ca1312716',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': '1SDK672',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10718133',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'A7',
'odometer': 233123,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 14500,
'price_includes_vat': True,
'registration_date': '2017-04-18',
'seats_number': 4,
'seller_name': None,
'title': 'Audi A7 Sportback 3.0 TDI - Diesel - Automatic - 190 hp - 233.123 '
'km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2017}
2026-03-26 04:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718133%27 HTTP/1.1" 200 None
2026-03-26 04:16:59 [adesa.be] INFO: Saving data for 10718133: {'auction_closing_time': 1774603800.0, 'created_time': 1774412124.953034, 'last_price_update_time': 1774498619.125219}
2026-03-26 04:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10718133') HTTP/1.1" 204 0
2026-03-26 04:16:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a55fabd-ae69-5300-aaef-c60eb021d068 with identifier: 10718166
2026-03-26 04:16:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a55fabd-ae69-5300-aaef-c60eb021d068 with scrape type 2
2026-03-26 04:16:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a55fabd-ae69-5300-aaef-c60eb021d068 with scrape type 2
2026-03-26 04:16:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 6a55fabd-ae69-5300-aaef-c60eb021d068, identifier: 10718166
2026-03-26 04:16:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 6a55fabd-ae69-5300-aaef-c60eb021d068 with identifier: 10718166
2026-03-26 04:16:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 6a55fabd-ae69-5300-aaef-c60eb021d068 with identifier: 10718166
2026-03-26 04:16:59 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 6a55fabd-ae69-5300-aaef-c60eb021d068 with identifier: 10718166 to the API
2026-03-26 04:16:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:16: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-26 04:16:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10718166>
{'auction_title': '',
'c_o_2_emission_value': 162,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'engine_horse_power': 136,
'expiration_date': '2026-03-27T09:30:00Z',
'fuel_type': 'Diesel',
'id': '6a55fabd-ae69-5300-aaef-c60eb021d068',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': '1BEY777',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10718166',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'Q5',
'odometer': 313426,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 5700,
'price_includes_vat': True,
'registration_date': '2011-05-16',
'seats_number': 5,
'seller_name': None,
'title': 'Audi Q5 2.0 TDI Business - Quattro - Diesel - Manual - 136 hp - '
'313.426 km',
'transmission': 'manual',
'trim': 'Business',
'vin': None,
'year': 2011}
2026-03-26 04:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718166%27 HTTP/1.1" 200 None
2026-03-26 04:16:59 [adesa.be] INFO: Saving data for 10718166: {'auction_closing_time': 1774603800.0, 'created_time': 1774412126.002055, 'last_price_update_time': 1774498619.470699}
2026-03-26 04:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10718166') HTTP/1.1" 204 0
2026-03-26 04:16:59 [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-26 04:16:59 [adesa.be] INFO: Found listing with ID: 10718182
2026-03-26 04:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718182%27 HTTP/1.1" 200 None
2026-03-26 04:16:59 [adesa.be] INFO: Scrape type for 10718182: 0
2026-03-26 04:16:59 [adesa.be] INFO: Skipping item 10718182 url https://www.openlane.eu/en/carv6/auction/10718182
2026-03-26 04:16:59 [adesa.be] INFO: Found listing with ID: 10719197
2026-03-26 04:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710719197%27 HTTP/1.1" 200 None
2026-03-26 04:16:59 [adesa.be] INFO: Scrape type for 10719197: 0
2026-03-26 04:16:59 [adesa.be] INFO: Skipping item 10719197 url https://www.openlane.eu/en/carv6/auction/10719197
2026-03-26 04:16:59 [adesa.be] INFO: Found listing with ID: 10719587
2026-03-26 04:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710719587%27 HTTP/1.1" 200 None
2026-03-26 04:16:59 [adesa.be] INFO: Scrape type for 10719587: 0
2026-03-26 04:16:59 [adesa.be] INFO: Skipping item 10719587 url https://www.openlane.eu/en/carv6/auction/10719587
2026-03-26 04:16:59 [adesa.be] INFO: Found listing with ID: 10718176
2026-03-26 04:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718176%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10718176: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10718176 url https://www.openlane.eu/en/carv6/auction/10718176
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10718206
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718206%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10718206: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10718206 url https://www.openlane.eu/en/carv6/auction/10718206
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10718165
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718165%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10718165: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10718165 url https://www.openlane.eu/en/carv6/auction/10718165
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10718139
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718139%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10718139: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10718139 url https://www.openlane.eu/en/carv6/auction/10718139
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10718212
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718212%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10718212: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10718212 url https://www.openlane.eu/en/carv6/auction/10718212
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10720608
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720608%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10720608: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10720608 url https://www.openlane.eu/en/carv6/auction/10720608
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10718155
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718155%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10718155: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10718155 url https://www.openlane.eu/en/carv6/auction/10718155
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10718162
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718162%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10718162: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10718162 url https://www.openlane.eu/en/carv6/auction/10718162
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10718132
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718132%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10718132: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10718132 url https://www.openlane.eu/en/carv6/auction/10718132
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10719188
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710719188%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10719188: 2
2026-03-26 04:17:00 [adesa.be] INFO: Scraping item 10719188 url https://www.openlane.eu/en/carv6/auction/10719188
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10719156
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710719156%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10719156: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10719156 url https://www.openlane.eu/en/carv6/auction/10719156
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10719155
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710719155%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10719155: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10719155 url https://www.openlane.eu/en/carv6/auction/10719155
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10718171
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718171%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10718171: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10718171 url https://www.openlane.eu/en/carv6/auction/10718171
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10719171
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710719171%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10719171: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10719171 url https://www.openlane.eu/en/carv6/auction/10719171
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10718137
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718137%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10718137: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10718137 url https://www.openlane.eu/en/carv6/auction/10718137
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10719157
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710719157%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10719157: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10719157 url https://www.openlane.eu/en/carv6/auction/10719157
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10720132
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720132%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10720132: 2
2026-03-26 04:17:00 [adesa.be] INFO: Scraping item 10720132 url https://www.openlane.eu/en/carv6/auction/10720132
2026-03-26 04:17:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10719205
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710719205%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10719205: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10719205 url https://www.openlane.eu/en/carv6/auction/10719205
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10720596
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720596%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10720596: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10720596 url https://www.openlane.eu/en/carv6/auction/10720596
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10719181
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710719181%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10719181: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10719181 url https://www.openlane.eu/en/carv6/auction/10719181
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10718149
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718149%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10718149: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10718149 url https://www.openlane.eu/en/carv6/auction/10718149
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10719186
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710719186%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10719186: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10719186 url https://www.openlane.eu/en/carv6/auction/10719186
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10719208
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710719208%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10719208: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10719208 url https://www.openlane.eu/en/carv6/auction/10719208
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10718105
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718105%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10718105: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10718105 url https://www.openlane.eu/en/carv6/auction/10718105
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10719624
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710719624%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10719624: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10719624 url https://www.openlane.eu/en/carv6/auction/10719624
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10718125
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718125%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10718125: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10718125 url https://www.openlane.eu/en/carv6/auction/10718125
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10720597
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720597%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10720597: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10720597 url https://www.openlane.eu/en/carv6/auction/10720597
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10718112
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718112%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10718112: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10718112 url https://www.openlane.eu/en/carv6/auction/10718112
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10718144
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718144%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10718144: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10718144 url https://www.openlane.eu/en/carv6/auction/10718144
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10719182
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710719182%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10719182: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10719182 url https://www.openlane.eu/en/carv6/auction/10719182
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10719177
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710719177%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10719177: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10719177 url https://www.openlane.eu/en/carv6/auction/10719177
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10718116
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718116%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10718116: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10718116 url https://www.openlane.eu/en/carv6/auction/10718116
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10718107
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718107%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10718107: 2
2026-03-26 04:17:00 [adesa.be] INFO: Scraping item 10718107 url https://www.openlane.eu/en/carv6/auction/10718107
2026-03-26 04:17:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10718103
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718103%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10718103: 2
2026-03-26 04:17:00 [adesa.be] INFO: Scraping item 10718103 url https://www.openlane.eu/en/carv6/auction/10718103
2026-03-26 04:17:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10718134
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718134%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10718134: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10718134 url https://www.openlane.eu/en/carv6/auction/10718134
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10718147
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718147%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10718147: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10718147 url https://www.openlane.eu/en/carv6/auction/10718147
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10719201
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710719201%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10719201: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10719201 url https://www.openlane.eu/en/carv6/auction/10719201
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10718186
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718186%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10718186: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10718186 url https://www.openlane.eu/en/carv6/auction/10718186
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10719203
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710719203%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10719203: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10719203 url https://www.openlane.eu/en/carv6/auction/10719203
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10719170
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710719170%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10719170: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10719170 url https://www.openlane.eu/en/carv6/auction/10719170
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10719623
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710719623%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10719623: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10719623 url https://www.openlane.eu/en/carv6/auction/10719623
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10718216
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718216%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10718216: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10718216 url https://www.openlane.eu/en/carv6/auction/10718216
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10718178
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718178%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10718178: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10718178 url https://www.openlane.eu/en/carv6/auction/10718178
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10719196
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710719196%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10719196: 2
2026-03-26 04:17:00 [adesa.be] INFO: Scraping item 10719196 url https://www.openlane.eu/en/carv6/auction/10719196
2026-03-26 04:17:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10718159
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718159%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10718159: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10718159 url https://www.openlane.eu/en/carv6/auction/10718159
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10718209
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718209%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10718209: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10718209 url https://www.openlane.eu/en/carv6/auction/10718209
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10719622
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710719622%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10719622: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10719622 url https://www.openlane.eu/en/carv6/auction/10719622
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10719195
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710719195%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10719195: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10719195 url https://www.openlane.eu/en/carv6/auction/10719195
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10718164
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718164%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10718164: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10718164 url https://www.openlane.eu/en/carv6/auction/10718164
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10718207
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718207%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10718207: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10718207 url https://www.openlane.eu/en/carv6/auction/10718207
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10719193
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710719193%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10719193: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10719193 url https://www.openlane.eu/en/carv6/auction/10719193
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10719191
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710719191%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10719191: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10719191 url https://www.openlane.eu/en/carv6/auction/10719191
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10719204
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710719204%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10719204: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10719204 url https://www.openlane.eu/en/carv6/auction/10719204
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10718183
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718183%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10718183: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10718183 url https://www.openlane.eu/en/carv6/auction/10718183
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10718184
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718184%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10718184: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10718184 url https://www.openlane.eu/en/carv6/auction/10718184
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10718187
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718187%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10718187: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10718187 url https://www.openlane.eu/en/carv6/auction/10718187
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10718188
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718188%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10718188: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10718188 url https://www.openlane.eu/en/carv6/auction/10718188
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10718180
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710718180%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10718180: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10718180 url https://www.openlane.eu/en/carv6/auction/10718180
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10719669
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710719669%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10719669: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10719669 url https://www.openlane.eu/en/carv6/auction/10719669
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10719175
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710719175%27 HTTP/1.1" 200 None
2026-03-26 04:17:00 [adesa.be] INFO: Scrape type for 10719175: 0
2026-03-26 04:17:00 [adesa.be] INFO: Skipping item 10719175 url https://www.openlane.eu/en/carv6/auction/10719175
2026-03-26 04:17:00 [adesa.be] INFO: Found listing with ID: 10719161
2026-03-26 04:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719161%27 HTTP/1.1" 200 None
2026-03-26 04:17:01 [adesa.be] INFO: Scrape type for 10719161: 0
2026-03-26 04:17:01 [adesa.be] INFO: Skipping item 10719161 url https://www.openlane.eu/en/carv6/auction/10719161
2026-03-26 04:17:01 [adesa.be] INFO: Found listing with ID: 10720137
2026-03-26 04:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720137%27 HTTP/1.1" 200 None
2026-03-26 04:17:01 [adesa.be] INFO: Scrape type for 10720137: 0
2026-03-26 04:17:01 [adesa.be] INFO: Skipping item 10720137 url https://www.openlane.eu/en/carv6/auction/10720137
2026-03-26 04:17:01 [adesa.be] INFO: Found listing with ID: 10719160
2026-03-26 04:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719160%27 HTTP/1.1" 200 None
2026-03-26 04:17:01 [adesa.be] INFO: Scrape type for 10719160: 0
2026-03-26 04:17:01 [adesa.be] INFO: Skipping item 10719160 url https://www.openlane.eu/en/carv6/auction/10719160
2026-03-26 04:17:01 [adesa.be] INFO: Found listing with ID: 10721752
2026-03-26 04:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721752%27 HTTP/1.1" 200 None
2026-03-26 04:17:01 [adesa.be] INFO: Scrape type for 10721752: 0
2026-03-26 04:17:01 [adesa.be] INFO: Skipping item 10721752 url https://www.openlane.eu/en/carv6/auction/10721752
2026-03-26 04:17:01 [adesa.be] INFO: Found listing with ID: 10719198
2026-03-26 04:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719198%27 HTTP/1.1" 200 None
2026-03-26 04:17:01 [adesa.be] INFO: Scrape type for 10719198: 0
2026-03-26 04:17:01 [adesa.be] INFO: Skipping item 10719198 url https://www.openlane.eu/en/carv6/auction/10719198
2026-03-26 04:17:01 [adesa.be] INFO: Found listing with ID: 10719736
2026-03-26 04:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719736%27 HTTP/1.1" 200 None
2026-03-26 04:17:01 [adesa.be] INFO: Scrape type for 10719736: 0
2026-03-26 04:17:01 [adesa.be] INFO: Skipping item 10719736 url https://www.openlane.eu/en/carv6/auction/10719736
2026-03-26 04:17:01 [adesa.be] INFO: Found listing with ID: 10719737
2026-03-26 04:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719737%27 HTTP/1.1" 200 None
2026-03-26 04:17:01 [adesa.be] INFO: Scrape type for 10719737: 0
2026-03-26 04:17:01 [adesa.be] INFO: Skipping item 10719737 url https://www.openlane.eu/en/carv6/auction/10719737
2026-03-26 04:17:01 [adesa.be] INFO: Found listing with ID: 10719162
2026-03-26 04:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719162%27 HTTP/1.1" 200 None
2026-03-26 04:17:01 [adesa.be] INFO: Scrape type for 10719162: 0
2026-03-26 04:17:01 [adesa.be] INFO: Skipping item 10719162 url https://www.openlane.eu/en/carv6/auction/10719162
2026-03-26 04:17:01 [adesa.be] INFO: Found listing with ID: 10719187
2026-03-26 04:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719187%27 HTTP/1.1" 200 None
2026-03-26 04:17:01 [adesa.be] INFO: Scrape type for 10719187: 0
2026-03-26 04:17:01 [adesa.be] INFO: Skipping item 10719187 url https://www.openlane.eu/en/carv6/auction/10719187
2026-03-26 04:17:01 [adesa.be] INFO: Found listing with ID: 10719159
2026-03-26 04:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719159%27 HTTP/1.1" 200 None
2026-03-26 04:17:01 [adesa.be] INFO: Scrape type for 10719159: 0
2026-03-26 04:17:01 [adesa.be] INFO: Skipping item 10719159 url https://www.openlane.eu/en/carv6/auction/10719159
2026-03-26 04:17:01 [adesa.be] INFO: Found listing with ID: 10719179
2026-03-26 04:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719179%27 HTTP/1.1" 200 None
2026-03-26 04:17:01 [adesa.be] INFO: Scrape type for 10719179: 2
2026-03-26 04:17:01 [adesa.be] INFO: Scraping item 10719179 url https://www.openlane.eu/en/carv6/auction/10719179
2026-03-26 04:17:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:01 [adesa.be] INFO: Found listing with ID: 10719730
2026-03-26 04:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719730%27 HTTP/1.1" 200 None
2026-03-26 04:17:01 [adesa.be] INFO: Scrape type for 10719730: 0
2026-03-26 04:17:01 [adesa.be] INFO: Skipping item 10719730 url https://www.openlane.eu/en/carv6/auction/10719730
2026-03-26 04:17:01 [adesa.be] INFO: Found listing with ID: 10716253
2026-03-26 04:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716253%27 HTTP/1.1" 200 None
2026-03-26 04:17:01 [adesa.be] INFO: Scrape type for 10716253: 0
2026-03-26 04:17:01 [adesa.be] INFO: Skipping item 10716253 url https://www.openlane.eu/en/carv6/auction/10716253
2026-03-26 04:17:01 [adesa.be] INFO: Found listing with ID: 10719163
2026-03-26 04:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719163%27 HTTP/1.1" 200 None
2026-03-26 04:17:01 [adesa.be] INFO: Scrape type for 10719163: 0
2026-03-26 04:17:01 [adesa.be] INFO: Skipping item 10719163 url https://www.openlane.eu/en/carv6/auction/10719163
2026-03-26 04:17:01 [adesa.be] INFO: Found listing with ID: 10718135
2026-03-26 04:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718135%27 HTTP/1.1" 200 None
2026-03-26 04:17:01 [adesa.be] INFO: Scrape type for 10718135: 0
2026-03-26 04:17:01 [adesa.be] INFO: Skipping item 10718135 url https://www.openlane.eu/en/carv6/auction/10718135
2026-03-26 04:17:01 [adesa.be] INFO: Found listing with ID: 10718211
2026-03-26 04:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718211%27 HTTP/1.1" 200 None
2026-03-26 04:17:01 [adesa.be] INFO: Scrape type for 10718211: 0
2026-03-26 04:17:01 [adesa.be] INFO: Skipping item 10718211 url https://www.openlane.eu/en/carv6/auction/10718211
2026-03-26 04:17:01 [adesa.be] INFO: Found listing with ID: 10716254
2026-03-26 04:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716254%27 HTTP/1.1" 200 None
2026-03-26 04:17:01 [adesa.be] INFO: Scrape type for 10716254: 0
2026-03-26 04:17:01 [adesa.be] INFO: Skipping item 10716254 url https://www.openlane.eu/en/carv6/auction/10716254
2026-03-26 04:17:01 [adesa.be] INFO: Found listing with ID: 10718140
2026-03-26 04:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718140%27 HTTP/1.1" 200 None
2026-03-26 04:17:01 [adesa.be] INFO: Scrape type for 10718140: 0
2026-03-26 04:17:01 [adesa.be] INFO: Skipping item 10718140 url https://www.openlane.eu/en/carv6/auction/10718140
2026-03-26 04:17:01 [adesa.be] INFO: Found listing with ID: 10719185
2026-03-26 04:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719185%27 HTTP/1.1" 200 None
2026-03-26 04:17:01 [adesa.be] INFO: Scrape type for 10719185: 0
2026-03-26 04:17:01 [adesa.be] INFO: Skipping item 10719185 url https://www.openlane.eu/en/carv6/auction/10719185
2026-03-26 04:17:01 [adesa.be] INFO: Found listing with ID: 10717030
2026-03-26 04:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717030%27 HTTP/1.1" 200 None
2026-03-26 04:17:01 [adesa.be] INFO: Scrape type for 10717030: 0
2026-03-26 04:17:01 [adesa.be] INFO: Skipping item 10717030 url https://www.openlane.eu/en/carv6/auction/10717030
2026-03-26 04:17:01 [adesa.be] INFO: Found listing with ID: 10718175
2026-03-26 04:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718175%27 HTTP/1.1" 200 None
2026-03-26 04:17:01 [adesa.be] INFO: Scrape type for 10718175: 0
2026-03-26 04:17:01 [adesa.be] INFO: Skipping item 10718175 url https://www.openlane.eu/en/carv6/auction/10718175
2026-03-26 04:17:01 [adesa.be] INFO: Found listing with ID: 10717029
2026-03-26 04:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717029%27 HTTP/1.1" 200 None
2026-03-26 04:17:01 [adesa.be] INFO: Scrape type for 10717029: 0
2026-03-26 04:17:01 [adesa.be] INFO: Skipping item 10717029 url https://www.openlane.eu/en/carv6/auction/10717029
2026-03-26 04:17:01 [adesa.be] INFO: Found listing with ID: 10718129
2026-03-26 04:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718129%27 HTTP/1.1" 200 None
2026-03-26 04:17:01 [adesa.be] INFO: Scrape type for 10718129: 0
2026-03-26 04:17:01 [adesa.be] INFO: Skipping item 10718129 url https://www.openlane.eu/en/carv6/auction/10718129
2026-03-26 04:17:01 [adesa.be] INFO: Found listing with ID: 10718110
2026-03-26 04:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718110%27 HTTP/1.1" 200 None
2026-03-26 04:17:01 [adesa.be] INFO: Scrape type for 10718110: 0
2026-03-26 04:17:01 [adesa.be] INFO: Skipping item 10718110 url https://www.openlane.eu/en/carv6/auction/10718110
2026-03-26 04:17:01 [adesa.be] INFO: Found listing with ID: 10719165
2026-03-26 04:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719165%27 HTTP/1.1" 200 None
2026-03-26 04:17:01 [adesa.be] INFO: Scrape type for 10719165: 2
2026-03-26 04:17:01 [adesa.be] INFO: Scraping item 10719165 url https://www.openlane.eu/en/carv6/auction/10719165
2026-03-26 04:17:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:01 [adesa.be] INFO: Found listing with ID: 10718118
2026-03-26 04:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718118%27 HTTP/1.1" 200 None
2026-03-26 04:17:01 [adesa.be] INFO: Scrape type for 10718118: 0
2026-03-26 04:17:01 [adesa.be] INFO: Skipping item 10718118 url https://www.openlane.eu/en/carv6/auction/10718118
2026-03-26 04:17:01 [adesa.be] INFO: Found listing with ID: 10719168
2026-03-26 04:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719168%27 HTTP/1.1" 200 None
2026-03-26 04:17:01 [adesa.be] INFO: Scrape type for 10719168: 0
2026-03-26 04:17:01 [adesa.be] INFO: Skipping item 10719168 url https://www.openlane.eu/en/carv6/auction/10719168
2026-03-26 04:17:01 [adesa.be] INFO: Found listing with ID: 10718117
2026-03-26 04:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718117%27 HTTP/1.1" 200 None
2026-03-26 04:17:01 [adesa.be] INFO: Scrape type for 10718117: 0
2026-03-26 04:17:01 [adesa.be] INFO: Skipping item 10718117 url https://www.openlane.eu/en/carv6/auction/10718117
2026-03-26 04:17:01 [adesa.be] INFO: Found listing with ID: 10718099
2026-03-26 04:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718099%27 HTTP/1.1" 200 None
2026-03-26 04:17:01 [adesa.be] INFO: Scrape type for 10718099: 0
2026-03-26 04:17:01 [adesa.be] INFO: Skipping item 10718099 url https://www.openlane.eu/en/carv6/auction/10718099
2026-03-26 04:17:01 [adesa.be] INFO: Found listing with ID: 10718100
2026-03-26 04:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718100%27 HTTP/1.1" 200 None
2026-03-26 04:17:01 [adesa.be] INFO: Scrape type for 10718100: 0
2026-03-26 04:17:01 [adesa.be] INFO: Skipping item 10718100 url https://www.openlane.eu/en/carv6/auction/10718100
2026-03-26 04:17:01 [adesa.be] INFO: Found listing with ID: 10718102
2026-03-26 04:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718102%27 HTTP/1.1" 200 None
2026-03-26 04:17:01 [adesa.be] INFO: Scrape type for 10718102: 0
2026-03-26 04:17:01 [adesa.be] INFO: Skipping item 10718102 url https://www.openlane.eu/en/carv6/auction/10718102
2026-03-26 04:17:01 [adesa.be] INFO: Found listing with ID: 10718168
2026-03-26 04:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718168%27 HTTP/1.1" 200 None
2026-03-26 04:17:01 [adesa.be] INFO: Scrape type for 10718168: 0
2026-03-26 04:17:01 [adesa.be] INFO: Skipping item 10718168 url https://www.openlane.eu/en/carv6/auction/10718168
2026-03-26 04:17:01 [adesa.be] INFO: Found listing with ID: 10718173
2026-03-26 04:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718173%27 HTTP/1.1" 200 None
2026-03-26 04:17:01 [adesa.be] INFO: Scrape type for 10718173: 0
2026-03-26 04:17:01 [adesa.be] INFO: Skipping item 10718173 url https://www.openlane.eu/en/carv6/auction/10718173
2026-03-26 04:17:01 [adesa.be] INFO: Found listing with ID: 10718153
2026-03-26 04:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718153%27 HTTP/1.1" 200 None
2026-03-26 04:17:01 [adesa.be] INFO: Scrape type for 10718153: 0
2026-03-26 04:17:01 [adesa.be] INFO: Skipping item 10718153 url https://www.openlane.eu/en/carv6/auction/10718153
2026-03-26 04:17:01 [adesa.be] INFO: Found listing with ID: 10718217
2026-03-26 04:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718217%27 HTTP/1.1" 200 None
2026-03-26 04:17:01 [adesa.be] INFO: Scrape type for 10718217: 0
2026-03-26 04:17:01 [adesa.be] INFO: Skipping item 10718217 url https://www.openlane.eu/en/carv6/auction/10718217
2026-03-26 04:17:01 [adesa.be] INFO: Found listing with ID: 10718154
2026-03-26 04:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718154%27 HTTP/1.1" 200 None
2026-03-26 04:17:01 [adesa.be] INFO: Scrape type for 10718154: 0
2026-03-26 04:17:01 [adesa.be] INFO: Skipping item 10718154 url https://www.openlane.eu/en/carv6/auction/10718154
2026-03-26 04:17:01 [adesa.be] INFO: Found listing with ID: 10718163
2026-03-26 04:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718163%27 HTTP/1.1" 200 None
2026-03-26 04:17:01 [adesa.be] INFO: Scrape type for 10718163: 0
2026-03-26 04:17:01 [adesa.be] INFO: Skipping item 10718163 url https://www.openlane.eu/en/carv6/auction/10718163
2026-03-26 04:17:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10719188> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10718103> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82d53159-f453-59e3-9f83-edabefd82aa5 with identifier: 10719188
2026-03-26 04:17:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82d53159-f453-59e3-9f83-edabefd82aa5 with scrape type 2
2026-03-26 04:17:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82d53159-f453-59e3-9f83-edabefd82aa5 with scrape type 2
2026-03-26 04:17:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 82d53159-f453-59e3-9f83-edabefd82aa5, identifier: 10719188
2026-03-26 04:17:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 82d53159-f453-59e3-9f83-edabefd82aa5 with identifier: 10719188
2026-03-26 04:17:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 82d53159-f453-59e3-9f83-edabefd82aa5 with identifier: 10719188
2026-03-26 04:17:02 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 82d53159-f453-59e3-9f83-edabefd82aa5 with identifier: 10719188 to the API
2026-03-26 04:17:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:17: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-26 04:17:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10719188>
{'auction_title': '',
'c_o_2_emission_value': 156,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 135,
'expiration_date': '2026-03-27T09:30:00Z',
'fuel_type': 'Diesel',
'id': '82d53159-f453-59e3-9f83-edabefd82aa5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': '1ESP361',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10719188',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 106217,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 8800,
'price_includes_vat': True,
'registration_date': '2015-12-17',
'seats_number': 5,
'seller_name': None,
'title': 'Hyundai Tucson 2.0 CRDi - AWD - Diesel - Automatic - 135 hp - '
'106.217 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2015}
2026-03-26 04:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719188%27 HTTP/1.1" 200 None
2026-03-26 04:17:03 [adesa.be] INFO: Saving data for 10719188: {'auction_closing_time': 1774603800.0, 'created_time': 1774412174.60145, 'last_price_update_time': 1774498623.148637}
2026-03-26 04:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10719188') HTTP/1.1" 204 0
2026-03-26 04:17:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10719196> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10720132> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10718107> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10719179> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1754163c-dfa5-5482-af9d-668b44d558ef with identifier: 10718103
2026-03-26 04:17:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1754163c-dfa5-5482-af9d-668b44d558ef with scrape type 2
2026-03-26 04:17:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1754163c-dfa5-5482-af9d-668b44d558ef with scrape type 2
2026-03-26 04:17:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 1754163c-dfa5-5482-af9d-668b44d558ef, identifier: 10718103
2026-03-26 04:17:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 1754163c-dfa5-5482-af9d-668b44d558ef with identifier: 10718103
2026-03-26 04:17:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 1754163c-dfa5-5482-af9d-668b44d558ef with identifier: 10718103
2026-03-26 04:17:03 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 1754163c-dfa5-5482-af9d-668b44d558ef with identifier: 10718103 to the API
2026-03-26 04:17:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:17: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-26 04:17:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10718103>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.9L',
'engine_horse_power': 285,
'expiration_date': '2026-03-27T09:30:00Z',
'fuel_type': 'Diesel',
'id': '1754163c-dfa5-5482-af9d-668b44d558ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'TXAQ214',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10718103',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'S',
'odometer': 84095,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 35600,
'price_includes_vat': True,
'registration_date': '2019-08-28',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-Benz S Long 350 CDI AMG Line - 4-Matic - Diesel - '
'Automatic - 285 hp - 84.095 km',
'transmission': 'automatic',
'trim': 'AMG Line',
'vin': None,
'year': 2019}
2026-03-26 04:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718103%27 HTTP/1.1" 200 None
2026-03-26 04:17:03 [adesa.be] INFO: Saving data for 10718103: {'auction_closing_time': 1774603800.0, 'created_time': 1774412128.941332, 'last_price_update_time': 1774498623.757389}
2026-03-26 04:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10718103') HTTP/1.1" 204 0
2026-03-26 04:17:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 159fce9c-6d33-5007-ad38-1217126c4e35 with identifier: 10719196
2026-03-26 04:17:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 159fce9c-6d33-5007-ad38-1217126c4e35 with scrape type 2
2026-03-26 04:17:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 159fce9c-6d33-5007-ad38-1217126c4e35 with scrape type 2
2026-03-26 04:17:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 159fce9c-6d33-5007-ad38-1217126c4e35, identifier: 10719196
2026-03-26 04:17:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a32e19d-2bc9-5b84-aa42-5f35169abf1e with identifier: 10720132
2026-03-26 04:17:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a32e19d-2bc9-5b84-aa42-5f35169abf1e with scrape type 2
2026-03-26 04:17:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a32e19d-2bc9-5b84-aa42-5f35169abf1e with scrape type 2
2026-03-26 04:17:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 3a32e19d-2bc9-5b84-aa42-5f35169abf1e, identifier: 10720132
2026-03-26 04:17:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 587f29e3-2dcc-54f0-be69-cac3a62299ef with identifier: 10718107
2026-03-26 04:17:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 587f29e3-2dcc-54f0-be69-cac3a62299ef with scrape type 2
2026-03-26 04:17:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 587f29e3-2dcc-54f0-be69-cac3a62299ef with scrape type 2
2026-03-26 04:17:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 587f29e3-2dcc-54f0-be69-cac3a62299ef, identifier: 10718107
2026-03-26 04:17:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dedd5a04-1743-57d0-891c-9f0e4075078e with identifier: 10719179
2026-03-26 04:17:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dedd5a04-1743-57d0-891c-9f0e4075078e with scrape type 2
2026-03-26 04:17:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dedd5a04-1743-57d0-891c-9f0e4075078e with scrape type 2
2026-03-26 04:17:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: dedd5a04-1743-57d0-891c-9f0e4075078e, identifier: 10719179
2026-03-26 04:17:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 159fce9c-6d33-5007-ad38-1217126c4e35 with identifier: 10719196
2026-03-26 04:17:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 04:17:04 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Brown HTTP/1.1" 200 None
2026-03-26 04:17:04 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 04:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 04:17:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 159fce9c-6d33-5007-ad38-1217126c4e35 with identifier: 10719196
2026-03-26 04:17:04 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 159fce9c-6d33-5007-ad38-1217126c4e35 with identifier: 10719196 to the API
2026-03-26 04:17:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:17: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-26 04:17:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10719196>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': 'SUV',
'color': 'Brown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'engine_horse_power': 115,
'expiration_date': '2026-03-27T09:30:00Z',
'fuel_type': 'Petrol',
'id': '159fce9c-6d33-5007-ad38-1217126c4e35',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': '1BUX021',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10719196',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 129446,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 5400,
'price_includes_vat': True,
'registration_date': '2015-03-13',
'seats_number': 5,
'seller_name': None,
'title': 'Nissan Qashqai 1.2 - Petrol - Manual - 115 hp - 129.446 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2015}
2026-03-26 04:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710719196%27 HTTP/1.1" 200 None
2026-03-26 04:17:04 [adesa.be] INFO: Saving data for 10719196: {'auction_closing_time': 1774603800.0, 'created_time': 1774412135.12825, 'last_price_update_time': 1774498624.515989}
2026-03-26 04:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10719196') HTTP/1.1" 204 0
2026-03-26 04:17:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 3a32e19d-2bc9-5b84-aa42-5f35169abf1e with identifier: 10720132
2026-03-26 04:17:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 3a32e19d-2bc9-5b84-aa42-5f35169abf1e with identifier: 10720132
2026-03-26 04:17:04 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 3a32e19d-2bc9-5b84-aa42-5f35169abf1e with identifier: 10720132 to the API
2026-03-26 04:17:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:17: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-26 04:17:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10720132>
{'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': 115,
'expiration_date': '2026-03-27T10:30:00Z',
'fuel_type': 'Diesel',
'id': '3a32e19d-2bc9-5b84-aa42-5f35169abf1e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2DCS788',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10720132',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Kia',
'model': 'Sportage',
'odometer': 66227,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 11100,
'price_includes_vat': True,
'registration_date': '2023-02-07',
'seats_number': 5,
'seller_name': None,
'title': 'Kia Sportage 1.6 - Diesel - Manual - 115 hp - 66.227 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2023}
2026-03-26 04:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710720132%27 HTTP/1.1" 200 None
2026-03-26 04:17:04 [adesa.be] INFO: Saving data for 10720132: {'auction_closing_time': 1774607400.0, 'created_time': 1774412128.016285, 'last_price_update_time': 1774498624.785973}
2026-03-26 04:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10720132') HTTP/1.1" 204 0
2026-03-26 04:17:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 587f29e3-2dcc-54f0-be69-cac3a62299ef with identifier: 10718107
2026-03-26 04:17:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 04:17:04 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Black HTTP/1.1" 200 None
2026-03-26 04:17:04 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 04:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 04:17:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 587f29e3-2dcc-54f0-be69-cac3a62299ef with identifier: 10718107
2026-03-26 04:17:05 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 587f29e3-2dcc-54f0-be69-cac3a62299ef with identifier: 10718107 to the API
2026-03-26 04:17:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:17: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-26 04:17:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10718107>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'engine_horse_power': 258,
'expiration_date': '2026-03-27T09:30:00Z',
'fuel_type': 'Diesel',
'id': '587f29e3-2dcc-54f0-be69-cac3a62299ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': '2BVF587',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10718107',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'S',
'odometer': 179467,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 27700,
'price_includes_vat': True,
'registration_date': '2017-08-07',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-Benz S 350 - 4-Matic - Diesel - Automatic - 258 hp - '
'179.467 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2017}
2026-03-26 04:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718107%27 HTTP/1.1" 200 None
2026-03-26 04:17:05 [adesa.be] INFO: Saving data for 10718107: {'auction_closing_time': 1774603800.0, 'created_time': 1774412162.399052, 'last_price_update_time': 1774498625.223583}
2026-03-26 04:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10718107') HTTP/1.1" 204 0
2026-03-26 04:17:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: dedd5a04-1743-57d0-891c-9f0e4075078e with identifier: 10719179
2026-03-26 04:17:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 04:17:05 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=White HTTP/1.1" 200 None
2026-03-26 04:17:05 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 04:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 04:17:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: dedd5a04-1743-57d0-891c-9f0e4075078e with identifier: 10719179
2026-03-26 04:17:05 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: dedd5a04-1743-57d0-891c-9f0e4075078e with identifier: 10719179 to the API
2026-03-26 04:17:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:17: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-26 04:17:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10719179>
{'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-27T09:30:00Z',
'fuel_type': 'Diesel',
'id': 'dedd5a04-1743-57d0-891c-9f0e4075078e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': '1HNC137',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10719179',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '5008',
'odometer': 156409,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 12200,
'price_includes_vat': True,
'registration_date': '2019-10-23',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 1.5 HDI GT Line - Diesel - Automatic - 130 hp - '
'156.409 km',
'transmission': 'automatic',
'trim': 'GT Line',
'vin': None,
'year': 2019}
2026-03-26 04:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719179%27 HTTP/1.1" 200 None
2026-03-26 04:17:05 [adesa.be] INFO: Saving data for 10719179: {'auction_closing_time': 1774603800.0, 'created_time': 1774412177.37876, 'last_price_update_time': 1774498625.583631}
2026-03-26 04:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10719179') HTTP/1.1" 204 0
2026-03-26 04:17:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10719165> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8cfa040-40ef-5db0-9a42-d4631b0c7c53 with identifier: 10719165
2026-03-26 04:17:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8cfa040-40ef-5db0-9a42-d4631b0c7c53 with scrape type 2
2026-03-26 04:17:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f8cfa040-40ef-5db0-9a42-d4631b0c7c53 with scrape type 2
2026-03-26 04:17:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: f8cfa040-40ef-5db0-9a42-d4631b0c7c53, identifier: 10719165
2026-03-26 04:17:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: f8cfa040-40ef-5db0-9a42-d4631b0c7c53 with identifier: 10719165
2026-03-26 04:17:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 04:17:05 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Hybride HTTP/1.1" 200 None
2026-03-26 04:17:05 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 04:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 04:17:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: f8cfa040-40ef-5db0-9a42-d4631b0c7c53 with identifier: 10719165
2026-03-26 04:17:06 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: f8cfa040-40ef-5db0-9a42-d4631b0c7c53 with identifier: 10719165 to the API
2026-03-26 04:17:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:17: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-26 04:17:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10719165>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '3.0L',
'engine_horse_power': 339,
'expiration_date': '2026-03-27T09:30:00Z',
'fuel_type': 'Hybrid',
'id': 'f8cfa040-40ef-5db0-9a42-d4631b0c7c53',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SQ6996',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10719165',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Porsche',
'model': 'Cayenne',
'odometer': 85192,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 47050,
'price_includes_vat': True,
'registration_date': '2022-12-16',
'seats_number': 4,
'seller_name': None,
'title': 'Porsche Cayenne Coupé 3.0i - Hybrid - Automatic - 339 hp - 85.192 '
'km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-26 04:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719165%27 HTTP/1.1" 200 None
2026-03-26 04:17:06 [adesa.be] INFO: Saving data for 10719165: {'auction_closing_time': 1774603800.0, 'created_time': 1774412152.678909, 'last_price_update_time': 1774498626.231369}
2026-03-26 04:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10719165') HTTP/1.1" 204 0
2026-03-26 04:17:06 [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-26 04:17:06 [adesa.be] INFO: Found listing with ID: 10718177
2026-03-26 04:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718177%27 HTTP/1.1" 200 None
2026-03-26 04:17:06 [adesa.be] INFO: Scrape type for 10718177: 2
2026-03-26 04:17:06 [adesa.be] INFO: Scraping item 10718177 url https://www.openlane.eu/en/carv6/auction/10718177
2026-03-26 04:17:06 [adesa.be] INFO: Found listing with ID: 10719210
2026-03-26 04:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719210%27 HTTP/1.1" 200 None
2026-03-26 04:17:06 [adesa.be] INFO: Scrape type for 10719210: 0
2026-03-26 04:17:06 [adesa.be] INFO: Skipping item 10719210 url https://www.openlane.eu/en/carv6/auction/10719210
2026-03-26 04:17:06 [adesa.be] INFO: Found listing with ID: 10719662
2026-03-26 04:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719662%27 HTTP/1.1" 200 None
2026-03-26 04:17:06 [adesa.be] INFO: Scrape type for 10719662: 0
2026-03-26 04:17:06 [adesa.be] INFO: Skipping item 10719662 url https://www.openlane.eu/en/carv6/auction/10719662
2026-03-26 04:17:06 [adesa.be] INFO: Found listing with ID: 10719668
2026-03-26 04:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719668%27 HTTP/1.1" 200 None
2026-03-26 04:17:06 [adesa.be] INFO: Scrape type for 10719668: 0
2026-03-26 04:17:06 [adesa.be] INFO: Skipping item 10719668 url https://www.openlane.eu/en/carv6/auction/10719668
2026-03-26 04:17:06 [adesa.be] INFO: Found listing with ID: 10718174
2026-03-26 04:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718174%27 HTTP/1.1" 200 None
2026-03-26 04:17:06 [adesa.be] INFO: Scrape type for 10718174: 2
2026-03-26 04:17:06 [adesa.be] INFO: Scraping item 10718174 url https://www.openlane.eu/en/carv6/auction/10718174
2026-03-26 04:17:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:06 [adesa.be] INFO: Found listing with ID: 10718213
2026-03-26 04:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718213%27 HTTP/1.1" 200 None
2026-03-26 04:17:06 [adesa.be] INFO: Scrape type for 10718213: 0
2026-03-26 04:17:06 [adesa.be] INFO: Skipping item 10718213 url https://www.openlane.eu/en/carv6/auction/10718213
2026-03-26 04:17:06 [adesa.be] INFO: Found listing with ID: 10719732
2026-03-26 04:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719732%27 HTTP/1.1" 200 None
2026-03-26 04:17:06 [adesa.be] INFO: Scrape type for 10719732: 2
2026-03-26 04:17:06 [adesa.be] INFO: Scraping item 10719732 url https://www.openlane.eu/en/carv6/auction/10719732
2026-03-26 04:17:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:06 [adesa.be] INFO: Found listing with ID: 10719734
2026-03-26 04:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719734%27 HTTP/1.1" 200 None
2026-03-26 04:17:06 [adesa.be] INFO: Scrape type for 10719734: 2
2026-03-26 04:17:06 [adesa.be] INFO: Scraping item 10719734 url https://www.openlane.eu/en/carv6/auction/10719734
2026-03-26 04:17:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:06 [adesa.be] INFO: Found listing with ID: 10719731
2026-03-26 04:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719731%27 HTTP/1.1" 200 None
2026-03-26 04:17:06 [adesa.be] INFO: Scrape type for 10719731: 2
2026-03-26 04:17:06 [adesa.be] INFO: Scraping item 10719731 url https://www.openlane.eu/en/carv6/auction/10719731
2026-03-26 04:17:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:06 [adesa.be] INFO: Found listing with ID: 10719724
2026-03-26 04:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719724%27 HTTP/1.1" 200 None
2026-03-26 04:17:06 [adesa.be] INFO: Scrape type for 10719724: 2
2026-03-26 04:17:06 [adesa.be] INFO: Scraping item 10719724 url https://www.openlane.eu/en/carv6/auction/10719724
2026-03-26 04:17:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:06 [adesa.be] INFO: Found listing with ID: 10718167
2026-03-26 04:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718167%27 HTTP/1.1" 200 None
2026-03-26 04:17:06 [adesa.be] INFO: Scrape type for 10718167: 2
2026-03-26 04:17:06 [adesa.be] INFO: Scraping item 10718167 url https://www.openlane.eu/en/carv6/auction/10718167
2026-03-26 04:17:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:06 [adesa.be] INFO: Found listing with ID: 10719670
2026-03-26 04:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719670%27 HTTP/1.1" 200 None
2026-03-26 04:17:06 [adesa.be] INFO: Scrape type for 10719670: 2
2026-03-26 04:17:06 [adesa.be] INFO: Scraping item 10719670 url https://www.openlane.eu/en/carv6/auction/10719670
2026-03-26 04:17:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:06 [adesa.be] INFO: Found listing with ID: 10719725
2026-03-26 04:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719725%27 HTTP/1.1" 200 None
2026-03-26 04:17:06 [adesa.be] INFO: Scrape type for 10719725: 2
2026-03-26 04:17:06 [adesa.be] INFO: Scraping item 10719725 url https://www.openlane.eu/en/carv6/auction/10719725
2026-03-26 04:17:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:06 [adesa.be] INFO: Found listing with ID: 10719202
2026-03-26 04:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719202%27 HTTP/1.1" 200 None
2026-03-26 04:17:06 [adesa.be] INFO: Scrape type for 10719202: 2
2026-03-26 04:17:06 [adesa.be] INFO: Scraping item 10719202 url https://www.openlane.eu/en/carv6/auction/10719202
2026-03-26 04:17:06 [adesa.be] INFO: Found listing with ID: 10718141
2026-03-26 04:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718141%27 HTTP/1.1" 200 None
2026-03-26 04:17:06 [adesa.be] INFO: Scrape type for 10718141: 2
2026-03-26 04:17:06 [adesa.be] INFO: Scraping item 10718141 url https://www.openlane.eu/en/carv6/auction/10718141
2026-03-26 04:17:06 [adesa.be] INFO: Found listing with ID: 10719617
2026-03-26 04:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719617%27 HTTP/1.1" 200 None
2026-03-26 04:17:06 [adesa.be] INFO: Scrape type for 10719617: 2
2026-03-26 04:17:06 [adesa.be] INFO: Scraping item 10719617 url https://www.openlane.eu/en/carv6/auction/10719617
2026-03-26 04:17:06 [adesa.be] INFO: Found listing with ID: 10718189
2026-03-26 04:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718189%27 HTTP/1.1" 200 None
2026-03-26 04:17:06 [adesa.be] INFO: Scrape type for 10718189: 2
2026-03-26 04:17:06 [adesa.be] INFO: Scraping item 10718189 url https://www.openlane.eu/en/carv6/auction/10718189
2026-03-26 04:17:06 [adesa.be] INFO: Found listing with ID: 10719172
2026-03-26 04:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719172%27 HTTP/1.1" 200 None
2026-03-26 04:17:06 [adesa.be] INFO: Scrape type for 10719172: 2
2026-03-26 04:17:06 [adesa.be] INFO: Scraping item 10719172 url https://www.openlane.eu/en/carv6/auction/10719172
2026-03-26 04:17:06 [adesa.be] INFO: Found listing with ID: 10719665
2026-03-26 04:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719665%27 HTTP/1.1" 200 None
2026-03-26 04:17:06 [adesa.be] INFO: Scrape type for 10719665: 2
2026-03-26 04:17:06 [adesa.be] INFO: Scraping item 10719665 url https://www.openlane.eu/en/carv6/auction/10719665
2026-03-26 04:17:06 [scrapy.extensions.logstats] INFO: Crawled 26 pages (at 23 pages/min), scraped 16 items (at 14 items/min)
2026-03-26 04:17:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 169MiB
2026-03-26 04:17:06 [adesa.be] INFO: Found listing with ID: 10719663
2026-03-26 04:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719663%27 HTTP/1.1" 200 None
2026-03-26 04:17:06 [adesa.be] INFO: Scrape type for 10719663: 2
2026-03-26 04:17:06 [adesa.be] INFO: Scraping item 10719663 url https://www.openlane.eu/en/carv6/auction/10719663
2026-03-26 04:17:06 [adesa.be] INFO: Found listing with ID: 10719667
2026-03-26 04:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719667%27 HTTP/1.1" 200 None
2026-03-26 04:17:06 [adesa.be] INFO: Scrape type for 10719667: 2
2026-03-26 04:17:06 [adesa.be] INFO: Scraping item 10719667 url https://www.openlane.eu/en/carv6/auction/10719667
2026-03-26 04:17:06 [adesa.be] INFO: Found listing with ID: 10719666
2026-03-26 04:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719666%27 HTTP/1.1" 200 None
2026-03-26 04:17:06 [adesa.be] INFO: Scrape type for 10719666: 2
2026-03-26 04:17:06 [adesa.be] INFO: Scraping item 10719666 url https://www.openlane.eu/en/carv6/auction/10719666
2026-03-26 04:17:06 [adesa.be] INFO: Found listing with ID: 10718181
2026-03-26 04:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718181%27 HTTP/1.1" 200 None
2026-03-26 04:17:06 [adesa.be] INFO: Scrape type for 10718181: 2
2026-03-26 04:17:06 [adesa.be] INFO: Scraping item 10718181 url https://www.openlane.eu/en/carv6/auction/10718181
2026-03-26 04:17:06 [adesa.be] INFO: Found listing with ID: 10718148
2026-03-26 04:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718148%27 HTTP/1.1" 200 None
2026-03-26 04:17:06 [adesa.be] INFO: Scrape type for 10718148: 2
2026-03-26 04:17:06 [adesa.be] INFO: Scraping item 10718148 url https://www.openlane.eu/en/carv6/auction/10718148
2026-03-26 04:17:06 [adesa.be] INFO: Found listing with ID: 10718170
2026-03-26 04:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718170%27 HTTP/1.1" 200 None
2026-03-26 04:17:06 [adesa.be] INFO: Scrape type for 10718170: 2
2026-03-26 04:17:06 [adesa.be] INFO: Scraping item 10718170 url https://www.openlane.eu/en/carv6/auction/10718170
2026-03-26 04:17:06 [adesa.be] INFO: Found listing with ID: 10718130
2026-03-26 04:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718130%27 HTTP/1.1" 200 None
2026-03-26 04:17:06 [adesa.be] INFO: Scrape type for 10718130: 2
2026-03-26 04:17:06 [adesa.be] INFO: Scraping item 10718130 url https://www.openlane.eu/en/carv6/auction/10718130
2026-03-26 04:17:06 [adesa.be] INFO: Found listing with ID: 10718220
2026-03-26 04:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718220%27 HTTP/1.1" 200 None
2026-03-26 04:17:06 [adesa.be] INFO: Scrape type for 10718220: 0
2026-03-26 04:17:06 [adesa.be] INFO: Skipping item 10718220 url https://www.openlane.eu/en/carv6/auction/10718220
2026-03-26 04:17:06 [adesa.be] INFO: Found listing with ID: 10718109
2026-03-26 04:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718109%27 HTTP/1.1" 200 None
2026-03-26 04:17:06 [adesa.be] INFO: Scrape type for 10718109: 0
2026-03-26 04:17:06 [adesa.be] INFO: Skipping item 10718109 url https://www.openlane.eu/en/carv6/auction/10718109
2026-03-26 04:17:06 [adesa.be] INFO: Found listing with ID: 10719672
2026-03-26 04:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719672%27 HTTP/1.1" 200 None
2026-03-26 04:17:06 [adesa.be] INFO: Scrape type for 10719672: 0
2026-03-26 04:17:06 [adesa.be] INFO: Skipping item 10719672 url https://www.openlane.eu/en/carv6/auction/10719672
2026-03-26 04:17:06 [adesa.be] INFO: Found listing with ID: 10718214
2026-03-26 04:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718214%27 HTTP/1.1" 200 None
2026-03-26 04:17:06 [adesa.be] INFO: Scrape type for 10718214: 2
2026-03-26 04:17:06 [adesa.be] INFO: Scraping item 10718214 url https://www.openlane.eu/en/carv6/auction/10718214
2026-03-26 04:17:06 [adesa.be] INFO: Found listing with ID: 10719178
2026-03-26 04:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719178%27 HTTP/1.1" 200 None
2026-03-26 04:17:06 [adesa.be] INFO: Scrape type for 10719178: 2
2026-03-26 04:17:06 [adesa.be] INFO: Scraping item 10719178 url https://www.openlane.eu/en/carv6/auction/10719178
2026-03-26 04:17:06 [adesa.be] INFO: Found listing with ID: 10719729
2026-03-26 04:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719729%27 HTTP/1.1" 200 None
2026-03-26 04:17:06 [adesa.be] INFO: Scrape type for 10719729: 2
2026-03-26 04:17:06 [adesa.be] INFO: Scraping item 10719729 url https://www.openlane.eu/en/carv6/auction/10719729
2026-03-26 04:17:06 [adesa.be] INFO: Found listing with ID: 10718156
2026-03-26 04:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718156%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10718156: 2
2026-03-26 04:17:07 [adesa.be] INFO: Scraping item 10718156 url https://www.openlane.eu/en/carv6/auction/10718156
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10719588
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719588%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10719588: 2
2026-03-26 04:17:07 [adesa.be] INFO: Scraping item 10719588 url https://www.openlane.eu/en/carv6/auction/10719588
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10718157
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718157%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10718157: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10718157 url https://www.openlane.eu/en/carv6/auction/10718157
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10718218
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718218%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10718218: 2
2026-03-26 04:17:07 [adesa.be] INFO: Scraping item 10718218 url https://www.openlane.eu/en/carv6/auction/10718218
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10718160
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718160%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10718160: 2
2026-03-26 04:17:07 [adesa.be] INFO: Scraping item 10718160 url https://www.openlane.eu/en/carv6/auction/10718160
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10719735
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719735%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10719735: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10719735 url https://www.openlane.eu/en/carv6/auction/10719735
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10718138
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718138%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10718138: 2
2026-03-26 04:17:07 [adesa.be] INFO: Scraping item 10718138 url https://www.openlane.eu/en/carv6/auction/10718138
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10719176
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719176%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10719176: 2
2026-03-26 04:17:07 [adesa.be] INFO: Scraping item 10719176 url https://www.openlane.eu/en/carv6/auction/10719176
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10719154
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719154%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10719154: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10719154 url https://www.openlane.eu/en/carv6/auction/10719154
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10719211
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719211%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10719211: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10719211 url https://www.openlane.eu/en/carv6/auction/10719211
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10724687
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724687%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10724687: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10724687 url https://www.openlane.eu/en/carv6/auction/10724687
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10724660
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724660%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10724660: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10724660 url https://www.openlane.eu/en/carv6/auction/10724660
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10727078
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727078%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10727078: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10727078 url https://www.openlane.eu/en/carv6/auction/10727078
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10725682
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725682%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10725682: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10725682 url https://www.openlane.eu/en/carv6/auction/10725682
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10724545
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724545%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10724545: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10724545 url https://www.openlane.eu/en/carv6/auction/10724545
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10724603
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724603%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10724603: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10724603 url https://www.openlane.eu/en/carv6/auction/10724603
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10724611
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724611%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10724611: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10724611 url https://www.openlane.eu/en/carv6/auction/10724611
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10724595
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724595%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10724595: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10724595 url https://www.openlane.eu/en/carv6/auction/10724595
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10724593
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724593%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10724593: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10724593 url https://www.openlane.eu/en/carv6/auction/10724593
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10724604
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724604%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10724604: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10724604 url https://www.openlane.eu/en/carv6/auction/10724604
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10724670
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724670%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10724670: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10724670 url https://www.openlane.eu/en/carv6/auction/10724670
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10724588
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724588%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10724588: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10724588 url https://www.openlane.eu/en/carv6/auction/10724588
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10724704
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724704%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10724704: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10724704 url https://www.openlane.eu/en/carv6/auction/10724704
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10725631
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725631%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10725631: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10725631 url https://www.openlane.eu/en/carv6/auction/10725631
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10724707
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724707%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10724707: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10724707 url https://www.openlane.eu/en/carv6/auction/10724707
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10724599
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724599%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10724599: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10724599 url https://www.openlane.eu/en/carv6/auction/10724599
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10724759
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724759%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10724759: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10724759 url https://www.openlane.eu/en/carv6/auction/10724759
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10724712
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724712%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10724712: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10724712 url https://www.openlane.eu/en/carv6/auction/10724712
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10725615
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725615%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10725615: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10725615 url https://www.openlane.eu/en/carv6/auction/10725615
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10724765
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724765%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10724765: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10724765 url https://www.openlane.eu/en/carv6/auction/10724765
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10724591
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724591%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10724591: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10724591 url https://www.openlane.eu/en/carv6/auction/10724591
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10724761
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724761%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10724761: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10724761 url https://www.openlane.eu/en/carv6/auction/10724761
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10724566
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724566%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10724566: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10724566 url https://www.openlane.eu/en/carv6/auction/10724566
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10727082
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727082%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10727082: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10727082 url https://www.openlane.eu/en/carv6/auction/10727082
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10724561
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724561%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10724561: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10724561 url https://www.openlane.eu/en/carv6/auction/10724561
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10724579
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724579%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10724579: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10724579 url https://www.openlane.eu/en/carv6/auction/10724579
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10724596
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724596%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10724596: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10724596 url https://www.openlane.eu/en/carv6/auction/10724596
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10724605
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724605%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10724605: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10724605 url https://www.openlane.eu/en/carv6/auction/10724605
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10724543
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724543%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10724543: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10724543 url https://www.openlane.eu/en/carv6/auction/10724543
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10727076
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727076%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10727076: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10727076 url https://www.openlane.eu/en/carv6/auction/10727076
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10724576
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724576%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10724576: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10724576 url https://www.openlane.eu/en/carv6/auction/10724576
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10724530
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724530%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10724530: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10724530 url https://www.openlane.eu/en/carv6/auction/10724530
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10724590
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724590%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10724590: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10724590 url https://www.openlane.eu/en/carv6/auction/10724590
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10727095
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727095%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10727095: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10727095 url https://www.openlane.eu/en/carv6/auction/10727095
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10724706
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724706%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10724706: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10724706 url https://www.openlane.eu/en/carv6/auction/10724706
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10727062
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727062%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10727062: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10727062 url https://www.openlane.eu/en/carv6/auction/10727062
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10724540
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724540%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10724540: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10724540 url https://www.openlane.eu/en/carv6/auction/10724540
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10725608
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725608%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10725608: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10725608 url https://www.openlane.eu/en/carv6/auction/10725608
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10725621
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725621%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10725621: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10725621 url https://www.openlane.eu/en/carv6/auction/10725621
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10724613
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724613%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10724613: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10724613 url https://www.openlane.eu/en/carv6/auction/10724613
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10727094
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727094%27 HTTP/1.1" 200 None
2026-03-26 04:17:07 [adesa.be] INFO: Scrape type for 10727094: 0
2026-03-26 04:17:07 [adesa.be] INFO: Skipping item 10727094 url https://www.openlane.eu/en/carv6/auction/10727094
2026-03-26 04:17:07 [adesa.be] INFO: Found listing with ID: 10727071
2026-03-26 04:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710727071%27 HTTP/1.1" 200 None
2026-03-26 04:17:08 [adesa.be] INFO: Scrape type for 10727071: 0
2026-03-26 04:17:08 [adesa.be] INFO: Skipping item 10727071 url https://www.openlane.eu/en/carv6/auction/10727071
2026-03-26 04:17:08 [adesa.be] INFO: Found listing with ID: 10724563
2026-03-26 04:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724563%27 HTTP/1.1" 200 None
2026-03-26 04:17:08 [adesa.be] INFO: Scrape type for 10724563: 0
2026-03-26 04:17:08 [adesa.be] INFO: Skipping item 10724563 url https://www.openlane.eu/en/carv6/auction/10724563
2026-03-26 04:17:08 [adesa.be] INFO: Found listing with ID: 10724531
2026-03-26 04:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724531%27 HTTP/1.1" 200 None
2026-03-26 04:17:08 [adesa.be] INFO: Scrape type for 10724531: 0
2026-03-26 04:17:08 [adesa.be] INFO: Skipping item 10724531 url https://www.openlane.eu/en/carv6/auction/10724531
2026-03-26 04:17:08 [adesa.be] INFO: Found listing with ID: 10724538
2026-03-26 04:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724538%27 HTTP/1.1" 200 None
2026-03-26 04:17:08 [adesa.be] INFO: Scrape type for 10724538: 0
2026-03-26 04:17:08 [adesa.be] INFO: Skipping item 10724538 url https://www.openlane.eu/en/carv6/auction/10724538
2026-03-26 04:17:08 [adesa.be] INFO: Found listing with ID: 10727064
2026-03-26 04:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710727064%27 HTTP/1.1" 200 None
2026-03-26 04:17:08 [adesa.be] INFO: Scrape type for 10727064: 0
2026-03-26 04:17:08 [adesa.be] INFO: Skipping item 10727064 url https://www.openlane.eu/en/carv6/auction/10727064
2026-03-26 04:17:08 [adesa.be] INFO: Found listing with ID: 10724659
2026-03-26 04:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724659%27 HTTP/1.1" 200 None
2026-03-26 04:17:08 [adesa.be] INFO: Scrape type for 10724659: 0
2026-03-26 04:17:08 [adesa.be] INFO: Skipping item 10724659 url https://www.openlane.eu/en/carv6/auction/10724659
2026-03-26 04:17:08 [adesa.be] INFO: Found listing with ID: 10724787
2026-03-26 04:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724787%27 HTTP/1.1" 200 None
2026-03-26 04:17:08 [adesa.be] INFO: Scrape type for 10724787: 0
2026-03-26 04:17:08 [adesa.be] INFO: Skipping item 10724787 url https://www.openlane.eu/en/carv6/auction/10724787
2026-03-26 04:17:08 [adesa.be] INFO: Found listing with ID: 10724708
2026-03-26 04:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724708%27 HTTP/1.1" 200 None
2026-03-26 04:17:08 [adesa.be] INFO: Scrape type for 10724708: 0
2026-03-26 04:17:08 [adesa.be] INFO: Skipping item 10724708 url https://www.openlane.eu/en/carv6/auction/10724708
2026-03-26 04:17:08 [adesa.be] INFO: Found listing with ID: 10727074
2026-03-26 04:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710727074%27 HTTP/1.1" 200 None
2026-03-26 04:17:08 [adesa.be] INFO: Scrape type for 10727074: 0
2026-03-26 04:17:08 [adesa.be] INFO: Skipping item 10727074 url https://www.openlane.eu/en/carv6/auction/10727074
2026-03-26 04:17:08 [adesa.be] INFO: Found listing with ID: 10724643
2026-03-26 04:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724643%27 HTTP/1.1" 200 None
2026-03-26 04:17:08 [adesa.be] INFO: Scrape type for 10724643: 0
2026-03-26 04:17:08 [adesa.be] INFO: Skipping item 10724643 url https://www.openlane.eu/en/carv6/auction/10724643
2026-03-26 04:17:08 [adesa.be] INFO: Found listing with ID: 10724785
2026-03-26 04:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724785%27 HTTP/1.1" 200 None
2026-03-26 04:17:08 [adesa.be] INFO: Scrape type for 10724785: 0
2026-03-26 04:17:08 [adesa.be] INFO: Skipping item 10724785 url https://www.openlane.eu/en/carv6/auction/10724785
2026-03-26 04:17:08 [adesa.be] INFO: Found listing with ID: 10725645
2026-03-26 04:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725645%27 HTTP/1.1" 200 None
2026-03-26 04:17:08 [adesa.be] INFO: Scrape type for 10725645: 0
2026-03-26 04:17:08 [adesa.be] INFO: Skipping item 10725645 url https://www.openlane.eu/en/carv6/auction/10725645
2026-03-26 04:17:08 [adesa.be] INFO: Found listing with ID: 10724788
2026-03-26 04:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724788%27 HTTP/1.1" 200 None
2026-03-26 04:17:08 [adesa.be] INFO: Scrape type for 10724788: 0
2026-03-26 04:17:08 [adesa.be] INFO: Skipping item 10724788 url https://www.openlane.eu/en/carv6/auction/10724788
2026-03-26 04:17:08 [adesa.be] INFO: Found listing with ID: 10725611
2026-03-26 04:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725611%27 HTTP/1.1" 200 None
2026-03-26 04:17:08 [adesa.be] INFO: Scrape type for 10725611: 0
2026-03-26 04:17:08 [adesa.be] INFO: Skipping item 10725611 url https://www.openlane.eu/en/carv6/auction/10725611
2026-03-26 04:17:08 [adesa.be] INFO: Found listing with ID: 10724548
2026-03-26 04:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724548%27 HTTP/1.1" 200 None
2026-03-26 04:17:08 [adesa.be] INFO: Scrape type for 10724548: 0
2026-03-26 04:17:08 [adesa.be] INFO: Skipping item 10724548 url https://www.openlane.eu/en/carv6/auction/10724548
2026-03-26 04:17:08 [adesa.be] INFO: Found listing with ID: 10724541
2026-03-26 04:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724541%27 HTTP/1.1" 200 None
2026-03-26 04:17:08 [adesa.be] INFO: Scrape type for 10724541: 0
2026-03-26 04:17:08 [adesa.be] INFO: Skipping item 10724541 url https://www.openlane.eu/en/carv6/auction/10724541
2026-03-26 04:17:08 [adesa.be] INFO: Found listing with ID: 10724571
2026-03-26 04:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724571%27 HTTP/1.1" 200 None
2026-03-26 04:17:08 [adesa.be] INFO: Scrape type for 10724571: 0
2026-03-26 04:17:08 [adesa.be] INFO: Skipping item 10724571 url https://www.openlane.eu/en/carv6/auction/10724571
2026-03-26 04:17:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10719734> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10719732> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10718177> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10718174> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10719731> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 105f642d-a8bb-5b20-8307-7c8eb0edc182 with identifier: 10719734
2026-03-26 04:17:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 105f642d-a8bb-5b20-8307-7c8eb0edc182 with scrape type 2
2026-03-26 04:17:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 105f642d-a8bb-5b20-8307-7c8eb0edc182 with scrape type 2
2026-03-26 04:17:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 105f642d-a8bb-5b20-8307-7c8eb0edc182, identifier: 10719734
2026-03-26 04:17:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4715304a-f13b-5fc6-b371-0fa137dfc99c with identifier: 10719732
2026-03-26 04:17:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4715304a-f13b-5fc6-b371-0fa137dfc99c with scrape type 2
2026-03-26 04:17:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4715304a-f13b-5fc6-b371-0fa137dfc99c with scrape type 2
2026-03-26 04:17:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 4715304a-f13b-5fc6-b371-0fa137dfc99c, identifier: 10719732
2026-03-26 04:17:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 105f642d-a8bb-5b20-8307-7c8eb0edc182 with identifier: 10719734
2026-03-26 04:17:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 04:17:08 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=CNG HTTP/1.1" 200 None
2026-03-26 04:17:09 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 04:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 04:17:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 105f642d-a8bb-5b20-8307-7c8eb0edc182 with identifier: 10719734
2026-03-26 04:17:09 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 105f642d-a8bb-5b20-8307-7c8eb0edc182 with identifier: 10719734 to the API
2026-03-26 04:17:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:17: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-26 04:17:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10719734>
{'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-27T09:30: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=10719734',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 259298,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 4500,
'price_includes_vat': True,
'registration_date': '2017-09-06',
'seats_number': 5,
'seller_name': None,
'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-26 04:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710719734%27 HTTP/1.1" 200 None
2026-03-26 04:17:09 [adesa.be] INFO: Saving data for 10719734: {'auction_closing_time': 1774603800.0, 'created_time': 1774412150.125852, 'last_price_update_time': 1774498629.279625}
2026-03-26 04:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10719734') HTTP/1.1" 204 0
2026-03-26 04:17:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 4715304a-f13b-5fc6-b371-0fa137dfc99c with identifier: 10719732
2026-03-26 04:17:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 4715304a-f13b-5fc6-b371-0fa137dfc99c with identifier: 10719732
2026-03-26 04:17:09 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 4715304a-f13b-5fc6-b371-0fa137dfc99c with identifier: 10719732 to the API
2026-03-26 04:17:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:17: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-26 04:17:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10719732>
{'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-27T09:30: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=10719732',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 188416,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 5200,
'price_includes_vat': True,
'registration_date': '2017-02-07',
'seats_number': 5,
'seller_name': None,
'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-26 04:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710719732%27 HTTP/1.1" 200 None
2026-03-26 04:17:09 [adesa.be] INFO: Saving data for 10719732: {'auction_closing_time': 1774603800.0, 'created_time': 1774412204.700482, 'last_price_update_time': 1774498629.664885}
2026-03-26 04:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10719732') HTTP/1.1" 204 0
2026-03-26 04:17:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10719670> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10718167> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ea6dde3-e6e5-544a-b118-00c6a198615b with identifier: 10718177
2026-03-26 04:17:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ea6dde3-e6e5-544a-b118-00c6a198615b with scrape type 2
2026-03-26 04:17:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ea6dde3-e6e5-544a-b118-00c6a198615b with scrape type 2
2026-03-26 04:17:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 3ea6dde3-e6e5-544a-b118-00c6a198615b, identifier: 10718177
2026-03-26 04:17:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 426c5c5d-0c0f-592c-8ae0-50b75f0a4239 with identifier: 10718174
2026-03-26 04:17:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 426c5c5d-0c0f-592c-8ae0-50b75f0a4239 with scrape type 2
2026-03-26 04:17:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 426c5c5d-0c0f-592c-8ae0-50b75f0a4239 with scrape type 2
2026-03-26 04:17:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 426c5c5d-0c0f-592c-8ae0-50b75f0a4239, identifier: 10718174
2026-03-26 04:17:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca5d66a3-cb2e-5b27-8497-6a89f5c956d6 with identifier: 10719731
2026-03-26 04:17:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca5d66a3-cb2e-5b27-8497-6a89f5c956d6 with scrape type 2
2026-03-26 04:17:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca5d66a3-cb2e-5b27-8497-6a89f5c956d6 with scrape type 2
2026-03-26 04:17:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: ca5d66a3-cb2e-5b27-8497-6a89f5c956d6, identifier: 10719731
2026-03-26 04:17:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 3ea6dde3-e6e5-544a-b118-00c6a198615b with identifier: 10718177
2026-03-26 04:17:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 3ea6dde3-e6e5-544a-b118-00c6a198615b with identifier: 10718177
2026-03-26 04:17:10 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 3ea6dde3-e6e5-544a-b118-00c6a198615b with identifier: 10718177 to the API
2026-03-26 04:17:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:17: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-26 04:17:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10718177>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 6,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 95,
'expiration_date': '2026-03-27T09:30:00Z',
'fuel_type': 'Diesel',
'id': '3ea6dde3-e6e5-544a-b118-00c6a198615b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BDS550',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10718177',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 57578,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 3650,
'price_includes_vat': True,
'registration_date': '2021-10-14',
'seats_number': 2,
'seller_name': None,
'title': 'Renault Kangoo Express 1.5 DCI Comfort - Diesel - Manual - 95 hp - '
'57.578 km',
'transmission': 'manual',
'trim': 'Comfort',
'vin': None,
'year': 2021}
2026-03-26 04:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718177%27 HTTP/1.1" 200 None
2026-03-26 04:17:10 [adesa.be] INFO: Saving data for 10718177: {'auction_closing_time': 1774603800.0, 'created_time': 1774412223.439232, 'last_price_update_time': 1774498630.232164}
2026-03-26 04:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10718177') HTTP/1.1" 204 0
2026-03-26 04:17:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 426c5c5d-0c0f-592c-8ae0-50b75f0a4239 with identifier: 10718174
2026-03-26 04:17:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 426c5c5d-0c0f-592c-8ae0-50b75f0a4239 with identifier: 10718174
2026-03-26 04:17:10 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 426c5c5d-0c0f-592c-8ae0-50b75f0a4239 with identifier: 10718174 to the API
2026-03-26 04:17:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:17: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-26 04:17:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10718174>
{'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': 60,
'expiration_date': '2026-03-27T09:30:00Z',
'fuel_type': 'Petrol',
'id': '426c5c5d-0c0f-592c-8ae0-50b75f0a4239',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': '1LPT192',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10718174',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Fabia',
'odometer': 24641,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 4600,
'price_includes_vat': True,
'registration_date': '2015-11-09',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Fabia 1.0i Active - Petrol - Manual - 60 hp - 24.641 km',
'transmission': 'manual',
'trim': 'Active',
'vin': None,
'year': 2015}
2026-03-26 04:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718174%27 HTTP/1.1" 200 None
2026-03-26 04:17:10 [adesa.be] INFO: Saving data for 10718174: {'auction_closing_time': 1774603800.0, 'created_time': 1774412222.780322, 'last_price_update_time': 1774498630.502508}
2026-03-26 04:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10718174') HTTP/1.1" 204 0
2026-03-26 04:17:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: ca5d66a3-cb2e-5b27-8497-6a89f5c956d6 with identifier: 10719731
2026-03-26 04:17:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: ca5d66a3-cb2e-5b27-8497-6a89f5c956d6 with identifier: 10719731
2026-03-26 04:17:10 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: ca5d66a3-cb2e-5b27-8497-6a89f5c956d6 with identifier: 10719731 to the API
2026-03-26 04:17:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:17: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-26 04:17:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10719731>
{'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-27T09:30: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=10719731',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 199288,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 6200,
'price_includes_vat': True,
'registration_date': '2020-02-20',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Octavia Combi 1.5 Style - CNG - Automatic - 130 hp - 199.288 '
'km',
'transmission': 'automatic',
'trim': 'Style',
'vin': None,
'year': 2020}
2026-03-26 04:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719731%27 HTTP/1.1" 200 None
2026-03-26 04:17:10 [adesa.be] INFO: Saving data for 10719731: {'auction_closing_time': 1774603800.0, 'created_time': 1774412204.378693, 'last_price_update_time': 1774498630.772714}
2026-03-26 04:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10719731') HTTP/1.1" 204 0
2026-03-26 04:17:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4cc3b75f-2746-5674-bc0b-1e4a58fdd490 with identifier: 10719670
2026-03-26 04:17:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4cc3b75f-2746-5674-bc0b-1e4a58fdd490 with scrape type 2
2026-03-26 04:17:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4cc3b75f-2746-5674-bc0b-1e4a58fdd490 with scrape type 2
2026-03-26 04:17:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 4cc3b75f-2746-5674-bc0b-1e4a58fdd490, identifier: 10719670
2026-03-26 04:17:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7fe5e74a-a15b-530f-b6cc-41e11631eaa3 with identifier: 10718167
2026-03-26 04:17:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7fe5e74a-a15b-530f-b6cc-41e11631eaa3 with scrape type 2
2026-03-26 04:17:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7fe5e74a-a15b-530f-b6cc-41e11631eaa3 with scrape type 2
2026-03-26 04:17:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 7fe5e74a-a15b-530f-b6cc-41e11631eaa3, identifier: 10718167
2026-03-26 04:17:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 4cc3b75f-2746-5674-bc0b-1e4a58fdd490 with identifier: 10719670
2026-03-26 04:17:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 4cc3b75f-2746-5674-bc0b-1e4a58fdd490 with identifier: 10719670
2026-03-26 04:17:11 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 4cc3b75f-2746-5674-bc0b-1e4a58fdd490 with identifier: 10719670 to the API
2026-03-26 04:17:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:17: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-26 04:17:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10719670>
{'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-27T09:30: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=10719670',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 181106,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 5500,
'price_includes_vat': True,
'registration_date': '2019-04-30',
'seats_number': 5,
'seller_name': None,
'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-26 04:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719670%27 HTTP/1.1" 200 None
2026-03-26 04:17:11 [adesa.be] INFO: Saving data for 10719670: {'auction_closing_time': 1774603800.0, 'created_time': 1774412208.3794, 'last_price_update_time': 1774498631.26276}
2026-03-26 04:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10719670') HTTP/1.1" 204 0
2026-03-26 04:17:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 7fe5e74a-a15b-530f-b6cc-41e11631eaa3 with identifier: 10718167
2026-03-26 04:17:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 7fe5e74a-a15b-530f-b6cc-41e11631eaa3 with identifier: 10718167
2026-03-26 04:17:11 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 7fe5e74a-a15b-530f-b6cc-41e11631eaa3 with identifier: 10718167 to the API
2026-03-26 04:17:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:17: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-26 04:17:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10718167>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 115,
'expiration_date': '2026-03-27T09:30:00Z',
'fuel_type': 'Diesel',
'id': '7fe5e74a-a15b-530f-b6cc-41e11631eaa3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': '2ACE804',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10718167',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 229054,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 5700,
'price_includes_vat': True,
'registration_date': '2017-11-02',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Octavia Combi 1.6 TDI Ambition - Diesel - Automatic - 115 hp '
'- 229.054 km',
'transmission': 'automatic',
'trim': 'Ambition',
'vin': None,
'year': 2017}
2026-03-26 04:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718167%27 HTTP/1.1" 200 None
2026-03-26 04:17:11 [adesa.be] INFO: Saving data for 10718167: {'auction_closing_time': 1774603800.0, 'created_time': 1774412202.858165, 'last_price_update_time': 1774498631.52925}
2026-03-26 04:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10718167') HTTP/1.1" 204 0
2026-03-26 04:17:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10719202> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10718189> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10719725> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 396a7817-6d2d-5c50-88d3-25d3e97054bc with identifier: 10719202
2026-03-26 04:17:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 396a7817-6d2d-5c50-88d3-25d3e97054bc with scrape type 2
2026-03-26 04:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 396a7817-6d2d-5c50-88d3-25d3e97054bc with scrape type 2
2026-03-26 04:17:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 396a7817-6d2d-5c50-88d3-25d3e97054bc, identifier: 10719202
2026-03-26 04:17:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 396a7817-6d2d-5c50-88d3-25d3e97054bc with identifier: 10719202
2026-03-26 04:17:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 396a7817-6d2d-5c50-88d3-25d3e97054bc with identifier: 10719202
2026-03-26 04:17:11 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 396a7817-6d2d-5c50-88d3-25d3e97054bc with identifier: 10719202 to the API
2026-03-26 04:17:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:17: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-26 04:17:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10719202>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': 'MPV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'engine_horse_power': 90,
'expiration_date': '2026-03-27T09:30:00Z',
'fuel_type': 'Diesel',
'id': '396a7817-6d2d-5c50-88d3-25d3e97054bc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': '1FEX116',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10719202',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Roomster',
'odometer': 201804,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 1600,
'price_includes_vat': True,
'registration_date': '2014-04-07',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Roomster 1.6 TDI Ambition - Diesel - Manual - 90 hp - 201.804 '
'km',
'transmission': 'manual',
'trim': 'Ambition',
'vin': None,
'year': 2014}
2026-03-26 04:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719202%27 HTTP/1.1" 200 None
2026-03-26 04:17:12 [adesa.be] INFO: Saving data for 10719202: {'auction_closing_time': 1774603800.0, 'created_time': 1774412208.730263, 'last_price_update_time': 1774498632.100526}
2026-03-26 04:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10719202') HTTP/1.1" 204 0
2026-03-26 04:17:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10718141> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04:17:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c5dd822-bd13-5387-97ea-bae72b16227e with identifier: 10718189
2026-03-26 04:17:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c5dd822-bd13-5387-97ea-bae72b16227e with scrape type 2
2026-03-26 04:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c5dd822-bd13-5387-97ea-bae72b16227e with scrape type 2
2026-03-26 04:17:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 2c5dd822-bd13-5387-97ea-bae72b16227e, identifier: 10718189
2026-03-26 04:17:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d246c16-7954-53c4-ab36-0f19693ca4ed with identifier: 10719725
2026-03-26 04:17:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d246c16-7954-53c4-ab36-0f19693ca4ed with scrape type 2
2026-03-26 04:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d246c16-7954-53c4-ab36-0f19693ca4ed with scrape type 2
2026-03-26 04:17:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 4d246c16-7954-53c4-ab36-0f19693ca4ed, identifier: 10719725
2026-03-26 04:17:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 2c5dd822-bd13-5387-97ea-bae72b16227e with identifier: 10718189
2026-03-26 04:17:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 2c5dd822-bd13-5387-97ea-bae72b16227e with identifier: 10718189
2026-03-26 04:17:12 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 2c5dd822-bd13-5387-97ea-bae72b16227e with identifier: 10718189 to the API
2026-03-26 04:17:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:17: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-26 04:17:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10718189>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Compact',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.4L',
'engine_horse_power': 90,
'expiration_date': '2026-03-27T09:30:00Z',
'fuel_type': 'Diesel',
'id': '2c5dd822-bd13-5387-97ea-bae72b16227e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': '1DUP933',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10718189',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Toyota',
'model': 'Yaris',
'odometer': 268433,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 700,
'price_includes_vat': True,
'registration_date': '2008-03-31',
'seats_number': 5,
'seller_name': None,
'title': 'Toyota Yaris 1.4 Luna - Diesel - Manual - 90 hp - 268.433 km',
'transmission': 'manual',
'trim': 'Luna',
'vin': None,
'year': 2008}
2026-03-26 04:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718189%27 HTTP/1.1" 200 None
2026-03-26 04:17:12 [adesa.be] INFO: Saving data for 10718189: {'auction_closing_time': 1774603800.0, 'created_time': 1774412184.437545, 'last_price_update_time': 1774498632.552383}
2026-03-26 04:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10718189') HTTP/1.1" 204 0
2026-03-26 04:17:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 4d246c16-7954-53c4-ab36-0f19693ca4ed with identifier: 10719725
2026-03-26 04:17:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 4d246c16-7954-53c4-ab36-0f19693ca4ed with identifier: 10719725
2026-03-26 04:17:12 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 4d246c16-7954-53c4-ab36-0f19693ca4ed with identifier: 10719725 to the API
2026-03-26 04:17:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:17: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-26 04:17:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10719725>
{'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': 115,
'expiration_date': '2026-03-27T09:30:00Z',
'fuel_type': 'Diesel',
'id': '4d246c16-7954-53c4-ab36-0f19693ca4ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'J0125586',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10719725',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 159484,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 6500,
'price_includes_vat': True,
'registration_date': '2017-08-12',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Octavia Combi 1.6 TDI Style - Diesel - Manual - 115 hp - '
'159.484 km',
'transmission': 'manual',
'trim': 'Style',
'vin': None,
'year': 2017}
2026-03-26 04:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719725%27 HTTP/1.1" 200 None
2026-03-26 04:17:12 [adesa.be] INFO: Saving data for 10719725: {'auction_closing_time': 1774603800.0, 'created_time': 1774412206.032689, 'last_price_update_time': 1774498632.821202}
2026-03-26 04:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10719725') HTTP/1.1" 204 0
2026-03-26 04:17:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8dc2b57b-70af-5e01-a69c-8cd76154f221 with identifier: 10718141
2026-03-26 04:17:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8dc2b57b-70af-5e01-a69c-8cd76154f221 with scrape type 2
2026-03-26 04:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8dc2b57b-70af-5e01-a69c-8cd76154f221 with scrape type 2
2026-03-26 04:17:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 8dc2b57b-70af-5e01-a69c-8cd76154f221, identifier: 10718141
2026-03-26 04:17:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 8dc2b57b-70af-5e01-a69c-8cd76154f221 with identifier: 10718141
2026-03-26 04:17:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 8dc2b57b-70af-5e01-a69c-8cd76154f221 with identifier: 10718141
2026-03-26 04:17:13 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 8dc2b57b-70af-5e01-a69c-8cd76154f221 with identifier: 10718141 to the API
2026-03-26 04:17:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:17: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-26 04:17:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10718141>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Brown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.4L',
'engine_horse_power': 156,
'expiration_date': '2026-03-27T09:30:00Z',
'fuel_type': 'Hybrid',
'id': '8dc2b57b-70af-5e01-a69c-8cd76154f221',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'TXA653',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10718141',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Superb',
'odometer': 224852,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 11600,
'price_includes_vat': True,
'registration_date': '2020-02-11',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Superb Combi 1.4 TSI Ambition - Hybrid - Automatic - 156 hp - '
'224.852 km',
'transmission': 'automatic',
'trim': 'Ambition',
'vin': None,
'year': 2020}
2026-03-26 04:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718141%27 HTTP/1.1" 200 None
2026-03-26 04:17:13 [adesa.be] INFO: Saving data for 10718141: {'auction_closing_time': 1774603800.0, 'created_time': 1774412188.036703, 'last_price_update_time': 1774498633.202929}
2026-03-26 04:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10718141') HTTP/1.1" 204 0
2026-03-26 04:17:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10719172> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b768b8c-a55d-5fa3-975a-b075671d3da0 with identifier: 10719172
2026-03-26 04:17:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b768b8c-a55d-5fa3-975a-b075671d3da0 with scrape type 2
2026-03-26 04:17:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b768b8c-a55d-5fa3-975a-b075671d3da0 with scrape type 2
2026-03-26 04:17:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 8b768b8c-a55d-5fa3-975a-b075671d3da0, identifier: 10719172
2026-03-26 04:17:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 8b768b8c-a55d-5fa3-975a-b075671d3da0 with identifier: 10719172
2026-03-26 04:17:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 8b768b8c-a55d-5fa3-975a-b075671d3da0 with identifier: 10719172
2026-03-26 04:17:13 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 8b768b8c-a55d-5fa3-975a-b075671d3da0 with identifier: 10719172 to the API
2026-03-26 04:17:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:17: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-26 04:17:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10719172>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Pickup',
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'engine_horse_power': 258,
'expiration_date': '2026-03-27T09:30:00Z',
'fuel_type': 'Diesel',
'id': '8b768b8c-a55d-5fa3-975a-b075671d3da0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': '2GWU584',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10719172',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Amarok',
'odometer': 198327,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 16250,
'price_includes_vat': True,
'registration_date': '2019-02-06',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Amarok 3.0 TDI Highline - 4Motion - Diesel - Automatic - '
'258 hp - 198.327 km',
'transmission': 'automatic',
'trim': 'Highline',
'vin': None,
'year': 2019}
2026-03-26 04:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719172%27 HTTP/1.1" 200 None
2026-03-26 04:17:13 [adesa.be] INFO: Saving data for 10719172: {'auction_closing_time': 1774603800.0, 'created_time': 1774412221.916611, 'last_price_update_time': 1774498633.693011}
2026-03-26 04:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10719172') HTTP/1.1" 204 0
2026-03-26 04:17:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10719663> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10719176> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a5fb80a-77d1-55c3-9f3e-92984820be38 with identifier: 10719663
2026-03-26 04:17:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a5fb80a-77d1-55c3-9f3e-92984820be38 with scrape type 2
2026-03-26 04:17:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a5fb80a-77d1-55c3-9f3e-92984820be38 with scrape type 2
2026-03-26 04:17:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 4a5fb80a-77d1-55c3-9f3e-92984820be38, identifier: 10719663
2026-03-26 04:17:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f967a09-2be4-510d-bdff-67c08ac3e436 with identifier: 10719176
2026-03-26 04:17:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f967a09-2be4-510d-bdff-67c08ac3e436 with scrape type 2
2026-03-26 04:17:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f967a09-2be4-510d-bdff-67c08ac3e436 with scrape type 2
2026-03-26 04:17:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 7f967a09-2be4-510d-bdff-67c08ac3e436, identifier: 10719176
2026-03-26 04:17:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 4a5fb80a-77d1-55c3-9f3e-92984820be38 with identifier: 10719663
2026-03-26 04:17:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 4a5fb80a-77d1-55c3-9f3e-92984820be38 with identifier: 10719663
2026-03-26 04:17:14 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 4a5fb80a-77d1-55c3-9f3e-92984820be38 with identifier: 10719663 to the API
2026-03-26 04:17:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10719663>
{'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-27T09:30: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=10719663',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 138657,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 5300,
'price_includes_vat': True,
'registration_date': '2016-07-08',
'seats_number': 2,
'seller_name': None,
'title': 'Volkswagen Caddy Maxi 1.4 TGI - CNG - Manual - 110 hp - 138.657 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2016}
2026-03-26 04:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719663%27 HTTP/1.1" 200 None
2026-03-26 04:17:14 [adesa.be] INFO: Saving data for 10719663: {'auction_closing_time': 1774603800.0, 'created_time': 1774412151.939975, 'last_price_update_time': 1774498634.233038}
2026-03-26 04:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10719663') HTTP/1.1" 204 0
2026-03-26 04:17:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 7f967a09-2be4-510d-bdff-67c08ac3e436 with identifier: 10719176
2026-03-26 04:17:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 7f967a09-2be4-510d-bdff-67c08ac3e436 with identifier: 10719176
2026-03-26 04:17:14 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 7f967a09-2be4-510d-bdff-67c08ac3e436 with identifier: 10719176 to the API
2026-03-26 04:17:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10719176>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 231,
'expiration_date': '2026-03-27T09:30:00Z',
'fuel_type': 'Electric',
'id': '7f967a09-2be4-510d-bdff-67c08ac3e436',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BRZ212',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10719176',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volvo',
'model': 'XC40',
'odometer': 114688,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 14500,
'price_includes_vat': True,
'registration_date': '2022-03-02',
'seats_number': 5,
'seller_name': None,
'title': 'Volvo XC40 Ultimate - Electric - Automatic - 231 hp - 114.688 km',
'transmission': 'automatic',
'trim': 'Ultimate',
'vin': None,
'year': 2022}
2026-03-26 04:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719176%27 HTTP/1.1" 200 None
2026-03-26 04:17:14 [adesa.be] INFO: Saving data for 10719176: {'auction_closing_time': 1774603800.0, 'created_time': 1774412180.949571, 'last_price_update_time': 1774498634.489566}
2026-03-26 04:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10719176') HTTP/1.1" 204 0
2026-03-26 04:17:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10719665> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04:17:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc9134e5-959d-5ff2-b692-47b86bb8a1ba with identifier: 10719665
2026-03-26 04:17:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc9134e5-959d-5ff2-b692-47b86bb8a1ba with scrape type 2
2026-03-26 04:17:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc9134e5-959d-5ff2-b692-47b86bb8a1ba with scrape type 2
2026-03-26 04:17:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: fc9134e5-959d-5ff2-b692-47b86bb8a1ba, identifier: 10719665
2026-03-26 04:17:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: fc9134e5-959d-5ff2-b692-47b86bb8a1ba with identifier: 10719665
2026-03-26 04:17:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: fc9134e5-959d-5ff2-b692-47b86bb8a1ba with identifier: 10719665
2026-03-26 04:17:14 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: fc9134e5-959d-5ff2-b692-47b86bb8a1ba with identifier: 10719665 to the API
2026-03-26 04:17:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10719665>
{'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-27T09:30: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=10719665',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 129183,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 5100,
'price_includes_vat': True,
'registration_date': '2016-07-13',
'seats_number': 2,
'seller_name': None,
'title': 'Volkswagen Caddy Maxi 1.4 TGI - CNG - Manual - 110 hp - 129.183 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2016}
2026-03-26 04:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719665%27 HTTP/1.1" 200 None
2026-03-26 04:17:14 [adesa.be] INFO: Saving data for 10719665: {'auction_closing_time': 1774603800.0, 'created_time': 1774412216.084042, 'last_price_update_time': 1774498634.97378}
2026-03-26 04:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10719665') HTTP/1.1" 204 0
2026-03-26 04:17:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10718138> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10718160> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62363d9c-a114-5b68-b47c-d82550e4d239 with identifier: 10718138
2026-03-26 04:17:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62363d9c-a114-5b68-b47c-d82550e4d239 with scrape type 2
2026-03-26 04:17:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62363d9c-a114-5b68-b47c-d82550e4d239 with scrape type 2
2026-03-26 04:17:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 62363d9c-a114-5b68-b47c-d82550e4d239, identifier: 10718138
2026-03-26 04:17:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 62363d9c-a114-5b68-b47c-d82550e4d239 with identifier: 10718138
2026-03-26 04:17:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 62363d9c-a114-5b68-b47c-d82550e4d239 with identifier: 10718138
2026-03-26 04:17:15 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 62363d9c-a114-5b68-b47c-d82550e4d239 with identifier: 10718138 to the API
2026-03-26 04:17:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10718138>
{'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': 253,
'expiration_date': '2026-03-27T09:30:00Z',
'fuel_type': 'Hybrid',
'id': '62363d9c-a114-5b68-b47c-d82550e4d239',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YUA204',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10718138',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volvo',
'model': 'V90',
'odometer': 193741,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 11800,
'price_includes_vat': True,
'registration_date': '2020-12-15',
'seats_number': 5,
'seller_name': None,
'title': 'Volvo V90 T6 Inscription Expression - AWD - Hybrid - Automatic - '
'253 hp - 193.741 km',
'transmission': 'automatic',
'trim': 'Inscription Expression',
'vin': None,
'year': 2020}
2026-03-26 04:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718138%27 HTTP/1.1" 200 None
2026-03-26 04:17:15 [adesa.be] INFO: Saving data for 10718138: {'auction_closing_time': 1774603800.0, 'created_time': 1774412157.315417, 'last_price_update_time': 1774498635.652353}
2026-03-26 04:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10718138') HTTP/1.1" 204 0
2026-03-26 04:17:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f506670-d46c-5407-9227-acbc6c948d06 with identifier: 10718160
2026-03-26 04:17:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f506670-d46c-5407-9227-acbc6c948d06 with scrape type 2
2026-03-26 04:17:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f506670-d46c-5407-9227-acbc6c948d06 with scrape type 2
2026-03-26 04:17:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 2f506670-d46c-5407-9227-acbc6c948d06, identifier: 10718160
2026-03-26 04:17:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 2f506670-d46c-5407-9227-acbc6c948d06 with identifier: 10718160
2026-03-26 04:17:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 2f506670-d46c-5407-9227-acbc6c948d06 with identifier: 10718160
2026-03-26 04:17:15 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 2f506670-d46c-5407-9227-acbc6c948d06 with identifier: 10718160 to the API
2026-03-26 04:17:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10718160>
{'auction_title': '',
'c_o_2_emission_value': 146,
'category': 'MPV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'engine_horse_power': 135,
'expiration_date': '2026-03-27T09:30:00Z',
'fuel_type': 'Diesel',
'id': '2f506670-d46c-5407-9227-acbc6c948d06',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': '1dpx218',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10718160',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Sharan',
'odometer': 190089,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 7300,
'price_includes_vat': True,
'registration_date': '2011-01-24',
'seats_number': 7,
'seller_name': None,
'title': 'Volkswagen Sharan 2.0 TDI Comfortline - Diesel - Manual - 135 hp - '
'190.089 km',
'transmission': 'manual',
'trim': 'Comfortline',
'vin': None,
'year': 2011}
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718160%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Saving data for 10718160: {'auction_closing_time': 1774603800.0, 'created_time': 1774412170.103623, 'last_price_update_time': 1774498636.015377}
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10718160') HTTP/1.1" 204 0
2026-03-26 04:17: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-26 04: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-26 04:17:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10718156> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10724556
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724556%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10724556: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10724556 url https://www.openlane.eu/en/carv6/auction/10724556
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10724762
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724762%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10724762: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10724762 url https://www.openlane.eu/en/carv6/auction/10724762
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10724778
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724778%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10724778: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10724778 url https://www.openlane.eu/en/carv6/auction/10724778
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10724639
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724639%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10724639: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10724639 url https://www.openlane.eu/en/carv6/auction/10724639
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10724701
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724701%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10724701: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10724701 url https://www.openlane.eu/en/carv6/auction/10724701
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10724772
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724772%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10724772: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10724772 url https://www.openlane.eu/en/carv6/auction/10724772
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10724546
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724546%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10724546: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10724546 url https://www.openlane.eu/en/carv6/auction/10724546
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10724544
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724544%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10724544: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10724544 url https://www.openlane.eu/en/carv6/auction/10724544
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10724532
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724532%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10724532: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10724532 url https://www.openlane.eu/en/carv6/auction/10724532
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10724558
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724558%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10724558: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10724558 url https://www.openlane.eu/en/carv6/auction/10724558
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10724714
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724714%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10724714: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10724714 url https://www.openlane.eu/en/carv6/auction/10724714
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10727059
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727059%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10727059: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10727059 url https://www.openlane.eu/en/carv6/auction/10727059
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10724527
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724527%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10724527: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10724527 url https://www.openlane.eu/en/carv6/auction/10724527
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10724779
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724779%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10724779: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10724779 url https://www.openlane.eu/en/carv6/auction/10724779
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10724528
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724528%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10724528: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10724528 url https://www.openlane.eu/en/carv6/auction/10724528
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10724763
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724763%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10724763: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10724763 url https://www.openlane.eu/en/carv6/auction/10724763
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10727060
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727060%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10727060: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10727060 url https://www.openlane.eu/en/carv6/auction/10727060
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10724715
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724715%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10724715: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10724715 url https://www.openlane.eu/en/carv6/auction/10724715
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10725655
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725655%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10725655: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10725655 url https://www.openlane.eu/en/carv6/auction/10725655
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10724678
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724678%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10724678: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10724678 url https://www.openlane.eu/en/carv6/auction/10724678
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10724655
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724655%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10724655: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10724655 url https://www.openlane.eu/en/carv6/auction/10724655
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10724773
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724773%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10724773: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10724773 url https://www.openlane.eu/en/carv6/auction/10724773
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10724617
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724617%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10724617: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10724617 url https://www.openlane.eu/en/carv6/auction/10724617
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10724618
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724618%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10724618: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10724618 url https://www.openlane.eu/en/carv6/auction/10724618
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10724623
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724623%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10724623: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10724623 url https://www.openlane.eu/en/carv6/auction/10724623
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10725640
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725640%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10725640: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10725640 url https://www.openlane.eu/en/carv6/auction/10725640
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10725639
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725639%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10725639: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10725639 url https://www.openlane.eu/en/carv6/auction/10725639
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10724671
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724671%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10724671: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10724671 url https://www.openlane.eu/en/carv6/auction/10724671
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10727080
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727080%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10727080: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10727080 url https://www.openlane.eu/en/carv6/auction/10727080
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10724702
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724702%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10724702: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10724702 url https://www.openlane.eu/en/carv6/auction/10724702
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10725642
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725642%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10725642: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10725642 url https://www.openlane.eu/en/carv6/auction/10725642
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10725633
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725633%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10725633: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10725633 url https://www.openlane.eu/en/carv6/auction/10725633
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10724629
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724629%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10724629: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10724629 url https://www.openlane.eu/en/carv6/auction/10724629
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10724693
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724693%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10724693: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10724693 url https://www.openlane.eu/en/carv6/auction/10724693
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10724634
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724634%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10724634: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10724634 url https://www.openlane.eu/en/carv6/auction/10724634
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10724666
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724666%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10724666: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10724666 url https://www.openlane.eu/en/carv6/auction/10724666
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10724709
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724709%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10724709: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10724709 url https://www.openlane.eu/en/carv6/auction/10724709
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10724767
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724767%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10724767: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10724767 url https://www.openlane.eu/en/carv6/auction/10724767
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10725612
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725612%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10725612: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10725612 url https://www.openlane.eu/en/carv6/auction/10725612
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10724533
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724533%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10724533: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10724533 url https://www.openlane.eu/en/carv6/auction/10724533
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10724614
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724614%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10724614: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10724614 url https://www.openlane.eu/en/carv6/auction/10724614
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10724636
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724636%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10724636: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10724636 url https://www.openlane.eu/en/carv6/auction/10724636
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10724661
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724661%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10724661: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10724661 url https://www.openlane.eu/en/carv6/auction/10724661
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10725638
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725638%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10725638: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10725638 url https://www.openlane.eu/en/carv6/auction/10725638
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10724769
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724769%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10724769: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10724769 url https://www.openlane.eu/en/carv6/auction/10724769
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10724697
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724697%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10724697: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10724697 url https://www.openlane.eu/en/carv6/auction/10724697
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10724790
2026-03-26 04:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724790%27 HTTP/1.1" 200 None
2026-03-26 04:17:16 [adesa.be] INFO: Scrape type for 10724790: 0
2026-03-26 04:17:16 [adesa.be] INFO: Skipping item 10724790 url https://www.openlane.eu/en/carv6/auction/10724790
2026-03-26 04:17:16 [adesa.be] INFO: Found listing with ID: 10724792
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724792%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10724792: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10724792 url https://www.openlane.eu/en/carv6/auction/10724792
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10727435
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727435%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10727435: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10727435 url https://www.openlane.eu/en/carv6/auction/10727435
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10727152
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727152%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10727152: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10727152 url https://www.openlane.eu/en/carv6/auction/10727152
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10724657
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724657%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10724657: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10724657 url https://www.openlane.eu/en/carv6/auction/10724657
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10724689
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724689%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10724689: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10724689 url https://www.openlane.eu/en/carv6/auction/10724689
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10725632
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725632%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10725632: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10725632 url https://www.openlane.eu/en/carv6/auction/10725632
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10725635
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725635%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10725635: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10725635 url https://www.openlane.eu/en/carv6/auction/10725635
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10724664
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724664%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10724664: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10724664 url https://www.openlane.eu/en/carv6/auction/10724664
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10724624
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724624%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10724624: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10724624 url https://www.openlane.eu/en/carv6/auction/10724624
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10725646
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725646%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10725646: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10725646 url https://www.openlane.eu/en/carv6/auction/10725646
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10724691
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724691%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10724691: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10724691 url https://www.openlane.eu/en/carv6/auction/10724691
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10724684
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724684%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10724684: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10724684 url https://www.openlane.eu/en/carv6/auction/10724684
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10727745
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727745%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10727745: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10727745 url https://www.openlane.eu/en/carv6/auction/10727745
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10727081
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727081%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10727081: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10727081 url https://www.openlane.eu/en/carv6/auction/10727081
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10727103
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727103%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10727103: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10727103 url https://www.openlane.eu/en/carv6/auction/10727103
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10721615
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721615%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10721615: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10721615 url https://www.openlane.eu/en/carv6/auction/10721615
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10721452
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721452%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10721452: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10721452 url https://www.openlane.eu/en/carv6/auction/10721452
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10727326
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727326%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10727326: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10727326 url https://www.openlane.eu/en/carv6/auction/10727326
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10724612
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724612%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10724612: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10724612 url https://www.openlane.eu/en/carv6/auction/10724612
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10727096
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727096%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10727096: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10727096 url https://www.openlane.eu/en/carv6/auction/10727096
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10727397
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727397%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10727397: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10727397 url https://www.openlane.eu/en/carv6/auction/10727397
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10724601
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724601%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10724601: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10724601 url https://www.openlane.eu/en/carv6/auction/10724601
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10727093
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727093%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10727093: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10727093 url https://www.openlane.eu/en/carv6/auction/10727093
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10727231
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727231%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10727231: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10727231 url https://www.openlane.eu/en/carv6/auction/10727231
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10727287
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727287%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10727287: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10727287 url https://www.openlane.eu/en/carv6/auction/10727287
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10724681
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724681%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10724681: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10724681 url https://www.openlane.eu/en/carv6/auction/10724681
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10724713
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724713%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10724713: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10724713 url https://www.openlane.eu/en/carv6/auction/10724713
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10724600
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724600%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10724600: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10724600 url https://www.openlane.eu/en/carv6/auction/10724600
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10724668
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724668%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10724668: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10724668 url https://www.openlane.eu/en/carv6/auction/10724668
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10725629
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725629%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10725629: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10725629 url https://www.openlane.eu/en/carv6/auction/10725629
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10724695
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724695%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10724695: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10724695 url https://www.openlane.eu/en/carv6/auction/10724695
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10727084
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727084%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10727084: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10727084 url https://www.openlane.eu/en/carv6/auction/10727084
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10724572
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724572%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10724572: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10724572 url https://www.openlane.eu/en/carv6/auction/10724572
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10725609
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725609%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10725609: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10725609 url https://www.openlane.eu/en/carv6/auction/10725609
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10724607
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724607%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10724607: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10724607 url https://www.openlane.eu/en/carv6/auction/10724607
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10724781
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724781%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10724781: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10724781 url https://www.openlane.eu/en/carv6/auction/10724781
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10727106
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727106%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10727106: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10727106 url https://www.openlane.eu/en/carv6/auction/10727106
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10724768
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724768%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10724768: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10724768 url https://www.openlane.eu/en/carv6/auction/10724768
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10725650
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725650%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10725650: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10725650 url https://www.openlane.eu/en/carv6/auction/10725650
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10724648
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724648%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10724648: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10724648 url https://www.openlane.eu/en/carv6/auction/10724648
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10725651
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725651%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10725651: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10725651 url https://www.openlane.eu/en/carv6/auction/10725651
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10725652
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725652%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10725652: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10725652 url https://www.openlane.eu/en/carv6/auction/10725652
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10724583
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724583%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10724583: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10724583 url https://www.openlane.eu/en/carv6/auction/10724583
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10724550
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724550%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10724550: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10724550 url https://www.openlane.eu/en/carv6/auction/10724550
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10724630
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724630%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10724630: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10724630 url https://www.openlane.eu/en/carv6/auction/10724630
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10724606
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724606%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10724606: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10724606 url https://www.openlane.eu/en/carv6/auction/10724606
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10724578
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724578%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10724578: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10724578 url https://www.openlane.eu/en/carv6/auction/10724578
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10727079
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727079%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10727079: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10727079 url https://www.openlane.eu/en/carv6/auction/10727079
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10724535
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724535%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10724535: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10724535 url https://www.openlane.eu/en/carv6/auction/10724535
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10724522
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724522%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10724522: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10724522 url https://www.openlane.eu/en/carv6/auction/10724522
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10724552
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724552%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10724552: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10724552 url https://www.openlane.eu/en/carv6/auction/10724552
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10727068
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727068%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10727068: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10727068 url https://www.openlane.eu/en/carv6/auction/10727068
2026-03-26 04:17:17 [adesa.be] INFO: Found listing with ID: 10724568
2026-03-26 04:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724568%27 HTTP/1.1" 200 None
2026-03-26 04:17:17 [adesa.be] INFO: Scrape type for 10724568: 0
2026-03-26 04:17:17 [adesa.be] INFO: Skipping item 10724568 url https://www.openlane.eu/en/carv6/auction/10724568
2026-03-26 04:17:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10719178> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10718218> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10719724> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10719588> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04: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-26 04: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-26 04: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-26 04:17:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 550d38f2-1329-5d5a-aca2-a81828ca915e with identifier: 10718156
2026-03-26 04:17:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 550d38f2-1329-5d5a-aca2-a81828ca915e with scrape type 2
2026-03-26 04:17:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 550d38f2-1329-5d5a-aca2-a81828ca915e with scrape type 2
2026-03-26 04:17:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 550d38f2-1329-5d5a-aca2-a81828ca915e, identifier: 10718156
2026-03-26 04:17:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 550d38f2-1329-5d5a-aca2-a81828ca915e with identifier: 10718156
2026-03-26 04:17:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 550d38f2-1329-5d5a-aca2-a81828ca915e with identifier: 10718156
2026-03-26 04:17:18 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 550d38f2-1329-5d5a-aca2-a81828ca915e with identifier: 10718156 to the API
2026-03-26 04:17:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10718156>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 119,
'expiration_date': '2026-03-27T09:30:00Z',
'fuel_type': 'Diesel',
'id': '550d38f2-1329-5d5a-aca2-a81828ca915e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10718156',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Passat',
'odometer': 161275,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 8000,
'price_includes_vat': True,
'registration_date': '2016-05-25',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Passat Variant 1.6 TDI Comfortline - Diesel - Manual - '
'119 hp - 161.275 km',
'transmission': 'manual',
'trim': 'Comfortline',
'vin': None,
'year': 2016}
2026-03-26 04:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718156%27 HTTP/1.1" 200 None
2026-03-26 04:17:18 [adesa.be] INFO: Saving data for 10718156: {'auction_closing_time': 1774603800.0, 'created_time': 1774412170.458348, 'last_price_update_time': 1774498638.717274}
2026-03-26 04:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10718156') HTTP/1.1" 204 0
2026-03-26 04:17:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9201ebc-37d4-5e18-8b35-a08d2c27b5ed with identifier: 10719178
2026-03-26 04:17:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9201ebc-37d4-5e18-8b35-a08d2c27b5ed with scrape type 2
2026-03-26 04:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9201ebc-37d4-5e18-8b35-a08d2c27b5ed with scrape type 2
2026-03-26 04:17:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: d9201ebc-37d4-5e18-8b35-a08d2c27b5ed, identifier: 10719178
2026-03-26 04:17:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39ad7a46-86f9-5935-a339-81c888bd40a9 with identifier: 10718218
2026-03-26 04:17:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39ad7a46-86f9-5935-a339-81c888bd40a9 with scrape type 2
2026-03-26 04:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39ad7a46-86f9-5935-a339-81c888bd40a9 with scrape type 2
2026-03-26 04:17:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 39ad7a46-86f9-5935-a339-81c888bd40a9, identifier: 10718218
2026-03-26 04:17:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9227e1e3-8f68-58a9-b3e7-7ab9c4777318 with identifier: 10719724
2026-03-26 04:17:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9227e1e3-8f68-58a9-b3e7-7ab9c4777318 with scrape type 2
2026-03-26 04:17:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9227e1e3-8f68-58a9-b3e7-7ab9c4777318 with scrape type 2
2026-03-26 04:17:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 9227e1e3-8f68-58a9-b3e7-7ab9c4777318, identifier: 10719724
2026-03-26 04:17:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38731f47-bce4-5a77-a97c-5816ad383c87 with identifier: 10719588
2026-03-26 04:17:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38731f47-bce4-5a77-a97c-5816ad383c87 with scrape type 2
2026-03-26 04:17:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38731f47-bce4-5a77-a97c-5816ad383c87 with scrape type 2
2026-03-26 04:17:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 38731f47-bce4-5a77-a97c-5816ad383c87, identifier: 10719588
2026-03-26 04:17:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: d9201ebc-37d4-5e18-8b35-a08d2c27b5ed with identifier: 10719178
2026-03-26 04:17:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: d9201ebc-37d4-5e18-8b35-a08d2c27b5ed with identifier: 10719178
2026-03-26 04:17:19 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: d9201ebc-37d4-5e18-8b35-a08d2c27b5ed with identifier: 10719178 to the API
2026-03-26 04:17:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10719178>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'engine_horse_power': 204,
'expiration_date': '2026-03-27T09:30:00Z',
'fuel_type': 'Electric',
'id': 'd9201ebc-37d4-5e18-8b35-a08d2c27b5ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2DKU883',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10719178',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 59166,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13400,
'price_includes_vat': True,
'registration_date': '2023-04-11',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen ID.3 58 kWh Pro Performance - Electric - Automatic - 204 '
'hp - 59.166 km',
'transmission': 'automatic',
'trim': 'Pro Performance',
'vin': None,
'year': 2023}
2026-03-26 04:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719178%27 HTTP/1.1" 200 None
2026-03-26 04:17:19 [adesa.be] INFO: Saving data for 10719178: {'auction_closing_time': 1774603800.0, 'created_time': 1774412171.317856, 'last_price_update_time': 1774498639.45281}
2026-03-26 04:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10719178') HTTP/1.1" 204 0
2026-03-26 04:17:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 39ad7a46-86f9-5935-a339-81c888bd40a9 with identifier: 10718218
2026-03-26 04:17:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 39ad7a46-86f9-5935-a339-81c888bd40a9 with identifier: 10718218
2026-03-26 04:17:19 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 39ad7a46-86f9-5935-a339-81c888bd40a9 with identifier: 10718218 to the API
2026-03-26 04:17:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10718218>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 95,
'expiration_date': '2026-03-27T10:15:00Z',
'fuel_type': 'Petrol',
'id': '39ad7a46-86f9-5935-a339-81c888bd40a9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': '1ych285',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10718218',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 191715,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 5000,
'price_includes_vat': True,
'registration_date': '2020-07-14',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Polo 1.0 TSI Trendline - Petrol - Manual - 95 hp - '
'191.715 km',
'transmission': 'manual',
'trim': 'Trendline',
'vin': None,
'year': 2020}
2026-03-26 04:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718218%27 HTTP/1.1" 200 None
2026-03-26 04:17:19 [adesa.be] INFO: Saving data for 10718218: {'auction_closing_time': 1774606500.0, 'created_time': 1774412173.538755, 'last_price_update_time': 1774498639.734076}
2026-03-26 04:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10718218') HTTP/1.1" 204 0
2026-03-26 04:17:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 9227e1e3-8f68-58a9-b3e7-7ab9c4777318 with identifier: 10719724
2026-03-26 04:17:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 9227e1e3-8f68-58a9-b3e7-7ab9c4777318 with identifier: 10719724
2026-03-26 04:17:19 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 9227e1e3-8f68-58a9-b3e7-7ab9c4777318 with identifier: 10719724 to the API
2026-03-26 04:17:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10719724>
{'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-27T09:30: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=10719724',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 99434,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 8200,
'price_includes_vat': True,
'registration_date': '2019-12-19',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Octavia Combi 1.5 Style - CNG - Automatic - 130 hp - 99.434 '
'km',
'transmission': 'automatic',
'trim': 'Style',
'vin': None,
'year': 2019}
2026-03-26 04:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719724%27 HTTP/1.1" 200 None
2026-03-26 04:17:19 [adesa.be] INFO: Saving data for 10719724: {'auction_closing_time': 1774603800.0, 'created_time': 1774412205.287051, 'last_price_update_time': 1774498639.997219}
2026-03-26 04:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10719724') HTTP/1.1" 204 0
2026-03-26 04:17:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 38731f47-bce4-5a77-a97c-5816ad383c87 with identifier: 10719588
2026-03-26 04:17:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 38731f47-bce4-5a77-a97c-5816ad383c87 with identifier: 10719588
2026-03-26 04:17:20 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 38731f47-bce4-5a77-a97c-5816ad383c87 with identifier: 10719588 to the API
2026-03-26 04:17:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10719588>
{'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': 150,
'expiration_date': '2026-03-27T10:15:00Z',
'fuel_type': 'Diesel',
'id': '38731f47-bce4-5a77-a97c-5816ad383c87',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': '1EGE179',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10719588',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Passat',
'odometer': 234378,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 5250,
'price_includes_vat': True,
'registration_date': '2016-11-22',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Passat Variant 2.0 TDI Comfortline - Diesel - Manual - '
'150 hp - 234.378 km',
'transmission': 'manual',
'trim': 'Comfortline',
'vin': None,
'year': 2016}
2026-03-26 04:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719588%27 HTTP/1.1" 200 None
2026-03-26 04:17:20 [adesa.be] INFO: Saving data for 10719588: {'auction_closing_time': 1774606500.0, 'created_time': 1774412181.336074, 'last_price_update_time': 1774498640.285952}
2026-03-26 04:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10719588') HTTP/1.1" 204 0
2026-03-26 04:17:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10719729> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10718214> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10718130> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04: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-26 04:17:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ba0b942-a34f-5224-b0a3-ca216d5ac38f with identifier: 10719729
2026-03-26 04:17:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ba0b942-a34f-5224-b0a3-ca216d5ac38f with scrape type 2
2026-03-26 04:17:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ba0b942-a34f-5224-b0a3-ca216d5ac38f with scrape type 2
2026-03-26 04:17:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 9ba0b942-a34f-5224-b0a3-ca216d5ac38f, identifier: 10719729
2026-03-26 04:17:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb397d5f-da85-5c38-96d6-694ee382a7fe with identifier: 10718214
2026-03-26 04:17:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb397d5f-da85-5c38-96d6-694ee382a7fe with scrape type 2
2026-03-26 04:17:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb397d5f-da85-5c38-96d6-694ee382a7fe with scrape type 2
2026-03-26 04:17:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: eb397d5f-da85-5c38-96d6-694ee382a7fe, identifier: 10718214
2026-03-26 04:17:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 9ba0b942-a34f-5224-b0a3-ca216d5ac38f with identifier: 10719729
2026-03-26 04:17:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 9ba0b942-a34f-5224-b0a3-ca216d5ac38f with identifier: 10719729
2026-03-26 04:17:20 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 9ba0b942-a34f-5224-b0a3-ca216d5ac38f with identifier: 10719729 to the API
2026-03-26 04:17:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10719729>
{'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-27T09:30: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=10719729',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Passat',
'odometer': 207023,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 7600,
'price_includes_vat': True,
'registration_date': '2018-02-21',
'seats_number': 5,
'seller_name': None,
'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-26 04:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719729%27 HTTP/1.1" 200 None
2026-03-26 04:17:20 [adesa.be] INFO: Saving data for 10719729: {'auction_closing_time': 1774603800.0, 'created_time': 1774412156.30663, 'last_price_update_time': 1774498640.845771}
2026-03-26 04:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10719729') HTTP/1.1" 204 0
2026-03-26 04:17:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: eb397d5f-da85-5c38-96d6-694ee382a7fe with identifier: 10718214
2026-03-26 04:17:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: eb397d5f-da85-5c38-96d6-694ee382a7fe with identifier: 10718214
2026-03-26 04:17:20 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: eb397d5f-da85-5c38-96d6-694ee382a7fe with identifier: 10718214 to the API
2026-03-26 04:17:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10718214>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 90,
'expiration_date': '2026-03-27T10:15:00Z',
'fuel_type': 'Diesel',
'id': 'eb397d5f-da85-5c38-96d6-694ee382a7fe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1UHW316',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10718214',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 313946,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 2200,
'price_includes_vat': True,
'registration_date': '2016-06-14',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Golf Variant 1.6 TDI Trendline - Diesel - Manual - 90 hp '
'- 313.946 km',
'transmission': 'manual',
'trim': 'Trendline',
'vin': None,
'year': 2016}
2026-03-26 04:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718214%27 HTTP/1.1" 200 None
2026-03-26 04:17:21 [adesa.be] INFO: Saving data for 10718214: {'auction_closing_time': 1774606500.0, 'created_time': 1774412168.410377, 'last_price_update_time': 1774498641.146532}
2026-03-26 04:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10718214') HTTP/1.1" 204 0
2026-03-26 04:17:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10719666> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9cea95f6-57ea-57de-9e35-ed566a376b14 with identifier: 10718130
2026-03-26 04:17:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9cea95f6-57ea-57de-9e35-ed566a376b14 with scrape type 2
2026-03-26 04:17:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9cea95f6-57ea-57de-9e35-ed566a376b14 with scrape type 2
2026-03-26 04:17:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 9cea95f6-57ea-57de-9e35-ed566a376b14, identifier: 10718130
2026-03-26 04:17:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 9cea95f6-57ea-57de-9e35-ed566a376b14 with identifier: 10718130
2026-03-26 04:17:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 9cea95f6-57ea-57de-9e35-ed566a376b14 with identifier: 10718130
2026-03-26 04:17:21 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 9cea95f6-57ea-57de-9e35-ed566a376b14 with identifier: 10718130 to the API
2026-03-26 04:17:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10718130>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-03-27T09:30:00Z',
'fuel_type': 'Diesel',
'id': '9cea95f6-57ea-57de-9e35-ed566a376b14',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': '2gnv963',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10718130',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 106853,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 15700,
'price_includes_vat': True,
'registration_date': '2020-08-17',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Golf 2.0 TDI Life - Diesel - Automatic - 150 hp - '
'106.853 km',
'transmission': 'automatic',
'trim': 'Life',
'vin': None,
'year': 2020}
2026-03-26 04:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718130%27 HTTP/1.1" 200 None
2026-03-26 04:17:21 [adesa.be] INFO: Saving data for 10718130: {'auction_closing_time': 1774603800.0, 'created_time': 1774412217.920445, 'last_price_update_time': 1774498641.526496}
2026-03-26 04:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10718130') HTTP/1.1" 204 0
2026-03-26 04:17:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10718181> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5c47636-24ff-5017-88b3-b10efa71ca0e with identifier: 10719666
2026-03-26 04:17:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5c47636-24ff-5017-88b3-b10efa71ca0e with scrape type 2
2026-03-26 04:17:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5c47636-24ff-5017-88b3-b10efa71ca0e with scrape type 2
2026-03-26 04:17:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: f5c47636-24ff-5017-88b3-b10efa71ca0e, identifier: 10719666
2026-03-26 04:17:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: f5c47636-24ff-5017-88b3-b10efa71ca0e with identifier: 10719666
2026-03-26 04:17:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 04:17:21 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=LPG HTTP/1.1" 200 None
2026-03-26 04:17:21 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 04: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-26 04:17:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: f5c47636-24ff-5017-88b3-b10efa71ca0e with identifier: 10719666
2026-03-26 04:17:21 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: f5c47636-24ff-5017-88b3-b10efa71ca0e with identifier: 10719666 to the API
2026-03-26 04:17:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10719666>
{'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-27T09:30:00Z',
'fuel_type': 'LPG',
'id': 'f5c47636-24ff-5017-88b3-b10efa71ca0e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '003487',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10719666',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 102129,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 6100,
'price_includes_vat': True,
'registration_date': '2016-07-08',
'seats_number': 2,
'seller_name': None,
'title': 'Volkswagen Caddy Maxi 1.4 TGI - LPG - Manual - 110 hp - 102.129 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2016}
2026-03-26 04:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719666%27 HTTP/1.1" 200 None
2026-03-26 04:17:22 [adesa.be] INFO: Saving data for 10719666: {'auction_closing_time': 1774603800.0, 'created_time': 1774412215.638842, 'last_price_update_time': 1774498642.000504}
2026-03-26 04:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10719666') HTTP/1.1" 204 0
2026-03-26 04:17:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10719617> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: efc6163e-9fc0-58b0-90c1-5f5b993cd0af with identifier: 10718181
2026-03-26 04:17:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item efc6163e-9fc0-58b0-90c1-5f5b993cd0af with scrape type 2
2026-03-26 04:17:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item efc6163e-9fc0-58b0-90c1-5f5b993cd0af with scrape type 2
2026-03-26 04:17:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: efc6163e-9fc0-58b0-90c1-5f5b993cd0af, identifier: 10718181
2026-03-26 04:17:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: efc6163e-9fc0-58b0-90c1-5f5b993cd0af with identifier: 10718181
2026-03-26 04:17:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 04:17:22 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Red HTTP/1.1" 200 None
2026-03-26 04:17:22 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 04:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 04:17:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: efc6163e-9fc0-58b0-90c1-5f5b993cd0af with identifier: 10718181
2026-03-26 04:17:22 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: efc6163e-9fc0-58b0-90c1-5f5b993cd0af with identifier: 10718181 to the API
2026-03-26 04:17:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10718181>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'engine_horse_power': 90,
'expiration_date': '2026-03-27T09:30:00Z',
'fuel_type': 'Diesel',
'id': 'efc6163e-9fc0-58b0-90c1-5f5b993cd0af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': None,
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10718181',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 273295,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 3100,
'price_includes_vat': True,
'registration_date': '2013-07-03',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen CrossPolo 1.6 TDI Cross - Diesel - Manual - 90 hp - '
'273.295 km',
'transmission': 'manual',
'trim': 'Cross',
'vin': None,
'year': 2013}
2026-03-26 04:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718181%27 HTTP/1.1" 200 None
2026-03-26 04:17:22 [adesa.be] INFO: Saving data for 10718181: {'auction_closing_time': 1774603800.0, 'created_time': 1774412217.127375, 'last_price_update_time': 1774498642.478153}
2026-03-26 04:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10718181') HTTP/1.1" 204 0
2026-03-26 04:17:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10719667> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df91ea03-1bfc-583c-b461-39e01d9cf340 with identifier: 10719617
2026-03-26 04:17:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df91ea03-1bfc-583c-b461-39e01d9cf340 with scrape type 2
2026-03-26 04:17:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df91ea03-1bfc-583c-b461-39e01d9cf340 with scrape type 2
2026-03-26 04:17:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: df91ea03-1bfc-583c-b461-39e01d9cf340, identifier: 10719617
2026-03-26 04:17:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: df91ea03-1bfc-583c-b461-39e01d9cf340 with identifier: 10719617
2026-03-26 04:17:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: df91ea03-1bfc-583c-b461-39e01d9cf340 with identifier: 10719617
2026-03-26 04:17:22 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: df91ea03-1bfc-583c-b461-39e01d9cf340 with identifier: 10719617 to the API
2026-03-26 04:17:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10719617>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.6L',
'engine_horse_power': 105,
'expiration_date': '2026-03-27T09:30:00Z',
'fuel_type': 'Diesel',
'id': 'df91ea03-1bfc-583c-b461-39e01d9cf340',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': '1EKI841',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10719617',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Superb',
'odometer': 272748,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 2000,
'price_includes_vat': True,
'registration_date': '2013-01-04',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Superb Combi 1.6 TDI Ambition - Diesel - Manual - 105 hp - '
'272.748 km',
'transmission': 'manual',
'trim': 'Ambition',
'vin': None,
'year': 2013}
2026-03-26 04:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719617%27 HTTP/1.1" 200 None
2026-03-26 04:17:22 [adesa.be] INFO: Saving data for 10719617: {'auction_closing_time': 1774603800.0, 'created_time': 1774412209.336293, 'last_price_update_time': 1774498642.844787}
2026-03-26 04:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10719617') HTTP/1.1" 204 0
2026-03-26 04:17:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a64ae67-134a-53a5-b764-65c3175ad35f with identifier: 10719667
2026-03-26 04:17:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a64ae67-134a-53a5-b764-65c3175ad35f with scrape type 2
2026-03-26 04:17:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a64ae67-134a-53a5-b764-65c3175ad35f with scrape type 2
2026-03-26 04:17:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 1a64ae67-134a-53a5-b764-65c3175ad35f, identifier: 10719667
2026-03-26 04:17:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 1a64ae67-134a-53a5-b764-65c3175ad35f with identifier: 10719667
2026-03-26 04:17:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 1a64ae67-134a-53a5-b764-65c3175ad35f with identifier: 10719667
2026-03-26 04:17:23 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 1a64ae67-134a-53a5-b764-65c3175ad35f with identifier: 10719667 to the API
2026-03-26 04:17:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10719667>
{'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-27T09:30: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=10719667',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 160822,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 5200,
'price_includes_vat': True,
'registration_date': '2016-07-13',
'seats_number': 2,
'seller_name': None,
'title': 'Volkswagen Caddy Maxi 1.4 TGI - CNG - Manual - 110 hp - 160.822 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2016}
2026-03-26 04:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710719667%27 HTTP/1.1" 200 None
2026-03-26 04:17:23 [adesa.be] INFO: Saving data for 10719667: {'auction_closing_time': 1774603800.0, 'created_time': 1774412216.458287, 'last_price_update_time': 1774498643.254336}
2026-03-26 04:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10719667') HTTP/1.1" 204 0
2026-03-26 04:17:23 [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-26 04:17:23 [adesa.be] INFO: Found listing with ID: 10724756
2026-03-26 04:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724756%27 HTTP/1.1" 200 None
2026-03-26 04:17:23 [adesa.be] INFO: Scrape type for 10724756: 0
2026-03-26 04:17:23 [adesa.be] INFO: Skipping item 10724756 url https://www.openlane.eu/en/carv6/auction/10724756
2026-03-26 04:17:23 [adesa.be] INFO: Found listing with ID: 10724573
2026-03-26 04:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724573%27 HTTP/1.1" 200 None
2026-03-26 04:17:23 [adesa.be] INFO: Scrape type for 10724573: 0
2026-03-26 04:17:23 [adesa.be] INFO: Skipping item 10724573 url https://www.openlane.eu/en/carv6/auction/10724573
2026-03-26 04:17:23 [adesa.be] INFO: Found listing with ID: 10725613
2026-03-26 04:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710725613%27 HTTP/1.1" 200 None
2026-03-26 04:17:23 [adesa.be] INFO: Scrape type for 10725613: 0
2026-03-26 04:17:23 [adesa.be] INFO: Skipping item 10725613 url https://www.openlane.eu/en/carv6/auction/10725613
2026-03-26 04:17:23 [adesa.be] INFO: Found listing with ID: 10724688
2026-03-26 04:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724688%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10724688: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10724688 url https://www.openlane.eu/en/carv6/auction/10724688
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10724574
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724574%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10724574: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10724574 url https://www.openlane.eu/en/carv6/auction/10724574
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10725656
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725656%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10725656: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10725656 url https://www.openlane.eu/en/carv6/auction/10725656
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10725624
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725624%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10725624: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10725624 url https://www.openlane.eu/en/carv6/auction/10725624
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10725622
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725622%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10725622: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10725622 url https://www.openlane.eu/en/carv6/auction/10725622
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10724619
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724619%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10724619: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10724619 url https://www.openlane.eu/en/carv6/auction/10724619
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10724637
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724637%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10724637: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10724637 url https://www.openlane.eu/en/carv6/auction/10724637
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10724565
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724565%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10724565: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10724565 url https://www.openlane.eu/en/carv6/auction/10724565
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10727056
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727056%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10727056: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10727056 url https://www.openlane.eu/en/carv6/auction/10727056
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10724699
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724699%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10724699: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10724699 url https://www.openlane.eu/en/carv6/auction/10724699
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10724665
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724665%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10724665: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10724665 url https://www.openlane.eu/en/carv6/auction/10724665
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10724673
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724673%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10724673: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10724673 url https://www.openlane.eu/en/carv6/auction/10724673
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10724597
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724597%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10724597: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10724597 url https://www.openlane.eu/en/carv6/auction/10724597
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10725628
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725628%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10725628: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10725628 url https://www.openlane.eu/en/carv6/auction/10725628
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10725648
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725648%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10725648: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10725648 url https://www.openlane.eu/en/carv6/auction/10725648
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10724586
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724586%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10724586: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10724586 url https://www.openlane.eu/en/carv6/auction/10724586
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10724780
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724780%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10724780: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10724780 url https://www.openlane.eu/en/carv6/auction/10724780
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10724526
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724526%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10724526: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10724526 url https://www.openlane.eu/en/carv6/auction/10724526
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10725626
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725626%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10725626: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10725626 url https://www.openlane.eu/en/carv6/auction/10725626
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10724646
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724646%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10724646: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10724646 url https://www.openlane.eu/en/carv6/auction/10724646
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10724551
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724551%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10724551: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10724551 url https://www.openlane.eu/en/carv6/auction/10724551
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10724791
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724791%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10724791: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10724791 url https://www.openlane.eu/en/carv6/auction/10724791
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10724529
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724529%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10724529: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10724529 url https://www.openlane.eu/en/carv6/auction/10724529
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10724537
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724537%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10724537: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10724537 url https://www.openlane.eu/en/carv6/auction/10724537
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10727045
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727045%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10727045: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10727045 url https://www.openlane.eu/en/carv6/auction/10727045
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10725623
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725623%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10725623: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10725623 url https://www.openlane.eu/en/carv6/auction/10725623
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10724542
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724542%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10724542: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10724542 url https://www.openlane.eu/en/carv6/auction/10724542
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10724555
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724555%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10724555: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10724555 url https://www.openlane.eu/en/carv6/auction/10724555
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10724757
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724757%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10724757: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10724757 url https://www.openlane.eu/en/carv6/auction/10724757
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10724774
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724774%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10724774: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10724774 url https://www.openlane.eu/en/carv6/auction/10724774
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10724789
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724789%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10724789: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10724789 url https://www.openlane.eu/en/carv6/auction/10724789
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10724679
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724679%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10724679: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10724679 url https://www.openlane.eu/en/carv6/auction/10724679
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10724554
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724554%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10724554: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10724554 url https://www.openlane.eu/en/carv6/auction/10724554
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10724766
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724766%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10724766: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10724766 url https://www.openlane.eu/en/carv6/auction/10724766
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10724625
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724625%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10724625: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10724625 url https://www.openlane.eu/en/carv6/auction/10724625
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10724690
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724690%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10724690: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10724690 url https://www.openlane.eu/en/carv6/auction/10724690
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10724650
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724650%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10724650: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10724650 url https://www.openlane.eu/en/carv6/auction/10724650
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10725630
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725630%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10725630: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10725630 url https://www.openlane.eu/en/carv6/auction/10725630
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10724592
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724592%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10724592: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10724592 url https://www.openlane.eu/en/carv6/auction/10724592
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10727057
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727057%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10727057: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10727057 url https://www.openlane.eu/en/carv6/auction/10727057
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10724649
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724649%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10724649: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10724649 url https://www.openlane.eu/en/carv6/auction/10724649
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10724764
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724764%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10724764: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10724764 url https://www.openlane.eu/en/carv6/auction/10724764
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10724589
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724589%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10724589: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10724589 url https://www.openlane.eu/en/carv6/auction/10724589
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10725679
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725679%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10725679: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10725679 url https://www.openlane.eu/en/carv6/auction/10725679
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10727065
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727065%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10727065: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10727065 url https://www.openlane.eu/en/carv6/auction/10727065
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10724698
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724698%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10724698: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10724698 url https://www.openlane.eu/en/carv6/auction/10724698
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10725647
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725647%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10725647: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10725647 url https://www.openlane.eu/en/carv6/auction/10725647
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10725684
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725684%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10725684: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10725684 url https://www.openlane.eu/en/carv6/auction/10725684
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10724570
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724570%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10724570: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10724570 url https://www.openlane.eu/en/carv6/auction/10724570
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10725617
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725617%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10725617: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10725617 url https://www.openlane.eu/en/carv6/auction/10725617
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10725686
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725686%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10725686: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10725686 url https://www.openlane.eu/en/carv6/auction/10725686
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10724784
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724784%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10724784: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10724784 url https://www.openlane.eu/en/carv6/auction/10724784
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10725610
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725610%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10725610: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10725610 url https://www.openlane.eu/en/carv6/auction/10725610
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10725641
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725641%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10725641: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10725641 url https://www.openlane.eu/en/carv6/auction/10725641
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10727042
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727042%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10727042: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10727042 url https://www.openlane.eu/en/carv6/auction/10727042
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10724782
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724782%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10724782: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10724782 url https://www.openlane.eu/en/carv6/auction/10724782
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10725636
2026-03-26 04:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725636%27 HTTP/1.1" 200 None
2026-03-26 04:17:24 [adesa.be] INFO: Scrape type for 10725636: 0
2026-03-26 04:17:24 [adesa.be] INFO: Skipping item 10725636 url https://www.openlane.eu/en/carv6/auction/10725636
2026-03-26 04:17:24 [adesa.be] INFO: Found listing with ID: 10725634
2026-03-26 04:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725634%27 HTTP/1.1" 200 None
2026-03-26 04:17:25 [adesa.be] INFO: Scrape type for 10725634: 0
2026-03-26 04:17:25 [adesa.be] INFO: Skipping item 10725634 url https://www.openlane.eu/en/carv6/auction/10725634
2026-03-26 04:17:25 [adesa.be] INFO: Found listing with ID: 10724682
2026-03-26 04:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724682%27 HTTP/1.1" 200 None
2026-03-26 04:17:25 [adesa.be] INFO: Scrape type for 10724682: 0
2026-03-26 04:17:25 [adesa.be] INFO: Skipping item 10724682 url https://www.openlane.eu/en/carv6/auction/10724682
2026-03-26 04:17:25 [adesa.be] INFO: Found listing with ID: 10724640
2026-03-26 04:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724640%27 HTTP/1.1" 200 None
2026-03-26 04:17:25 [adesa.be] INFO: Scrape type for 10724640: 0
2026-03-26 04:17:25 [adesa.be] INFO: Skipping item 10724640 url https://www.openlane.eu/en/carv6/auction/10724640
2026-03-26 04:17:25 [adesa.be] INFO: Found listing with ID: 10727086
2026-03-26 04:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727086%27 HTTP/1.1" 200 None
2026-03-26 04:17:25 [adesa.be] INFO: Scrape type for 10727086: 0
2026-03-26 04:17:25 [adesa.be] INFO: Skipping item 10727086 url https://www.openlane.eu/en/carv6/auction/10727086
2026-03-26 04:17:25 [adesa.be] INFO: Found listing with ID: 10724569
2026-03-26 04:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724569%27 HTTP/1.1" 200 None
2026-03-26 04:17:25 [adesa.be] INFO: Scrape type for 10724569: 0
2026-03-26 04:17:25 [adesa.be] INFO: Skipping item 10724569 url https://www.openlane.eu/en/carv6/auction/10724569
2026-03-26 04:17:25 [adesa.be] INFO: Found listing with ID: 10727089
2026-03-26 04:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727089%27 HTTP/1.1" 200 None
2026-03-26 04:17:25 [adesa.be] INFO: Scrape type for 10727089: 0
2026-03-26 04:17:25 [adesa.be] INFO: Skipping item 10727089 url https://www.openlane.eu/en/carv6/auction/10727089
2026-03-26 04:17:25 [adesa.be] INFO: Found listing with ID: 10724770
2026-03-26 04:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724770%27 HTTP/1.1" 200 None
2026-03-26 04:17:25 [adesa.be] INFO: Scrape type for 10724770: 0
2026-03-26 04:17:25 [adesa.be] INFO: Skipping item 10724770 url https://www.openlane.eu/en/carv6/auction/10724770
2026-03-26 04:17:25 [adesa.be] INFO: Found listing with ID: 10724669
2026-03-26 04:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724669%27 HTTP/1.1" 200 None
2026-03-26 04:17:25 [adesa.be] INFO: Scrape type for 10724669: 0
2026-03-26 04:17:25 [adesa.be] INFO: Skipping item 10724669 url https://www.openlane.eu/en/carv6/auction/10724669
2026-03-26 04:17:25 [adesa.be] INFO: Found listing with ID: 10727139
2026-03-26 04:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727139%27 HTTP/1.1" 200 None
2026-03-26 04:17:25 [adesa.be] INFO: Scrape type for 10727139: 0
2026-03-26 04:17:25 [adesa.be] INFO: Skipping item 10727139 url https://www.openlane.eu/en/carv6/auction/10727139
2026-03-26 04:17:25 [adesa.be] INFO: Found listing with ID: 10727072
2026-03-26 04:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727072%27 HTTP/1.1" 200 None
2026-03-26 04:17:25 [adesa.be] INFO: Scrape type for 10727072: 0
2026-03-26 04:17:25 [adesa.be] INFO: Skipping item 10727072 url https://www.openlane.eu/en/carv6/auction/10727072
2026-03-26 04:17:25 [adesa.be] INFO: Found listing with ID: 10727087
2026-03-26 04:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727087%27 HTTP/1.1" 200 None
2026-03-26 04:17:25 [adesa.be] INFO: Scrape type for 10727087: 0
2026-03-26 04:17:25 [adesa.be] INFO: Skipping item 10727087 url https://www.openlane.eu/en/carv6/auction/10727087
2026-03-26 04:17:25 [adesa.be] INFO: Found listing with ID: 10727061
2026-03-26 04:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727061%27 HTTP/1.1" 200 None
2026-03-26 04:17:25 [adesa.be] INFO: Scrape type for 10727061: 0
2026-03-26 04:17:25 [adesa.be] INFO: Skipping item 10727061 url https://www.openlane.eu/en/carv6/auction/10727061
2026-03-26 04:17:25 [adesa.be] INFO: Found listing with ID: 10727494
2026-03-26 04:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727494%27 HTTP/1.1" 200 None
2026-03-26 04:17:25 [adesa.be] INFO: Scrape type for 10727494: 0
2026-03-26 04:17:25 [adesa.be] INFO: Skipping item 10727494 url https://www.openlane.eu/en/carv6/auction/10727494
2026-03-26 04:17:25 [adesa.be] INFO: Found listing with ID: 10724672
2026-03-26 04:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724672%27 HTTP/1.1" 200 None
2026-03-26 04:17:25 [adesa.be] INFO: Scrape type for 10724672: 0
2026-03-26 04:17:25 [adesa.be] INFO: Skipping item 10724672 url https://www.openlane.eu/en/carv6/auction/10724672
2026-03-26 04:17:25 [adesa.be] INFO: Found listing with ID: 10725653
2026-03-26 04:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725653%27 HTTP/1.1" 200 None
2026-03-26 04:17:25 [adesa.be] INFO: Scrape type for 10725653: 0
2026-03-26 04:17:25 [adesa.be] INFO: Skipping item 10725653 url https://www.openlane.eu/en/carv6/auction/10725653
2026-03-26 04:17:25 [adesa.be] INFO: Found listing with ID: 10727073
2026-03-26 04:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727073%27 HTTP/1.1" 200 None
2026-03-26 04:17:25 [adesa.be] INFO: Scrape type for 10727073: 0
2026-03-26 04:17:25 [adesa.be] INFO: Skipping item 10727073 url https://www.openlane.eu/en/carv6/auction/10727073
2026-03-26 04:17:25 [adesa.be] INFO: Found listing with ID: 10724628
2026-03-26 04:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724628%27 HTTP/1.1" 200 None
2026-03-26 04:17:25 [adesa.be] INFO: Scrape type for 10724628: 0
2026-03-26 04:17:25 [adesa.be] INFO: Skipping item 10724628 url https://www.openlane.eu/en/carv6/auction/10724628
2026-03-26 04:17:25 [adesa.be] INFO: Found listing with ID: 10727470
2026-03-26 04:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727470%27 HTTP/1.1" 200 None
2026-03-26 04:17:25 [adesa.be] INFO: Scrape type for 10727470: 0
2026-03-26 04:17:25 [adesa.be] INFO: Skipping item 10727470 url https://www.openlane.eu/en/carv6/auction/10727470
2026-03-26 04:17:25 [adesa.be] INFO: Found listing with ID: 10727479
2026-03-26 04:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727479%27 HTTP/1.1" 200 None
2026-03-26 04:17:25 [adesa.be] INFO: Scrape type for 10727479: 0
2026-03-26 04:17:25 [adesa.be] INFO: Skipping item 10727479 url https://www.openlane.eu/en/carv6/auction/10727479
2026-03-26 04:17:25 [adesa.be] INFO: Found listing with ID: 10724675
2026-03-26 04:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724675%27 HTTP/1.1" 200 None
2026-03-26 04:17:25 [adesa.be] INFO: Scrape type for 10724675: 0
2026-03-26 04:17:25 [adesa.be] INFO: Skipping item 10724675 url https://www.openlane.eu/en/carv6/auction/10724675
2026-03-26 04:17:25 [adesa.be] INFO: Found listing with ID: 10724615
2026-03-26 04:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724615%27 HTTP/1.1" 200 None
2026-03-26 04:17:25 [adesa.be] INFO: Scrape type for 10724615: 0
2026-03-26 04:17:25 [adesa.be] INFO: Skipping item 10724615 url https://www.openlane.eu/en/carv6/auction/10724615
2026-03-26 04:17:25 [adesa.be] INFO: Found listing with ID: 10724647
2026-03-26 04:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724647%27 HTTP/1.1" 200 None
2026-03-26 04:17:25 [adesa.be] INFO: Scrape type for 10724647: 0
2026-03-26 04:17:25 [adesa.be] INFO: Skipping item 10724647 url https://www.openlane.eu/en/carv6/auction/10724647
2026-03-26 04:17:25 [adesa.be] INFO: Found listing with ID: 10725644
2026-03-26 04:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725644%27 HTTP/1.1" 200 None
2026-03-26 04:17:25 [adesa.be] INFO: Scrape type for 10725644: 0
2026-03-26 04:17:25 [adesa.be] INFO: Skipping item 10725644 url https://www.openlane.eu/en/carv6/auction/10725644
2026-03-26 04:17:25 [adesa.be] INFO: Found listing with ID: 10724651
2026-03-26 04:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724651%27 HTTP/1.1" 200 None
2026-03-26 04:17:25 [adesa.be] INFO: Scrape type for 10724651: 0
2026-03-26 04:17:25 [adesa.be] INFO: Skipping item 10724651 url https://www.openlane.eu/en/carv6/auction/10724651
2026-03-26 04:17:25 [adesa.be] INFO: Found listing with ID: 10724676
2026-03-26 04:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724676%27 HTTP/1.1" 200 None
2026-03-26 04:17:25 [adesa.be] INFO: Scrape type for 10724676: 0
2026-03-26 04:17:25 [adesa.be] INFO: Skipping item 10724676 url https://www.openlane.eu/en/carv6/auction/10724676
2026-03-26 04:17:25 [adesa.be] INFO: Found listing with ID: 10725625
2026-03-26 04:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725625%27 HTTP/1.1" 200 None
2026-03-26 04:17:25 [adesa.be] INFO: Scrape type for 10725625: 0
2026-03-26 04:17:25 [adesa.be] INFO: Skipping item 10725625 url https://www.openlane.eu/en/carv6/auction/10725625
2026-03-26 04:17:25 [adesa.be] INFO: Found listing with ID: 10724627
2026-03-26 04:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724627%27 HTTP/1.1" 200 None
2026-03-26 04:17:25 [adesa.be] INFO: Scrape type for 10724627: 0
2026-03-26 04:17:25 [adesa.be] INFO: Skipping item 10724627 url https://www.openlane.eu/en/carv6/auction/10724627
2026-03-26 04:17:25 [adesa.be] INFO: Found listing with ID: 10724680
2026-03-26 04:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724680%27 HTTP/1.1" 200 None
2026-03-26 04:17:25 [adesa.be] INFO: Scrape type for 10724680: 0
2026-03-26 04:17:25 [adesa.be] INFO: Skipping item 10724680 url https://www.openlane.eu/en/carv6/auction/10724680
2026-03-26 04:17:25 [adesa.be] INFO: Found listing with ID: 10724663
2026-03-26 04:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724663%27 HTTP/1.1" 200 None
2026-03-26 04:17:25 [adesa.be] INFO: Scrape type for 10724663: 0
2026-03-26 04:17:25 [adesa.be] INFO: Skipping item 10724663 url https://www.openlane.eu/en/carv6/auction/10724663
2026-03-26 04:17:25 [adesa.be] INFO: Found listing with ID: 10727070
2026-03-26 04:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727070%27 HTTP/1.1" 200 None
2026-03-26 04:17:25 [adesa.be] INFO: Scrape type for 10727070: 0
2026-03-26 04:17:25 [adesa.be] INFO: Skipping item 10727070 url https://www.openlane.eu/en/carv6/auction/10727070
2026-03-26 04:17:25 [adesa.be] INFO: Found listing with ID: 10724582
2026-03-26 04:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724582%27 HTTP/1.1" 200 None
2026-03-26 04:17:25 [adesa.be] INFO: Scrape type for 10724582: 0
2026-03-26 04:17:25 [adesa.be] INFO: Skipping item 10724582 url https://www.openlane.eu/en/carv6/auction/10724582
2026-03-26 04:17:25 [adesa.be] INFO: Found listing with ID: 10724703
2026-03-26 04:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724703%27 HTTP/1.1" 200 None
2026-03-26 04:17:25 [adesa.be] INFO: Scrape type for 10724703: 0
2026-03-26 04:17:25 [adesa.be] INFO: Skipping item 10724703 url https://www.openlane.eu/en/carv6/auction/10724703
2026-03-26 04:17:25 [adesa.be] INFO: Found listing with ID: 10725643
2026-03-26 04:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725643%27 HTTP/1.1" 200 None
2026-03-26 04:17:25 [adesa.be] INFO: Scrape type for 10725643: 0
2026-03-26 04:17:25 [adesa.be] INFO: Skipping item 10725643 url https://www.openlane.eu/en/carv6/auction/10725643
2026-03-26 04:17:25 [adesa.be] INFO: Found listing with ID: 10724621
2026-03-26 04:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724621%27 HTTP/1.1" 200 None
2026-03-26 04:17:25 [adesa.be] INFO: Scrape type for 10724621: 0
2026-03-26 04:17:25 [adesa.be] INFO: Skipping item 10724621 url https://www.openlane.eu/en/carv6/auction/10724621
2026-03-26 04:17:25 [adesa.be] INFO: Found listing with ID: 10724584
2026-03-26 04:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724584%27 HTTP/1.1" 200 None
2026-03-26 04:17:25 [adesa.be] INFO: Scrape type for 10724584: 0
2026-03-26 04:17:25 [adesa.be] INFO: Skipping item 10724584 url https://www.openlane.eu/en/carv6/auction/10724584
2026-03-26 04:17:25 [adesa.be] INFO: Found listing with ID: 10721602
2026-03-26 04:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721602%27 HTTP/1.1" 200 None
2026-03-26 04:17:25 [adesa.be] INFO: Scrape type for 10721602: 0
2026-03-26 04:17:25 [adesa.be] INFO: Skipping item 10721602 url https://www.openlane.eu/en/carv6/auction/10721602
2026-03-26 04:17:25 [adesa.be] INFO: Found listing with ID: 10724717
2026-03-26 04:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724717%27 HTTP/1.1" 200 None
2026-03-26 04:17:25 [adesa.be] INFO: Scrape type for 10724717: 0
2026-03-26 04:17:25 [adesa.be] INFO: Skipping item 10724717 url https://www.openlane.eu/en/carv6/auction/10724717
2026-03-26 04:17:25 [adesa.be] INFO: Found listing with ID: 10724641
2026-03-26 04:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724641%27 HTTP/1.1" 200 None
2026-03-26 04:17:25 [adesa.be] INFO: Scrape type for 10724641: 0
2026-03-26 04:17:25 [adesa.be] INFO: Skipping item 10724641 url https://www.openlane.eu/en/carv6/auction/10724641
2026-03-26 04:17:25 [adesa.be] INFO: Found listing with ID: 10727077
2026-03-26 04:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727077%27 HTTP/1.1" 200 None
2026-03-26 04:17:25 [adesa.be] INFO: Scrape type for 10727077: 0
2026-03-26 04:17:25 [adesa.be] INFO: Skipping item 10727077 url https://www.openlane.eu/en/carv6/auction/10727077
2026-03-26 04:17:25 [adesa.be] INFO: Found listing with ID: 10727474
2026-03-26 04:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727474%27 HTTP/1.1" 200 None
2026-03-26 04:17:25 [adesa.be] INFO: Scrape type for 10727474: 0
2026-03-26 04:17:25 [adesa.be] INFO: Skipping item 10727474 url https://www.openlane.eu/en/carv6/auction/10727474
2026-03-26 04: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-26 04:17:27 [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-26 04:17:27 [adesa.be] INFO: Found listing with ID: 10727044
2026-03-26 04:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727044%27 HTTP/1.1" 200 None
2026-03-26 04:17:27 [adesa.be] INFO: Scrape type for 10727044: 0
2026-03-26 04:17:27 [adesa.be] INFO: Skipping item 10727044 url https://www.openlane.eu/en/carv6/auction/10727044
2026-03-26 04:17:27 [adesa.be] INFO: Found listing with ID: 10724581
2026-03-26 04:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724581%27 HTTP/1.1" 200 None
2026-03-26 04:17:27 [adesa.be] INFO: Scrape type for 10724581: 0
2026-03-26 04:17:27 [adesa.be] INFO: Skipping item 10724581 url https://www.openlane.eu/en/carv6/auction/10724581
2026-03-26 04:17:27 [adesa.be] INFO: Found listing with ID: 10725606
2026-03-26 04:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725606%27 HTTP/1.1" 200 None
2026-03-26 04:17:27 [adesa.be] INFO: Scrape type for 10725606: 0
2026-03-26 04:17:27 [adesa.be] INFO: Skipping item 10725606 url https://www.openlane.eu/en/carv6/auction/10725606
2026-03-26 04:17:27 [adesa.be] INFO: Found listing with ID: 10724635
2026-03-26 04:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724635%27 HTTP/1.1" 200 None
2026-03-26 04:17:27 [adesa.be] INFO: Scrape type for 10724635: 0
2026-03-26 04:17:27 [adesa.be] INFO: Skipping item 10724635 url https://www.openlane.eu/en/carv6/auction/10724635
2026-03-26 04:17:27 [adesa.be] INFO: Found listing with ID: 10724760
2026-03-26 04:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724760%27 HTTP/1.1" 200 None
2026-03-26 04:17:27 [adesa.be] INFO: Scrape type for 10724760: 0
2026-03-26 04:17:27 [adesa.be] INFO: Skipping item 10724760 url https://www.openlane.eu/en/carv6/auction/10724760
2026-03-26 04:17:27 [adesa.be] INFO: Found listing with ID: 10725627
2026-03-26 04:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725627%27 HTTP/1.1" 200 None
2026-03-26 04:17:27 [adesa.be] INFO: Scrape type for 10725627: 0
2026-03-26 04:17:27 [adesa.be] INFO: Skipping item 10725627 url https://www.openlane.eu/en/carv6/auction/10725627
2026-03-26 04:17:27 [adesa.be] INFO: Found listing with ID: 10724644
2026-03-26 04:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724644%27 HTTP/1.1" 200 None
2026-03-26 04:17:27 [adesa.be] INFO: Scrape type for 10724644: 0
2026-03-26 04:17:27 [adesa.be] INFO: Skipping item 10724644 url https://www.openlane.eu/en/carv6/auction/10724644
2026-03-26 04:17:27 [adesa.be] INFO: Found listing with ID: 10725620
2026-03-26 04:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725620%27 HTTP/1.1" 200 None
2026-03-26 04:17:27 [adesa.be] INFO: Scrape type for 10725620: 0
2026-03-26 04:17:27 [adesa.be] INFO: Skipping item 10725620 url https://www.openlane.eu/en/carv6/auction/10725620
2026-03-26 04:17:27 [adesa.be] INFO: Found listing with ID: 10724776
2026-03-26 04:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724776%27 HTTP/1.1" 200 None
2026-03-26 04:17:27 [adesa.be] INFO: Scrape type for 10724776: 0
2026-03-26 04:17:27 [adesa.be] INFO: Skipping item 10724776 url https://www.openlane.eu/en/carv6/auction/10724776
2026-03-26 04:17:27 [adesa.be] INFO: Found listing with ID: 10727092
2026-03-26 04:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727092%27 HTTP/1.1" 200 None
2026-03-26 04:17:27 [adesa.be] INFO: Scrape type for 10727092: 0
2026-03-26 04:17:27 [adesa.be] INFO: Skipping item 10727092 url https://www.openlane.eu/en/carv6/auction/10727092
2026-03-26 04:17:27 [adesa.be] INFO: Found listing with ID: 10724562
2026-03-26 04:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724562%27 HTTP/1.1" 200 None
2026-03-26 04:17:27 [adesa.be] INFO: Scrape type for 10724562: 0
2026-03-26 04:17:27 [adesa.be] INFO: Skipping item 10724562 url https://www.openlane.eu/en/carv6/auction/10724562
2026-03-26 04:17:27 [adesa.be] INFO: Found listing with ID: 10724594
2026-03-26 04:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724594%27 HTTP/1.1" 200 None
2026-03-26 04:17:27 [adesa.be] INFO: Scrape type for 10724594: 0
2026-03-26 04:17:27 [adesa.be] INFO: Skipping item 10724594 url https://www.openlane.eu/en/carv6/auction/10724594
2026-03-26 04:17:27 [adesa.be] INFO: Found listing with ID: 10727043
2026-03-26 04:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727043%27 HTTP/1.1" 200 None
2026-03-26 04:17:27 [adesa.be] INFO: Scrape type for 10727043: 0
2026-03-26 04:17:27 [adesa.be] INFO: Skipping item 10727043 url https://www.openlane.eu/en/carv6/auction/10727043
2026-03-26 04:17:27 [adesa.be] INFO: Found listing with ID: 10724622
2026-03-26 04:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724622%27 HTTP/1.1" 200 None
2026-03-26 04:17:27 [adesa.be] INFO: Scrape type for 10724622: 0
2026-03-26 04:17:27 [adesa.be] INFO: Skipping item 10724622 url https://www.openlane.eu/en/carv6/auction/10724622
2026-03-26 04:17:27 [adesa.be] INFO: Found listing with ID: 10724652
2026-03-26 04:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724652%27 HTTP/1.1" 200 None
2026-03-26 04:17:27 [adesa.be] INFO: Scrape type for 10724652: 0
2026-03-26 04:17:27 [adesa.be] INFO: Skipping item 10724652 url https://www.openlane.eu/en/carv6/auction/10724652
2026-03-26 04:17:27 [adesa.be] INFO: Found listing with ID: 10724716
2026-03-26 04:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724716%27 HTTP/1.1" 200 None
2026-03-26 04:17:27 [adesa.be] INFO: Scrape type for 10724716: 0
2026-03-26 04:17:27 [adesa.be] INFO: Skipping item 10724716 url https://www.openlane.eu/en/carv6/auction/10724716
2026-03-26 04:17:27 [adesa.be] INFO: Found listing with ID: 10725685
2026-03-26 04:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725685%27 HTTP/1.1" 200 None
2026-03-26 04:17:27 [adesa.be] INFO: Scrape type for 10725685: 0
2026-03-26 04:17:27 [adesa.be] INFO: Skipping item 10725685 url https://www.openlane.eu/en/carv6/auction/10725685
2026-03-26 04:17:27 [adesa.be] INFO: Found listing with ID: 10725675
2026-03-26 04:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725675%27 HTTP/1.1" 200 None
2026-03-26 04:17:27 [adesa.be] INFO: Scrape type for 10725675: 0
2026-03-26 04:17:27 [adesa.be] INFO: Skipping item 10725675 url https://www.openlane.eu/en/carv6/auction/10725675
2026-03-26 04:17:27 [adesa.be] INFO: Found listing with ID: 10724674
2026-03-26 04:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724674%27 HTTP/1.1" 200 None
2026-03-26 04:17:27 [adesa.be] INFO: Scrape type for 10724674: 0
2026-03-26 04:17:27 [adesa.be] INFO: Skipping item 10724674 url https://www.openlane.eu/en/carv6/auction/10724674
2026-03-26 04:17:27 [adesa.be] INFO: Found listing with ID: 10725637
2026-03-26 04:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725637%27 HTTP/1.1" 200 None
2026-03-26 04:17:27 [adesa.be] INFO: Scrape type for 10725637: 0
2026-03-26 04:17:27 [adesa.be] INFO: Skipping item 10725637 url https://www.openlane.eu/en/carv6/auction/10725637
2026-03-26 04:17:27 [adesa.be] INFO: Found listing with ID: 10724694
2026-03-26 04:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724694%27 HTTP/1.1" 200 None
2026-03-26 04:17:27 [adesa.be] INFO: Scrape type for 10724694: 0
2026-03-26 04:17:27 [adesa.be] INFO: Skipping item 10724694 url https://www.openlane.eu/en/carv6/auction/10724694
2026-03-26 04:17:27 [adesa.be] INFO: Found listing with ID: 10724658
2026-03-26 04:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724658%27 HTTP/1.1" 200 None
2026-03-26 04:17:27 [adesa.be] INFO: Scrape type for 10724658: 0
2026-03-26 04:17:27 [adesa.be] INFO: Skipping item 10724658 url https://www.openlane.eu/en/carv6/auction/10724658
2026-03-26 04:17:27 [adesa.be] INFO: Found listing with ID: 10725683
2026-03-26 04:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725683%27 HTTP/1.1" 200 None
2026-03-26 04:17:27 [adesa.be] INFO: Scrape type for 10725683: 0
2026-03-26 04:17:27 [adesa.be] INFO: Skipping item 10725683 url https://www.openlane.eu/en/carv6/auction/10725683
2026-03-26 04:17:27 [adesa.be] INFO: Found listing with ID: 10724608
2026-03-26 04:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724608%27 HTTP/1.1" 200 None
2026-03-26 04:17:27 [adesa.be] INFO: Scrape type for 10724608: 0
2026-03-26 04:17:27 [adesa.be] INFO: Skipping item 10724608 url https://www.openlane.eu/en/carv6/auction/10724608
2026-03-26 04:17:27 [adesa.be] INFO: Found listing with ID: 10727436
2026-03-26 04:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727436%27 HTTP/1.1" 200 None
2026-03-26 04:17:27 [adesa.be] INFO: Scrape type for 10727436: 0
2026-03-26 04:17:27 [adesa.be] INFO: Skipping item 10727436 url https://www.openlane.eu/en/carv6/auction/10727436
2026-03-26 04:17:27 [adesa.be] INFO: Found listing with ID: 10727460
2026-03-26 04:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727460%27 HTTP/1.1" 200 None
2026-03-26 04:17:27 [adesa.be] INFO: Scrape type for 10727460: 0
2026-03-26 04:17:27 [adesa.be] INFO: Skipping item 10727460 url https://www.openlane.eu/en/carv6/auction/10727460
2026-03-26 04:17:27 [adesa.be] INFO: Found listing with ID: 10725607
2026-03-26 04:17:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725607%27 HTTP/1.1" 200 None
2026-03-26 04:17:27 [adesa.be] INFO: Scrape type for 10725607: 0
2026-03-26 04:17:27 [adesa.be] INFO: Skipping item 10725607 url https://www.openlane.eu/en/carv6/auction/10725607
2026-03-26 04:17:27 [adesa.be] INFO: Found listing with ID: 10727058
2026-03-26 04:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727058%27 HTTP/1.1" 200 None
2026-03-26 04:17:28 [adesa.be] INFO: Scrape type for 10727058: 0
2026-03-26 04:17:28 [adesa.be] INFO: Skipping item 10727058 url https://www.openlane.eu/en/carv6/auction/10727058
2026-03-26 04:17:28 [adesa.be] INFO: Found listing with ID: 10725678
2026-03-26 04:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725678%27 HTTP/1.1" 200 None
2026-03-26 04:17:28 [adesa.be] INFO: Scrape type for 10725678: 0
2026-03-26 04:17:28 [adesa.be] INFO: Skipping item 10725678 url https://www.openlane.eu/en/carv6/auction/10725678
2026-03-26 04:17:28 [adesa.be] INFO: Found listing with ID: 10724645
2026-03-26 04:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724645%27 HTTP/1.1" 200 None
2026-03-26 04:17:28 [adesa.be] INFO: Scrape type for 10724645: 0
2026-03-26 04:17:28 [adesa.be] INFO: Skipping item 10724645 url https://www.openlane.eu/en/carv6/auction/10724645
2026-03-26 04:17:28 [adesa.be] INFO: Found listing with ID: 10724654
2026-03-26 04:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724654%27 HTTP/1.1" 200 None
2026-03-26 04:17:28 [adesa.be] INFO: Scrape type for 10724654: 0
2026-03-26 04:17:28 [adesa.be] INFO: Skipping item 10724654 url https://www.openlane.eu/en/carv6/auction/10724654
2026-03-26 04:17:28 [adesa.be] INFO: Found listing with ID: 10725619
2026-03-26 04:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725619%27 HTTP/1.1" 200 None
2026-03-26 04:17:28 [adesa.be] INFO: Scrape type for 10725619: 0
2026-03-26 04:17:28 [adesa.be] INFO: Skipping item 10725619 url https://www.openlane.eu/en/carv6/auction/10725619
2026-03-26 04:17:28 [adesa.be] INFO: Found listing with ID: 10724602
2026-03-26 04:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724602%27 HTTP/1.1" 200 None
2026-03-26 04:17:28 [adesa.be] INFO: Scrape type for 10724602: 0
2026-03-26 04:17:28 [adesa.be] INFO: Skipping item 10724602 url https://www.openlane.eu/en/carv6/auction/10724602
2026-03-26 04:17:28 [adesa.be] INFO: Found listing with ID: 10727085
2026-03-26 04:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727085%27 HTTP/1.1" 200 None
2026-03-26 04:17:28 [adesa.be] INFO: Scrape type for 10727085: 0
2026-03-26 04:17:28 [adesa.be] INFO: Skipping item 10727085 url https://www.openlane.eu/en/carv6/auction/10727085
2026-03-26 04:17:28 [adesa.be] INFO: Found listing with ID: 10724632
2026-03-26 04:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724632%27 HTTP/1.1" 200 None
2026-03-26 04:17:28 [adesa.be] INFO: Scrape type for 10724632: 0
2026-03-26 04:17:28 [adesa.be] INFO: Skipping item 10724632 url https://www.openlane.eu/en/carv6/auction/10724632
2026-03-26 04:17:28 [adesa.be] INFO: Found listing with ID: 10727063
2026-03-26 04:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727063%27 HTTP/1.1" 200 None
2026-03-26 04:17:28 [adesa.be] INFO: Scrape type for 10727063: 0
2026-03-26 04:17:28 [adesa.be] INFO: Skipping item 10727063 url https://www.openlane.eu/en/carv6/auction/10727063
2026-03-26 04:17:28 [adesa.be] INFO: Found listing with ID: 10727066
2026-03-26 04:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727066%27 HTTP/1.1" 200 None
2026-03-26 04:17:28 [adesa.be] INFO: Scrape type for 10727066: 0
2026-03-26 04:17:28 [adesa.be] INFO: Skipping item 10727066 url https://www.openlane.eu/en/carv6/auction/10727066
2026-03-26 04:17:28 [adesa.be] INFO: Found listing with ID: 10724580
2026-03-26 04:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724580%27 HTTP/1.1" 200 None
2026-03-26 04:17:28 [adesa.be] INFO: Scrape type for 10724580: 0
2026-03-26 04:17:28 [adesa.be] INFO: Skipping item 10724580 url https://www.openlane.eu/en/carv6/auction/10724580
2026-03-26 04:17:28 [adesa.be] INFO: Found listing with ID: 10725665
2026-03-26 04:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725665%27 HTTP/1.1" 200 None
2026-03-26 04:17:28 [adesa.be] INFO: Scrape type for 10725665: 0
2026-03-26 04:17:28 [adesa.be] INFO: Skipping item 10725665 url https://www.openlane.eu/en/carv6/auction/10725665
2026-03-26 04:17:28 [adesa.be] INFO: Found listing with ID: 10725674
2026-03-26 04:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725674%27 HTTP/1.1" 200 None
2026-03-26 04:17:28 [adesa.be] INFO: Scrape type for 10725674: 0
2026-03-26 04:17:28 [adesa.be] INFO: Skipping item 10725674 url https://www.openlane.eu/en/carv6/auction/10725674
2026-03-26 04:17:28 [adesa.be] INFO: Found listing with ID: 10724667
2026-03-26 04:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724667%27 HTTP/1.1" 200 None
2026-03-26 04:17:28 [adesa.be] INFO: Scrape type for 10724667: 0
2026-03-26 04:17:28 [adesa.be] INFO: Skipping item 10724667 url https://www.openlane.eu/en/carv6/auction/10724667
2026-03-26 04:17:28 [adesa.be] INFO: Found listing with ID: 10724564
2026-03-26 04:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724564%27 HTTP/1.1" 200 None
2026-03-26 04:17:28 [adesa.be] INFO: Scrape type for 10724564: 0
2026-03-26 04:17:28 [adesa.be] INFO: Skipping item 10724564 url https://www.openlane.eu/en/carv6/auction/10724564
2026-03-26 04:17:28 [adesa.be] INFO: Found listing with ID: 10724705
2026-03-26 04:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724705%27 HTTP/1.1" 200 None
2026-03-26 04:17:28 [adesa.be] INFO: Scrape type for 10724705: 0
2026-03-26 04:17:28 [adesa.be] INFO: Skipping item 10724705 url https://www.openlane.eu/en/carv6/auction/10724705
2026-03-26 04:17:28 [adesa.be] INFO: Found listing with ID: 10725657
2026-03-26 04:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725657%27 HTTP/1.1" 200 None
2026-03-26 04:17:28 [adesa.be] INFO: Scrape type for 10725657: 0
2026-03-26 04:17:28 [adesa.be] INFO: Skipping item 10725657 url https://www.openlane.eu/en/carv6/auction/10725657
2026-03-26 04:17:28 [adesa.be] INFO: Found listing with ID: 10724638
2026-03-26 04:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724638%27 HTTP/1.1" 200 None
2026-03-26 04:17:28 [adesa.be] INFO: Scrape type for 10724638: 0
2026-03-26 04:17:28 [adesa.be] INFO: Skipping item 10724638 url https://www.openlane.eu/en/carv6/auction/10724638
2026-03-26 04:17:28 [adesa.be] INFO: Found listing with ID: 10724786
2026-03-26 04:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724786%27 HTTP/1.1" 200 None
2026-03-26 04:17:28 [adesa.be] INFO: Scrape type for 10724786: 0
2026-03-26 04:17:28 [adesa.be] INFO: Skipping item 10724786 url https://www.openlane.eu/en/carv6/auction/10724786
2026-03-26 04:17:28 [adesa.be] INFO: Found listing with ID: 10724633
2026-03-26 04:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724633%27 HTTP/1.1" 200 None
2026-03-26 04:17:28 [adesa.be] INFO: Scrape type for 10724633: 0
2026-03-26 04:17:28 [adesa.be] INFO: Skipping item 10724633 url https://www.openlane.eu/en/carv6/auction/10724633
2026-03-26 04:17:28 [adesa.be] INFO: Found listing with ID: 10724598
2026-03-26 04:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724598%27 HTTP/1.1" 200 None
2026-03-26 04:17:28 [adesa.be] INFO: Scrape type for 10724598: 0
2026-03-26 04:17:28 [adesa.be] INFO: Skipping item 10724598 url https://www.openlane.eu/en/carv6/auction/10724598
2026-03-26 04:17:28 [adesa.be] INFO: Found listing with ID: 10724620
2026-03-26 04:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724620%27 HTTP/1.1" 200 None
2026-03-26 04:17:28 [adesa.be] INFO: Scrape type for 10724620: 0
2026-03-26 04:17:28 [adesa.be] INFO: Skipping item 10724620 url https://www.openlane.eu/en/carv6/auction/10724620
2026-03-26 04:17:28 [adesa.be] INFO: Found listing with ID: 10725681
2026-03-26 04:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725681%27 HTTP/1.1" 200 None
2026-03-26 04:17:28 [adesa.be] INFO: Scrape type for 10725681: 0
2026-03-26 04:17:28 [adesa.be] INFO: Skipping item 10725681 url https://www.openlane.eu/en/carv6/auction/10725681
2026-03-26 04:17:28 [adesa.be] INFO: Found listing with ID: 10725676
2026-03-26 04:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725676%27 HTTP/1.1" 200 None
2026-03-26 04:17:28 [adesa.be] INFO: Scrape type for 10725676: 0
2026-03-26 04:17:28 [adesa.be] INFO: Skipping item 10725676 url https://www.openlane.eu/en/carv6/auction/10725676
2026-03-26 04:17:28 [adesa.be] INFO: Found listing with ID: 10725618
2026-03-26 04:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725618%27 HTTP/1.1" 200 None
2026-03-26 04:17:28 [adesa.be] INFO: Scrape type for 10725618: 0
2026-03-26 04:17:28 [adesa.be] INFO: Skipping item 10725618 url https://www.openlane.eu/en/carv6/auction/10725618
2026-03-26 04:17:28 [adesa.be] INFO: Found listing with ID: 10727111
2026-03-26 04:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727111%27 HTTP/1.1" 200 None
2026-03-26 04:17:28 [adesa.be] INFO: Scrape type for 10727111: 0
2026-03-26 04:17:28 [adesa.be] INFO: Skipping item 10727111 url https://www.openlane.eu/en/carv6/auction/10727111
2026-03-26 04:17:28 [adesa.be] INFO: Found listing with ID: 10725654
2026-03-26 04:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725654%27 HTTP/1.1" 200 None
2026-03-26 04:17:28 [adesa.be] INFO: Scrape type for 10725654: 0
2026-03-26 04:17:28 [adesa.be] INFO: Skipping item 10725654 url https://www.openlane.eu/en/carv6/auction/10725654
2026-03-26 04:17:28 [adesa.be] INFO: Found listing with ID: 10724609
2026-03-26 04:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724609%27 HTTP/1.1" 200 None
2026-03-26 04:17:28 [adesa.be] INFO: Scrape type for 10724609: 0
2026-03-26 04:17:28 [adesa.be] INFO: Skipping item 10724609 url https://www.openlane.eu/en/carv6/auction/10724609
2026-03-26 04:17:28 [adesa.be] INFO: Found listing with ID: 10724677
2026-03-26 04:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724677%27 HTTP/1.1" 200 None
2026-03-26 04:17:28 [adesa.be] INFO: Scrape type for 10724677: 0
2026-03-26 04:17:28 [adesa.be] INFO: Skipping item 10724677 url https://www.openlane.eu/en/carv6/auction/10724677
2026-03-26 04:17:28 [adesa.be] INFO: Found listing with ID: 10724758
2026-03-26 04:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724758%27 HTTP/1.1" 200 None
2026-03-26 04:17:28 [adesa.be] INFO: Scrape type for 10724758: 0
2026-03-26 04:17:28 [adesa.be] INFO: Skipping item 10724758 url https://www.openlane.eu/en/carv6/auction/10724758
2026-03-26 04:17:28 [adesa.be] INFO: Found listing with ID: 10725605
2026-03-26 04:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725605%27 HTTP/1.1" 200 None
2026-03-26 04:17:28 [adesa.be] INFO: Scrape type for 10725605: 0
2026-03-26 04:17:28 [adesa.be] INFO: Skipping item 10725605 url https://www.openlane.eu/en/carv6/auction/10725605
2026-03-26 04:17:28 [adesa.be] INFO: Found listing with ID: 10727069
2026-03-26 04:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727069%27 HTTP/1.1" 200 None
2026-03-26 04:17:28 [adesa.be] INFO: Scrape type for 10727069: 0
2026-03-26 04:17:28 [adesa.be] INFO: Skipping item 10727069 url https://www.openlane.eu/en/carv6/auction/10727069
2026-03-26 04:17:28 [adesa.be] INFO: Found listing with ID: 10727090
2026-03-26 04:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727090%27 HTTP/1.1" 200 None
2026-03-26 04:17:28 [adesa.be] INFO: Scrape type for 10727090: 0
2026-03-26 04:17:28 [adesa.be] INFO: Skipping item 10727090 url https://www.openlane.eu/en/carv6/auction/10727090
2026-03-26 04:17:28 [adesa.be] INFO: Found listing with ID: 10724696
2026-03-26 04:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724696%27 HTTP/1.1" 200 None
2026-03-26 04:17:28 [adesa.be] INFO: Scrape type for 10724696: 0
2026-03-26 04:17:28 [adesa.be] INFO: Skipping item 10724696 url https://www.openlane.eu/en/carv6/auction/10724696
2026-03-26 04:17:28 [adesa.be] INFO: Found listing with ID: 10724700
2026-03-26 04:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724700%27 HTTP/1.1" 200 None
2026-03-26 04:17:28 [adesa.be] INFO: Scrape type for 10724700: 0
2026-03-26 04:17:28 [adesa.be] INFO: Skipping item 10724700 url https://www.openlane.eu/en/carv6/auction/10724700
2026-03-26 04:17:28 [adesa.be] INFO: Found listing with ID: 10724631
2026-03-26 04:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724631%27 HTTP/1.1" 200 None
2026-03-26 04:17:28 [adesa.be] INFO: Scrape type for 10724631: 0
2026-03-26 04:17:28 [adesa.be] INFO: Skipping item 10724631 url https://www.openlane.eu/en/carv6/auction/10724631
2026-03-26 04:17:28 [adesa.be] INFO: Found listing with ID: 10727067
2026-03-26 04:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727067%27 HTTP/1.1" 200 None
2026-03-26 04:17:28 [adesa.be] INFO: Scrape type for 10727067: 0
2026-03-26 04:17:28 [adesa.be] INFO: Skipping item 10727067 url https://www.openlane.eu/en/carv6/auction/10727067
2026-03-26 04:17:28 [adesa.be] INFO: Found listing with ID: 10727091
2026-03-26 04:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727091%27 HTTP/1.1" 200 None
2026-03-26 04:17:28 [adesa.be] INFO: Scrape type for 10727091: 0
2026-03-26 04:17:28 [adesa.be] INFO: Skipping item 10727091 url https://www.openlane.eu/en/carv6/auction/10727091
2026-03-26 04:17:28 [adesa.be] INFO: Found listing with ID: 10725649
2026-03-26 04:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725649%27 HTTP/1.1" 200 None
2026-03-26 04:17:28 [adesa.be] INFO: Scrape type for 10725649: 0
2026-03-26 04:17:28 [adesa.be] INFO: Skipping item 10725649 url https://www.openlane.eu/en/carv6/auction/10725649
2026-03-26 04:17:28 [adesa.be] INFO: Found listing with ID: 10724710
2026-03-26 04:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724710%27 HTTP/1.1" 200 None
2026-03-26 04:17:29 [adesa.be] INFO: Scrape type for 10724710: 0
2026-03-26 04:17:29 [adesa.be] INFO: Skipping item 10724710 url https://www.openlane.eu/en/carv6/auction/10724710
2026-03-26 04:17:29 [adesa.be] INFO: Found listing with ID: 10724771
2026-03-26 04:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724771%27 HTTP/1.1" 200 None
2026-03-26 04:17:29 [adesa.be] INFO: Scrape type for 10724771: 0
2026-03-26 04:17:29 [adesa.be] INFO: Skipping item 10724771 url https://www.openlane.eu/en/carv6/auction/10724771
2026-03-26 04:17:29 [adesa.be] INFO: Found listing with ID: 10724616
2026-03-26 04:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724616%27 HTTP/1.1" 200 None
2026-03-26 04:17:29 [adesa.be] INFO: Scrape type for 10724616: 0
2026-03-26 04:17:29 [adesa.be] INFO: Skipping item 10724616 url https://www.openlane.eu/en/carv6/auction/10724616
2026-03-26 04:17:29 [adesa.be] INFO: Found listing with ID: 10724610
2026-03-26 04:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724610%27 HTTP/1.1" 200 None
2026-03-26 04:17:29 [adesa.be] INFO: Scrape type for 10724610: 0
2026-03-26 04:17:29 [adesa.be] INFO: Skipping item 10724610 url https://www.openlane.eu/en/carv6/auction/10724610
2026-03-26 04:17:29 [adesa.be] INFO: Found listing with ID: 10727083
2026-03-26 04:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727083%27 HTTP/1.1" 200 None
2026-03-26 04:17:29 [adesa.be] INFO: Scrape type for 10727083: 0
2026-03-26 04:17:29 [adesa.be] INFO: Skipping item 10727083 url https://www.openlane.eu/en/carv6/auction/10727083
2026-03-26 04:17:29 [adesa.be] INFO: Found listing with ID: 10724775
2026-03-26 04:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724775%27 HTTP/1.1" 200 None
2026-03-26 04:17:29 [adesa.be] INFO: Scrape type for 10724775: 0
2026-03-26 04:17:29 [adesa.be] INFO: Skipping item 10724775 url https://www.openlane.eu/en/carv6/auction/10724775
2026-03-26 04:17:29 [adesa.be] INFO: Found listing with ID: 10724587
2026-03-26 04:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724587%27 HTTP/1.1" 200 None
2026-03-26 04:17:29 [adesa.be] INFO: Scrape type for 10724587: 0
2026-03-26 04:17:29 [adesa.be] INFO: Skipping item 10724587 url https://www.openlane.eu/en/carv6/auction/10724587
2026-03-26 04:17:29 [adesa.be] INFO: Found listing with ID: 10725677
2026-03-26 04:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725677%27 HTTP/1.1" 200 None
2026-03-26 04:17:29 [adesa.be] INFO: Scrape type for 10725677: 0
2026-03-26 04:17:29 [adesa.be] INFO: Skipping item 10725677 url https://www.openlane.eu/en/carv6/auction/10725677
2026-03-26 04:17:29 [adesa.be] INFO: Found listing with ID: 10724653
2026-03-26 04:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724653%27 HTTP/1.1" 200 None
2026-03-26 04:17:29 [adesa.be] INFO: Scrape type for 10724653: 0
2026-03-26 04:17:29 [adesa.be] INFO: Skipping item 10724653 url https://www.openlane.eu/en/carv6/auction/10724653
2026-03-26 04:17:29 [adesa.be] INFO: Found listing with ID: 10724559
2026-03-26 04:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724559%27 HTTP/1.1" 200 None
2026-03-26 04:17:29 [adesa.be] INFO: Scrape type for 10724559: 0
2026-03-26 04:17:29 [adesa.be] INFO: Skipping item 10724559 url https://www.openlane.eu/en/carv6/auction/10724559
2026-03-26 04:17:29 [adesa.be] INFO: Found listing with ID: 10724777
2026-03-26 04:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724777%27 HTTP/1.1" 200 None
2026-03-26 04:17:29 [adesa.be] INFO: Scrape type for 10724777: 0
2026-03-26 04:17:29 [adesa.be] INFO: Skipping item 10724777 url https://www.openlane.eu/en/carv6/auction/10724777
2026-03-26 04:17:29 [adesa.be] INFO: Found listing with ID: 10724683
2026-03-26 04:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724683%27 HTTP/1.1" 200 None
2026-03-26 04:17:29 [adesa.be] INFO: Scrape type for 10724683: 0
2026-03-26 04:17:29 [adesa.be] INFO: Skipping item 10724683 url https://www.openlane.eu/en/carv6/auction/10724683
2026-03-26 04:17:29 [adesa.be] INFO: Found listing with ID: 10724560
2026-03-26 04:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724560%27 HTTP/1.1" 200 None
2026-03-26 04:17:29 [adesa.be] INFO: Scrape type for 10724560: 0
2026-03-26 04:17:29 [adesa.be] INFO: Skipping item 10724560 url https://www.openlane.eu/en/carv6/auction/10724560
2026-03-26 04:17:29 [adesa.be] INFO: Found listing with ID: 10727075
2026-03-26 04:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727075%27 HTTP/1.1" 200 None
2026-03-26 04:17:29 [adesa.be] INFO: Scrape type for 10727075: 0
2026-03-26 04:17:29 [adesa.be] INFO: Skipping item 10727075 url https://www.openlane.eu/en/carv6/auction/10727075
2026-03-26 04:17:29 [adesa.be] INFO: Found listing with ID: 10724642
2026-03-26 04:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724642%27 HTTP/1.1" 200 None
2026-03-26 04:17:29 [adesa.be] INFO: Scrape type for 10724642: 0
2026-03-26 04:17:29 [adesa.be] INFO: Skipping item 10724642 url https://www.openlane.eu/en/carv6/auction/10724642
2026-03-26 04:17:29 [adesa.be] INFO: Found listing with ID: 10724626
2026-03-26 04:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724626%27 HTTP/1.1" 200 None
2026-03-26 04:17:29 [adesa.be] INFO: Scrape type for 10724626: 0
2026-03-26 04:17:29 [adesa.be] INFO: Skipping item 10724626 url https://www.openlane.eu/en/carv6/auction/10724626
2026-03-26 04:17:29 [adesa.be] INFO: Found listing with ID: 10724575
2026-03-26 04:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724575%27 HTTP/1.1" 200 None
2026-03-26 04:17:29 [adesa.be] INFO: Scrape type for 10724575: 0
2026-03-26 04:17:29 [adesa.be] INFO: Skipping item 10724575 url https://www.openlane.eu/en/carv6/auction/10724575
2026-03-26 04:17:29 [adesa.be] INFO: Found listing with ID: 10724711
2026-03-26 04:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724711%27 HTTP/1.1" 200 None
2026-03-26 04:17:29 [adesa.be] INFO: Scrape type for 10724711: 0
2026-03-26 04:17:29 [adesa.be] INFO: Skipping item 10724711 url https://www.openlane.eu/en/carv6/auction/10724711
2026-03-26 04:17:29 [adesa.be] INFO: Found listing with ID: 10724547
2026-03-26 04:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724547%27 HTTP/1.1" 200 None
2026-03-26 04:17:29 [adesa.be] INFO: Scrape type for 10724547: 0
2026-03-26 04:17:29 [adesa.be] INFO: Skipping item 10724547 url https://www.openlane.eu/en/carv6/auction/10724547
2026-03-26 04:17:29 [adesa.be] INFO: Found listing with ID: 10720661
2026-03-26 04:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720661%27 HTTP/1.1" 200 None
2026-03-26 04:17:29 [adesa.be] INFO: Scrape type for 10720661: 0
2026-03-26 04:17:29 [adesa.be] INFO: Skipping item 10720661 url https://www.openlane.eu/en/carv6/auction/10720661
2026-03-26 04:17:29 [adesa.be] INFO: Found listing with ID: 10720669
2026-03-26 04:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720669%27 HTTP/1.1" 200 None
2026-03-26 04:17:29 [adesa.be] INFO: Scrape type for 10720669: 0
2026-03-26 04:17:29 [adesa.be] INFO: Skipping item 10720669 url https://www.openlane.eu/en/carv6/auction/10720669
2026-03-26 04:17:29 [adesa.be] INFO: Found listing with ID: 10720671
2026-03-26 04:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720671%27 HTTP/1.1" 200 None
2026-03-26 04:17:29 [adesa.be] INFO: Scrape type for 10720671: 0
2026-03-26 04:17:29 [adesa.be] INFO: Skipping item 10720671 url https://www.openlane.eu/en/carv6/auction/10720671
2026-03-26 04:17:29 [adesa.be] INFO: Found listing with ID: 10720672
2026-03-26 04:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720672%27 HTTP/1.1" 200 None
2026-03-26 04:17:29 [adesa.be] INFO: Scrape type for 10720672: 0
2026-03-26 04:17:29 [adesa.be] INFO: Skipping item 10720672 url https://www.openlane.eu/en/carv6/auction/10720672
2026-03-26 04:17:29 [adesa.be] INFO: Found listing with ID: 10720673
2026-03-26 04:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720673%27 HTTP/1.1" 200 None
2026-03-26 04:17:29 [adesa.be] INFO: Scrape type for 10720673: 0
2026-03-26 04:17:29 [adesa.be] INFO: Skipping item 10720673 url https://www.openlane.eu/en/carv6/auction/10720673
2026-03-26 04:17:29 [adesa.be] INFO: Found listing with ID: 10720675
2026-03-26 04:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720675%27 HTTP/1.1" 200 None
2026-03-26 04:17:29 [adesa.be] INFO: Scrape type for 10720675: 0
2026-03-26 04:17:29 [adesa.be] INFO: Skipping item 10720675 url https://www.openlane.eu/en/carv6/auction/10720675
2026-03-26 04:17:29 [adesa.be] INFO: Found listing with ID: 10720677
2026-03-26 04:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720677%27 HTTP/1.1" 200 None
2026-03-26 04:17:29 [adesa.be] INFO: Scrape type for 10720677: 0
2026-03-26 04:17:29 [adesa.be] INFO: Skipping item 10720677 url https://www.openlane.eu/en/carv6/auction/10720677
2026-03-26 04:17:29 [adesa.be] INFO: Found listing with ID: 10720678
2026-03-26 04:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720678%27 HTTP/1.1" 200 None
2026-03-26 04:17:29 [adesa.be] INFO: Scrape type for 10720678: 0
2026-03-26 04:17:29 [adesa.be] INFO: Skipping item 10720678 url https://www.openlane.eu/en/carv6/auction/10720678
2026-03-26 04:17:29 [adesa.be] INFO: Found listing with ID: 10720676
2026-03-26 04:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720676%27 HTTP/1.1" 200 None
2026-03-26 04:17:29 [adesa.be] INFO: Scrape type for 10720676: 0
2026-03-26 04:17:29 [adesa.be] INFO: Skipping item 10720676 url https://www.openlane.eu/en/carv6/auction/10720676
2026-03-26 04:17:29 [adesa.be] INFO: Found listing with ID: 10720685
2026-03-26 04:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720685%27 HTTP/1.1" 200 None
2026-03-26 04:17:29 [adesa.be] INFO: Scrape type for 10720685: 0
2026-03-26 04:17:29 [adesa.be] INFO: Skipping item 10720685 url https://www.openlane.eu/en/carv6/auction/10720685
2026-03-26 04:17:29 [adesa.be] INFO: Found listing with ID: 10720684
2026-03-26 04:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720684%27 HTTP/1.1" 200 None
2026-03-26 04:17:29 [adesa.be] INFO: Scrape type for 10720684: 0
2026-03-26 04:17:29 [adesa.be] INFO: Skipping item 10720684 url https://www.openlane.eu/en/carv6/auction/10720684
2026-03-26 04:17:29 [adesa.be] INFO: Found listing with ID: 10720683
2026-03-26 04:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720683%27 HTTP/1.1" 200 None
2026-03-26 04:17:29 [adesa.be] INFO: Scrape type for 10720683: 0
2026-03-26 04:17:29 [adesa.be] INFO: Skipping item 10720683 url https://www.openlane.eu/en/carv6/auction/10720683
2026-03-26 04:17:29 [adesa.be] INFO: Found listing with ID: 10720686
2026-03-26 04:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720686%27 HTTP/1.1" 200 None
2026-03-26 04:17:29 [adesa.be] INFO: Scrape type for 10720686: 0
2026-03-26 04:17:29 [adesa.be] INFO: Skipping item 10720686 url https://www.openlane.eu/en/carv6/auction/10720686
2026-03-26 04:17:29 [adesa.be] INFO: Found listing with ID: 10720688
2026-03-26 04:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720688%27 HTTP/1.1" 200 None
2026-03-26 04:17:29 [adesa.be] INFO: Scrape type for 10720688: 0
2026-03-26 04:17:29 [adesa.be] INFO: Skipping item 10720688 url https://www.openlane.eu/en/carv6/auction/10720688
2026-03-26 04:17:29 [adesa.be] INFO: Found listing with ID: 10720687
2026-03-26 04:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720687%27 HTTP/1.1" 200 None
2026-03-26 04:17:29 [adesa.be] INFO: Scrape type for 10720687: 0
2026-03-26 04:17:29 [adesa.be] INFO: Skipping item 10720687 url https://www.openlane.eu/en/carv6/auction/10720687
2026-03-26 04:17:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10718170> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebdf4c86-639d-52c5-99ae-dccf508d4da3 with identifier: 10718170
2026-03-26 04:17:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebdf4c86-639d-52c5-99ae-dccf508d4da3 with scrape type 2
2026-03-26 04:17:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ebdf4c86-639d-52c5-99ae-dccf508d4da3 with scrape type 2
2026-03-26 04:17:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: ebdf4c86-639d-52c5-99ae-dccf508d4da3, identifier: 10718170
2026-03-26 04:17:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: ebdf4c86-639d-52c5-99ae-dccf508d4da3 with identifier: 10718170
2026-03-26 04:17:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: ebdf4c86-639d-52c5-99ae-dccf508d4da3 with identifier: 10718170
2026-03-26 04:17:31 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: ebdf4c86-639d-52c5-99ae-dccf508d4da3 with identifier: 10718170 to the API
2026-03-26 04:17:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10718170>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 90,
'expiration_date': '2026-03-27T09:30:00Z',
'fuel_type': 'Diesel',
'id': 'ebdf4c86-639d-52c5-99ae-dccf508d4da3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1RRS194',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10718170',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 233990,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 5300,
'price_includes_vat': True,
'registration_date': '2017-02-14',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Golf 1.6 TDI Trendline - Diesel - Manual - 90 hp - '
'233.990 km',
'transmission': 'manual',
'trim': 'Trendline',
'vin': None,
'year': 2017}
2026-03-26 04:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718170%27 HTTP/1.1" 200 None
2026-03-26 04:17:31 [adesa.be] INFO: Saving data for 10718170: {'auction_closing_time': 1774603800.0, 'created_time': 1774412178.231058, 'last_price_update_time': 1774498651.909623}
2026-03-26 04:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10718170') HTTP/1.1" 204 0
2026-03-26 04:17: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-26 04:17:32 [adesa.be] INFO: Found listing with ID: 10720692
2026-03-26 04:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720692%27 HTTP/1.1" 200 None
2026-03-26 04:17:32 [adesa.be] INFO: Scrape type for 10720692: 0
2026-03-26 04:17:32 [adesa.be] INFO: Skipping item 10720692 url https://www.openlane.eu/en/carv6/auction/10720692
2026-03-26 04:17:32 [adesa.be] INFO: Found listing with ID: 10720700
2026-03-26 04:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720700%27 HTTP/1.1" 200 None
2026-03-26 04:17:32 [adesa.be] INFO: Scrape type for 10720700: 0
2026-03-26 04:17:32 [adesa.be] INFO: Skipping item 10720700 url https://www.openlane.eu/en/carv6/auction/10720700
2026-03-26 04:17:32 [adesa.be] INFO: Found listing with ID: 10720698
2026-03-26 04:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720698%27 HTTP/1.1" 200 None
2026-03-26 04:17:32 [adesa.be] INFO: Scrape type for 10720698: 0
2026-03-26 04:17:32 [adesa.be] INFO: Skipping item 10720698 url https://www.openlane.eu/en/carv6/auction/10720698
2026-03-26 04:17:32 [adesa.be] INFO: Found listing with ID: 10720699
2026-03-26 04:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720699%27 HTTP/1.1" 200 None
2026-03-26 04:17:32 [adesa.be] INFO: Scrape type for 10720699: 0
2026-03-26 04:17:32 [adesa.be] INFO: Skipping item 10720699 url https://www.openlane.eu/en/carv6/auction/10720699
2026-03-26 04:17:32 [adesa.be] INFO: Found listing with ID: 10720701
2026-03-26 04:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720701%27 HTTP/1.1" 200 None
2026-03-26 04:17:32 [adesa.be] INFO: Scrape type for 10720701: 0
2026-03-26 04:17:32 [adesa.be] INFO: Skipping item 10720701 url https://www.openlane.eu/en/carv6/auction/10720701
2026-03-26 04:17:32 [adesa.be] INFO: Found listing with ID: 10720702
2026-03-26 04:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720702%27 HTTP/1.1" 200 None
2026-03-26 04:17:32 [adesa.be] INFO: Scrape type for 10720702: 0
2026-03-26 04:17:32 [adesa.be] INFO: Skipping item 10720702 url https://www.openlane.eu/en/carv6/auction/10720702
2026-03-26 04:17:32 [adesa.be] INFO: Found listing with ID: 10720703
2026-03-26 04:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720703%27 HTTP/1.1" 200 None
2026-03-26 04:17:32 [adesa.be] INFO: Scrape type for 10720703: 0
2026-03-26 04:17:32 [adesa.be] INFO: Skipping item 10720703 url https://www.openlane.eu/en/carv6/auction/10720703
2026-03-26 04:17:32 [adesa.be] INFO: Found listing with ID: 10720704
2026-03-26 04:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720704%27 HTTP/1.1" 200 None
2026-03-26 04:17:32 [adesa.be] INFO: Scrape type for 10720704: 0
2026-03-26 04:17:32 [adesa.be] INFO: Skipping item 10720704 url https://www.openlane.eu/en/carv6/auction/10720704
2026-03-26 04:17:32 [adesa.be] INFO: Found listing with ID: 10720705
2026-03-26 04:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720705%27 HTTP/1.1" 200 None
2026-03-26 04:17:32 [adesa.be] INFO: Scrape type for 10720705: 0
2026-03-26 04:17:32 [adesa.be] INFO: Skipping item 10720705 url https://www.openlane.eu/en/carv6/auction/10720705
2026-03-26 04:17:32 [adesa.be] INFO: Found listing with ID: 10720706
2026-03-26 04:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720706%27 HTTP/1.1" 200 None
2026-03-26 04:17:32 [adesa.be] INFO: Scrape type for 10720706: 0
2026-03-26 04:17:32 [adesa.be] INFO: Skipping item 10720706 url https://www.openlane.eu/en/carv6/auction/10720706
2026-03-26 04:17:32 [adesa.be] INFO: Found listing with ID: 10720707
2026-03-26 04:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720707%27 HTTP/1.1" 200 None
2026-03-26 04:17:32 [adesa.be] INFO: Scrape type for 10720707: 0
2026-03-26 04:17:32 [adesa.be] INFO: Skipping item 10720707 url https://www.openlane.eu/en/carv6/auction/10720707
2026-03-26 04:17:32 [adesa.be] INFO: Found listing with ID: 10720708
2026-03-26 04:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720708%27 HTTP/1.1" 200 None
2026-03-26 04:17:32 [adesa.be] INFO: Scrape type for 10720708: 0
2026-03-26 04:17:32 [adesa.be] INFO: Skipping item 10720708 url https://www.openlane.eu/en/carv6/auction/10720708
2026-03-26 04:17:32 [adesa.be] INFO: Found listing with ID: 10720709
2026-03-26 04:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720709%27 HTTP/1.1" 200 None
2026-03-26 04:17:32 [adesa.be] INFO: Scrape type for 10720709: 0
2026-03-26 04:17:32 [adesa.be] INFO: Skipping item 10720709 url https://www.openlane.eu/en/carv6/auction/10720709
2026-03-26 04:17:32 [adesa.be] INFO: Found listing with ID: 10720712
2026-03-26 04:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720712%27 HTTP/1.1" 200 None
2026-03-26 04:17:32 [adesa.be] INFO: Scrape type for 10720712: 0
2026-03-26 04:17:32 [adesa.be] INFO: Skipping item 10720712 url https://www.openlane.eu/en/carv6/auction/10720712
2026-03-26 04:17:32 [adesa.be] INFO: Found listing with ID: 10720710
2026-03-26 04:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720710%27 HTTP/1.1" 200 None
2026-03-26 04:17:32 [adesa.be] INFO: Scrape type for 10720710: 0
2026-03-26 04:17:32 [adesa.be] INFO: Skipping item 10720710 url https://www.openlane.eu/en/carv6/auction/10720710
2026-03-26 04:17:32 [adesa.be] INFO: Found listing with ID: 10720713
2026-03-26 04:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720713%27 HTTP/1.1" 200 None
2026-03-26 04:17:32 [adesa.be] INFO: Scrape type for 10720713: 0
2026-03-26 04:17:32 [adesa.be] INFO: Skipping item 10720713 url https://www.openlane.eu/en/carv6/auction/10720713
2026-03-26 04:17:32 [adesa.be] INFO: Found listing with ID: 10720717
2026-03-26 04:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720717%27 HTTP/1.1" 200 None
2026-03-26 04:17:32 [adesa.be] INFO: Scrape type for 10720717: 0
2026-03-26 04:17:32 [adesa.be] INFO: Skipping item 10720717 url https://www.openlane.eu/en/carv6/auction/10720717
2026-03-26 04:17:32 [adesa.be] INFO: Found listing with ID: 10720721
2026-03-26 04:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720721%27 HTTP/1.1" 200 None
2026-03-26 04:17:32 [adesa.be] INFO: Scrape type for 10720721: 0
2026-03-26 04:17:32 [adesa.be] INFO: Skipping item 10720721 url https://www.openlane.eu/en/carv6/auction/10720721
2026-03-26 04:17:32 [adesa.be] INFO: Found listing with ID: 10720725
2026-03-26 04:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720725%27 HTTP/1.1" 200 None
2026-03-26 04:17:32 [adesa.be] INFO: Scrape type for 10720725: 0
2026-03-26 04:17:32 [adesa.be] INFO: Skipping item 10720725 url https://www.openlane.eu/en/carv6/auction/10720725
2026-03-26 04:17:32 [adesa.be] INFO: Found listing with ID: 10720740
2026-03-26 04:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720740%27 HTTP/1.1" 200 None
2026-03-26 04:17:32 [adesa.be] INFO: Scrape type for 10720740: 0
2026-03-26 04:17:32 [adesa.be] INFO: Skipping item 10720740 url https://www.openlane.eu/en/carv6/auction/10720740
2026-03-26 04:17:32 [adesa.be] INFO: Found listing with ID: 10720742
2026-03-26 04:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720742%27 HTTP/1.1" 200 None
2026-03-26 04:17:32 [adesa.be] INFO: Scrape type for 10720742: 0
2026-03-26 04:17:32 [adesa.be] INFO: Skipping item 10720742 url https://www.openlane.eu/en/carv6/auction/10720742
2026-03-26 04:17:32 [adesa.be] INFO: Found listing with ID: 10720746
2026-03-26 04:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720746%27 HTTP/1.1" 200 None
2026-03-26 04:17:32 [adesa.be] INFO: Scrape type for 10720746: 0
2026-03-26 04:17:32 [adesa.be] INFO: Skipping item 10720746 url https://www.openlane.eu/en/carv6/auction/10720746
2026-03-26 04:17:32 [adesa.be] INFO: Found listing with ID: 10720749
2026-03-26 04:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720749%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720749: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720749 url https://www.openlane.eu/en/carv6/auction/10720749
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10720751
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720751%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720751: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720751 url https://www.openlane.eu/en/carv6/auction/10720751
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10720752
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720752%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720752: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720752 url https://www.openlane.eu/en/carv6/auction/10720752
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10720660
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720660%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720660: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720660 url https://www.openlane.eu/en/carv6/auction/10720660
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10720664
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720664%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720664: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720664 url https://www.openlane.eu/en/carv6/auction/10720664
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10720662
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720662%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720662: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720662 url https://www.openlane.eu/en/carv6/auction/10720662
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10720666
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720666%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720666: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720666 url https://www.openlane.eu/en/carv6/auction/10720666
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10720663
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720663%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720663: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720663 url https://www.openlane.eu/en/carv6/auction/10720663
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10720667
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720667%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720667: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720667 url https://www.openlane.eu/en/carv6/auction/10720667
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10720668
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720668%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720668: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720668 url https://www.openlane.eu/en/carv6/auction/10720668
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10720670
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720670%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720670: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720670 url https://www.openlane.eu/en/carv6/auction/10720670
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10720674
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720674%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720674: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720674 url https://www.openlane.eu/en/carv6/auction/10720674
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10720679
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720679%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720679: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720679 url https://www.openlane.eu/en/carv6/auction/10720679
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10720680
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720680%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720680: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720680 url https://www.openlane.eu/en/carv6/auction/10720680
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10720681
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720681%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720681: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720681 url https://www.openlane.eu/en/carv6/auction/10720681
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10720682
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720682%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720682: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720682 url https://www.openlane.eu/en/carv6/auction/10720682
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10720690
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720690%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720690: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720690 url https://www.openlane.eu/en/carv6/auction/10720690
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10720689
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720689%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720689: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720689 url https://www.openlane.eu/en/carv6/auction/10720689
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10720691
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720691%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720691: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720691 url https://www.openlane.eu/en/carv6/auction/10720691
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10720694
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720694%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720694: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720694 url https://www.openlane.eu/en/carv6/auction/10720694
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10720693
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720693%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720693: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720693 url https://www.openlane.eu/en/carv6/auction/10720693
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10720696
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720696%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720696: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720696 url https://www.openlane.eu/en/carv6/auction/10720696
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10720695
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720695%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720695: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720695 url https://www.openlane.eu/en/carv6/auction/10720695
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10720697
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720697%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720697: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720697 url https://www.openlane.eu/en/carv6/auction/10720697
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10720711
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720711%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720711: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720711 url https://www.openlane.eu/en/carv6/auction/10720711
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10720714
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720714%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720714: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720714 url https://www.openlane.eu/en/carv6/auction/10720714
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10720716
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720716%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720716: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720716 url https://www.openlane.eu/en/carv6/auction/10720716
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10720718
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720718%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720718: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720718 url https://www.openlane.eu/en/carv6/auction/10720718
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10720719
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720719%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720719: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720719 url https://www.openlane.eu/en/carv6/auction/10720719
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10720720
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720720%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720720: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720720 url https://www.openlane.eu/en/carv6/auction/10720720
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10720715
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720715%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720715: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720715 url https://www.openlane.eu/en/carv6/auction/10720715
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10720722
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720722%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720722: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720722 url https://www.openlane.eu/en/carv6/auction/10720722
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10720723
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720723%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720723: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720723 url https://www.openlane.eu/en/carv6/auction/10720723
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10720724
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720724%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720724: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720724 url https://www.openlane.eu/en/carv6/auction/10720724
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10720727
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720727%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720727: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720727 url https://www.openlane.eu/en/carv6/auction/10720727
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10720738
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720738%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720738: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720738 url https://www.openlane.eu/en/carv6/auction/10720738
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10720739
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720739%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720739: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720739 url https://www.openlane.eu/en/carv6/auction/10720739
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10720741
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720741%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720741: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720741 url https://www.openlane.eu/en/carv6/auction/10720741
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10720743
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720743%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720743: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720743 url https://www.openlane.eu/en/carv6/auction/10720743
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10720744
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720744%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720744: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720744 url https://www.openlane.eu/en/carv6/auction/10720744
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10720745
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720745%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720745: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720745 url https://www.openlane.eu/en/carv6/auction/10720745
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10720748
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720748%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720748: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720748 url https://www.openlane.eu/en/carv6/auction/10720748
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10720747
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720747%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10720747: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10720747 url https://www.openlane.eu/en/carv6/auction/10720747
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10724906
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724906%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10724906: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10724906 url https://www.openlane.eu/en/carv6/auction/10724906
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10721256
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721256%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10721256: 2
2026-03-26 04:17:33 [adesa.be] INFO: Scraping item 10721256 url https://www.openlane.eu/en/carv6/auction/10721256
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10721297
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721297%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10721297: 2
2026-03-26 04:17:33 [adesa.be] INFO: Scraping item 10721297 url https://www.openlane.eu/en/carv6/auction/10721297
2026-03-26 04: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-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10721251
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721251%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10721251: 2
2026-03-26 04:17:33 [adesa.be] INFO: Scraping item 10721251 url https://www.openlane.eu/en/carv6/auction/10721251
2026-03-26 04: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-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10721267
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721267%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10721267: 2
2026-03-26 04:17:33 [adesa.be] INFO: Scraping item 10721267 url https://www.openlane.eu/en/carv6/auction/10721267
2026-03-26 04: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-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10721252
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721252%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10721252: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10721252 url https://www.openlane.eu/en/carv6/auction/10721252
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10721243
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721243%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10721243: 2
2026-03-26 04:17:33 [adesa.be] INFO: Scraping item 10721243 url https://www.openlane.eu/en/carv6/auction/10721243
2026-03-26 04: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-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10721265
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721265%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10721265: 2
2026-03-26 04:17:33 [adesa.be] INFO: Scraping item 10721265 url https://www.openlane.eu/en/carv6/auction/10721265
2026-03-26 04: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-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10721315
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721315%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10721315: 2
2026-03-26 04:17:33 [adesa.be] INFO: Scraping item 10721315 url https://www.openlane.eu/en/carv6/auction/10721315
2026-03-26 04: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-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10721279
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721279%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10721279: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10721279 url https://www.openlane.eu/en/carv6/auction/10721279
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10721238
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721238%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10721238: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10721238 url https://www.openlane.eu/en/carv6/auction/10721238
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10721275
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721275%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10721275: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10721275 url https://www.openlane.eu/en/carv6/auction/10721275
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10721218
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721218%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10721218: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10721218 url https://www.openlane.eu/en/carv6/auction/10721218
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10721223
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721223%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10721223: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10721223 url https://www.openlane.eu/en/carv6/auction/10721223
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10721255
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721255%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10721255: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10721255 url https://www.openlane.eu/en/carv6/auction/10721255
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10721277
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721277%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10721277: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10721277 url https://www.openlane.eu/en/carv6/auction/10721277
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10721247
2026-03-26 04:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721247%27 HTTP/1.1" 200 None
2026-03-26 04:17:33 [adesa.be] INFO: Scrape type for 10721247: 0
2026-03-26 04:17:33 [adesa.be] INFO: Skipping item 10721247 url https://www.openlane.eu/en/carv6/auction/10721247
2026-03-26 04:17:33 [adesa.be] INFO: Found listing with ID: 10721286
2026-03-26 04:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721286%27 HTTP/1.1" 200 None
2026-03-26 04:17:34 [adesa.be] INFO: Scrape type for 10721286: 2
2026-03-26 04:17:34 [adesa.be] INFO: Scraping item 10721286 url https://www.openlane.eu/en/carv6/auction/10721286
2026-03-26 04:17:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:34 [adesa.be] INFO: Found listing with ID: 10721266
2026-03-26 04:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721266%27 HTTP/1.1" 200 None
2026-03-26 04:17:34 [adesa.be] INFO: Scrape type for 10721266: 2
2026-03-26 04:17:34 [adesa.be] INFO: Scraping item 10721266 url https://www.openlane.eu/en/carv6/auction/10721266
2026-03-26 04:17:34 [adesa.be] INFO: Found listing with ID: 10721207
2026-03-26 04:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721207%27 HTTP/1.1" 200 None
2026-03-26 04:17:34 [adesa.be] INFO: Scrape type for 10721207: 2
2026-03-26 04:17:34 [adesa.be] INFO: Scraping item 10721207 url https://www.openlane.eu/en/carv6/auction/10721207
2026-03-26 04:17:34 [adesa.be] INFO: Found listing with ID: 10721271
2026-03-26 04:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721271%27 HTTP/1.1" 200 None
2026-03-26 04:17:34 [adesa.be] INFO: Scrape type for 10721271: 2
2026-03-26 04:17:34 [adesa.be] INFO: Scraping item 10721271 url https://www.openlane.eu/en/carv6/auction/10721271
2026-03-26 04:17:34 [adesa.be] INFO: Found listing with ID: 10721258
2026-03-26 04:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721258%27 HTTP/1.1" 200 None
2026-03-26 04:17:34 [adesa.be] INFO: Scrape type for 10721258: 2
2026-03-26 04:17:34 [adesa.be] INFO: Scraping item 10721258 url https://www.openlane.eu/en/carv6/auction/10721258
2026-03-26 04:17:34 [adesa.be] INFO: Found listing with ID: 10721204
2026-03-26 04:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721204%27 HTTP/1.1" 200 None
2026-03-26 04:17:34 [adesa.be] INFO: Scrape type for 10721204: 2
2026-03-26 04:17:34 [adesa.be] INFO: Scraping item 10721204 url https://www.openlane.eu/en/carv6/auction/10721204
2026-03-26 04:17:34 [adesa.be] INFO: Found listing with ID: 10721306
2026-03-26 04:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721306%27 HTTP/1.1" 200 None
2026-03-26 04:17:34 [adesa.be] INFO: Scrape type for 10721306: 2
2026-03-26 04:17:34 [adesa.be] INFO: Scraping item 10721306 url https://www.openlane.eu/en/carv6/auction/10721306
2026-03-26 04:17:34 [adesa.be] INFO: Found listing with ID: 10721246
2026-03-26 04:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721246%27 HTTP/1.1" 200 None
2026-03-26 04:17:34 [adesa.be] INFO: Scrape type for 10721246: 2
2026-03-26 04:17:34 [adesa.be] INFO: Scraping item 10721246 url https://www.openlane.eu/en/carv6/auction/10721246
2026-03-26 04:17:34 [adesa.be] INFO: Found listing with ID: 10721314
2026-03-26 04:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721314%27 HTTP/1.1" 200 None
2026-03-26 04:17:34 [adesa.be] INFO: Scrape type for 10721314: 2
2026-03-26 04:17:34 [adesa.be] INFO: Scraping item 10721314 url https://www.openlane.eu/en/carv6/auction/10721314
2026-03-26 04:17:34 [adesa.be] INFO: Found listing with ID: 10721300
2026-03-26 04:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721300%27 HTTP/1.1" 200 None
2026-03-26 04:17:34 [adesa.be] INFO: Scrape type for 10721300: 2
2026-03-26 04:17:34 [adesa.be] INFO: Scraping item 10721300 url https://www.openlane.eu/en/carv6/auction/10721300
2026-03-26 04:17:34 [adesa.be] INFO: Found listing with ID: 10721225
2026-03-26 04:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721225%27 HTTP/1.1" 200 None
2026-03-26 04:17:34 [adesa.be] INFO: Scrape type for 10721225: 2
2026-03-26 04:17:34 [adesa.be] INFO: Scraping item 10721225 url https://www.openlane.eu/en/carv6/auction/10721225
2026-03-26 04:17:34 [adesa.be] INFO: Found listing with ID: 10721229
2026-03-26 04:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721229%27 HTTP/1.1" 200 None
2026-03-26 04:17:34 [adesa.be] INFO: Scrape type for 10721229: 2
2026-03-26 04:17:34 [adesa.be] INFO: Scraping item 10721229 url https://www.openlane.eu/en/carv6/auction/10721229
2026-03-26 04:17:34 [adesa.be] INFO: Found listing with ID: 10721292
2026-03-26 04:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721292%27 HTTP/1.1" 200 None
2026-03-26 04:17:34 [adesa.be] INFO: Scrape type for 10721292: 2
2026-03-26 04:17:34 [adesa.be] INFO: Scraping item 10721292 url https://www.openlane.eu/en/carv6/auction/10721292
2026-03-26 04:17:34 [adesa.be] INFO: Found listing with ID: 10721210
2026-03-26 04:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721210%27 HTTP/1.1" 200 None
2026-03-26 04:17:34 [adesa.be] INFO: Scrape type for 10721210: 2
2026-03-26 04:17:34 [adesa.be] INFO: Scraping item 10721210 url https://www.openlane.eu/en/carv6/auction/10721210
2026-03-26 04:17:34 [adesa.be] INFO: Found listing with ID: 10721203
2026-03-26 04:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721203%27 HTTP/1.1" 200 None
2026-03-26 04:17:34 [adesa.be] INFO: Scrape type for 10721203: 2
2026-03-26 04:17:34 [adesa.be] INFO: Scraping item 10721203 url https://www.openlane.eu/en/carv6/auction/10721203
2026-03-26 04:17:34 [adesa.be] INFO: Found listing with ID: 10721319
2026-03-26 04:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721319%27 HTTP/1.1" 200 None
2026-03-26 04:17:34 [adesa.be] INFO: Scrape type for 10721319: 2
2026-03-26 04:17:34 [adesa.be] INFO: Scraping item 10721319 url https://www.openlane.eu/en/carv6/auction/10721319
2026-03-26 04:17:34 [adesa.be] INFO: Found listing with ID: 10721253
2026-03-26 04:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721253%27 HTTP/1.1" 200 None
2026-03-26 04:17:34 [adesa.be] INFO: Scrape type for 10721253: 2
2026-03-26 04:17:34 [adesa.be] INFO: Scraping item 10721253 url https://www.openlane.eu/en/carv6/auction/10721253
2026-03-26 04:17:34 [adesa.be] INFO: Found listing with ID: 10721316
2026-03-26 04:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721316%27 HTTP/1.1" 200 None
2026-03-26 04:17:34 [adesa.be] INFO: Scrape type for 10721316: 2
2026-03-26 04:17:34 [adesa.be] INFO: Scraping item 10721316 url https://www.openlane.eu/en/carv6/auction/10721316
2026-03-26 04:17:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721243> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04:17:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c09a8242-355e-551e-bfd0-33c3a641ac1b with identifier: 10721243
2026-03-26 04:17:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c09a8242-355e-551e-bfd0-33c3a641ac1b with scrape type 2
2026-03-26 04:17:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c09a8242-355e-551e-bfd0-33c3a641ac1b with scrape type 2
2026-03-26 04:17:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: c09a8242-355e-551e-bfd0-33c3a641ac1b, identifier: 10721243
2026-03-26 04:17:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: c09a8242-355e-551e-bfd0-33c3a641ac1b with identifier: 10721243
2026-03-26 04:17:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: c09a8242-355e-551e-bfd0-33c3a641ac1b with identifier: 10721243
2026-03-26 04:17:35 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: c09a8242-355e-551e-bfd0-33c3a641ac1b with identifier: 10721243 to the API
2026-03-26 04:17:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721243>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-03-26T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'c09a8242-355e-551e-bfd0-33c3a641ac1b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2AAB199',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721243',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'Q3',
'odometer': 131959,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 23100,
'price_includes_vat': True,
'registration_date': '2021-01-27',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Audi Q3 Sportback 35 TDI S Line - Diesel - Automatic - 150 hp - '
'131.959 km',
'transmission': 'automatic',
'trim': 'S Line',
'vin': None,
'year': 2021}
2026-03-26 04:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721243%27 HTTP/1.1" 200 None
2026-03-26 04:17:35 [adesa.be] INFO: Saving data for 10721243: {'auction_closing_time': 1774515600.0, 'created_time': 1774390767.867556, 'last_price_update_time': 1774498655.851668}
2026-03-26 04:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721243') HTTP/1.1" 204 0
2026-03-26 04:17:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721267> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721251> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721297> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721315> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04: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-26 04: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-26 04: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-26 04:17:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721265> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04:17:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 841fb3ba-e9bb-551b-9af8-1c009e0cd9a2 with identifier: 10721267
2026-03-26 04:17:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 841fb3ba-e9bb-551b-9af8-1c009e0cd9a2 with scrape type 2
2026-03-26 04:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 841fb3ba-e9bb-551b-9af8-1c009e0cd9a2 with scrape type 2
2026-03-26 04:17:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 841fb3ba-e9bb-551b-9af8-1c009e0cd9a2, identifier: 10721267
2026-03-26 04:17:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 594dd41f-4b5f-5f08-aa2a-19e5beeae6a4 with identifier: 10721251
2026-03-26 04:17:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 594dd41f-4b5f-5f08-aa2a-19e5beeae6a4 with scrape type 2
2026-03-26 04:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 594dd41f-4b5f-5f08-aa2a-19e5beeae6a4 with scrape type 2
2026-03-26 04:17:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 594dd41f-4b5f-5f08-aa2a-19e5beeae6a4, identifier: 10721251
2026-03-26 04:17:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 841fb3ba-e9bb-551b-9af8-1c009e0cd9a2 with identifier: 10721267
2026-03-26 04:17:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 841fb3ba-e9bb-551b-9af8-1c009e0cd9a2 with identifier: 10721267
2026-03-26 04:17:36 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 841fb3ba-e9bb-551b-9af8-1c009e0cd9a2 with identifier: 10721267 to the API
2026-03-26 04:17:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721267>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': 'Saloon',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 204,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Diesel',
'id': '841fb3ba-e9bb-551b-9af8-1c009e0cd9a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BPS722',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721267',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'A6',
'odometer': 147856,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 21300,
'price_includes_vat': True,
'registration_date': '2022-02-08',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Audi A6 40 TDI Business - Quattro - Diesel - Automatic - 204 hp - '
'147.856 km',
'transmission': 'automatic',
'trim': 'Business',
'vin': None,
'year': 2022}
2026-03-26 04:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721267%27 HTTP/1.1" 200 None
2026-03-26 04:17:36 [adesa.be] INFO: Saving data for 10721267: {'auction_closing_time': 1774533600.0, 'created_time': 1774390797.465141, 'last_price_update_time': 1774498656.514604}
2026-03-26 04:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721267') HTTP/1.1" 204 0
2026-03-26 04:17:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 594dd41f-4b5f-5f08-aa2a-19e5beeae6a4 with identifier: 10721251
2026-03-26 04:17:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 594dd41f-4b5f-5f08-aa2a-19e5beeae6a4 with identifier: 10721251
2026-03-26 04:17:36 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 594dd41f-4b5f-5f08-aa2a-19e5beeae6a4 with identifier: 10721251 to the API
2026-03-26 04:17:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721251>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 136,
'expiration_date': '2026-03-26T09:00:00Z',
'fuel_type': 'Diesel',
'id': '594dd41f-4b5f-5f08-aa2a-19e5beeae6a4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BNA697',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721251',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'A4',
'odometer': 273940,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13500,
'price_includes_vat': True,
'registration_date': '2022-01-20',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Audi A4 Avant 30 TDI S Line - Diesel - Automatic - 136 hp - 273.940 '
'km',
'transmission': 'automatic',
'trim': 'S Line',
'vin': None,
'year': 2022}
2026-03-26 04:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721251%27 HTTP/1.1" 200 None
2026-03-26 04:17:36 [adesa.be] INFO: Saving data for 10721251: {'auction_closing_time': 1774515600.0, 'created_time': 1774390759.436849, 'last_price_update_time': 1774498656.771107}
2026-03-26 04:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721251') HTTP/1.1" 204 0
2026-03-26 04:17:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3cf277fb-2194-5fae-83ee-6c32992bedbe with identifier: 10721297
2026-03-26 04:17:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3cf277fb-2194-5fae-83ee-6c32992bedbe with scrape type 2
2026-03-26 04:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3cf277fb-2194-5fae-83ee-6c32992bedbe with scrape type 2
2026-03-26 04:17:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 3cf277fb-2194-5fae-83ee-6c32992bedbe, identifier: 10721297
2026-03-26 04:17:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a8936df-83c1-554b-a5c6-d7c2e9f898c4 with identifier: 10721315
2026-03-26 04:17:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a8936df-83c1-554b-a5c6-d7c2e9f898c4 with scrape type 2
2026-03-26 04:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a8936df-83c1-554b-a5c6-d7c2e9f898c4 with scrape type 2
2026-03-26 04:17:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 8a8936df-83c1-554b-a5c6-d7c2e9f898c4, identifier: 10721315
2026-03-26 04:17:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 3cf277fb-2194-5fae-83ee-6c32992bedbe with identifier: 10721297
2026-03-26 04:17:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 3cf277fb-2194-5fae-83ee-6c32992bedbe with identifier: 10721297
2026-03-26 04:17:37 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 3cf277fb-2194-5fae-83ee-6c32992bedbe with identifier: 10721297 to the API
2026-03-26 04:17:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721297>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 136,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Diesel',
'id': '3cf277fb-2194-5fae-83ee-6c32992bedbe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BRK038',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721297',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'A4',
'odometer': 215375,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13300,
'price_includes_vat': True,
'registration_date': '2022-02-24',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Audi A4 Avant 30 TDI Attraction - Diesel - Automatic - 136 hp - '
'215.375 km',
'transmission': 'automatic',
'trim': 'Attraction',
'vin': None,
'year': 2022}
2026-03-26 04:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721297%27 HTTP/1.1" 200 None
2026-03-26 04:17:37 [adesa.be] INFO: Saving data for 10721297: {'auction_closing_time': 1774533600.0, 'created_time': 1774390766.846384, 'last_price_update_time': 1774498657.24516}
2026-03-26 04:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721297') HTTP/1.1" 204 0
2026-03-26 04:17:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 8a8936df-83c1-554b-a5c6-d7c2e9f898c4 with identifier: 10721315
2026-03-26 04:17:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 8a8936df-83c1-554b-a5c6-d7c2e9f898c4 with identifier: 10721315
2026-03-26 04:17:37 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 8a8936df-83c1-554b-a5c6-d7c2e9f898c4 with identifier: 10721315 to the API
2026-03-26 04:17:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721315>
{'auction_title': '',
'c_o_2_emission_value': 100,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 116,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Diesel',
'id': '8a8936df-83c1-554b-a5c6-d7c2e9f898c4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YQV254',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721315',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': '1 Series',
'odometer': 110328,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 9200,
'price_includes_vat': True,
'registration_date': '2020-11-10',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'BMW 1 Series 116d - Diesel - Manual - 116 hp - 110.328 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2020}
2026-03-26 04:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721315%27 HTTP/1.1" 200 None
2026-03-26 04:17:37 [adesa.be] INFO: Saving data for 10721315: {'auction_closing_time': 1774533600.0, 'created_time': 1774390796.396982, 'last_price_update_time': 1774498657.533096}
2026-03-26 04:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721315') HTTP/1.1" 204 0
2026-03-26 04:17:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10718148> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04:17:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee4a4d0e-65e5-5df0-9394-6fdc98f41672 with identifier: 10721265
2026-03-26 04:17:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee4a4d0e-65e5-5df0-9394-6fdc98f41672 with scrape type 2
2026-03-26 04:17:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee4a4d0e-65e5-5df0-9394-6fdc98f41672 with scrape type 2
2026-03-26 04:17:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: ee4a4d0e-65e5-5df0-9394-6fdc98f41672, identifier: 10721265
2026-03-26 04:17:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721256> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: ee4a4d0e-65e5-5df0-9394-6fdc98f41672 with identifier: 10721265
2026-03-26 04:17:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: ee4a4d0e-65e5-5df0-9394-6fdc98f41672 with identifier: 10721265
2026-03-26 04:17:37 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: ee4a4d0e-65e5-5df0-9394-6fdc98f41672 with identifier: 10721265 to the API
2026-03-26 04:17:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721265>
{'auction_title': '',
'c_o_2_emission_value': 47,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'engine_horse_power': 150,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Hybrid',
'id': 'ee4a4d0e-65e5-5df0-9394-6fdc98f41672',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CLM271',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721265',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'Q3',
'odometer': 87043,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 25200,
'price_includes_vat': True,
'registration_date': '2022-09-06',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Audi Q3 Sportback 45 TFSIe Attraction - Hybrid - Automatic - 150 hp '
'- 87.043 km',
'transmission': 'automatic',
'trim': 'Attraction',
'vin': None,
'year': 2022}
2026-03-26 04:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721265%27 HTTP/1.1" 200 None
2026-03-26 04:17:37 [adesa.be] INFO: Saving data for 10721265: {'auction_closing_time': 1774533600.0, 'created_time': 1774390764.470647, 'last_price_update_time': 1774498657.897053}
2026-03-26 04:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721265') HTTP/1.1" 204 0
2026-03-26 04: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-26 04:17:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9aba4674-17f6-5ae9-94fc-c902cdec6332 with identifier: 10718148
2026-03-26 04:17:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9aba4674-17f6-5ae9-94fc-c902cdec6332 with scrape type 2
2026-03-26 04:17:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9aba4674-17f6-5ae9-94fc-c902cdec6332 with scrape type 2
2026-03-26 04:17:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 9aba4674-17f6-5ae9-94fc-c902cdec6332, identifier: 10718148
2026-03-26 04:17:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c7eb088-12e3-5cc4-bcea-2f7be7131454 with identifier: 10721256
2026-03-26 04:17:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c7eb088-12e3-5cc4-bcea-2f7be7131454 with scrape type 2
2026-03-26 04:17:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c7eb088-12e3-5cc4-bcea-2f7be7131454 with scrape type 2
2026-03-26 04:17:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 0c7eb088-12e3-5cc4-bcea-2f7be7131454, identifier: 10721256
2026-03-26 04:17:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 9aba4674-17f6-5ae9-94fc-c902cdec6332 with identifier: 10718148
2026-03-26 04:17:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 9aba4674-17f6-5ae9-94fc-c902cdec6332 with identifier: 10718148
2026-03-26 04:17:38 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 9aba4674-17f6-5ae9-94fc-c902cdec6332 with identifier: 10718148 to the API
2026-03-26 04:17:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10718148>
{'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-03-27T09:30:00Z',
'fuel_type': 'Petrol',
'id': '9aba4674-17f6-5ae9-94fc-c902cdec6332',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': '2cca004',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10718148',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 150911,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 9400,
'price_includes_vat': True,
'registration_date': '2021-05-14',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Golf 1.5 TSI Active - Petrol - Manual - 130 hp - 150.911 '
'km',
'transmission': 'manual',
'trim': 'Active',
'vin': None,
'year': 2021}
2026-03-26 04:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718148%27 HTTP/1.1" 200 None
2026-03-26 04:17:38 [adesa.be] INFO: Saving data for 10718148: {'auction_closing_time': 1774603800.0, 'created_time': 1774412217.485575, 'last_price_update_time': 1774498658.43029}
2026-03-26 04:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10718148') HTTP/1.1" 204 0
2026-03-26 04:17:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 0c7eb088-12e3-5cc4-bcea-2f7be7131454 with identifier: 10721256
2026-03-26 04:17:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 0c7eb088-12e3-5cc4-bcea-2f7be7131454 with identifier: 10721256
2026-03-26 04:17:38 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 0c7eb088-12e3-5cc4-bcea-2f7be7131454 with identifier: 10721256 to the API
2026-03-26 04:17:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721256>
{'auction_title': '',
'c_o_2_emission_value': 101,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 110,
'expiration_date': '2026-03-26T09:00:00Z',
'fuel_type': 'Petrol',
'id': '0c7eb088-12e3-5cc4-bcea-2f7be7131454',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BNZ853',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721256',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'A3',
'odometer': 95000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 15900,
'price_includes_vat': True,
'registration_date': '2022-01-31',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Audi A3 Sportback 30 TFSI S Line - Petrol - Automatic - 110 hp - '
'95.000 km',
'transmission': 'automatic',
'trim': 'S Line',
'vin': None,
'year': 2022}
2026-03-26 04:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721256%27 HTTP/1.1" 200 None
2026-03-26 04:17:38 [adesa.be] INFO: Saving data for 10721256: {'auction_closing_time': 1774515600.0, 'created_time': 1774391965.228995, 'last_price_update_time': 1774498658.728216}
2026-03-26 04:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721256') HTTP/1.1" 204 0
2026-03-26 04:17:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721286> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721258> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721204> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721266> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0883c18-791f-5581-90d0-4001546a1c57 with identifier: 10721286
2026-03-26 04:17:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0883c18-791f-5581-90d0-4001546a1c57 with scrape type 2
2026-03-26 04:17:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0883c18-791f-5581-90d0-4001546a1c57 with scrape type 2
2026-03-26 04:17:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: b0883c18-791f-5581-90d0-4001546a1c57, identifier: 10721286
2026-03-26 04:17:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: b0883c18-791f-5581-90d0-4001546a1c57 with identifier: 10721286
2026-03-26 04:17:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: b0883c18-791f-5581-90d0-4001546a1c57 with identifier: 10721286
2026-03-26 04:17:39 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: b0883c18-791f-5581-90d0-4001546a1c57 with identifier: 10721286 to the API
2026-03-26 04:17:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721286>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 116,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Diesel',
'id': 'b0883c18-791f-5581-90d0-4001546a1c57',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2ACE957',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721286',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': 'X1',
'odometer': 56641,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 15900,
'price_includes_vat': True,
'registration_date': '2021-02-17',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'BMW X1 16d - Diesel - Manual - 116 hp - 56.641 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2021}
2026-03-26 04:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721286%27 HTTP/1.1" 200 None
2026-03-26 04:17:39 [adesa.be] INFO: Saving data for 10721286: {'auction_closing_time': 1774533600.0, 'created_time': 1774392058.55902, 'last_price_update_time': 1774498659.210742}
2026-03-26 04:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721286') HTTP/1.1" 204 0
2026-03-26 04:17:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c36400bf-271f-5729-a25d-58ac92c0d204 with identifier: 10721258
2026-03-26 04:17:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c36400bf-271f-5729-a25d-58ac92c0d204 with scrape type 2
2026-03-26 04:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c36400bf-271f-5729-a25d-58ac92c0d204 with scrape type 2
2026-03-26 04:17:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: c36400bf-271f-5729-a25d-58ac92c0d204, identifier: 10721258
2026-03-26 04:17:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc4f9b7d-3603-5a65-a6b6-7071daf794ba with identifier: 10721204
2026-03-26 04:17:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc4f9b7d-3603-5a65-a6b6-7071daf794ba with scrape type 2
2026-03-26 04:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc4f9b7d-3603-5a65-a6b6-7071daf794ba with scrape type 2
2026-03-26 04:17:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: fc4f9b7d-3603-5a65-a6b6-7071daf794ba, identifier: 10721204
2026-03-26 04:17:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b4d8a60-c5bb-5bef-aa12-9a49836c1d7f with identifier: 10721266
2026-03-26 04:17:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b4d8a60-c5bb-5bef-aa12-9a49836c1d7f with scrape type 2
2026-03-26 04:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b4d8a60-c5bb-5bef-aa12-9a49836c1d7f with scrape type 2
2026-03-26 04:17:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 0b4d8a60-c5bb-5bef-aa12-9a49836c1d7f, identifier: 10721266
2026-03-26 04:17:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: c36400bf-271f-5729-a25d-58ac92c0d204 with identifier: 10721258
2026-03-26 04:17:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: c36400bf-271f-5729-a25d-58ac92c0d204 with identifier: 10721258
2026-03-26 04:17:39 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: c36400bf-271f-5729-a25d-58ac92c0d204 with identifier: 10721258 to the API
2026-03-26 04:17:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721258>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 116,
'expiration_date': '2026-03-26T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'c36400bf-271f-5729-a25d-58ac92c0d204',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1XKS333',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721258',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': 'X2',
'odometer': 66995,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 15900,
'price_includes_vat': True,
'registration_date': '2020-01-27',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'BMW X2 16d Business Design - Diesel - Automatic - 116 hp - 66.995 '
'km',
'transmission': 'automatic',
'trim': 'Business Design',
'vin': None,
'year': 2020}
2026-03-26 04:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721258%27 HTTP/1.1" 200 None
2026-03-26 04:17:39 [adesa.be] INFO: Saving data for 10721258: {'auction_closing_time': 1774515600.0, 'created_time': 1774392060.815621, 'last_price_update_time': 1774498659.777104}
2026-03-26 04:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721258') HTTP/1.1" 204 0
2026-03-26 04:17:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: fc4f9b7d-3603-5a65-a6b6-7071daf794ba with identifier: 10721204
2026-03-26 04:17:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: fc4f9b7d-3603-5a65-a6b6-7071daf794ba with identifier: 10721204
2026-03-26 04:17:39 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: fc4f9b7d-3603-5a65-a6b6-7071daf794ba with identifier: 10721204 to the API
2026-03-26 04:17:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721204>
{'auction_title': '',
'c_o_2_emission_value': 48,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 252,
'expiration_date': '2026-03-26T09:00:00Z',
'fuel_type': 'Hybrid',
'id': 'fc4f9b7d-3603-5a65-a6b6-7071daf794ba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YXX756',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721204',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': 'X3',
'odometer': 42045,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 23800,
'price_includes_vat': True,
'registration_date': '2021-01-27',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'BMW X3 30e Business - xDrive - Hybrid - Automatic - 252 hp - 42.045 '
'km',
'transmission': 'automatic',
'trim': 'Business',
'vin': None,
'year': 2021}
2026-03-26 04:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721204%27 HTTP/1.1" 200 None
2026-03-26 04:17:40 [adesa.be] INFO: Saving data for 10721204: {'auction_closing_time': 1774515600.0, 'created_time': 1774392044.970609, 'last_price_update_time': 1774498660.626452}
2026-03-26 04:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721204') HTTP/1.1" 204 0
2026-03-26 04:17:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 0b4d8a60-c5bb-5bef-aa12-9a49836c1d7f with identifier: 10721266
2026-03-26 04:17:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 0b4d8a60-c5bb-5bef-aa12-9a49836c1d7f with identifier: 10721266
2026-03-26 04:17:40 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 0b4d8a60-c5bb-5bef-aa12-9a49836c1d7f with identifier: 10721266 to the API
2026-03-26 04:17:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721266>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'engine_horse_power': 136,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Petrol',
'id': '0b4d8a60-c5bb-5bef-aa12-9a49836c1d7f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'MP2308',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721266',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': 'X1',
'odometer': 83200,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 24300,
'price_includes_vat': True,
'registration_date': '2023-03-10',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'BMW X1 18 - Petrol - Automatic - 136 hp - 83.200 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2023}
2026-03-26 04:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721266%27 HTTP/1.1" 200 None
2026-03-26 04:17:40 [adesa.be] INFO: Saving data for 10721266: {'auction_closing_time': 1774533600.0, 'created_time': 1774392061.959817, 'last_price_update_time': 1774498660.908171}
2026-03-26 04:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721266') HTTP/1.1" 204 0
2026-03-26 04:17:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721246> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04:17:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721306> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04:17:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1bc03faa-1ea6-5c34-8d7d-ea2d08829ba1 with identifier: 10721246
2026-03-26 04:17:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1bc03faa-1ea6-5c34-8d7d-ea2d08829ba1 with scrape type 2
2026-03-26 04:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1bc03faa-1ea6-5c34-8d7d-ea2d08829ba1 with scrape type 2
2026-03-26 04:17:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 1bc03faa-1ea6-5c34-8d7d-ea2d08829ba1, identifier: 10721246
2026-03-26 04:17:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 1bc03faa-1ea6-5c34-8d7d-ea2d08829ba1 with identifier: 10721246
2026-03-26 04:17:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 1bc03faa-1ea6-5c34-8d7d-ea2d08829ba1 with identifier: 10721246
2026-03-26 04:17:41 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 1bc03faa-1ea6-5c34-8d7d-ea2d08829ba1 with identifier: 10721246 to the API
2026-03-26 04:17:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721246>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 91,
'expiration_date': '2026-03-26T09:00:00Z',
'fuel_type': 'Petrol',
'id': '1bc03faa-1ea6-5c34-8d7d-ea2d08829ba1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BMZ305',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721246',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Dacia',
'model': 'Sandero',
'odometer': 94214,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 7500,
'price_includes_vat': True,
'registration_date': '2022-01-19',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Dacia Sandero 1.0 TCe Stepway - Petrol - Manual - 91 hp - 94.214 km',
'transmission': 'manual',
'trim': 'Stepway',
'vin': None,
'year': 2022}
2026-03-26 04:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721246%27 HTTP/1.1" 200 None
2026-03-26 04:17:41 [adesa.be] INFO: Saving data for 10721246: {'auction_closing_time': 1774515600.0, 'created_time': 1774392038.496367, 'last_price_update_time': 1774498661.379666}
2026-03-26 04:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721246') HTTP/1.1" 204 0
2026-03-26 04:17:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1388b3be-7742-5e06-b597-e67b6807e3af with identifier: 10721306
2026-03-26 04:17:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1388b3be-7742-5e06-b597-e67b6807e3af with scrape type 2
2026-03-26 04:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1388b3be-7742-5e06-b597-e67b6807e3af with scrape type 2
2026-03-26 04:17:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 1388b3be-7742-5e06-b597-e67b6807e3af, identifier: 10721306
2026-03-26 04:17:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 1388b3be-7742-5e06-b597-e67b6807e3af with identifier: 10721306
2026-03-26 04:17:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 1388b3be-7742-5e06-b597-e67b6807e3af with identifier: 10721306
2026-03-26 04:17:41 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 1388b3be-7742-5e06-b597-e67b6807e3af with identifier: 10721306 to the API
2026-03-26 04:17:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721306>
{'auction_title': '',
'c_o_2_emission_value': 101,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 110,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Diesel',
'id': '1388b3be-7742-5e06-b597-e67b6807e3af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BQJ103',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721306',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Citroën',
'model': 'C4',
'odometer': 59902,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 10900,
'price_includes_vat': True,
'registration_date': '2022-02-14',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Citroën C4 1.5 HDI Feel - Diesel - Manual - 110 hp - 59.902 km',
'transmission': 'manual',
'trim': 'Feel',
'vin': None,
'year': 2022}
2026-03-26 04:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721306%27 HTTP/1.1" 200 None
2026-03-26 04:17:41 [adesa.be] INFO: Saving data for 10721306: {'auction_closing_time': 1774533600.0, 'created_time': 1774392069.893018, 'last_price_update_time': 1774498661.74562}
2026-03-26 04:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721306') HTTP/1.1" 204 0
2026-03-26 04:17:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721253> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04:17:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721316> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04:17:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 312e62b7-ae9d-5400-b124-5de6a1f6b35a with identifier: 10721253
2026-03-26 04:17:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 312e62b7-ae9d-5400-b124-5de6a1f6b35a with scrape type 2
2026-03-26 04:17:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 312e62b7-ae9d-5400-b124-5de6a1f6b35a with scrape type 2
2026-03-26 04:17:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 312e62b7-ae9d-5400-b124-5de6a1f6b35a, identifier: 10721253
2026-03-26 04:17:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 312e62b7-ae9d-5400-b124-5de6a1f6b35a with identifier: 10721253
2026-03-26 04:17:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 312e62b7-ae9d-5400-b124-5de6a1f6b35a with identifier: 10721253
2026-03-26 04:17:42 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 312e62b7-ae9d-5400-b124-5de6a1f6b35a with identifier: 10721253 to the API
2026-03-26 04:17:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721253>
{'auction_title': '',
'c_o_2_emission_value': 222,
'category': 'MPV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'engine_horse_power': 136,
'expiration_date': '2026-03-26T09:00:00Z',
'fuel_type': 'Diesel',
'id': '312e62b7-ae9d-5400-b124-5de6a1f6b35a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YHC572',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721253',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Hyundai',
'model': 'H1',
'odometer': 43959,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 20600,
'price_includes_vat': True,
'registration_date': '2020-08-31',
'seats_number': 8,
'seller_name': 'ARVAL Belgium',
'title': 'Hyundai H1 2.5 CRDi - Diesel - Manual - 136 hp - 43.959 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2020}
2026-03-26 04:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721253%27 HTTP/1.1" 200 None
2026-03-26 04:17:42 [adesa.be] INFO: Saving data for 10721253: {'auction_closing_time': 1774515600.0, 'created_time': 1774392010.986316, 'last_price_update_time': 1774498662.207788}
2026-03-26 04:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721253') HTTP/1.1" 204 0
2026-03-26 04:17:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 136aab69-b89b-5946-b253-0f87d2bb2d76 with identifier: 10721316
2026-03-26 04:17:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 136aab69-b89b-5946-b253-0f87d2bb2d76 with scrape type 2
2026-03-26 04:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 136aab69-b89b-5946-b253-0f87d2bb2d76 with scrape type 2
2026-03-26 04:17:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 136aab69-b89b-5946-b253-0f87d2bb2d76, identifier: 10721316
2026-03-26 04:17:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 136aab69-b89b-5946-b253-0f87d2bb2d76 with identifier: 10721316
2026-03-26 04:17:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 136aab69-b89b-5946-b253-0f87d2bb2d76 with identifier: 10721316
2026-03-26 04:17:42 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 136aab69-b89b-5946-b253-0f87d2bb2d76 with identifier: 10721316 to the API
2026-03-26 04:17:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721316>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 105,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Petrol',
'id': '136aab69-b89b-5946-b253-0f87d2bb2d76',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BFF492',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721316',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Hyundai',
'model': 'Ioniq',
'odometer': 160880,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 8500,
'price_includes_vat': True,
'registration_date': '2021-10-29',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Hyundai Ioniq 1.6 GDI - Petrol - Automatic - 105 hp - 160.880 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2021}
2026-03-26 04:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721316%27 HTTP/1.1" 200 None
2026-03-26 04:17:42 [adesa.be] INFO: Saving data for 10721316: {'auction_closing_time': 1774533600.0, 'created_time': 1774392071.26046, 'last_price_update_time': 1774498662.576632}
2026-03-26 04:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721316') HTTP/1.1" 204 0
2026-03-26 04:17:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721319> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:42 [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-26 04: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-26 04: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-26 04:17:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721210> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721203> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04:17:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a80ba3f4-adbf-510a-942c-e077b6ce7bba with identifier: 10721319
2026-03-26 04:17:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a80ba3f4-adbf-510a-942c-e077b6ce7bba with scrape type 2
2026-03-26 04:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a80ba3f4-adbf-510a-942c-e077b6ce7bba with scrape type 2
2026-03-26 04:17:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: a80ba3f4-adbf-510a-942c-e077b6ce7bba, identifier: 10721319
2026-03-26 04:17:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: a80ba3f4-adbf-510a-942c-e077b6ce7bba with identifier: 10721319
2026-03-26 04:17:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: a80ba3f4-adbf-510a-942c-e077b6ce7bba with identifier: 10721319
2026-03-26 04:17:42 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: a80ba3f4-adbf-510a-942c-e077b6ce7bba with identifier: 10721319 to the API
2026-03-26 04:17:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721319>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 100,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Diesel',
'id': 'a80ba3f4-adbf-510a-942c-e077b6ce7bba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'ZY8050',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721319',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Ford',
'model': 'Transit',
'odometer': 190765,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 6500,
'price_includes_vat': True,
'registration_date': '2022-08-10',
'seats_number': 3,
'seller_name': 'ARVAL Belgium',
'title': 'Ford Transit Connect 1.5 TDCI Trend - Diesel - Manual - 100 hp - '
'190.765 km',
'transmission': 'manual',
'trim': 'Trend',
'vin': None,
'year': 2022}
2026-03-26 04:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721319%27 HTTP/1.1" 200 None
2026-03-26 04:17:43 [adesa.be] INFO: Saving data for 10721319: {'auction_closing_time': 1774533600.0, 'created_time': 1774392012.803851, 'last_price_update_time': 1774498663.069787}
2026-03-26 04:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721319') HTTP/1.1" 204 0
2026-03-26 04:17:43 [adesa.be] INFO: Found listing with ID: 10721221
2026-03-26 04:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721221%27 HTTP/1.1" 200 None
2026-03-26 04:17:43 [adesa.be] INFO: Scrape type for 10721221: 2
2026-03-26 04:17:43 [adesa.be] INFO: Scraping item 10721221 url https://www.openlane.eu/en/carv6/auction/10721221
2026-03-26 04:17:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 381b5e3d-8b9c-5a5d-8c51-afad44f657d7 with identifier: 10721210
2026-03-26 04:17:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 381b5e3d-8b9c-5a5d-8c51-afad44f657d7 with scrape type 2
2026-03-26 04:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 381b5e3d-8b9c-5a5d-8c51-afad44f657d7 with scrape type 2
2026-03-26 04:17:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 381b5e3d-8b9c-5a5d-8c51-afad44f657d7, identifier: 10721210
2026-03-26 04:17:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 118454cf-0f11-58da-9886-1728eb42ae12 with identifier: 10721203
2026-03-26 04:17:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 118454cf-0f11-58da-9886-1728eb42ae12 with scrape type 2
2026-03-26 04:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 118454cf-0f11-58da-9886-1728eb42ae12 with scrape type 2
2026-03-26 04:17:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 118454cf-0f11-58da-9886-1728eb42ae12, identifier: 10721203
2026-03-26 04:17:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 381b5e3d-8b9c-5a5d-8c51-afad44f657d7 with identifier: 10721210
2026-03-26 04:17:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 381b5e3d-8b9c-5a5d-8c51-afad44f657d7 with identifier: 10721210
2026-03-26 04:17:43 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 381b5e3d-8b9c-5a5d-8c51-afad44f657d7 with identifier: 10721210 to the API
2026-03-26 04:17:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721210>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 125,
'expiration_date': '2026-03-26T09:00:00Z',
'fuel_type': 'Petrol',
'id': '381b5e3d-8b9c-5a5d-8c51-afad44f657d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NA5633',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721210',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Ford',
'model': 'Puma',
'odometer': 60321,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 14700,
'price_includes_vat': True,
'registration_date': '2023-11-30',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Ford Puma 1.0 Titanium - Petrol - Automatic - 125 hp - 60.321 km',
'transmission': 'automatic',
'trim': 'Titanium',
'vin': None,
'year': 2023}
2026-03-26 04:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721210%27 HTTP/1.1" 200 None
2026-03-26 04:17:43 [adesa.be] INFO: Saving data for 10721210: {'auction_closing_time': 1774515600.0, 'created_time': 1774392021.996731, 'last_price_update_time': 1774498663.546239}
2026-03-26 04:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721210') HTTP/1.1" 204 0
2026-03-26 04:17:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 118454cf-0f11-58da-9886-1728eb42ae12 with identifier: 10721203
2026-03-26 04:17:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 118454cf-0f11-58da-9886-1728eb42ae12 with identifier: 10721203
2026-03-26 04:17:43 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 118454cf-0f11-58da-9886-1728eb42ae12 with identifier: 10721203 to the API
2026-03-26 04:17:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721203>
{'auction_title': '',
'c_o_2_emission_value': 103,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'engine_horse_power': 125,
'expiration_date': '2026-03-26T09:00:00Z',
'fuel_type': 'Petrol',
'id': '118454cf-0f11-58da-9886-1728eb42ae12',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YWD175',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721203',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Ford',
'model': 'Puma',
'odometer': 11189,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13300,
'price_includes_vat': True,
'registration_date': '2020-10-01',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Ford Puma 1.0 Titanium - Petrol - Manual - 125 hp - 11.189 km',
'transmission': 'manual',
'trim': 'Titanium',
'vin': None,
'year': 2020}
2026-03-26 04:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721203%27 HTTP/1.1" 200 None
2026-03-26 04:17:44 [adesa.be] INFO: Saving data for 10721203: {'auction_closing_time': 1774515600.0, 'created_time': 1774392022.811209, 'last_price_update_time': 1774498664.617901}
2026-03-26 04:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721203') HTTP/1.1" 204 0
2026-03-26 04:17:44 [adesa.be] INFO: Found listing with ID: 10721301
2026-03-26 04:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721301%27 HTTP/1.1" 200 None
2026-03-26 04:17:44 [adesa.be] INFO: Scrape type for 10721301: 2
2026-03-26 04:17:44 [adesa.be] INFO: Scraping item 10721301 url https://www.openlane.eu/en/carv6/auction/10721301
2026-03-26 04: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-26 04:17:44 [adesa.be] INFO: Found listing with ID: 10721287
2026-03-26 04:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721287%27 HTTP/1.1" 200 None
2026-03-26 04:17:44 [adesa.be] INFO: Scrape type for 10721287: 2
2026-03-26 04:17:44 [adesa.be] INFO: Scraping item 10721287 url https://www.openlane.eu/en/carv6/auction/10721287
2026-03-26 04:17:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721229> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721207> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04:17:44 [adesa.be] INFO: Found listing with ID: 10721291
2026-03-26 04:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721291%27 HTTP/1.1" 200 None
2026-03-26 04:17:44 [adesa.be] INFO: Scrape type for 10721291: 2
2026-03-26 04:17:44 [adesa.be] INFO: Scraping item 10721291 url https://www.openlane.eu/en/carv6/auction/10721291
2026-03-26 04: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-26 04:17:44 [adesa.be] INFO: Found listing with ID: 10721249
2026-03-26 04:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721249%27 HTTP/1.1" 200 None
2026-03-26 04:17:44 [adesa.be] INFO: Scrape type for 10721249: 2
2026-03-26 04:17:44 [adesa.be] INFO: Scraping item 10721249 url https://www.openlane.eu/en/carv6/auction/10721249
2026-03-26 04:17:44 [adesa.be] INFO: Found listing with ID: 10721245
2026-03-26 04:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721245%27 HTTP/1.1" 200 None
2026-03-26 04:17:44 [adesa.be] INFO: Scrape type for 10721245: 2
2026-03-26 04:17:44 [adesa.be] INFO: Scraping item 10721245 url https://www.openlane.eu/en/carv6/auction/10721245
2026-03-26 04:17:44 [adesa.be] INFO: Found listing with ID: 10721269
2026-03-26 04:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721269%27 HTTP/1.1" 200 None
2026-03-26 04:17:44 [adesa.be] INFO: Scrape type for 10721269: 2
2026-03-26 04:17:44 [adesa.be] INFO: Scraping item 10721269 url https://www.openlane.eu/en/carv6/auction/10721269
2026-03-26 04:17:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721292> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:44 [adesa.be] INFO: Found listing with ID: 10721213
2026-03-26 04:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721213%27 HTTP/1.1" 200 None
2026-03-26 04:17:44 [adesa.be] INFO: Scrape type for 10721213: 2
2026-03-26 04:17:44 [adesa.be] INFO: Scraping item 10721213 url https://www.openlane.eu/en/carv6/auction/10721213
2026-03-26 04: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-26 04:17:44 [adesa.be] INFO: Found listing with ID: 10721268
2026-03-26 04:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721268%27 HTTP/1.1" 200 None
2026-03-26 04:17:44 [adesa.be] INFO: Scrape type for 10721268: 2
2026-03-26 04:17:44 [adesa.be] INFO: Scraping item 10721268 url https://www.openlane.eu/en/carv6/auction/10721268
2026-03-26 04:17:44 [adesa.be] INFO: Found listing with ID: 10721282
2026-03-26 04:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721282%27 HTTP/1.1" 200 None
2026-03-26 04:17:44 [adesa.be] INFO: Scrape type for 10721282: 2
2026-03-26 04:17:44 [adesa.be] INFO: Scraping item 10721282 url https://www.openlane.eu/en/carv6/auction/10721282
2026-03-26 04:17:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76b645ee-7414-5cea-8ab0-20e6893759fd with identifier: 10721229
2026-03-26 04:17:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76b645ee-7414-5cea-8ab0-20e6893759fd with scrape type 2
2026-03-26 04:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76b645ee-7414-5cea-8ab0-20e6893759fd with scrape type 2
2026-03-26 04:17:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 76b645ee-7414-5cea-8ab0-20e6893759fd, identifier: 10721229
2026-03-26 04:17:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 832c874d-aa5e-58ea-8dd0-3e4e7946869b with identifier: 10721207
2026-03-26 04:17:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 832c874d-aa5e-58ea-8dd0-3e4e7946869b with scrape type 2
2026-03-26 04:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 832c874d-aa5e-58ea-8dd0-3e4e7946869b with scrape type 2
2026-03-26 04:17:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 832c874d-aa5e-58ea-8dd0-3e4e7946869b, identifier: 10721207
2026-03-26 04:17:45 [adesa.be] INFO: Found listing with ID: 10721209
2026-03-26 04:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721209%27 HTTP/1.1" 200 None
2026-03-26 04:17:45 [adesa.be] INFO: Scrape type for 10721209: 2
2026-03-26 04:17:45 [adesa.be] INFO: Scraping item 10721209 url https://www.openlane.eu/en/carv6/auction/10721209
2026-03-26 04:17:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 76b645ee-7414-5cea-8ab0-20e6893759fd with identifier: 10721229
2026-03-26 04:17:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 76b645ee-7414-5cea-8ab0-20e6893759fd with identifier: 10721229
2026-03-26 04:17:45 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 76b645ee-7414-5cea-8ab0-20e6893759fd with identifier: 10721229 to the API
2026-03-26 04:17:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721229>
{'auction_title': '',
'c_o_2_emission_value': 231,
'category': 'Light truck',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'engine_horse_power': 136,
'expiration_date': '2026-03-26T09:00:00Z',
'fuel_type': 'LPG',
'id': '76b645ee-7414-5cea-8ab0-20e6893759fd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YWZ999',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721229',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Fiat',
'model': 'Ducato',
'odometer': 147122,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 11700,
'price_includes_vat': True,
'registration_date': '2021-01-18',
'seats_number': 2,
'seller_name': 'ARVAL Belgium',
'title': 'Fiat Ducato 3.0 Maxi - LPG - Manual - 136 hp - 147.122 km',
'transmission': 'manual',
'trim': 'Maxi',
'vin': None,
'year': 2021}
2026-03-26 04:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721229%27 HTTP/1.1" 200 None
2026-03-26 04:17:45 [adesa.be] INFO: Saving data for 10721229: {'auction_closing_time': 1774515600.0, 'created_time': 1774392036.950662, 'last_price_update_time': 1774498665.289427}
2026-03-26 04:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721229') HTTP/1.1" 204 0
2026-03-26 04:17:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 832c874d-aa5e-58ea-8dd0-3e4e7946869b with identifier: 10721207
2026-03-26 04:17:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 832c874d-aa5e-58ea-8dd0-3e4e7946869b with identifier: 10721207
2026-03-26 04:17:45 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 832c874d-aa5e-58ea-8dd0-3e4e7946869b with identifier: 10721207 to the API
2026-03-26 04:17:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721207>
{'auction_title': '',
'c_o_2_emission_value': 43,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 125,
'expiration_date': '2026-03-26T09:00:00Z',
'fuel_type': 'Hybrid',
'id': '832c874d-aa5e-58ea-8dd0-3e4e7946869b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BQZ626',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721207',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': 'X1',
'odometer': 76622,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 17500,
'price_includes_vat': True,
'registration_date': '2022-02-21',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'BMW X1 25e Business Design - xDrive - Hybrid - Automatic - 125 hp - '
'76.622 km',
'transmission': 'automatic',
'trim': 'Business Design',
'vin': None,
'year': 2022}
2026-03-26 04:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721207%27 HTTP/1.1" 200 None
2026-03-26 04:17:45 [adesa.be] INFO: Saving data for 10721207: {'auction_closing_time': 1774515600.0, 'created_time': 1774392046.178751, 'last_price_update_time': 1774498665.644767}
2026-03-26 04:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721207') HTTP/1.1" 204 0
2026-03-26 04:17:45 [adesa.be] INFO: Found listing with ID: 10721272
2026-03-26 04:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721272%27 HTTP/1.1" 200 None
2026-03-26 04:17:45 [adesa.be] INFO: Scrape type for 10721272: 2
2026-03-26 04:17:45 [adesa.be] INFO: Scraping item 10721272 url https://www.openlane.eu/en/carv6/auction/10721272
2026-03-26 04:17:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721300> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721314> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec3f734d-4010-5b13-8dad-6a45f3323fa0 with identifier: 10721292
2026-03-26 04:17:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec3f734d-4010-5b13-8dad-6a45f3323fa0 with scrape type 2
2026-03-26 04:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec3f734d-4010-5b13-8dad-6a45f3323fa0 with scrape type 2
2026-03-26 04:17:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: ec3f734d-4010-5b13-8dad-6a45f3323fa0, identifier: 10721292
2026-03-26 04:17:45 [adesa.be] INFO: Found listing with ID: 10721280
2026-03-26 04:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721280%27 HTTP/1.1" 200 None
2026-03-26 04:17:45 [adesa.be] INFO: Scrape type for 10721280: 2
2026-03-26 04:17:45 [adesa.be] INFO: Scraping item 10721280 url https://www.openlane.eu/en/carv6/auction/10721280
2026-03-26 04:17:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: ec3f734d-4010-5b13-8dad-6a45f3323fa0 with identifier: 10721292
2026-03-26 04:17:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: ec3f734d-4010-5b13-8dad-6a45f3323fa0 with identifier: 10721292
2026-03-26 04:17:45 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: ec3f734d-4010-5b13-8dad-6a45f3323fa0 with identifier: 10721292 to the API
2026-03-26 04:17:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721292>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 125,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Petrol',
'id': 'ec3f734d-4010-5b13-8dad-6a45f3323fa0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NA5636',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721292',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Ford',
'model': 'Puma',
'odometer': 55946,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 14900,
'price_includes_vat': True,
'registration_date': '2023-11-30',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Ford Puma 1.0 Titanium - Petrol - Automatic - 125 hp - 55.946 km',
'transmission': 'automatic',
'trim': 'Titanium',
'vin': None,
'year': 2023}
2026-03-26 04:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721292%27 HTTP/1.1" 200 None
2026-03-26 04:17:46 [adesa.be] INFO: Saving data for 10721292: {'auction_closing_time': 1774533600.0, 'created_time': 1774392035.71728, 'last_price_update_time': 1774498666.043606}
2026-03-26 04:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721292') HTTP/1.1" 204 0
2026-03-26 04:17:46 [adesa.be] INFO: Found listing with ID: 10721240
2026-03-26 04:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721240%27 HTTP/1.1" 200 None
2026-03-26 04:17:46 [adesa.be] INFO: Scrape type for 10721240: 2
2026-03-26 04:17:46 [adesa.be] INFO: Scraping item 10721240 url https://www.openlane.eu/en/carv6/auction/10721240
2026-03-26 04:17:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721225> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:46 [adesa.be] INFO: Found listing with ID: 10721264
2026-03-26 04:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721264%27 HTTP/1.1" 200 None
2026-03-26 04:17:46 [adesa.be] INFO: Scrape type for 10721264: 2
2026-03-26 04:17:46 [adesa.be] INFO: Scraping item 10721264 url https://www.openlane.eu/en/carv6/auction/10721264
2026-03-26 04: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-26 04:17:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ce021b6-1c50-5839-85d9-9f09be35ae94 with identifier: 10721300
2026-03-26 04:17:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ce021b6-1c50-5839-85d9-9f09be35ae94 with scrape type 2
2026-03-26 04:17:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ce021b6-1c50-5839-85d9-9f09be35ae94 with scrape type 2
2026-03-26 04:17:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 0ce021b6-1c50-5839-85d9-9f09be35ae94, identifier: 10721300
2026-03-26 04:17:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90b2d1e8-a367-5e4b-8088-d44373cb733c with identifier: 10721314
2026-03-26 04:17:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90b2d1e8-a367-5e4b-8088-d44373cb733c with scrape type 2
2026-03-26 04:17:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90b2d1e8-a367-5e4b-8088-d44373cb733c with scrape type 2
2026-03-26 04:17:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 90b2d1e8-a367-5e4b-8088-d44373cb733c, identifier: 10721314
2026-03-26 04:17:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 0ce021b6-1c50-5839-85d9-9f09be35ae94 with identifier: 10721300
2026-03-26 04:17:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 04:17:46 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Green HTTP/1.1" 200 None
2026-03-26 04:17:46 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 04:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 04:17:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 0ce021b6-1c50-5839-85d9-9f09be35ae94 with identifier: 10721300
2026-03-26 04:17:46 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 0ce021b6-1c50-5839-85d9-9f09be35ae94 with identifier: 10721300 to the API
2026-03-26 04:17:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721300>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': 'SUV',
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Diesel',
'id': '0ce021b6-1c50-5839-85d9-9f09be35ae94',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1XNS648',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721300',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'DS',
'model': 'DS7 Crossback',
'odometer': 82543,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 12600,
'price_includes_vat': True,
'registration_date': '2020-02-21',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'DS DS7 Crossback 1.5 HDI Chic - Diesel - Automatic - 130 hp - '
'82.543 km',
'transmission': 'automatic',
'trim': 'Chic',
'vin': None,
'year': 2020}
2026-03-26 04:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721300%27 HTTP/1.1" 200 None
2026-03-26 04:17:46 [adesa.be] INFO: Saving data for 10721300: {'auction_closing_time': 1774533600.0, 'created_time': 1774392042.849915, 'last_price_update_time': 1774498666.653255}
2026-03-26 04:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721300') HTTP/1.1" 204 0
2026-03-26 04:17:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 90b2d1e8-a367-5e4b-8088-d44373cb733c with identifier: 10721314
2026-03-26 04:17:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 90b2d1e8-a367-5e4b-8088-d44373cb733c with identifier: 10721314
2026-03-26 04:17:46 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 90b2d1e8-a367-5e4b-8088-d44373cb733c with identifier: 10721314 to the API
2026-03-26 04:17:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721314>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 101,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Petrol',
'id': '90b2d1e8-a367-5e4b-8088-d44373cb733c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BJP771',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721314',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'DS',
'model': 'DS3 Crossback',
'odometer': 117039,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 9400,
'price_includes_vat': True,
'registration_date': '2021-12-09',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'DS DS3 Crossback 1.2i Chic - Petrol - Manual - 101 hp - 117.039 km',
'transmission': 'manual',
'trim': 'Chic',
'vin': None,
'year': 2021}
2026-03-26 04:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721314%27 HTTP/1.1" 200 None
2026-03-26 04:17:46 [adesa.be] INFO: Saving data for 10721314: {'auction_closing_time': 1774533600.0, 'created_time': 1774392043.564501, 'last_price_update_time': 1774498666.940823}
2026-03-26 04:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721314') HTTP/1.1" 204 0
2026-03-26 04:17:46 [adesa.be] INFO: Found listing with ID: 10721273
2026-03-26 04:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721273%27 HTTP/1.1" 200 None
2026-03-26 04:17:46 [adesa.be] INFO: Scrape type for 10721273: 2
2026-03-26 04:17:46 [adesa.be] INFO: Scraping item 10721273 url https://www.openlane.eu/en/carv6/auction/10721273
2026-03-26 04:17:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721291> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721287> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:46 [adesa.be] INFO: Found listing with ID: 10721224
2026-03-26 04:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721224%27 HTTP/1.1" 200 None
2026-03-26 04:17:47 [adesa.be] INFO: Scrape type for 10721224: 2
2026-03-26 04:17:47 [adesa.be] INFO: Scraping item 10721224 url https://www.openlane.eu/en/carv6/auction/10721224
2026-03-26 04: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-26 04: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-26 04:17:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 200ea8a4-17e0-5350-a19c-8182410729f0 with identifier: 10721225
2026-03-26 04:17:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 200ea8a4-17e0-5350-a19c-8182410729f0 with scrape type 2
2026-03-26 04:17:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 200ea8a4-17e0-5350-a19c-8182410729f0 with scrape type 2
2026-03-26 04:17:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 200ea8a4-17e0-5350-a19c-8182410729f0, identifier: 10721225
2026-03-26 04:17:47 [adesa.be] INFO: Found listing with ID: 10721263
2026-03-26 04:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721263%27 HTTP/1.1" 200 None
2026-03-26 04:17:47 [adesa.be] INFO: Scrape type for 10721263: 2
2026-03-26 04:17:47 [adesa.be] INFO: Scraping item 10721263 url https://www.openlane.eu/en/carv6/auction/10721263
2026-03-26 04:17:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 200ea8a4-17e0-5350-a19c-8182410729f0 with identifier: 10721225
2026-03-26 04:17:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 200ea8a4-17e0-5350-a19c-8182410729f0 with identifier: 10721225
2026-03-26 04:17:47 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 200ea8a4-17e0-5350-a19c-8182410729f0 with identifier: 10721225 to the API
2026-03-26 04:17:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721225>
{'auction_title': '',
'c_o_2_emission_value': 159,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 181,
'expiration_date': '2026-03-26T09:00:00Z',
'fuel_type': 'Petrol',
'id': '200ea8a4-17e0-5350-a19c-8182410729f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1XHN574',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721225',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'DS',
'model': 'DS7 Crossback',
'odometer': 112315,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 14600,
'price_includes_vat': True,
'registration_date': '2020-01-08',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'DS DS7 Crossback 1.6i Performance Line - Petrol - Automatic - 181 '
'hp - 112.315 km',
'transmission': 'automatic',
'trim': 'Performance Line',
'vin': None,
'year': 2020}
2026-03-26 04:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721225%27 HTTP/1.1" 200 None
2026-03-26 04:17:47 [adesa.be] INFO: Saving data for 10721225: {'auction_closing_time': 1774515600.0, 'created_time': 1774392034.737441, 'last_price_update_time': 1774498667.366029}
2026-03-26 04:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721225') HTTP/1.1" 204 0
2026-03-26 04:17:47 [adesa.be] INFO: Found listing with ID: 10721250
2026-03-26 04:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721250%27 HTTP/1.1" 200 None
2026-03-26 04:17:47 [adesa.be] INFO: Scrape type for 10721250: 2
2026-03-26 04:17:47 [adesa.be] INFO: Scraping item 10721250 url https://www.openlane.eu/en/carv6/auction/10721250
2026-03-26 04:17:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721301> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721221> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f0f9bc7-054a-5936-b24d-3347c852eb2d with identifier: 10721291
2026-03-26 04:17:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f0f9bc7-054a-5936-b24d-3347c852eb2d with scrape type 2
2026-03-26 04:17:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f0f9bc7-054a-5936-b24d-3347c852eb2d with scrape type 2
2026-03-26 04:17:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 4f0f9bc7-054a-5936-b24d-3347c852eb2d, identifier: 10721291
2026-03-26 04:17:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee177aac-8007-544c-bc3f-21cd8bec209d with identifier: 10721287
2026-03-26 04:17:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee177aac-8007-544c-bc3f-21cd8bec209d with scrape type 2
2026-03-26 04:17:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee177aac-8007-544c-bc3f-21cd8bec209d with scrape type 2
2026-03-26 04:17:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: ee177aac-8007-544c-bc3f-21cd8bec209d, identifier: 10721287
2026-03-26 04: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-26 04: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-26 04:17:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 4f0f9bc7-054a-5936-b24d-3347c852eb2d with identifier: 10721291
2026-03-26 04:17:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 4f0f9bc7-054a-5936-b24d-3347c852eb2d with identifier: 10721291
2026-03-26 04:17:47 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 4f0f9bc7-054a-5936-b24d-3347c852eb2d with identifier: 10721291 to the API
2026-03-26 04:17:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721291>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 105,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Petrol',
'id': '4f0f9bc7-054a-5936-b24d-3347c852eb2d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CND383',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721291',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Kia',
'model': 'Niro',
'odometer': 100224,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 14900,
'price_includes_vat': True,
'registration_date': '2022-09-23',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Kia Niro 1.6 GDI - Petrol - Automatic - 105 hp - 100.224 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-26 04:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721291%27 HTTP/1.1" 200 None
2026-03-26 04:17:47 [adesa.be] INFO: Saving data for 10721291: {'auction_closing_time': 1774533600.0, 'created_time': 1774392042.346017, 'last_price_update_time': 1774498667.848785}
2026-03-26 04:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721291') HTTP/1.1" 204 0
2026-03-26 04:17:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: ee177aac-8007-544c-bc3f-21cd8bec209d with identifier: 10721287
2026-03-26 04:17:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: ee177aac-8007-544c-bc3f-21cd8bec209d with identifier: 10721287
2026-03-26 04:17:47 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: ee177aac-8007-544c-bc3f-21cd8bec209d with identifier: 10721287 to the API
2026-03-26 04:17:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721287>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 101,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Petrol',
'id': 'ee177aac-8007-544c-bc3f-21cd8bec209d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2FTS738',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721287',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Kia',
'model': 'Ceed',
'odometer': 10347,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 15700,
'price_includes_vat': True,
'registration_date': '2024-08-21',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Kia Ceed SW 1.0 T-GDI - Petrol - Manual - 101 hp - 10.347 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2024}
2026-03-26 04:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721287%27 HTTP/1.1" 200 None
2026-03-26 04:17:48 [adesa.be] INFO: Saving data for 10721287: {'auction_closing_time': 1774533600.0, 'created_time': 1774392074.772335, 'last_price_update_time': 1774498668.107352}
2026-03-26 04:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721287') HTTP/1.1" 204 0
2026-03-26 04:17:48 [adesa.be] INFO: Found listing with ID: 10721241
2026-03-26 04:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721241%27 HTTP/1.1" 200 None
2026-03-26 04:17:48 [adesa.be] INFO: Scrape type for 10721241: 2
2026-03-26 04:17:48 [adesa.be] INFO: Scraping item 10721241 url https://www.openlane.eu/en/carv6/auction/10721241
2026-03-26 04:17:48 [adesa.be] INFO: Found listing with ID: 10721285
2026-03-26 04:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721285%27 HTTP/1.1" 200 None
2026-03-26 04:17:48 [adesa.be] INFO: Scrape type for 10721285: 2
2026-03-26 04:17:48 [adesa.be] INFO: Scraping item 10721285 url https://www.openlane.eu/en/carv6/auction/10721285
2026-03-26 04:17:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721249> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57336163-3095-55cb-8419-ea8c6901ee1d with identifier: 10721301
2026-03-26 04:17:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57336163-3095-55cb-8419-ea8c6901ee1d with scrape type 2
2026-03-26 04:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57336163-3095-55cb-8419-ea8c6901ee1d with scrape type 2
2026-03-26 04:17:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 57336163-3095-55cb-8419-ea8c6901ee1d, identifier: 10721301
2026-03-26 04:17:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 477795c0-f68a-58ac-9a45-f414c37a3d0f with identifier: 10721221
2026-03-26 04:17:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 477795c0-f68a-58ac-9a45-f414c37a3d0f with scrape type 2
2026-03-26 04:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 477795c0-f68a-58ac-9a45-f414c37a3d0f with scrape type 2
2026-03-26 04:17:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 477795c0-f68a-58ac-9a45-f414c37a3d0f, identifier: 10721221
2026-03-26 04:17:48 [adesa.be] INFO: Found listing with ID: 10721212
2026-03-26 04:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721212%27 HTTP/1.1" 200 None
2026-03-26 04:17:48 [adesa.be] INFO: Scrape type for 10721212: 2
2026-03-26 04:17:48 [adesa.be] INFO: Scraping item 10721212 url https://www.openlane.eu/en/carv6/auction/10721212
2026-03-26 04:17:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 57336163-3095-55cb-8419-ea8c6901ee1d with identifier: 10721301
2026-03-26 04:17:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 57336163-3095-55cb-8419-ea8c6901ee1d with identifier: 10721301
2026-03-26 04:17:48 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 57336163-3095-55cb-8419-ea8c6901ee1d with identifier: 10721301 to the API
2026-03-26 04:17:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721301>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 105,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Petrol',
'id': '57336163-3095-55cb-8419-ea8c6901ee1d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2AXP612',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721301',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Hyundai',
'model': 'Ioniq',
'odometer': 88462,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 12200,
'price_includes_vat': True,
'registration_date': '2021-08-30',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Hyundai Ioniq 1.6 GDI - Petrol - Automatic - 105 hp - 88.462 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2021}
2026-03-26 04:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721301%27 HTTP/1.1" 200 None
2026-03-26 04:17:48 [adesa.be] INFO: Saving data for 10721301: {'auction_closing_time': 1774533600.0, 'created_time': 1774392072.516635, 'last_price_update_time': 1774498668.622529}
2026-03-26 04:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721301') HTTP/1.1" 204 0
2026-03-26 04:17:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 477795c0-f68a-58ac-9a45-f414c37a3d0f with identifier: 10721221
2026-03-26 04:17:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 477795c0-f68a-58ac-9a45-f414c37a3d0f with identifier: 10721221
2026-03-26 04:17:48 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 477795c0-f68a-58ac-9a45-f414c37a3d0f with identifier: 10721221 to the API
2026-03-26 04:17:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721221>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 105,
'expiration_date': '2026-03-26T09:00:00Z',
'fuel_type': 'Petrol',
'id': '477795c0-f68a-58ac-9a45-f414c37a3d0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BCL509',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721221',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Hyundai',
'model': 'Ioniq',
'odometer': 207172,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 7500,
'price_includes_vat': True,
'registration_date': '2021-09-30',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Hyundai Ioniq 1.6 GDI - Petrol - Automatic - 105 hp - 207.172 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2021}
2026-03-26 04:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721221%27 HTTP/1.1" 200 None
2026-03-26 04:17:48 [adesa.be] INFO: Saving data for 10721221: {'auction_closing_time': 1774515600.0, 'created_time': 1774392024.302157, 'last_price_update_time': 1774498668.996578}
2026-03-26 04:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721221') HTTP/1.1" 204 0
2026-03-26 04:17:49 [adesa.be] INFO: Found listing with ID: 10721242
2026-03-26 04:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721242%27 HTTP/1.1" 200 None
2026-03-26 04:17:49 [adesa.be] INFO: Scrape type for 10721242: 2
2026-03-26 04:17:49 [adesa.be] INFO: Scraping item 10721242 url https://www.openlane.eu/en/carv6/auction/10721242
2026-03-26 04:17:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721269> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97d1010e-21cf-5b82-b0cc-f1e2a47bf6db with identifier: 10721249
2026-03-26 04:17:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97d1010e-21cf-5b82-b0cc-f1e2a47bf6db with scrape type 2
2026-03-26 04:17:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97d1010e-21cf-5b82-b0cc-f1e2a47bf6db with scrape type 2
2026-03-26 04:17:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 97d1010e-21cf-5b82-b0cc-f1e2a47bf6db, identifier: 10721249
2026-03-26 04: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-26 04:17:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 97d1010e-21cf-5b82-b0cc-f1e2a47bf6db with identifier: 10721249
2026-03-26 04:17:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 97d1010e-21cf-5b82-b0cc-f1e2a47bf6db with identifier: 10721249
2026-03-26 04:17:49 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 97d1010e-21cf-5b82-b0cc-f1e2a47bf6db with identifier: 10721249 to the API
2026-03-26 04:17:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721249>
{'auction_title': '',
'c_o_2_emission_value': 86,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 105,
'expiration_date': '2026-03-26T09:00:00Z',
'fuel_type': 'Petrol',
'id': '97d1010e-21cf-5b82-b0cc-f1e2a47bf6db',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2ARN985',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721249',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Kia',
'model': 'Niro',
'odometer': 38079,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 14900,
'price_includes_vat': True,
'registration_date': '2021-06-23',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Kia Niro 1.6 GDI - Petrol - Automatic - 105 hp - 38.079 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2021}
2026-03-26 04:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721249%27 HTTP/1.1" 200 None
2026-03-26 04:17:49 [adesa.be] INFO: Saving data for 10721249: {'auction_closing_time': 1774515600.0, 'created_time': 1774392014.200168, 'last_price_update_time': 1774498669.483039}
2026-03-26 04:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721249') HTTP/1.1" 204 0
2026-03-26 04:17:49 [adesa.be] INFO: Found listing with ID: 10721208
2026-03-26 04:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721208%27 HTTP/1.1" 200 None
2026-03-26 04:17:49 [adesa.be] INFO: Scrape type for 10721208: 2
2026-03-26 04:17:49 [adesa.be] INFO: Scraping item 10721208 url https://www.openlane.eu/en/carv6/auction/10721208
2026-03-26 04:17:49 [adesa.be] INFO: Found listing with ID: 10721302
2026-03-26 04:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721302%27 HTTP/1.1" 200 None
2026-03-26 04:17:49 [adesa.be] INFO: Scrape type for 10721302: 2
2026-03-26 04:17:49 [adesa.be] INFO: Scraping item 10721302 url https://www.openlane.eu/en/carv6/auction/10721302
2026-03-26 04:17:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d22671e-3b16-5099-b021-7a9c82b8e72d with identifier: 10721269
2026-03-26 04:17:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d22671e-3b16-5099-b021-7a9c82b8e72d with scrape type 2
2026-03-26 04:17:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d22671e-3b16-5099-b021-7a9c82b8e72d with scrape type 2
2026-03-26 04:17:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 0d22671e-3b16-5099-b021-7a9c82b8e72d, identifier: 10721269
2026-03-26 04:17:49 [adesa.be] INFO: Found listing with ID: 10721310
2026-03-26 04:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721310%27 HTTP/1.1" 200 None
2026-03-26 04:17:49 [adesa.be] INFO: Scrape type for 10721310: 0
2026-03-26 04:17:49 [adesa.be] INFO: Skipping item 10721310 url https://www.openlane.eu/en/carv6/auction/10721310
2026-03-26 04:17:49 [adesa.be] INFO: Found listing with ID: 10721227
2026-03-26 04:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721227%27 HTTP/1.1" 200 None
2026-03-26 04:17:49 [adesa.be] INFO: Scrape type for 10721227: 2
2026-03-26 04:17:49 [adesa.be] INFO: Scraping item 10721227 url https://www.openlane.eu/en/carv6/auction/10721227
2026-03-26 04:17:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 0d22671e-3b16-5099-b021-7a9c82b8e72d with identifier: 10721269
2026-03-26 04:17:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 0d22671e-3b16-5099-b021-7a9c82b8e72d with identifier: 10721269
2026-03-26 04:17:49 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 0d22671e-3b16-5099-b021-7a9c82b8e72d with identifier: 10721269 to the API
2026-03-26 04:17:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721269>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.3L',
'engine_horse_power': 136,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Petrol',
'id': '0d22671e-3b16-5099-b021-7a9c82b8e72d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'YC8118',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721269',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'A',
'odometer': 55088,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 21700,
'price_includes_vat': True,
'registration_date': '2023-11-29',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Mercedes-Benz A 180 Business Line - Petrol - Automatic - 136 hp - '
'55.088 km',
'transmission': 'automatic',
'trim': 'Business Line',
'vin': None,
'year': 2023}
2026-03-26 04:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721269%27 HTTP/1.1" 200 None
2026-03-26 04:17:49 [adesa.be] INFO: Saving data for 10721269: {'auction_closing_time': 1774533600.0, 'created_time': 1774392014.769828, 'last_price_update_time': 1774498669.93479}
2026-03-26 04:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721269') HTTP/1.1" 204 0
2026-03-26 04:17:49 [adesa.be] INFO: Found listing with ID: 10721317
2026-03-26 04:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721317%27 HTTP/1.1" 200 None
2026-03-26 04:17:49 [adesa.be] INFO: Scrape type for 10721317: 2
2026-03-26 04:17:49 [adesa.be] INFO: Scraping item 10721317 url https://www.openlane.eu/en/carv6/auction/10721317
2026-03-26 04:17:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721209> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:49 [adesa.be] INFO: Found listing with ID: 10721309
2026-03-26 04:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721309%27 HTTP/1.1" 200 None
2026-03-26 04:17:49 [adesa.be] INFO: Scrape type for 10721309: 2
2026-03-26 04:17:49 [adesa.be] INFO: Scraping item 10721309 url https://www.openlane.eu/en/carv6/auction/10721309
2026-03-26 04: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-26 04:17:49 [adesa.be] INFO: Found listing with ID: 10721215
2026-03-26 04:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721215%27 HTTP/1.1" 200 None
2026-03-26 04:17:50 [adesa.be] INFO: Scrape type for 10721215: 2
2026-03-26 04:17:50 [adesa.be] INFO: Scraping item 10721215 url https://www.openlane.eu/en/carv6/auction/10721215
2026-03-26 04:17:50 [adesa.be] INFO: Found listing with ID: 10721244
2026-03-26 04:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721244%27 HTTP/1.1" 200 None
2026-03-26 04:17:50 [adesa.be] INFO: Scrape type for 10721244: 2
2026-03-26 04:17:50 [adesa.be] INFO: Scraping item 10721244 url https://www.openlane.eu/en/carv6/auction/10721244
2026-03-26 04:17:50 [adesa.be] INFO: Found listing with ID: 10721236
2026-03-26 04:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721236%27 HTTP/1.1" 200 None
2026-03-26 04:17:50 [adesa.be] INFO: Scrape type for 10721236: 2
2026-03-26 04:17:50 [adesa.be] INFO: Scraping item 10721236 url https://www.openlane.eu/en/carv6/auction/10721236
2026-03-26 04:17:50 [adesa.be] INFO: Found listing with ID: 10721318
2026-03-26 04:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721318%27 HTTP/1.1" 200 None
2026-03-26 04:17:50 [adesa.be] INFO: Scrape type for 10721318: 2
2026-03-26 04:17:50 [adesa.be] INFO: Scraping item 10721318 url https://www.openlane.eu/en/carv6/auction/10721318
2026-03-26 04:17:50 [adesa.be] INFO: Found listing with ID: 10721308
2026-03-26 04:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721308%27 HTTP/1.1" 200 None
2026-03-26 04:17:50 [adesa.be] INFO: Scrape type for 10721308: 0
2026-03-26 04:17:50 [adesa.be] INFO: Skipping item 10721308 url https://www.openlane.eu/en/carv6/auction/10721308
2026-03-26 04:17:50 [adesa.be] INFO: Found listing with ID: 10721254
2026-03-26 04:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721254%27 HTTP/1.1" 200 None
2026-03-26 04:17:50 [adesa.be] INFO: Scrape type for 10721254: 2
2026-03-26 04:17:50 [adesa.be] INFO: Scraping item 10721254 url https://www.openlane.eu/en/carv6/auction/10721254
2026-03-26 04:17:50 [adesa.be] INFO: Found listing with ID: 10721248
2026-03-26 04:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721248%27 HTTP/1.1" 200 None
2026-03-26 04:17:50 [adesa.be] INFO: Scrape type for 10721248: 2
2026-03-26 04:17:50 [adesa.be] INFO: Scraping item 10721248 url https://www.openlane.eu/en/carv6/auction/10721248
2026-03-26 04:17:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26051fc7-b2ee-575d-99e1-85604ebea9ff with identifier: 10721209
2026-03-26 04:17:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26051fc7-b2ee-575d-99e1-85604ebea9ff with scrape type 2
2026-03-26 04:17:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26051fc7-b2ee-575d-99e1-85604ebea9ff with scrape type 2
2026-03-26 04:17:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 26051fc7-b2ee-575d-99e1-85604ebea9ff, identifier: 10721209
2026-03-26 04:17:50 [adesa.be] INFO: Found listing with ID: 10721294
2026-03-26 04:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721294%27 HTTP/1.1" 200 None
2026-03-26 04:17:50 [adesa.be] INFO: Scrape type for 10721294: 2
2026-03-26 04:17:50 [adesa.be] INFO: Scraping item 10721294 url https://www.openlane.eu/en/carv6/auction/10721294
2026-03-26 04:17:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 26051fc7-b2ee-575d-99e1-85604ebea9ff with identifier: 10721209
2026-03-26 04:17:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 26051fc7-b2ee-575d-99e1-85604ebea9ff with identifier: 10721209
2026-03-26 04:17:50 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 26051fc7-b2ee-575d-99e1-85604ebea9ff with identifier: 10721209 to the API
2026-03-26 04:17:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721209>
{'auction_title': '',
'c_o_2_emission_value': 32,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 160,
'expiration_date': '2026-03-26T09:00:00Z',
'fuel_type': 'Hybrid',
'id': '26051fc7-b2ee-575d-99e1-85604ebea9ff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2ADT590',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721209',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'A',
'odometer': 112967,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 19100,
'price_includes_vat': True,
'registration_date': '2021-03-03',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Mercedes-Benz A 250e Business Solution - Hybrid - Automatic - 160 '
'hp - 112.967 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2021}
2026-03-26 04:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721209%27 HTTP/1.1" 200 None
2026-03-26 04:17:50 [adesa.be] INFO: Saving data for 10721209: {'auction_closing_time': 1774515600.0, 'created_time': 1774391998.813528, 'last_price_update_time': 1774498670.520896}
2026-03-26 04:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721209') HTTP/1.1" 204 0
2026-03-26 04:17:50 [adesa.be] INFO: Found listing with ID: 10721311
2026-03-26 04:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721311%27 HTTP/1.1" 200 None
2026-03-26 04:17:50 [adesa.be] INFO: Scrape type for 10721311: 2
2026-03-26 04:17:50 [adesa.be] INFO: Scraping item 10721311 url https://www.openlane.eu/en/carv6/auction/10721311
2026-03-26 04:17:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721213> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:50 [adesa.be] INFO: Found listing with ID: 10721228
2026-03-26 04:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721228%27 HTTP/1.1" 200 None
2026-03-26 04:17:50 [adesa.be] INFO: Scrape type for 10721228: 2
2026-03-26 04:17:50 [adesa.be] INFO: Scraping item 10721228 url https://www.openlane.eu/en/carv6/auction/10721228
2026-03-26 04: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-26 04:17:50 [adesa.be] INFO: Found listing with ID: 10721295
2026-03-26 04:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721295%27 HTTP/1.1" 200 None
2026-03-26 04:17:50 [adesa.be] INFO: Scrape type for 10721295: 2
2026-03-26 04:17:50 [adesa.be] INFO: Scraping item 10721295 url https://www.openlane.eu/en/carv6/auction/10721295
2026-03-26 04:17:50 [adesa.be] INFO: Found listing with ID: 10721226
2026-03-26 04:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721226%27 HTTP/1.1" 200 None
2026-03-26 04:17:50 [adesa.be] INFO: Scrape type for 10721226: 2
2026-03-26 04:17:50 [adesa.be] INFO: Scraping item 10721226 url https://www.openlane.eu/en/carv6/auction/10721226
2026-03-26 04:17:50 [adesa.be] INFO: Found listing with ID: 10721299
2026-03-26 04:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721299%27 HTTP/1.1" 200 None
2026-03-26 04:17:50 [adesa.be] INFO: Scrape type for 10721299: 2
2026-03-26 04:17:50 [adesa.be] INFO: Scraping item 10721299 url https://www.openlane.eu/en/carv6/auction/10721299
2026-03-26 04:17:50 [adesa.be] INFO: Found listing with ID: 10721220
2026-03-26 04:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721220%27 HTTP/1.1" 200 None
2026-03-26 04:17:50 [adesa.be] INFO: Scrape type for 10721220: 0
2026-03-26 04:17:50 [adesa.be] INFO: Skipping item 10721220 url https://www.openlane.eu/en/carv6/auction/10721220
2026-03-26 04:17:50 [adesa.be] INFO: Found listing with ID: 10721312
2026-03-26 04:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721312%27 HTTP/1.1" 200 None
2026-03-26 04:17:50 [adesa.be] INFO: Scrape type for 10721312: 0
2026-03-26 04:17:50 [adesa.be] INFO: Skipping item 10721312 url https://www.openlane.eu/en/carv6/auction/10721312
2026-03-26 04:17:50 [adesa.be] INFO: Found listing with ID: 10721235
2026-03-26 04:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721235%27 HTTP/1.1" 200 None
2026-03-26 04:17:50 [adesa.be] INFO: Scrape type for 10721235: 0
2026-03-26 04:17:50 [adesa.be] INFO: Skipping item 10721235 url https://www.openlane.eu/en/carv6/auction/10721235
2026-03-26 04:17:50 [adesa.be] INFO: Found listing with ID: 10721234
2026-03-26 04:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721234%27 HTTP/1.1" 200 None
2026-03-26 04:17:50 [adesa.be] INFO: Scrape type for 10721234: 2
2026-03-26 04:17:50 [adesa.be] INFO: Scraping item 10721234 url https://www.openlane.eu/en/carv6/auction/10721234
2026-03-26 04:17:50 [adesa.be] INFO: Found listing with ID: 10721293
2026-03-26 04:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721293%27 HTTP/1.1" 200 None
2026-03-26 04:17:50 [adesa.be] INFO: Scrape type for 10721293: 0
2026-03-26 04:17:50 [adesa.be] INFO: Skipping item 10721293 url https://www.openlane.eu/en/carv6/auction/10721293
2026-03-26 04:17:50 [adesa.be] INFO: Found listing with ID: 10721274
2026-03-26 04:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721274%27 HTTP/1.1" 200 None
2026-03-26 04:17:50 [adesa.be] INFO: Scrape type for 10721274: 0
2026-03-26 04:17:50 [adesa.be] INFO: Skipping item 10721274 url https://www.openlane.eu/en/carv6/auction/10721274
2026-03-26 04:17:50 [adesa.be] INFO: Found listing with ID: 10721232
2026-03-26 04:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721232%27 HTTP/1.1" 200 None
2026-03-26 04:17:50 [adesa.be] INFO: Scrape type for 10721232: 2
2026-03-26 04:17:50 [adesa.be] INFO: Scraping item 10721232 url https://www.openlane.eu/en/carv6/auction/10721232
2026-03-26 04:17:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721280> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a7fcc1c-ae10-5f39-b3aa-127d73d70b61 with identifier: 10721213
2026-03-26 04:17:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a7fcc1c-ae10-5f39-b3aa-127d73d70b61 with scrape type 2
2026-03-26 04:17:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a7fcc1c-ae10-5f39-b3aa-127d73d70b61 with scrape type 2
2026-03-26 04:17:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 7a7fcc1c-ae10-5f39-b3aa-127d73d70b61, identifier: 10721213
2026-03-26 04:17:50 [adesa.be] INFO: Found listing with ID: 10721222
2026-03-26 04:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721222%27 HTTP/1.1" 200 None
2026-03-26 04:17:50 [adesa.be] INFO: Scrape type for 10721222: 0
2026-03-26 04:17:50 [adesa.be] INFO: Skipping item 10721222 url https://www.openlane.eu/en/carv6/auction/10721222
2026-03-26 04:17:50 [adesa.be] INFO: Found listing with ID: 10721307
2026-03-26 04:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721307%27 HTTP/1.1" 200 None
2026-03-26 04:17:50 [adesa.be] INFO: Scrape type for 10721307: 0
2026-03-26 04:17:50 [adesa.be] INFO: Skipping item 10721307 url https://www.openlane.eu/en/carv6/auction/10721307
2026-03-26 04:17:50 [adesa.be] INFO: Found listing with ID: 10721211
2026-03-26 04:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721211%27 HTTP/1.1" 200 None
2026-03-26 04:17:51 [adesa.be] INFO: Scrape type for 10721211: 0
2026-03-26 04:17:51 [adesa.be] INFO: Skipping item 10721211 url https://www.openlane.eu/en/carv6/auction/10721211
2026-03-26 04:17:51 [adesa.be] INFO: Found listing with ID: 10721278
2026-03-26 04:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721278%27 HTTP/1.1" 200 None
2026-03-26 04:17:51 [adesa.be] INFO: Scrape type for 10721278: 0
2026-03-26 04:17:51 [adesa.be] INFO: Skipping item 10721278 url https://www.openlane.eu/en/carv6/auction/10721278
2026-03-26 04:17:51 [adesa.be] INFO: Found listing with ID: 10721304
2026-03-26 04:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721304%27 HTTP/1.1" 200 None
2026-03-26 04:17:51 [adesa.be] INFO: Scrape type for 10721304: 2
2026-03-26 04:17:51 [adesa.be] INFO: Scraping item 10721304 url https://www.openlane.eu/en/carv6/auction/10721304
2026-03-26 04: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-26 04:17:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 7a7fcc1c-ae10-5f39-b3aa-127d73d70b61 with identifier: 10721213
2026-03-26 04:17:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 7a7fcc1c-ae10-5f39-b3aa-127d73d70b61 with identifier: 10721213
2026-03-26 04:17:51 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 7a7fcc1c-ae10-5f39-b3aa-127d73d70b61 with identifier: 10721213 to the API
2026-03-26 04:17:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721213>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 116,
'expiration_date': '2026-03-26T09:00:00Z',
'fuel_type': 'Diesel',
'id': '7a7fcc1c-ae10-5f39-b3aa-127d73d70b61',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PL6334',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721213',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'A',
'odometer': 60975,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 24800,
'price_includes_vat': True,
'registration_date': '2023-03-30',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Mercedes-Benz A 180d AMG Line - Diesel - Automatic - 116 hp - '
'60.975 km',
'transmission': 'automatic',
'trim': 'AMG Line',
'vin': None,
'year': 2023}
2026-03-26 04:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721213%27 HTTP/1.1" 200 None
2026-03-26 04:17:51 [adesa.be] INFO: Saving data for 10721213: {'auction_closing_time': 1774515600.0, 'created_time': 1774392041.999765, 'last_price_update_time': 1774498671.295909}
2026-03-26 04:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721213') HTTP/1.1" 204 0
2026-03-26 04:17:51 [adesa.be] INFO: Found listing with ID: 10721216
2026-03-26 04:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721216%27 HTTP/1.1" 200 None
2026-03-26 04:17:51 [adesa.be] INFO: Scrape type for 10721216: 2
2026-03-26 04:17:51 [adesa.be] INFO: Scraping item 10721216 url https://www.openlane.eu/en/carv6/auction/10721216
2026-03-26 04:17:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c06a8af-2023-5263-80ba-d21cd4d7ebe1 with identifier: 10721280
2026-03-26 04:17:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c06a8af-2023-5263-80ba-d21cd4d7ebe1 with scrape type 2
2026-03-26 04:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c06a8af-2023-5263-80ba-d21cd4d7ebe1 with scrape type 2
2026-03-26 04:17:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 8c06a8af-2023-5263-80ba-d21cd4d7ebe1, identifier: 10721280
2026-03-26 04:17:51 [adesa.be] INFO: Found listing with ID: 10721230
2026-03-26 04:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721230%27 HTTP/1.1" 200 None
2026-03-26 04:17:51 [adesa.be] INFO: Scrape type for 10721230: 0
2026-03-26 04:17:51 [adesa.be] INFO: Skipping item 10721230 url https://www.openlane.eu/en/carv6/auction/10721230
2026-03-26 04:17:51 [adesa.be] INFO: Found listing with ID: 10721290
2026-03-26 04:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721290%27 HTTP/1.1" 200 None
2026-03-26 04:17:51 [adesa.be] INFO: Scrape type for 10721290: 2
2026-03-26 04:17:51 [adesa.be] INFO: Scraping item 10721290 url https://www.openlane.eu/en/carv6/auction/10721290
2026-03-26 04:17:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 8c06a8af-2023-5263-80ba-d21cd4d7ebe1 with identifier: 10721280
2026-03-26 04:17:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 8c06a8af-2023-5263-80ba-d21cd4d7ebe1 with identifier: 10721280
2026-03-26 04:17:51 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 8c06a8af-2023-5263-80ba-d21cd4d7ebe1 with identifier: 10721280 to the API
2026-03-26 04:17:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721280>
{'auction_title': '',
'c_o_2_emission_value': 32,
'category': 'Hatchback',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 160,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Hybrid',
'id': '8c06a8af-2023-5263-80ba-d21cd4d7ebe1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2AGG362',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721280',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'A',
'odometer': 75511,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 17500,
'price_includes_vat': True,
'registration_date': '2021-03-25',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Mercedes-Benz A 250e Business Solution - Hybrid - Automatic - 160 '
'hp - 75.511 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2021}
2026-03-26 04:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721280%27 HTTP/1.1" 200 None
2026-03-26 04:17:51 [adesa.be] INFO: Saving data for 10721280: {'auction_closing_time': 1774533600.0, 'created_time': 1774392001.710476, 'last_price_update_time': 1774498671.794023}
2026-03-26 04:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721280') HTTP/1.1" 204 0
2026-03-26 04:17:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721282> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:51 [adesa.be] INFO: Found listing with ID: 10721233
2026-03-26 04:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721233%27 HTTP/1.1" 200 None
2026-03-26 04:17:51 [adesa.be] INFO: Scrape type for 10721233: 2
2026-03-26 04:17:51 [adesa.be] INFO: Scraping item 10721233 url https://www.openlane.eu/en/carv6/auction/10721233
2026-03-26 04: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-26 04:17:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721272> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721240> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04: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-26 04:17:51 [adesa.be] INFO: Found listing with ID: 10721281
2026-03-26 04:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721281%27 HTTP/1.1" 200 None
2026-03-26 04:17:51 [adesa.be] INFO: Scrape type for 10721281: 2
2026-03-26 04:17:51 [adesa.be] INFO: Scraping item 10721281 url https://www.openlane.eu/en/carv6/auction/10721281
2026-03-26 04:17:51 [adesa.be] INFO: Found listing with ID: 10721214
2026-03-26 04:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721214%27 HTTP/1.1" 200 None
2026-03-26 04:17:51 [adesa.be] INFO: Scrape type for 10721214: 2
2026-03-26 04:17:51 [adesa.be] INFO: Scraping item 10721214 url https://www.openlane.eu/en/carv6/auction/10721214
2026-03-26 04:17:51 [adesa.be] INFO: Found listing with ID: 10721239
2026-03-26 04:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721239%27 HTTP/1.1" 200 None
2026-03-26 04:17:51 [adesa.be] INFO: Scrape type for 10721239: 0
2026-03-26 04:17:51 [adesa.be] INFO: Skipping item 10721239 url https://www.openlane.eu/en/carv6/auction/10721239
2026-03-26 04:17:51 [adesa.be] INFO: Found listing with ID: 10721270
2026-03-26 04:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721270%27 HTTP/1.1" 200 None
2026-03-26 04:17:51 [adesa.be] INFO: Scrape type for 10721270: 0
2026-03-26 04:17:51 [adesa.be] INFO: Skipping item 10721270 url https://www.openlane.eu/en/carv6/auction/10721270
2026-03-26 04:17:51 [adesa.be] INFO: Found listing with ID: 10721305
2026-03-26 04:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721305%27 HTTP/1.1" 200 None
2026-03-26 04:17:51 [adesa.be] INFO: Scrape type for 10721305: 0
2026-03-26 04:17:51 [adesa.be] INFO: Skipping item 10721305 url https://www.openlane.eu/en/carv6/auction/10721305
2026-03-26 04:17:51 [adesa.be] INFO: Found listing with ID: 10721237
2026-03-26 04:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721237%27 HTTP/1.1" 200 None
2026-03-26 04:17:51 [adesa.be] INFO: Scrape type for 10721237: 0
2026-03-26 04:17:51 [adesa.be] INFO: Skipping item 10721237 url https://www.openlane.eu/en/carv6/auction/10721237
2026-03-26 04:17:51 [adesa.be] INFO: Found listing with ID: 10721284
2026-03-26 04:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721284%27 HTTP/1.1" 200 None
2026-03-26 04:17:51 [adesa.be] INFO: Scrape type for 10721284: 2
2026-03-26 04:17:51 [adesa.be] INFO: Scraping item 10721284 url https://www.openlane.eu/en/carv6/auction/10721284
2026-03-26 04:17:51 [adesa.be] INFO: Found listing with ID: 10721283
2026-03-26 04:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721283%27 HTTP/1.1" 200 None
2026-03-26 04:17:51 [adesa.be] INFO: Scrape type for 10721283: 0
2026-03-26 04:17:51 [adesa.be] INFO: Skipping item 10721283 url https://www.openlane.eu/en/carv6/auction/10721283
2026-03-26 04:17:51 [adesa.be] INFO: Found listing with ID: 10721257
2026-03-26 04:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721257%27 HTTP/1.1" 200 None
2026-03-26 04:17:51 [adesa.be] INFO: Scrape type for 10721257: 2
2026-03-26 04:17:51 [adesa.be] INFO: Scraping item 10721257 url https://www.openlane.eu/en/carv6/auction/10721257
2026-03-26 04:17:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d867caae-88fa-5987-9f31-6cad4991ae32 with identifier: 10721282
2026-03-26 04:17:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d867caae-88fa-5987-9f31-6cad4991ae32 with scrape type 2
2026-03-26 04:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d867caae-88fa-5987-9f31-6cad4991ae32 with scrape type 2
2026-03-26 04:17:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: d867caae-88fa-5987-9f31-6cad4991ae32, identifier: 10721282
2026-03-26 04:17:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 252a2f1d-215a-5c37-b0c5-dce1f75d9825 with identifier: 10721272
2026-03-26 04:17:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 252a2f1d-215a-5c37-b0c5-dce1f75d9825 with scrape type 2
2026-03-26 04:17:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 252a2f1d-215a-5c37-b0c5-dce1f75d9825 with scrape type 2
2026-03-26 04:17:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 252a2f1d-215a-5c37-b0c5-dce1f75d9825, identifier: 10721272
2026-03-26 04:17:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebd9644f-492d-588d-a93c-87b92c5e2704 with identifier: 10721240
2026-03-26 04:17:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebd9644f-492d-588d-a93c-87b92c5e2704 with scrape type 2
2026-03-26 04:17:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ebd9644f-492d-588d-a93c-87b92c5e2704 with scrape type 2
2026-03-26 04:17:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: ebd9644f-492d-588d-a93c-87b92c5e2704, identifier: 10721240
2026-03-26 04:17:52 [adesa.be] INFO: Found listing with ID: 10721288
2026-03-26 04:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721288%27 HTTP/1.1" 200 None
2026-03-26 04:17:52 [adesa.be] INFO: Scrape type for 10721288: 0
2026-03-26 04:17:52 [adesa.be] INFO: Skipping item 10721288 url https://www.openlane.eu/en/carv6/auction/10721288
2026-03-26 04:17:52 [adesa.be] INFO: Found listing with ID: 10721202
2026-03-26 04:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721202%27 HTTP/1.1" 200 None
2026-03-26 04:17:52 [adesa.be] INFO: Scrape type for 10721202: 2
2026-03-26 04:17:52 [adesa.be] INFO: Scraping item 10721202 url https://www.openlane.eu/en/carv6/auction/10721202
2026-03-26 04:17:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: d867caae-88fa-5987-9f31-6cad4991ae32 with identifier: 10721282
2026-03-26 04:17:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: d867caae-88fa-5987-9f31-6cad4991ae32 with identifier: 10721282
2026-03-26 04:17:52 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: d867caae-88fa-5987-9f31-6cad4991ae32 with identifier: 10721282 to the API
2026-03-26 04:17:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721282>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 116,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Diesel',
'id': 'd867caae-88fa-5987-9f31-6cad4991ae32',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2AWN542',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721282',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'A',
'odometer': 32064,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 17000,
'price_includes_vat': True,
'registration_date': '2021-08-17',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Mercedes-Benz A 180d Business Solution - Diesel - Automatic - 116 '
'hp - 32.064 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2021}
2026-03-26 04:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721282%27 HTTP/1.1" 200 None
2026-03-26 04:17:52 [adesa.be] INFO: Saving data for 10721282: {'auction_closing_time': 1774533600.0, 'created_time': 1774391992.317798, 'last_price_update_time': 1774498672.574984}
2026-03-26 04:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721282') HTTP/1.1" 204 0
2026-03-26 04:17:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 252a2f1d-215a-5c37-b0c5-dce1f75d9825 with identifier: 10721272
2026-03-26 04:17:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 252a2f1d-215a-5c37-b0c5-dce1f75d9825 with identifier: 10721272
2026-03-26 04:17:52 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 252a2f1d-215a-5c37-b0c5-dce1f75d9825 with identifier: 10721272 to the API
2026-03-26 04:17:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721272>
{'auction_title': '',
'c_o_2_emission_value': 32,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 160,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Hybrid',
'id': '252a2f1d-215a-5c37-b0c5-dce1f75d9825',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BRF594',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721272',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'A',
'odometer': 71513,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 19600,
'price_includes_vat': True,
'registration_date': '2022-02-23',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Mercedes-Benz A 250e Business Solution - Hybrid - Automatic - 160 '
'hp - 71.513 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2022}
2026-03-26 04:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721272%27 HTTP/1.1" 200 None
2026-03-26 04:17:52 [adesa.be] INFO: Saving data for 10721272: {'auction_closing_time': 1774533600.0, 'created_time': 1774391998.440981, 'last_price_update_time': 1774498672.944924}
2026-03-26 04:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721272') HTTP/1.1" 204 0
2026-03-26 04:17:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: ebd9644f-492d-588d-a93c-87b92c5e2704 with identifier: 10721240
2026-03-26 04:17:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: ebd9644f-492d-588d-a93c-87b92c5e2704 with identifier: 10721240
2026-03-26 04:17:53 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: ebd9644f-492d-588d-a93c-87b92c5e2704 with identifier: 10721240 to the API
2026-03-26 04:17:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721240>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': 'MPV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 136,
'expiration_date': '2026-03-26T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'ebd9644f-492d-588d-a93c-87b92c5e2704',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2ADA853',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721240',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'B',
'odometer': 64913,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 16800,
'price_includes_vat': True,
'registration_date': '2021-02-24',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Mercedes-Benz B 180 Business Solution - Petrol - Automatic - 136 hp '
'- 64.913 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2021}
2026-03-26 04:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721240%27 HTTP/1.1" 200 None
2026-03-26 04:17:53 [adesa.be] INFO: Saving data for 10721240: {'auction_closing_time': 1774515600.0, 'created_time': 1774391993.134941, 'last_price_update_time': 1774498673.217055}
2026-03-26 04:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721240') HTTP/1.1" 204 0
2026-03-26 04:17:53 [adesa.be] INFO: Found listing with ID: 10721298
2026-03-26 04:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721298%27 HTTP/1.1" 200 None
2026-03-26 04:17:53 [adesa.be] INFO: Scrape type for 10721298: 0
2026-03-26 04:17:53 [adesa.be] INFO: Skipping item 10721298 url https://www.openlane.eu/en/carv6/auction/10721298
2026-03-26 04:17:53 [adesa.be] INFO: Found listing with ID: 10721219
2026-03-26 04:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721219%27 HTTP/1.1" 200 None
2026-03-26 04:17:53 [adesa.be] INFO: Scrape type for 10721219: 2
2026-03-26 04:17:53 [adesa.be] INFO: Scraping item 10721219 url https://www.openlane.eu/en/carv6/auction/10721219
2026-03-26 04:17:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721264> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04:17:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721273> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721245> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:53 [adesa.be] INFO: Found listing with ID: 10721276
2026-03-26 04:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721276%27 HTTP/1.1" 200 None
2026-03-26 04:17:53 [adesa.be] INFO: Scrape type for 10721276: 0
2026-03-26 04:17:53 [adesa.be] INFO: Skipping item 10721276 url https://www.openlane.eu/en/carv6/auction/10721276
2026-03-26 04:17:53 [adesa.be] INFO: Found listing with ID: 10721206
2026-03-26 04:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721206%27 HTTP/1.1" 200 None
2026-03-26 04:17:53 [adesa.be] INFO: Scrape type for 10721206: 0
2026-03-26 04:17:53 [adesa.be] INFO: Skipping item 10721206 url https://www.openlane.eu/en/carv6/auction/10721206
2026-03-26 04:17:53 [adesa.be] INFO: Found listing with ID: 10721289
2026-03-26 04:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721289%27 HTTP/1.1" 200 None
2026-03-26 04:17:53 [adesa.be] INFO: Scrape type for 10721289: 0
2026-03-26 04:17:53 [adesa.be] INFO: Skipping item 10721289 url https://www.openlane.eu/en/carv6/auction/10721289
2026-03-26 04:17:53 [adesa.be] INFO: Found listing with ID: 10721296
2026-03-26 04:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721296%27 HTTP/1.1" 200 None
2026-03-26 04:17:53 [adesa.be] INFO: Scrape type for 10721296: 0
2026-03-26 04:17:53 [adesa.be] INFO: Skipping item 10721296 url https://www.openlane.eu/en/carv6/auction/10721296
2026-03-26 04:17:53 [adesa.be] INFO: Found listing with ID: 10721313
2026-03-26 04:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721313%27 HTTP/1.1" 200 None
2026-03-26 04:17:53 [adesa.be] INFO: Scrape type for 10721313: 0
2026-03-26 04:17:53 [adesa.be] INFO: Skipping item 10721313 url https://www.openlane.eu/en/carv6/auction/10721313
2026-03-26 04:17:53 [adesa.be] INFO: Found listing with ID: 10721231
2026-03-26 04:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721231%27 HTTP/1.1" 200 None
2026-03-26 04:17:53 [adesa.be] INFO: Scrape type for 10721231: 0
2026-03-26 04:17:53 [adesa.be] INFO: Skipping item 10721231 url https://www.openlane.eu/en/carv6/auction/10721231
2026-03-26 04:17:53 [adesa.be] INFO: Found listing with ID: 10721217
2026-03-26 04:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721217%27 HTTP/1.1" 200 None
2026-03-26 04:17:53 [adesa.be] INFO: Scrape type for 10721217: 0
2026-03-26 04:17:53 [adesa.be] INFO: Skipping item 10721217 url https://www.openlane.eu/en/carv6/auction/10721217
2026-03-26 04:17:53 [adesa.be] INFO: Found listing with ID: 10721262
2026-03-26 04:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721262%27 HTTP/1.1" 200 None
2026-03-26 04:17:53 [adesa.be] INFO: Scrape type for 10721262: 0
2026-03-26 04:17:53 [adesa.be] INFO: Skipping item 10721262 url https://www.openlane.eu/en/carv6/auction/10721262
2026-03-26 04:17:53 [adesa.be] INFO: Found listing with ID: 10717554
2026-03-26 04:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717554%27 HTTP/1.1" 200 None
2026-03-26 04:17:53 [adesa.be] INFO: Scrape type for 10717554: 0
2026-03-26 04:17:53 [adesa.be] INFO: Skipping item 10717554 url https://www.openlane.eu/en/carv6/auction/10717554
2026-03-26 04:17:53 [adesa.be] INFO: Found listing with ID: 10717556
2026-03-26 04:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717556%27 HTTP/1.1" 200 None
2026-03-26 04:17:53 [adesa.be] INFO: Scrape type for 10717556: 0
2026-03-26 04:17:53 [adesa.be] INFO: Skipping item 10717556 url https://www.openlane.eu/en/carv6/auction/10717556
2026-03-26 04:17:53 [adesa.be] INFO: Found listing with ID: 10717537
2026-03-26 04:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717537%27 HTTP/1.1" 200 None
2026-03-26 04:17:53 [adesa.be] INFO: Scrape type for 10717537: 0
2026-03-26 04:17:53 [adesa.be] INFO: Skipping item 10717537 url https://www.openlane.eu/en/carv6/auction/10717537
2026-03-26 04:17:53 [adesa.be] INFO: Found listing with ID: 10718325
2026-03-26 04:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718325%27 HTTP/1.1" 200 None
2026-03-26 04:17:53 [adesa.be] INFO: Scrape type for 10718325: 0
2026-03-26 04:17:53 [adesa.be] INFO: Skipping item 10718325 url https://www.openlane.eu/en/carv6/auction/10718325
2026-03-26 04:17:53 [adesa.be] INFO: Found listing with ID: 10718911
2026-03-26 04:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718911%27 HTTP/1.1" 200 None
2026-03-26 04:17:53 [adesa.be] INFO: Scrape type for 10718911: 0
2026-03-26 04:17:53 [adesa.be] INFO: Skipping item 10718911 url https://www.openlane.eu/en/carv6/auction/10718911
2026-03-26 04:17:53 [adesa.be] INFO: Found listing with ID: 10717560
2026-03-26 04:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717560%27 HTTP/1.1" 200 None
2026-03-26 04:17:53 [adesa.be] INFO: Scrape type for 10717560: 0
2026-03-26 04:17:53 [adesa.be] INFO: Skipping item 10717560 url https://www.openlane.eu/en/carv6/auction/10717560
2026-03-26 04:17:53 [adesa.be] INFO: Found listing with ID: 10717534
2026-03-26 04:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717534%27 HTTP/1.1" 200 None
2026-03-26 04:17:53 [adesa.be] INFO: Scrape type for 10717534: 0
2026-03-26 04:17:53 [adesa.be] INFO: Skipping item 10717534 url https://www.openlane.eu/en/carv6/auction/10717534
2026-03-26 04:17:53 [adesa.be] INFO: Found listing with ID: 10717540
2026-03-26 04:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717540%27 HTTP/1.1" 200 None
2026-03-26 04:17:53 [adesa.be] INFO: Scrape type for 10717540: 0
2026-03-26 04:17:53 [adesa.be] INFO: Skipping item 10717540 url https://www.openlane.eu/en/carv6/auction/10717540
2026-03-26 04:17:53 [adesa.be] INFO: Found listing with ID: 10717533
2026-03-26 04:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717533%27 HTTP/1.1" 200 None
2026-03-26 04:17:53 [adesa.be] INFO: Scrape type for 10717533: 0
2026-03-26 04:17:53 [adesa.be] INFO: Skipping item 10717533 url https://www.openlane.eu/en/carv6/auction/10717533
2026-03-26 04:17:53 [adesa.be] INFO: Found listing with ID: 10717544
2026-03-26 04:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717544%27 HTTP/1.1" 200 None
2026-03-26 04:17:53 [adesa.be] INFO: Scrape type for 10717544: 0
2026-03-26 04:17:53 [adesa.be] INFO: Skipping item 10717544 url https://www.openlane.eu/en/carv6/auction/10717544
2026-03-26 04:17:53 [adesa.be] INFO: Found listing with ID: 10717531
2026-03-26 04:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717531%27 HTTP/1.1" 200 None
2026-03-26 04:17:53 [adesa.be] INFO: Scrape type for 10717531: 0
2026-03-26 04:17:53 [adesa.be] INFO: Skipping item 10717531 url https://www.openlane.eu/en/carv6/auction/10717531
2026-03-26 04:17:53 [adesa.be] INFO: Found listing with ID: 10724909
2026-03-26 04:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724909%27 HTTP/1.1" 200 None
2026-03-26 04:17:53 [adesa.be] INFO: Scrape type for 10724909: 0
2026-03-26 04:17:53 [adesa.be] INFO: Skipping item 10724909 url https://www.openlane.eu/en/carv6/auction/10724909
2026-03-26 04:17:53 [adesa.be] INFO: Found listing with ID: 10717541
2026-03-26 04:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717541%27 HTTP/1.1" 200 None
2026-03-26 04:17:53 [adesa.be] INFO: Scrape type for 10717541: 0
2026-03-26 04:17:53 [adesa.be] INFO: Skipping item 10717541 url https://www.openlane.eu/en/carv6/auction/10717541
2026-03-26 04:17:53 [adesa.be] INFO: Found listing with ID: 10717543
2026-03-26 04:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717543%27 HTTP/1.1" 200 None
2026-03-26 04:17:53 [adesa.be] INFO: Scrape type for 10717543: 0
2026-03-26 04:17:53 [adesa.be] INFO: Skipping item 10717543 url https://www.openlane.eu/en/carv6/auction/10717543
2026-03-26 04:17:53 [adesa.be] INFO: Found listing with ID: 10717538
2026-03-26 04:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717538%27 HTTP/1.1" 200 None
2026-03-26 04:17:53 [adesa.be] INFO: Scrape type for 10717538: 0
2026-03-26 04:17:53 [adesa.be] INFO: Skipping item 10717538 url https://www.openlane.eu/en/carv6/auction/10717538
2026-03-26 04:17:53 [adesa.be] INFO: Found listing with ID: 10717555
2026-03-26 04:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717555%27 HTTP/1.1" 200 None
2026-03-26 04:17:53 [adesa.be] INFO: Scrape type for 10717555: 0
2026-03-26 04:17:53 [adesa.be] INFO: Skipping item 10717555 url https://www.openlane.eu/en/carv6/auction/10717555
2026-03-26 04:17:53 [adesa.be] INFO: Found listing with ID: 10717542
2026-03-26 04:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717542%27 HTTP/1.1" 200 None
2026-03-26 04:17:53 [adesa.be] INFO: Scrape type for 10717542: 0
2026-03-26 04:17:53 [adesa.be] INFO: Skipping item 10717542 url https://www.openlane.eu/en/carv6/auction/10717542
2026-03-26 04:17:53 [adesa.be] INFO: Found listing with ID: 10717552
2026-03-26 04:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717552%27 HTTP/1.1" 200 None
2026-03-26 04:17:53 [adesa.be] INFO: Scrape type for 10717552: 0
2026-03-26 04:17:53 [adesa.be] INFO: Skipping item 10717552 url https://www.openlane.eu/en/carv6/auction/10717552
2026-03-26 04:17:53 [adesa.be] INFO: Found listing with ID: 10717546
2026-03-26 04:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717546%27 HTTP/1.1" 200 None
2026-03-26 04:17:53 [adesa.be] INFO: Scrape type for 10717546: 0
2026-03-26 04:17:53 [adesa.be] INFO: Skipping item 10717546 url https://www.openlane.eu/en/carv6/auction/10717546
2026-03-26 04:17:53 [adesa.be] INFO: Found listing with ID: 10717563
2026-03-26 04:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717563%27 HTTP/1.1" 200 None
2026-03-26 04:17:53 [adesa.be] INFO: Scrape type for 10717563: 0
2026-03-26 04:17:53 [adesa.be] INFO: Skipping item 10717563 url https://www.openlane.eu/en/carv6/auction/10717563
2026-03-26 04:17:53 [adesa.be] INFO: Found listing with ID: 10717561
2026-03-26 04:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717561%27 HTTP/1.1" 200 None
2026-03-26 04:17:53 [adesa.be] INFO: Scrape type for 10717561: 0
2026-03-26 04:17:53 [adesa.be] INFO: Skipping item 10717561 url https://www.openlane.eu/en/carv6/auction/10717561
2026-03-26 04: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-26 04: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-26 04:17:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aca2cc74-18ab-5fe0-80cf-7a509ecfe680 with identifier: 10721264
2026-03-26 04:17:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aca2cc74-18ab-5fe0-80cf-7a509ecfe680 with scrape type 2
2026-03-26 04:17:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aca2cc74-18ab-5fe0-80cf-7a509ecfe680 with scrape type 2
2026-03-26 04:17:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: aca2cc74-18ab-5fe0-80cf-7a509ecfe680, identifier: 10721264
2026-03-26 04:17:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8b276a0-450a-5735-bcc8-6016f62eb282 with identifier: 10721273
2026-03-26 04:17:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8b276a0-450a-5735-bcc8-6016f62eb282 with scrape type 2
2026-03-26 04:17:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8b276a0-450a-5735-bcc8-6016f62eb282 with scrape type 2
2026-03-26 04:17:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: e8b276a0-450a-5735-bcc8-6016f62eb282, identifier: 10721273
2026-03-26 04:17:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f694b68-0cae-532b-b02d-485b272105d9 with identifier: 10721245
2026-03-26 04:17:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f694b68-0cae-532b-b02d-485b272105d9 with scrape type 2
2026-03-26 04:17:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f694b68-0cae-532b-b02d-485b272105d9 with scrape type 2
2026-03-26 04:17:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 6f694b68-0cae-532b-b02d-485b272105d9, identifier: 10721245
2026-03-26 04:17:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: aca2cc74-18ab-5fe0-80cf-7a509ecfe680 with identifier: 10721264
2026-03-26 04:17:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: aca2cc74-18ab-5fe0-80cf-7a509ecfe680 with identifier: 10721264
2026-03-26 04:17:54 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: aca2cc74-18ab-5fe0-80cf-7a509ecfe680 with identifier: 10721264 to the API
2026-03-26 04:17:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721264>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': 'Saloon',
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 200,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Diesel',
'id': 'aca2cc74-18ab-5fe0-80cf-7a509ecfe680',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'TX8809',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721264',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'C',
'odometer': 116396,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 29600,
'price_includes_vat': True,
'registration_date': '2022-06-09',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Mercedes-Benz C 220d AMG Line - Diesel - Automatic - 200 hp - '
'116.396 km',
'transmission': 'automatic',
'trim': 'AMG Line',
'vin': None,
'year': 2022}
2026-03-26 04:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721264%27 HTTP/1.1" 200 None
2026-03-26 04:17:54 [adesa.be] INFO: Saving data for 10721264: {'auction_closing_time': 1774533600.0, 'created_time': 1774391995.075276, 'last_price_update_time': 1774498674.339344}
2026-03-26 04:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721264') HTTP/1.1" 204 0
2026-03-26 04:17:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: e8b276a0-450a-5735-bcc8-6016f62eb282 with identifier: 10721273
2026-03-26 04:17:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: e8b276a0-450a-5735-bcc8-6016f62eb282 with identifier: 10721273
2026-03-26 04:17:54 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: e8b276a0-450a-5735-bcc8-6016f62eb282 with identifier: 10721273 to the API
2026-03-26 04:17:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721273>
{'auction_title': '',
'c_o_2_emission_value': 35,
'category': 'Saloon',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 194,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Diesel',
'id': 'e8b276a0-450a-5735-bcc8-6016f62eb282',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2AHQ458',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721273',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'C',
'odometer': 105079,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 15500,
'price_includes_vat': True,
'registration_date': '2021-04-07',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Mercedes-Benz C 300de Business - Diesel - Automatic - 194 hp - '
'105.079 km',
'transmission': 'automatic',
'trim': 'Business',
'vin': None,
'year': 2021}
2026-03-26 04:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721273%27 HTTP/1.1" 200 None
2026-03-26 04:17:54 [adesa.be] INFO: Saving data for 10721273: {'auction_closing_time': 1774533600.0, 'created_time': 1774391994.117415, 'last_price_update_time': 1774498674.715033}
2026-03-26 04:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721273') HTTP/1.1" 204 0
2026-03-26 04:17:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 6f694b68-0cae-532b-b02d-485b272105d9 with identifier: 10721245
2026-03-26 04:17:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 6f694b68-0cae-532b-b02d-485b272105d9 with identifier: 10721245
2026-03-26 04:17:54 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 6f694b68-0cae-532b-b02d-485b272105d9 with identifier: 10721245 to the API
2026-03-26 04:17:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721245>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': 'Compact',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 67,
'expiration_date': '2026-03-26T09:00:00Z',
'fuel_type': 'Petrol',
'id': '6f694b68-0cae-532b-b02d-485b272105d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YJX724',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721245',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Kia',
'model': 'Picanto',
'odometer': 57791,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 6700,
'price_includes_vat': True,
'registration_date': '2020-09-16',
'seats_number': 4,
'seller_name': 'ARVAL Belgium',
'title': 'Kia Picanto 1.0 - Petrol - Manual - 67 hp - 57.791 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2020}
2026-03-26 04:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721245%27 HTTP/1.1" 200 None
2026-03-26 04:17:54 [adesa.be] INFO: Saving data for 10721245: {'auction_closing_time': 1774515600.0, 'created_time': 1774392024.840729, 'last_price_update_time': 1774498674.980845}
2026-03-26 04:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721245') HTTP/1.1" 204 0
2026-03-26 04:17:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721224> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721263> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04: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-26 04:17:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721250> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04:17:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 422b323e-c875-5c4f-ac02-3e0c62ee11ea with identifier: 10721224
2026-03-26 04:17:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 422b323e-c875-5c4f-ac02-3e0c62ee11ea with scrape type 2
2026-03-26 04:17:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 422b323e-c875-5c4f-ac02-3e0c62ee11ea with scrape type 2
2026-03-26 04:17:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 422b323e-c875-5c4f-ac02-3e0c62ee11ea, identifier: 10721224
2026-03-26 04:17:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 925b06f8-f6f5-52b7-9a60-d1a1b5d0d6b6 with identifier: 10721263
2026-03-26 04:17:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 925b06f8-f6f5-52b7-9a60-d1a1b5d0d6b6 with scrape type 2
2026-03-26 04:17:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 925b06f8-f6f5-52b7-9a60-d1a1b5d0d6b6 with scrape type 2
2026-03-26 04:17:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 925b06f8-f6f5-52b7-9a60-d1a1b5d0d6b6, identifier: 10721263
2026-03-26 04:17:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 422b323e-c875-5c4f-ac02-3e0c62ee11ea with identifier: 10721224
2026-03-26 04:17:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 422b323e-c875-5c4f-ac02-3e0c62ee11ea with identifier: 10721224
2026-03-26 04:17:55 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 422b323e-c875-5c4f-ac02-3e0c62ee11ea with identifier: 10721224 to the API
2026-03-26 04:17:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721224>
{'auction_title': '',
'c_o_2_emission_value': 156,
'category': 'Light truck',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 95,
'expiration_date': '2026-03-26T09:00:00Z',
'fuel_type': 'Diesel',
'id': '422b323e-c875-5c4f-ac02-3e0c62ee11ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1XKB971',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721224',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'Citan',
'odometer': 147465,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 7800,
'price_includes_vat': True,
'registration_date': '2020-01-22',
'seats_number': 2,
'seller_name': 'ARVAL Belgium',
'title': 'Mercedes-Benz Citan 109 CDI - Diesel - Manual - 95 hp - 147.465 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2020}
2026-03-26 04:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721224%27 HTTP/1.1" 200 None
2026-03-26 04:17:55 [adesa.be] INFO: Saving data for 10721224: {'auction_closing_time': 1774515600.0, 'created_time': 1774392004.030321, 'last_price_update_time': 1774498675.529827}
2026-03-26 04:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721224') HTTP/1.1" 204 0
2026-03-26 04:17:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 925b06f8-f6f5-52b7-9a60-d1a1b5d0d6b6 with identifier: 10721263
2026-03-26 04:17:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 925b06f8-f6f5-52b7-9a60-d1a1b5d0d6b6 with identifier: 10721263
2026-03-26 04:17:55 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 925b06f8-f6f5-52b7-9a60-d1a1b5d0d6b6 with identifier: 10721263 to the API
2026-03-26 04:17:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721263>
{'auction_title': '',
'c_o_2_emission_value': 190,
'category': 'Cabrio car',
'color': 'Black',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 258,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Petrol',
'id': '925b06f8-f6f5-52b7-9a60-d1a1b5d0d6b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YPP115',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721263',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'E',
'odometer': 31395,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 34800,
'price_includes_vat': True,
'registration_date': '2020-10-28',
'seats_number': 4,
'seller_name': 'ARVAL Belgium',
'title': 'Mercedes-Benz E 300 - Petrol - Automatic - 258 hp - 31.395 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2020}
2026-03-26 04:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721263%27 HTTP/1.1" 200 None
2026-03-26 04:17:55 [adesa.be] INFO: Saving data for 10721263: {'auction_closing_time': 1774533600.0, 'created_time': 1774392003.056475, 'last_price_update_time': 1774498675.793649}
2026-03-26 04:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721263') HTTP/1.1" 204 0
2026-03-26 04:17:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd3310b6-65a7-5d5f-a4c1-46b8d5391ed0 with identifier: 10721250
2026-03-26 04:17:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd3310b6-65a7-5d5f-a4c1-46b8d5391ed0 with scrape type 2
2026-03-26 04:17:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd3310b6-65a7-5d5f-a4c1-46b8d5391ed0 with scrape type 2
2026-03-26 04:17:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: bd3310b6-65a7-5d5f-a4c1-46b8d5391ed0, identifier: 10721250
2026-03-26 04:17:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: bd3310b6-65a7-5d5f-a4c1-46b8d5391ed0 with identifier: 10721250
2026-03-26 04:17:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: bd3310b6-65a7-5d5f-a4c1-46b8d5391ed0 with identifier: 10721250
2026-03-26 04:17:56 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: bd3310b6-65a7-5d5f-a4c1-46b8d5391ed0 with identifier: 10721250 to the API
2026-03-26 04:17:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721250>
{'auction_title': '',
'c_o_2_emission_value': 36,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 194,
'expiration_date': '2026-03-26T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'bd3310b6-65a7-5d5f-a4c1-46b8d5391ed0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YXD777',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721250',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'E',
'odometer': 151114,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 23800,
'price_includes_vat': True,
'registration_date': '2021-01-19',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Mercedes-Benz E Break 300de Business Solution - Diesel - Automatic '
'- 194 hp - 151.114 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2021}
2026-03-26 04:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721250%27 HTTP/1.1" 200 None
2026-03-26 04:17:56 [adesa.be] INFO: Saving data for 10721250: {'auction_closing_time': 1774515600.0, 'created_time': 1774391995.399113, 'last_price_update_time': 1774498676.183711}
2026-03-26 04:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721250') HTTP/1.1" 204 0
2026-03-26 04:17:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721268> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2de91da-1c62-5fb3-b81f-c44233e1b057 with identifier: 10721268
2026-03-26 04:17:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2de91da-1c62-5fb3-b81f-c44233e1b057 with scrape type 2
2026-03-26 04:17:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2de91da-1c62-5fb3-b81f-c44233e1b057 with scrape type 2
2026-03-26 04:17:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: b2de91da-1c62-5fb3-b81f-c44233e1b057, identifier: 10721268
2026-03-26 04:17:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: b2de91da-1c62-5fb3-b81f-c44233e1b057 with identifier: 10721268
2026-03-26 04:17:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: b2de91da-1c62-5fb3-b81f-c44233e1b057 with identifier: 10721268
2026-03-26 04:17:56 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: b2de91da-1c62-5fb3-b81f-c44233e1b057 with identifier: 10721268 to the API
2026-03-26 04:17:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721268>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 116,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Diesel',
'id': 'b2de91da-1c62-5fb3-b81f-c44233e1b057',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'PL6350',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721268',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'A',
'odometer': 60317,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 22700,
'price_includes_vat': True,
'registration_date': '2023-04-13',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Mercedes-Benz A 180d Business Line - Diesel - Automatic - 116 hp - '
'60.317 km',
'transmission': 'automatic',
'trim': 'Business Line',
'vin': None,
'year': 2023}
2026-03-26 04:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721268%27 HTTP/1.1" 200 None
2026-03-26 04:17:56 [adesa.be] INFO: Saving data for 10721268: {'auction_closing_time': 1774533600.0, 'created_time': 1774392000.681253, 'last_price_update_time': 1774498676.739272}
2026-03-26 04:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721268') HTTP/1.1" 204 0
2026-03-26 04:17:56 [scrapy_zyte_api.handler] DEBUG: Got Zyte API error (status=421, type='/website/connection-error', request_id='6aa0285c7ffca059572dc29ca712c61b') while processing URL (https://www.openlane.eu/en/carv6/auction/10721242): 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-26 04:17:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:56 [scrapy.core.scraper] ERROR: Error downloading <GET https://www.openlane.eu/en/carv6/auction/10721242>
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': 'Thu, 26 Mar 2026 04:17:56 GMT', 'Content-Type': 'application/problem+json', 'Content-Length': '277', 'Connection': 'keep-alive', 'Request-Id': '6aa0285c7ffca059572dc29ca712c61b', '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=6aa0285c7ffca059572dc29ca712c61b
2026-03-26 04:17:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721311> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04:17:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721232> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04:17:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a31cea0-6891-5873-a1d8-649f8bcda316 with identifier: 10721311
2026-03-26 04:17:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a31cea0-6891-5873-a1d8-649f8bcda316 with scrape type 2
2026-03-26 04:17:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a31cea0-6891-5873-a1d8-649f8bcda316 with scrape type 2
2026-03-26 04:17:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 1a31cea0-6891-5873-a1d8-649f8bcda316, identifier: 10721311
2026-03-26 04:17:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 1a31cea0-6891-5873-a1d8-649f8bcda316 with identifier: 10721311
2026-03-26 04:17:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 1a31cea0-6891-5873-a1d8-649f8bcda316 with identifier: 10721311
2026-03-26 04:17:57 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 1a31cea0-6891-5873-a1d8-649f8bcda316 with identifier: 10721311 to the API
2026-03-26 04:17:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721311>
{'auction_title': '',
'c_o_2_emission_value': 101,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Diesel',
'id': '1a31cea0-6891-5873-a1d8-649f8bcda316',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YGS338',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721311',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '3008',
'odometer': 185555,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 10100,
'price_includes_vat': True,
'registration_date': '2020-08-26',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Peugeot 3008 1.5 HDI GT Line - Diesel - Automatic - 130 hp - '
'185.555 km',
'transmission': 'automatic',
'trim': 'GT Line',
'vin': None,
'year': 2020}
2026-03-26 04:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721311%27 HTTP/1.1" 200 None
2026-03-26 04:17:57 [adesa.be] INFO: Saving data for 10721311: {'auction_closing_time': 1774533600.0, 'created_time': 1774391958.945558, 'last_price_update_time': 1774498677.568093}
2026-03-26 04:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721311') HTTP/1.1" 204 0
2026-03-26 04:17:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 033903f5-6235-5931-b2d6-cf7dd801bedf with identifier: 10721232
2026-03-26 04:17:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 033903f5-6235-5931-b2d6-cf7dd801bedf with scrape type 2
2026-03-26 04:17:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 033903f5-6235-5931-b2d6-cf7dd801bedf with scrape type 2
2026-03-26 04:17:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 033903f5-6235-5931-b2d6-cf7dd801bedf, identifier: 10721232
2026-03-26 04:17:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 033903f5-6235-5931-b2d6-cf7dd801bedf with identifier: 10721232
2026-03-26 04:17:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 033903f5-6235-5931-b2d6-cf7dd801bedf with identifier: 10721232
2026-03-26 04:17:57 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 033903f5-6235-5931-b2d6-cf7dd801bedf with identifier: 10721232 to the API
2026-03-26 04:17:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721232>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': 'MPV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-26T09:00:00Z',
'fuel_type': 'Diesel',
'id': '033903f5-6235-5931-b2d6-cf7dd801bedf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YXN004',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721232',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '5008',
'odometer': 85660,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 16400,
'price_includes_vat': True,
'registration_date': '2021-01-22',
'seats_number': 7,
'seller_name': 'ARVAL Belgium',
'title': 'Peugeot 5008 1.5 HDI GT - Diesel - Automatic - 130 hp - 85.660 km',
'transmission': 'automatic',
'trim': 'GT',
'vin': None,
'year': 2021}
2026-03-26 04:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721232%27 HTTP/1.1" 200 None
2026-03-26 04:17:57 [adesa.be] INFO: Saving data for 10721232: {'auction_closing_time': 1774515600.0, 'created_time': 1774390727.801777, 'last_price_update_time': 1774498677.944742}
2026-03-26 04:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721232') HTTP/1.1" 204 0
2026-03-26 04:17:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721290> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04:17:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721216> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04:17:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab792bd1-f739-5ed8-99c2-9fa2fcd47136 with identifier: 10721290
2026-03-26 04:17:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab792bd1-f739-5ed8-99c2-9fa2fcd47136 with scrape type 2
2026-03-26 04:17:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab792bd1-f739-5ed8-99c2-9fa2fcd47136 with scrape type 2
2026-03-26 04:17:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: ab792bd1-f739-5ed8-99c2-9fa2fcd47136, identifier: 10721290
2026-03-26 04:17:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: ab792bd1-f739-5ed8-99c2-9fa2fcd47136 with identifier: 10721290
2026-03-26 04:17:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: ab792bd1-f739-5ed8-99c2-9fa2fcd47136 with identifier: 10721290
2026-03-26 04:17:58 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: ab792bd1-f739-5ed8-99c2-9fa2fcd47136 with identifier: 10721290 to the API
2026-03-26 04:17:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721290>
{'auction_title': '',
'c_o_2_emission_value': 188,
'category': 'Light truck',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 131,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Diesel',
'id': 'ab792bd1-f739-5ed8-99c2-9fa2fcd47136',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CCD336',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721290',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Renault',
'model': 'Trafic',
'odometer': 30457,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 15400,
'price_includes_vat': True,
'registration_date': '2022-05-31',
'seats_number': 3,
'seller_name': 'ARVAL Belgium',
'title': 'Renault Trafic L1H1 2.0 DCI Comfort - Diesel - Manual - 131 hp - '
'30.457 km',
'transmission': 'manual',
'trim': 'Comfort',
'vin': None,
'year': 2022}
2026-03-26 04:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721290%27 HTTP/1.1" 200 None
2026-03-26 04:17:58 [adesa.be] INFO: Saving data for 10721290: {'auction_closing_time': 1774533600.0, 'created_time': 1774390748.380607, 'last_price_update_time': 1774498678.417665}
2026-03-26 04:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721290') HTTP/1.1" 204 0
2026-03-26 04:17:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc399aa3-3938-5260-ab2e-c0044b732201 with identifier: 10721216
2026-03-26 04:17:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc399aa3-3938-5260-ab2e-c0044b732201 with scrape type 2
2026-03-26 04:17:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc399aa3-3938-5260-ab2e-c0044b732201 with scrape type 2
2026-03-26 04:17:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: fc399aa3-3938-5260-ab2e-c0044b732201, identifier: 10721216
2026-03-26 04:17:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: fc399aa3-3938-5260-ab2e-c0044b732201 with identifier: 10721216
2026-03-26 04:17:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: fc399aa3-3938-5260-ab2e-c0044b732201 with identifier: 10721216
2026-03-26 04:17:58 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: fc399aa3-3938-5260-ab2e-c0044b732201 with identifier: 10721216 to the API
2026-03-26 04:17:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721216>
{'auction_title': '',
'c_o_2_emission_value': 141,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 95,
'expiration_date': '2026-03-26T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'fc399aa3-3938-5260-ab2e-c0044b732201',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'UE7738',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721216',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Renault',
'model': 'Express',
'odometer': 9542,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 12600,
'price_includes_vat': True,
'registration_date': '2023-10-30',
'seats_number': 2,
'seller_name': 'ARVAL Belgium',
'title': 'Renault Express 1.5 dCi Comfort - Diesel - Manual - 95 hp - 9.542 '
'km',
'transmission': 'manual',
'trim': 'Comfort',
'vin': None,
'year': 2023}
2026-03-26 04:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721216%27 HTTP/1.1" 200 None
2026-03-26 04:17:58 [adesa.be] INFO: Saving data for 10721216: {'auction_closing_time': 1774515600.0, 'created_time': 1774390742.194239, 'last_price_update_time': 1774498678.770537}
2026-03-26 04:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721216') HTTP/1.1" 204 0
2026-03-26 04:17:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721233> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721202> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:17:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:17:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39e984aa-4e5e-589e-bf73-9f8d516444ec with identifier: 10721233
2026-03-26 04:17:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39e984aa-4e5e-589e-bf73-9f8d516444ec with scrape type 2
2026-03-26 04:17:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39e984aa-4e5e-589e-bf73-9f8d516444ec with scrape type 2
2026-03-26 04:17:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 39e984aa-4e5e-589e-bf73-9f8d516444ec, identifier: 10721233
2026-03-26 04:17:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 39e984aa-4e5e-589e-bf73-9f8d516444ec with identifier: 10721233
2026-03-26 04:17:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 39e984aa-4e5e-589e-bf73-9f8d516444ec with identifier: 10721233
2026-03-26 04:17:59 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 39e984aa-4e5e-589e-bf73-9f8d516444ec with identifier: 10721233 to the API
2026-03-26 04:17:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721233>
{'auction_title': '',
'c_o_2_emission_value': 188,
'category': 'Light truck',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 131,
'expiration_date': '2026-03-26T09:00:00Z',
'fuel_type': 'Diesel',
'id': '39e984aa-4e5e-589e-bf73-9f8d516444ec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CAW077',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721233',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Renault',
'model': 'Trafic',
'odometer': 39117,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 15400,
'price_includes_vat': True,
'registration_date': '2022-05-16',
'seats_number': 3,
'seller_name': 'ARVAL Belgium',
'title': 'Renault Trafic L1H1 2.0 DCI Comfort - Diesel - Manual - 131 hp - '
'39.117 km',
'transmission': 'manual',
'trim': 'Comfort',
'vin': None,
'year': 2022}
2026-03-26 04:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721233%27 HTTP/1.1" 200 None
2026-03-26 04:17:59 [adesa.be] INFO: Saving data for 10721233: {'auction_closing_time': 1774515600.0, 'created_time': 1774390753.363192, 'last_price_update_time': 1774498679.275117}
2026-03-26 04:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721233') HTTP/1.1" 204 0
2026-03-26 04:17:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4b1695d-cee2-5a7d-9dbd-bb785748e136 with identifier: 10721202
2026-03-26 04:17:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4b1695d-cee2-5a7d-9dbd-bb785748e136 with scrape type 2
2026-03-26 04:17:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4b1695d-cee2-5a7d-9dbd-bb785748e136 with scrape type 2
2026-03-26 04:17:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: e4b1695d-cee2-5a7d-9dbd-bb785748e136, identifier: 10721202
2026-03-26 04:17:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: e4b1695d-cee2-5a7d-9dbd-bb785748e136 with identifier: 10721202
2026-03-26 04:17:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: e4b1695d-cee2-5a7d-9dbd-bb785748e136 with identifier: 10721202
2026-03-26 04:17:59 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: e4b1695d-cee2-5a7d-9dbd-bb785748e136 with identifier: 10721202 to the API
2026-03-26 04:17:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:17:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721202>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': 'Hatchback',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 110,
'expiration_date': '2026-03-26T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'e4b1695d-cee2-5a7d-9dbd-bb785748e136',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2ELK692',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721202',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 64393,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 17000,
'price_includes_vat': True,
'registration_date': '2023-11-10',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Volkswagen Golf 1.0 eTSI Life Business - Petrol - Automatic - 110 '
'hp - 64.393 km',
'transmission': 'automatic',
'trim': 'Life Business',
'vin': None,
'year': 2023}
2026-03-26 04:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721202%27 HTTP/1.1" 200 None
2026-03-26 04:17:59 [adesa.be] INFO: Saving data for 10721202: {'auction_closing_time': 1774515600.0, 'created_time': 1774390722.001781, 'last_price_update_time': 1774498679.640892}
2026-03-26 04:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:17:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721202') HTTP/1.1" 204 0
2026-03-26 04:17:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721257> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04:18:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bec36ca5-6e32-5004-8baf-ce71402bb54e with identifier: 10721257
2026-03-26 04:18:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bec36ca5-6e32-5004-8baf-ce71402bb54e with scrape type 2
2026-03-26 04:18:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bec36ca5-6e32-5004-8baf-ce71402bb54e with scrape type 2
2026-03-26 04:18:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: bec36ca5-6e32-5004-8baf-ce71402bb54e, identifier: 10721257
2026-03-26 04:18:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: bec36ca5-6e32-5004-8baf-ce71402bb54e with identifier: 10721257
2026-03-26 04:18:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: bec36ca5-6e32-5004-8baf-ce71402bb54e with identifier: 10721257
2026-03-26 04:18:00 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: bec36ca5-6e32-5004-8baf-ce71402bb54e with identifier: 10721257 to the API
2026-03-26 04:18:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:18:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721257>
{'auction_title': '',
'c_o_2_emission_value': 68,
'category': 'Compact',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 92,
'expiration_date': '2026-03-26T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'bec36ca5-6e32-5004-8baf-ce71402bb54e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CHD806',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721257',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Toyota',
'model': 'Yaris',
'odometer': 28886,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 15400,
'price_includes_vat': True,
'registration_date': '2022-07-27',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Toyota Yaris 1.5 VVT-i Iconic - Petrol - Automatic - 92 hp - 28.886 '
'km',
'transmission': 'automatic',
'trim': 'Iconic',
'vin': None,
'year': 2022}
2026-03-26 04:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721257%27 HTTP/1.1" 200 None
2026-03-26 04:18:00 [adesa.be] INFO: Saving data for 10721257: {'auction_closing_time': 1774515600.0, 'created_time': 1774390699.665456, 'last_price_update_time': 1774498680.427458}
2026-03-26 04:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721257') HTTP/1.1" 204 0
2026-03-26 04:18:00 [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-26 04:18:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:18:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721284> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:18:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:18:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721214> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:18:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:18:00 [adesa.be] INFO: Found listing with ID: 10717547
2026-03-26 04:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717547%27 HTTP/1.1" 200 None
2026-03-26 04:18:00 [adesa.be] INFO: Scrape type for 10717547: 0
2026-03-26 04:18:00 [adesa.be] INFO: Skipping item 10717547 url https://www.openlane.eu/en/carv6/auction/10717547
2026-03-26 04:18:00 [adesa.be] INFO: Found listing with ID: 10717548
2026-03-26 04:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717548%27 HTTP/1.1" 200 None
2026-03-26 04:18:00 [adesa.be] INFO: Scrape type for 10717548: 0
2026-03-26 04:18:00 [adesa.be] INFO: Skipping item 10717548 url https://www.openlane.eu/en/carv6/auction/10717548
2026-03-26 04:18:00 [adesa.be] INFO: Found listing with ID: 10717536
2026-03-26 04:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717536%27 HTTP/1.1" 200 None
2026-03-26 04:18:00 [adesa.be] INFO: Scrape type for 10717536: 0
2026-03-26 04:18:00 [adesa.be] INFO: Skipping item 10717536 url https://www.openlane.eu/en/carv6/auction/10717536
2026-03-26 04:18:00 [adesa.be] INFO: Found listing with ID: 10717539
2026-03-26 04:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717539%27 HTTP/1.1" 200 None
2026-03-26 04:18:00 [adesa.be] INFO: Scrape type for 10717539: 0
2026-03-26 04:18:00 [adesa.be] INFO: Skipping item 10717539 url https://www.openlane.eu/en/carv6/auction/10717539
2026-03-26 04:18:00 [adesa.be] INFO: Found listing with ID: 10717545
2026-03-26 04:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717545%27 HTTP/1.1" 200 None
2026-03-26 04:18:00 [adesa.be] INFO: Scrape type for 10717545: 0
2026-03-26 04:18:00 [adesa.be] INFO: Skipping item 10717545 url https://www.openlane.eu/en/carv6/auction/10717545
2026-03-26 04:18:00 [adesa.be] INFO: Found listing with ID: 10717570
2026-03-26 04:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717570%27 HTTP/1.1" 200 None
2026-03-26 04:18:00 [adesa.be] INFO: Scrape type for 10717570: 0
2026-03-26 04:18:00 [adesa.be] INFO: Skipping item 10717570 url https://www.openlane.eu/en/carv6/auction/10717570
2026-03-26 04:18:00 [adesa.be] INFO: Found listing with ID: 10717550
2026-03-26 04:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717550%27 HTTP/1.1" 200 None
2026-03-26 04:18:00 [adesa.be] INFO: Scrape type for 10717550: 0
2026-03-26 04:18:00 [adesa.be] INFO: Skipping item 10717550 url https://www.openlane.eu/en/carv6/auction/10717550
2026-03-26 04:18:00 [adesa.be] INFO: Found listing with ID: 10717572
2026-03-26 04:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717572%27 HTTP/1.1" 200 None
2026-03-26 04:18:00 [adesa.be] INFO: Scrape type for 10717572: 0
2026-03-26 04:18:00 [adesa.be] INFO: Skipping item 10717572 url https://www.openlane.eu/en/carv6/auction/10717572
2026-03-26 04:18:00 [adesa.be] INFO: Found listing with ID: 10717558
2026-03-26 04:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717558%27 HTTP/1.1" 200 None
2026-03-26 04:18:00 [adesa.be] INFO: Scrape type for 10717558: 0
2026-03-26 04:18:00 [adesa.be] INFO: Skipping item 10717558 url https://www.openlane.eu/en/carv6/auction/10717558
2026-03-26 04:18:00 [adesa.be] INFO: Found listing with ID: 10717562
2026-03-26 04:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717562%27 HTTP/1.1" 200 None
2026-03-26 04:18:00 [adesa.be] INFO: Scrape type for 10717562: 0
2026-03-26 04:18:00 [adesa.be] INFO: Skipping item 10717562 url https://www.openlane.eu/en/carv6/auction/10717562
2026-03-26 04:18:00 [adesa.be] INFO: Found listing with ID: 10717535
2026-03-26 04:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717535%27 HTTP/1.1" 200 None
2026-03-26 04:18:00 [adesa.be] INFO: Scrape type for 10717535: 0
2026-03-26 04:18:00 [adesa.be] INFO: Skipping item 10717535 url https://www.openlane.eu/en/carv6/auction/10717535
2026-03-26 04:18:00 [adesa.be] INFO: Found listing with ID: 10717564
2026-03-26 04:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717564%27 HTTP/1.1" 200 None
2026-03-26 04:18:00 [adesa.be] INFO: Scrape type for 10717564: 0
2026-03-26 04:18:00 [adesa.be] INFO: Skipping item 10717564 url https://www.openlane.eu/en/carv6/auction/10717564
2026-03-26 04:18:00 [adesa.be] INFO: Found listing with ID: 10717532
2026-03-26 04:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717532%27 HTTP/1.1" 200 None
2026-03-26 04:18:00 [adesa.be] INFO: Scrape type for 10717532: 0
2026-03-26 04:18:00 [adesa.be] INFO: Skipping item 10717532 url https://www.openlane.eu/en/carv6/auction/10717532
2026-03-26 04:18:00 [adesa.be] INFO: Found listing with ID: 10717557
2026-03-26 04:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717557%27 HTTP/1.1" 200 None
2026-03-26 04:18:00 [adesa.be] INFO: Scrape type for 10717557: 0
2026-03-26 04:18:00 [adesa.be] INFO: Skipping item 10717557 url https://www.openlane.eu/en/carv6/auction/10717557
2026-03-26 04:18:00 [adesa.be] INFO: Found listing with ID: 10717530
2026-03-26 04:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717530%27 HTTP/1.1" 200 None
2026-03-26 04:18:00 [adesa.be] INFO: Scrape type for 10717530: 0
2026-03-26 04:18:00 [adesa.be] INFO: Skipping item 10717530 url https://www.openlane.eu/en/carv6/auction/10717530
2026-03-26 04:18:00 [adesa.be] INFO: Found listing with ID: 10717553
2026-03-26 04:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717553%27 HTTP/1.1" 200 None
2026-03-26 04:18:00 [adesa.be] INFO: Scrape type for 10717553: 0
2026-03-26 04:18:00 [adesa.be] INFO: Skipping item 10717553 url https://www.openlane.eu/en/carv6/auction/10717553
2026-03-26 04:18:00 [adesa.be] INFO: Found listing with ID: 10717551
2026-03-26 04:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717551%27 HTTP/1.1" 200 None
2026-03-26 04:18:00 [adesa.be] INFO: Scrape type for 10717551: 0
2026-03-26 04:18:00 [adesa.be] INFO: Skipping item 10717551 url https://www.openlane.eu/en/carv6/auction/10717551
2026-03-26 04:18:00 [adesa.be] INFO: Found listing with ID: 10722668
2026-03-26 04:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722668%27 HTTP/1.1" 200 None
2026-03-26 04:18:00 [adesa.be] INFO: Scrape type for 10722668: 0
2026-03-26 04:18:00 [adesa.be] INFO: Skipping item 10722668 url https://www.openlane.eu/en/carv6/auction/10722668
2026-03-26 04:18:00 [adesa.be] INFO: Found listing with ID: 10722645
2026-03-26 04:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722645%27 HTTP/1.1" 200 None
2026-03-26 04:18:00 [adesa.be] INFO: Scrape type for 10722645: 0
2026-03-26 04:18:00 [adesa.be] INFO: Skipping item 10722645 url https://www.openlane.eu/en/carv6/auction/10722645
2026-03-26 04:18:00 [adesa.be] INFO: Found listing with ID: 10722692
2026-03-26 04:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722692%27 HTTP/1.1" 200 None
2026-03-26 04:18:00 [adesa.be] INFO: Scrape type for 10722692: 0
2026-03-26 04:18:00 [adesa.be] INFO: Skipping item 10722692 url https://www.openlane.eu/en/carv6/auction/10722692
2026-03-26 04:18:00 [adesa.be] INFO: Found listing with ID: 10722560
2026-03-26 04:18:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722560%27 HTTP/1.1" 200 None
2026-03-26 04:18:00 [adesa.be] INFO: Scrape type for 10722560: 0
2026-03-26 04:18:00 [adesa.be] INFO: Skipping item 10722560 url https://www.openlane.eu/en/carv6/auction/10722560
2026-03-26 04:18:00 [adesa.be] INFO: Found listing with ID: 10722657
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722657%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722657: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722657 url https://www.openlane.eu/en/carv6/auction/10722657
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722592
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722592%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722592: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722592 url https://www.openlane.eu/en/carv6/auction/10722592
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722421
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722421%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722421: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722421 url https://www.openlane.eu/en/carv6/auction/10722421
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722488
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722488%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722488: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722488 url https://www.openlane.eu/en/carv6/auction/10722488
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722398
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722398%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722398: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722398 url https://www.openlane.eu/en/carv6/auction/10722398
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722441
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722441%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722441: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722441 url https://www.openlane.eu/en/carv6/auction/10722441
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722593
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722593%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722593: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722593 url https://www.openlane.eu/en/carv6/auction/10722593
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722693
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722693%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722693: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722693 url https://www.openlane.eu/en/carv6/auction/10722693
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722658
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722658%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722658: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722658 url https://www.openlane.eu/en/carv6/auction/10722658
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722364
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722364%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722364: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722364 url https://www.openlane.eu/en/carv6/auction/10722364
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722606
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722606%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722606: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722606 url https://www.openlane.eu/en/carv6/auction/10722606
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722660
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722660%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722660: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722660 url https://www.openlane.eu/en/carv6/auction/10722660
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722631
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722631%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722631: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722631 url https://www.openlane.eu/en/carv6/auction/10722631
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722549
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722549%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722549: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722549 url https://www.openlane.eu/en/carv6/auction/10722549
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722659
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722659%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722659: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722659 url https://www.openlane.eu/en/carv6/auction/10722659
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722442
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722442%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722442: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722442 url https://www.openlane.eu/en/carv6/auction/10722442
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722362
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722362%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722362: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722362 url https://www.openlane.eu/en/carv6/auction/10722362
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722594
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722594%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722594: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722594 url https://www.openlane.eu/en/carv6/auction/10722594
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722489
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722489%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722489: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722489 url https://www.openlane.eu/en/carv6/auction/10722489
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722694
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722694%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722694: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722694 url https://www.openlane.eu/en/carv6/auction/10722694
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722607
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722607%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722607: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722607 url https://www.openlane.eu/en/carv6/auction/10722607
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722608
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722608%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722608: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722608 url https://www.openlane.eu/en/carv6/auction/10722608
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722609
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722609%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722609: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722609 url https://www.openlane.eu/en/carv6/auction/10722609
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722611
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722611%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722611: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722611 url https://www.openlane.eu/en/carv6/auction/10722611
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722404
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722404%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722404: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722404 url https://www.openlane.eu/en/carv6/auction/10722404
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722695
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722695%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722695: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722695 url https://www.openlane.eu/en/carv6/auction/10722695
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722470
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722470%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722470: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722470 url https://www.openlane.eu/en/carv6/auction/10722470
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722610
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722610%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722610: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722610 url https://www.openlane.eu/en/carv6/auction/10722610
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722399
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722399%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722399: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722399 url https://www.openlane.eu/en/carv6/auction/10722399
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722490
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722490%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722490: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722490 url https://www.openlane.eu/en/carv6/auction/10722490
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722612
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722612%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722612: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722612 url https://www.openlane.eu/en/carv6/auction/10722612
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722633
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722633%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722633: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722633 url https://www.openlane.eu/en/carv6/auction/10722633
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722576
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722576%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722576: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722576 url https://www.openlane.eu/en/carv6/auction/10722576
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722661
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722661%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722661: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722661 url https://www.openlane.eu/en/carv6/auction/10722661
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722632
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722632%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722632: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722632 url https://www.openlane.eu/en/carv6/auction/10722632
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722577
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722577%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722577: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722577 url https://www.openlane.eu/en/carv6/auction/10722577
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722696
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722696%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722696: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722696 url https://www.openlane.eu/en/carv6/auction/10722696
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722422
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722422%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722422: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722422 url https://www.openlane.eu/en/carv6/auction/10722422
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722471
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722471%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722471: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722471 url https://www.openlane.eu/en/carv6/auction/10722471
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722405
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722405%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722405: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722405 url https://www.openlane.eu/en/carv6/auction/10722405
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722538
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722538%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722538: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722538 url https://www.openlane.eu/en/carv6/auction/10722538
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722510
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722510%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722510: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722510 url https://www.openlane.eu/en/carv6/auction/10722510
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722550
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722550%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722550: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722550 url https://www.openlane.eu/en/carv6/auction/10722550
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722551
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722551%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722551: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722551 url https://www.openlane.eu/en/carv6/auction/10722551
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722552
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722552%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722552: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722552 url https://www.openlane.eu/en/carv6/auction/10722552
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722418
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722418%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722418: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722418 url https://www.openlane.eu/en/carv6/auction/10722418
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722388
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722388%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722388: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722388 url https://www.openlane.eu/en/carv6/auction/10722388
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722613
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722613%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722613: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722613 url https://www.openlane.eu/en/carv6/auction/10722613
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722567
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722567%27 HTTP/1.1" 200 None
2026-03-26 04:18:01 [adesa.be] INFO: Scrape type for 10722567: 0
2026-03-26 04:18:01 [adesa.be] INFO: Skipping item 10722567 url https://www.openlane.eu/en/carv6/auction/10722567
2026-03-26 04:18:01 [adesa.be] INFO: Found listing with ID: 10722406
2026-03-26 04:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722406%27 HTTP/1.1" 200 None
2026-03-26 04:18:02 [adesa.be] INFO: Scrape type for 10722406: 0
2026-03-26 04:18:02 [adesa.be] INFO: Skipping item 10722406 url https://www.openlane.eu/en/carv6/auction/10722406
2026-03-26 04:18:02 [adesa.be] INFO: Found listing with ID: 10722423
2026-03-26 04:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722423%27 HTTP/1.1" 200 None
2026-03-26 04:18:02 [adesa.be] INFO: Scrape type for 10722423: 0
2026-03-26 04:18:02 [adesa.be] INFO: Skipping item 10722423 url https://www.openlane.eu/en/carv6/auction/10722423
2026-03-26 04:18:02 [adesa.be] INFO: Found listing with ID: 10722511
2026-03-26 04:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722511%27 HTTP/1.1" 200 None
2026-03-26 04:18:02 [adesa.be] INFO: Scrape type for 10722511: 0
2026-03-26 04:18:02 [adesa.be] INFO: Skipping item 10722511 url https://www.openlane.eu/en/carv6/auction/10722511
2026-03-26 04:18:02 [adesa.be] INFO: Found listing with ID: 10722472
2026-03-26 04:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722472%27 HTTP/1.1" 200 None
2026-03-26 04:18:02 [adesa.be] INFO: Scrape type for 10722472: 0
2026-03-26 04:18:02 [adesa.be] INFO: Skipping item 10722472 url https://www.openlane.eu/en/carv6/auction/10722472
2026-03-26 04:18:02 [adesa.be] INFO: Found listing with ID: 10722383
2026-03-26 04:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722383%27 HTTP/1.1" 200 None
2026-03-26 04:18:02 [adesa.be] INFO: Scrape type for 10722383: 0
2026-03-26 04:18:02 [adesa.be] INFO: Skipping item 10722383 url https://www.openlane.eu/en/carv6/auction/10722383
2026-03-26 04:18:02 [adesa.be] INFO: Found listing with ID: 10722424
2026-03-26 04:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722424%27 HTTP/1.1" 200 None
2026-03-26 04:18:02 [adesa.be] INFO: Scrape type for 10722424: 0
2026-03-26 04:18:02 [adesa.be] INFO: Skipping item 10722424 url https://www.openlane.eu/en/carv6/auction/10722424
2026-03-26 04:18:02 [adesa.be] INFO: Found listing with ID: 10722528
2026-03-26 04:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722528%27 HTTP/1.1" 200 None
2026-03-26 04:18:02 [adesa.be] INFO: Scrape type for 10722528: 0
2026-03-26 04:18:02 [adesa.be] INFO: Skipping item 10722528 url https://www.openlane.eu/en/carv6/auction/10722528
2026-03-26 04:18:02 [adesa.be] INFO: Found listing with ID: 10722375
2026-03-26 04:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722375%27 HTTP/1.1" 200 None
2026-03-26 04:18:02 [adesa.be] INFO: Scrape type for 10722375: 0
2026-03-26 04:18:02 [adesa.be] INFO: Skipping item 10722375 url https://www.openlane.eu/en/carv6/auction/10722375
2026-03-26 04:18:02 [adesa.be] INFO: Found listing with ID: 10722512
2026-03-26 04:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722512%27 HTTP/1.1" 200 None
2026-03-26 04:18:02 [adesa.be] INFO: Scrape type for 10722512: 0
2026-03-26 04:18:02 [adesa.be] INFO: Skipping item 10722512 url https://www.openlane.eu/en/carv6/auction/10722512
2026-03-26 04:18:02 [adesa.be] INFO: Found listing with ID: 10722539
2026-03-26 04:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722539%27 HTTP/1.1" 200 None
2026-03-26 04:18:02 [adesa.be] INFO: Scrape type for 10722539: 0
2026-03-26 04:18:02 [adesa.be] INFO: Skipping item 10722539 url https://www.openlane.eu/en/carv6/auction/10722539
2026-03-26 04:18:02 [adesa.be] INFO: Found listing with ID: 10722662
2026-03-26 04:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722662%27 HTTP/1.1" 200 None
2026-03-26 04:18:02 [adesa.be] INFO: Scrape type for 10722662: 0
2026-03-26 04:18:02 [adesa.be] INFO: Skipping item 10722662 url https://www.openlane.eu/en/carv6/auction/10722662
2026-03-26 04:18:02 [adesa.be] INFO: Found listing with ID: 10722443
2026-03-26 04:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722443%27 HTTP/1.1" 200 None
2026-03-26 04:18:02 [adesa.be] INFO: Scrape type for 10722443: 0
2026-03-26 04:18:02 [adesa.be] INFO: Skipping item 10722443 url https://www.openlane.eu/en/carv6/auction/10722443
2026-03-26 04:18:02 [adesa.be] INFO: Found listing with ID: 10722513
2026-03-26 04:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722513%27 HTTP/1.1" 200 None
2026-03-26 04:18:02 [adesa.be] INFO: Scrape type for 10722513: 0
2026-03-26 04:18:02 [adesa.be] INFO: Skipping item 10722513 url https://www.openlane.eu/en/carv6/auction/10722513
2026-03-26 04:18:02 [adesa.be] INFO: Found listing with ID: 10722634
2026-03-26 04:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722634%27 HTTP/1.1" 200 None
2026-03-26 04:18:02 [adesa.be] INFO: Scrape type for 10722634: 0
2026-03-26 04:18:02 [adesa.be] INFO: Skipping item 10722634 url https://www.openlane.eu/en/carv6/auction/10722634
2026-03-26 04:18:02 [adesa.be] INFO: Found listing with ID: 10722529
2026-03-26 04:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722529%27 HTTP/1.1" 200 None
2026-03-26 04:18:02 [adesa.be] INFO: Scrape type for 10722529: 0
2026-03-26 04:18:02 [adesa.be] INFO: Skipping item 10722529 url https://www.openlane.eu/en/carv6/auction/10722529
2026-03-26 04:18:02 [adesa.be] INFO: Found listing with ID: 10722578
2026-03-26 04:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722578%27 HTTP/1.1" 200 None
2026-03-26 04:18:02 [adesa.be] INFO: Scrape type for 10722578: 0
2026-03-26 04:18:02 [adesa.be] INFO: Skipping item 10722578 url https://www.openlane.eu/en/carv6/auction/10722578
2026-03-26 04:18:02 [adesa.be] INFO: Found listing with ID: 10722473
2026-03-26 04:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722473%27 HTTP/1.1" 200 None
2026-03-26 04:18:02 [adesa.be] INFO: Scrape type for 10722473: 0
2026-03-26 04:18:02 [adesa.be] INFO: Skipping item 10722473 url https://www.openlane.eu/en/carv6/auction/10722473
2026-03-26 04:18:02 [adesa.be] INFO: Found listing with ID: 10722444
2026-03-26 04:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722444%27 HTTP/1.1" 200 None
2026-03-26 04:18:02 [adesa.be] INFO: Scrape type for 10722444: 0
2026-03-26 04:18:02 [adesa.be] INFO: Skipping item 10722444 url https://www.openlane.eu/en/carv6/auction/10722444
2026-03-26 04:18:02 [adesa.be] INFO: Found listing with ID: 10722595
2026-03-26 04:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722595%27 HTTP/1.1" 200 None
2026-03-26 04:18:02 [adesa.be] INFO: Scrape type for 10722595: 0
2026-03-26 04:18:02 [adesa.be] INFO: Skipping item 10722595 url https://www.openlane.eu/en/carv6/auction/10722595
2026-03-26 04:18:02 [adesa.be] INFO: Found listing with ID: 10722614
2026-03-26 04:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722614%27 HTTP/1.1" 200 None
2026-03-26 04:18:02 [adesa.be] INFO: Scrape type for 10722614: 0
2026-03-26 04:18:02 [adesa.be] INFO: Skipping item 10722614 url https://www.openlane.eu/en/carv6/auction/10722614
2026-03-26 04:18:02 [adesa.be] INFO: Found listing with ID: 10722596
2026-03-26 04:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722596%27 HTTP/1.1" 200 None
2026-03-26 04:18:02 [adesa.be] INFO: Scrape type for 10722596: 0
2026-03-26 04:18:02 [adesa.be] INFO: Skipping item 10722596 url https://www.openlane.eu/en/carv6/auction/10722596
2026-03-26 04:18:02 [adesa.be] INFO: Found listing with ID: 10722663
2026-03-26 04:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722663%27 HTTP/1.1" 200 None
2026-03-26 04:18:02 [adesa.be] INFO: Scrape type for 10722663: 0
2026-03-26 04:18:02 [adesa.be] INFO: Skipping item 10722663 url https://www.openlane.eu/en/carv6/auction/10722663
2026-03-26 04:18:02 [adesa.be] INFO: Found listing with ID: 10722384
2026-03-26 04:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722384%27 HTTP/1.1" 200 None
2026-03-26 04:18:02 [adesa.be] INFO: Scrape type for 10722384: 0
2026-03-26 04:18:02 [adesa.be] INFO: Skipping item 10722384 url https://www.openlane.eu/en/carv6/auction/10722384
2026-03-26 04:18:02 [adesa.be] INFO: Found listing with ID: 10722376
2026-03-26 04:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722376%27 HTTP/1.1" 200 None
2026-03-26 04:18:02 [adesa.be] INFO: Scrape type for 10722376: 0
2026-03-26 04:18:02 [adesa.be] INFO: Skipping item 10722376 url https://www.openlane.eu/en/carv6/auction/10722376
2026-03-26 04:18:02 [adesa.be] INFO: Found listing with ID: 10722514
2026-03-26 04:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722514%27 HTTP/1.1" 200 None
2026-03-26 04:18:02 [adesa.be] INFO: Scrape type for 10722514: 0
2026-03-26 04:18:02 [adesa.be] INFO: Skipping item 10722514 url https://www.openlane.eu/en/carv6/auction/10722514
2026-03-26 04:18:02 [adesa.be] INFO: Found listing with ID: 10722425
2026-03-26 04:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722425%27 HTTP/1.1" 200 None
2026-03-26 04:18:02 [adesa.be] INFO: Scrape type for 10722425: 0
2026-03-26 04:18:02 [adesa.be] INFO: Skipping item 10722425 url https://www.openlane.eu/en/carv6/auction/10722425
2026-03-26 04:18:02 [adesa.be] INFO: Found listing with ID: 10722392
2026-03-26 04:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722392%27 HTTP/1.1" 200 None
2026-03-26 04:18:02 [adesa.be] INFO: Scrape type for 10722392: 0
2026-03-26 04:18:02 [adesa.be] INFO: Skipping item 10722392 url https://www.openlane.eu/en/carv6/auction/10722392
2026-03-26 04:18:02 [adesa.be] INFO: Found listing with ID: 10722515
2026-03-26 04:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722515%27 HTTP/1.1" 200 None
2026-03-26 04:18:02 [adesa.be] INFO: Scrape type for 10722515: 0
2026-03-26 04:18:02 [adesa.be] INFO: Skipping item 10722515 url https://www.openlane.eu/en/carv6/auction/10722515
2026-03-26 04:18:02 [adesa.be] INFO: Found listing with ID: 10722561
2026-03-26 04:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722561%27 HTTP/1.1" 200 None
2026-03-26 04:18:02 [adesa.be] INFO: Scrape type for 10722561: 0
2026-03-26 04:18:02 [adesa.be] INFO: Skipping item 10722561 url https://www.openlane.eu/en/carv6/auction/10722561
2026-03-26 04:18:02 [adesa.be] INFO: Found listing with ID: 10722369
2026-03-26 04:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722369%27 HTTP/1.1" 200 None
2026-03-26 04:18:02 [adesa.be] INFO: Scrape type for 10722369: 0
2026-03-26 04:18:02 [adesa.be] INFO: Skipping item 10722369 url https://www.openlane.eu/en/carv6/auction/10722369
2026-03-26 04:18:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721241> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04:18:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 465b4f17-5e46-551b-a5d7-6d716602999a with identifier: 10721284
2026-03-26 04:18:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 465b4f17-5e46-551b-a5d7-6d716602999a with scrape type 2
2026-03-26 04:18:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 465b4f17-5e46-551b-a5d7-6d716602999a with scrape type 2
2026-03-26 04:18:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 465b4f17-5e46-551b-a5d7-6d716602999a, identifier: 10721284
2026-03-26 04:18:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b743a109-c960-5b77-99f9-b040cbd78797 with identifier: 10721214
2026-03-26 04:18:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b743a109-c960-5b77-99f9-b040cbd78797 with scrape type 2
2026-03-26 04:18:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b743a109-c960-5b77-99f9-b040cbd78797 with scrape type 2
2026-03-26 04:18:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: b743a109-c960-5b77-99f9-b040cbd78797, identifier: 10721214
2026-03-26 04:18:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 465b4f17-5e46-551b-a5d7-6d716602999a with identifier: 10721284
2026-03-26 04:18:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 465b4f17-5e46-551b-a5d7-6d716602999a with identifier: 10721284
2026-03-26 04:18:03 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 465b4f17-5e46-551b-a5d7-6d716602999a with identifier: 10721284 to the API
2026-03-26 04:18:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:18:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721284>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': 'Estate',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Diesel',
'id': '465b4f17-5e46-551b-a5d7-6d716602999a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YXS754',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721284',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Superb',
'odometer': 85667,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 16800,
'price_includes_vat': True,
'registration_date': '2021-01-25',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Skoda Superb Combi 2.0 TDI Style - Diesel - Automatic - 150 hp - '
'85.667 km',
'transmission': 'automatic',
'trim': 'Style',
'vin': None,
'year': 2021}
2026-03-26 04:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721284%27 HTTP/1.1" 200 None
2026-03-26 04:18:03 [adesa.be] INFO: Saving data for 10721284: {'auction_closing_time': 1774533600.0, 'created_time': 1774390722.513988, 'last_price_update_time': 1774498683.373465}
2026-03-26 04:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721284') HTTP/1.1" 204 0
2026-03-26 04:18:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: b743a109-c960-5b77-99f9-b040cbd78797 with identifier: 10721214
2026-03-26 04:18:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: b743a109-c960-5b77-99f9-b040cbd78797 with identifier: 10721214
2026-03-26 04:18:03 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: b743a109-c960-5b77-99f9-b040cbd78797 with identifier: 10721214 to the API
2026-03-26 04:18:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:18:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721214>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 110,
'expiration_date': '2026-03-26T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'b743a109-c960-5b77-99f9-b040cbd78797',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SZ7714',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721214',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Kamiq',
'odometer': 149460,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 9600,
'price_includes_vat': True,
'registration_date': '2022-02-22',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Skoda Kamiq 1.0 TSI Ambition - Petrol - Manual - 110 hp - 149.460 '
'km',
'transmission': 'manual',
'trim': 'Ambition',
'vin': None,
'year': 2022}
2026-03-26 04:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721214%27 HTTP/1.1" 200 None
2026-03-26 04:18:03 [adesa.be] INFO: Saving data for 10721214: {'auction_closing_time': 1774515600.0, 'created_time': 1774390758.392864, 'last_price_update_time': 1774498683.736364}
2026-03-26 04:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721214') HTTP/1.1" 204 0
2026-03-26 04:18:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9979da61-78d6-5aa7-949a-8eb7a9562119 with identifier: 10721241
2026-03-26 04:18:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9979da61-78d6-5aa7-949a-8eb7a9562119 with scrape type 2
2026-03-26 04:18:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9979da61-78d6-5aa7-949a-8eb7a9562119 with scrape type 2
2026-03-26 04:18:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 9979da61-78d6-5aa7-949a-8eb7a9562119, identifier: 10721241
2026-03-26 04:18:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 9979da61-78d6-5aa7-949a-8eb7a9562119 with identifier: 10721241
2026-03-26 04:18:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 9979da61-78d6-5aa7-949a-8eb7a9562119 with identifier: 10721241
2026-03-26 04:18:03 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 9979da61-78d6-5aa7-949a-8eb7a9562119 with identifier: 10721241 to the API
2026-03-26 04:18:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:18:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721241>
{'auction_title': '',
'c_o_2_emission_value': 38,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 160,
'expiration_date': '2026-03-26T09:00:00Z',
'fuel_type': 'Hybrid',
'id': '9979da61-78d6-5aa7-949a-8eb7a9562119',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CMW406',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721241',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'GLA',
'odometer': 37689,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 29000,
'price_includes_vat': True,
'registration_date': '2022-09-21',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Mercedes-Benz GLA 250e Business Solution - Hybrid - Automatic - 160 '
'hp - 37.689 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2022}
2026-03-26 04:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721241%27 HTTP/1.1" 200 None
2026-03-26 04:18:04 [adesa.be] INFO: Saving data for 10721241: {'auction_closing_time': 1774515600.0, 'created_time': 1774392006.939338, 'last_price_update_time': 1774498684.100625}
2026-03-26 04:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721241') HTTP/1.1" 204 0
2026-03-26 04:18:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721281> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04:18:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721317> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04:18:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7fe4350-e1e5-5d7b-aa19-58ac2bc95e85 with identifier: 10721281
2026-03-26 04:18:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7fe4350-e1e5-5d7b-aa19-58ac2bc95e85 with scrape type 2
2026-03-26 04:18:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7fe4350-e1e5-5d7b-aa19-58ac2bc95e85 with scrape type 2
2026-03-26 04:18:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: e7fe4350-e1e5-5d7b-aa19-58ac2bc95e85, identifier: 10721281
2026-03-26 04:18:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: e7fe4350-e1e5-5d7b-aa19-58ac2bc95e85 with identifier: 10721281
2026-03-26 04:18:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: e7fe4350-e1e5-5d7b-aa19-58ac2bc95e85 with identifier: 10721281
2026-03-26 04:18:04 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: e7fe4350-e1e5-5d7b-aa19-58ac2bc95e85 with identifier: 10721281 to the API
2026-03-26 04:18:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:18:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721281>
{'auction_title': '',
'c_o_2_emission_value': 158,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 150,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Petrol',
'id': 'e7fe4350-e1e5-5d7b-aa19-58ac2bc95e85',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'SZ7656',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721281',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Seat',
'model': 'Ateca',
'odometer': 135141,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 17000,
'price_includes_vat': True,
'registration_date': '2022-03-09',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Seat Ateca 1.5 TSI Xperience - Petrol - Automatic - 150 hp - '
'135.141 km',
'transmission': 'automatic',
'trim': 'Xperience',
'vin': None,
'year': 2022}
2026-03-26 04:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721281%27 HTTP/1.1" 200 None
2026-03-26 04:18:04 [adesa.be] INFO: Saving data for 10721281: {'auction_closing_time': 1774533600.0, 'created_time': 1774390754.228692, 'last_price_update_time': 1774498684.574027}
2026-03-26 04:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721281') HTTP/1.1" 204 0
2026-03-26 04:18:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721299> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:18:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721234> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04: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-26 04:18:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5aadcb6-c9c7-5759-ba56-b0a0e19ea0e6 with identifier: 10721317
2026-03-26 04:18:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5aadcb6-c9c7-5759-ba56-b0a0e19ea0e6 with scrape type 2
2026-03-26 04:18:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5aadcb6-c9c7-5759-ba56-b0a0e19ea0e6 with scrape type 2
2026-03-26 04:18:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: d5aadcb6-c9c7-5759-ba56-b0a0e19ea0e6, identifier: 10721317
2026-03-26 04:18:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: d5aadcb6-c9c7-5759-ba56-b0a0e19ea0e6 with identifier: 10721317
2026-03-26 04:18:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: d5aadcb6-c9c7-5759-ba56-b0a0e19ea0e6 with identifier: 10721317
2026-03-26 04:18:04 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: d5aadcb6-c9c7-5759-ba56-b0a0e19ea0e6 with identifier: 10721317 to the API
2026-03-26 04:18:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:18:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721317>
{'auction_title': '',
'c_o_2_emission_value': 146,
'category': 'Light truck',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 102,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Diesel',
'id': 'd5aadcb6-c9c7-5759-ba56-b0a0e19ea0e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BNM973',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721317',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Opel',
'model': 'Combo-e',
'odometer': 100972,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 7600,
'price_includes_vat': True,
'registration_date': '2022-01-26',
'seats_number': 2,
'seller_name': 'ARVAL Belgium',
'title': 'Opel Combo-e Edition - Diesel - Manual - 102 hp - 100.972 km',
'transmission': 'manual',
'trim': 'Edition',
'vin': None,
'year': 2022}
2026-03-26 04:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721317%27 HTTP/1.1" 200 None
2026-03-26 04:18:04 [adesa.be] INFO: Saving data for 10721317: {'auction_closing_time': 1774533600.0, 'created_time': 1774392005.864415, 'last_price_update_time': 1774498684.956785}
2026-03-26 04:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721317') HTTP/1.1" 204 0
2026-03-26 04:18:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721219> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04:18:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14b330ea-9014-52f7-bba7-79faad1ff278 with identifier: 10721299
2026-03-26 04:18:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14b330ea-9014-52f7-bba7-79faad1ff278 with scrape type 2
2026-03-26 04:18:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14b330ea-9014-52f7-bba7-79faad1ff278 with scrape type 2
2026-03-26 04:18:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 14b330ea-9014-52f7-bba7-79faad1ff278, identifier: 10721299
2026-03-26 04:18:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2eacf9b9-49c3-57ca-9c3e-bc0c71d88176 with identifier: 10721234
2026-03-26 04:18:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2eacf9b9-49c3-57ca-9c3e-bc0c71d88176 with scrape type 2
2026-03-26 04:18:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2eacf9b9-49c3-57ca-9c3e-bc0c71d88176 with scrape type 2
2026-03-26 04:18:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 2eacf9b9-49c3-57ca-9c3e-bc0c71d88176, identifier: 10721234
2026-03-26 04:18:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 14b330ea-9014-52f7-bba7-79faad1ff278 with identifier: 10721299
2026-03-26 04:18:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 14b330ea-9014-52f7-bba7-79faad1ff278 with identifier: 10721299
2026-03-26 04:18:05 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 14b330ea-9014-52f7-bba7-79faad1ff278 with identifier: 10721299 to the API
2026-03-26 04:18:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:18:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721299>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Diesel',
'id': '14b330ea-9014-52f7-bba7-79faad1ff278',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2ETN147',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721299',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '308',
'odometer': 129797,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 12800,
'price_includes_vat': True,
'registration_date': '2024-01-23',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Peugeot 308 SW 1.5 Active Pack - Diesel - Automatic - 130 hp - '
'129.797 km',
'transmission': 'automatic',
'trim': 'Active Pack',
'vin': None,
'year': 2024}
2026-03-26 04:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721299%27 HTTP/1.1" 200 None
2026-03-26 04:18:05 [adesa.be] INFO: Saving data for 10721299: {'auction_closing_time': 1774533600.0, 'created_time': 1774390778.893421, 'last_price_update_time': 1774498685.416218}
2026-03-26 04:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721299') HTTP/1.1" 204 0
2026-03-26 04:18:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 2eacf9b9-49c3-57ca-9c3e-bc0c71d88176 with identifier: 10721234
2026-03-26 04:18:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 2eacf9b9-49c3-57ca-9c3e-bc0c71d88176 with identifier: 10721234
2026-03-26 04:18:05 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 2eacf9b9-49c3-57ca-9c3e-bc0c71d88176 with identifier: 10721234 to the API
2026-03-26 04:18:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:18:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721234>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': 'MPV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-26T09:00:00Z',
'fuel_type': 'Diesel',
'id': '2eacf9b9-49c3-57ca-9c3e-bc0c71d88176',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2AEZ643',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721234',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '5008',
'odometer': 109459,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13900,
'price_includes_vat': True,
'registration_date': '2021-03-12',
'seats_number': 7,
'seller_name': 'ARVAL Belgium',
'title': 'Peugeot 5008 1.5 HDI GT - Diesel - Automatic - 130 hp - 109.459 km',
'transmission': 'automatic',
'trim': 'GT',
'vin': None,
'year': 2021}
2026-03-26 04:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721234%27 HTTP/1.1" 200 None
2026-03-26 04:18:05 [adesa.be] INFO: Saving data for 10721234: {'auction_closing_time': 1774515600.0, 'created_time': 1774390724.504728, 'last_price_update_time': 1774498685.676659}
2026-03-26 04:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721234') HTTP/1.1" 204 0
2026-03-26 04:18:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721295> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:18:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721228> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04: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-26 04:18:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721304> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04:18:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1c9d386-0482-597c-90a9-85b7615cceb9 with identifier: 10721219
2026-03-26 04:18:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1c9d386-0482-597c-90a9-85b7615cceb9 with scrape type 2
2026-03-26 04:18:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1c9d386-0482-597c-90a9-85b7615cceb9 with scrape type 2
2026-03-26 04:18:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: b1c9d386-0482-597c-90a9-85b7615cceb9, identifier: 10721219
2026-03-26 04:18:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: b1c9d386-0482-597c-90a9-85b7615cceb9 with identifier: 10721219
2026-03-26 04:18:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: b1c9d386-0482-597c-90a9-85b7615cceb9 with identifier: 10721219
2026-03-26 04:18:05 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: b1c9d386-0482-597c-90a9-85b7615cceb9 with identifier: 10721219 to the API
2026-03-26 04:18:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:18:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721219>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 116,
'expiration_date': '2026-03-26T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'b1c9d386-0482-597c-90a9-85b7615cceb9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'XN4383',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721219',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 96342,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 14100,
'price_includes_vat': True,
'registration_date': '2023-02-28',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Volkswagen Golf Variant 2.0 TDI Life - Diesel - Automatic - 116 hp '
'- 96.342 km',
'transmission': 'automatic',
'trim': 'Life',
'vin': None,
'year': 2023}
2026-03-26 04:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721219%27 HTTP/1.1" 200 None
2026-03-26 04:18:06 [adesa.be] INFO: Saving data for 10721219: {'auction_closing_time': 1774515600.0, 'created_time': 1774390723.337746, 'last_price_update_time': 1774498686.058895}
2026-03-26 04:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721219') HTTP/1.1" 204 0
2026-03-26 04:18:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d75625ae-38da-523b-870b-2cfb886d50ab with identifier: 10721295
2026-03-26 04:18:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d75625ae-38da-523b-870b-2cfb886d50ab with scrape type 2
2026-03-26 04:18:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d75625ae-38da-523b-870b-2cfb886d50ab with scrape type 2
2026-03-26 04:18:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: d75625ae-38da-523b-870b-2cfb886d50ab, identifier: 10721295
2026-03-26 04:18:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b62560f2-e3c1-543f-bd1a-70b5377a64c0 with identifier: 10721228
2026-03-26 04:18:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b62560f2-e3c1-543f-bd1a-70b5377a64c0 with scrape type 2
2026-03-26 04:18:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b62560f2-e3c1-543f-bd1a-70b5377a64c0 with scrape type 2
2026-03-26 04:18:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: b62560f2-e3c1-543f-bd1a-70b5377a64c0, identifier: 10721228
2026-03-26 04:18:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90d76791-3f89-58f5-bf37-d987f2759014 with identifier: 10721304
2026-03-26 04:18:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90d76791-3f89-58f5-bf37-d987f2759014 with scrape type 2
2026-03-26 04:18:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90d76791-3f89-58f5-bf37-d987f2759014 with scrape type 2
2026-03-26 04:18:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 90d76791-3f89-58f5-bf37-d987f2759014, identifier: 10721304
2026-03-26 04:18:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: d75625ae-38da-523b-870b-2cfb886d50ab with identifier: 10721295
2026-03-26 04:18:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: d75625ae-38da-523b-870b-2cfb886d50ab with identifier: 10721295
2026-03-26 04:18:06 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: d75625ae-38da-523b-870b-2cfb886d50ab with identifier: 10721295 to the API
2026-03-26 04:18:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:18:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721295>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 130,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Petrol',
'id': 'd75625ae-38da-523b-870b-2cfb886d50ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2FSC759',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721295',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '308',
'odometer': 23446,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13300,
'price_includes_vat': True,
'registration_date': '2024-07-31',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Peugeot 308 SW 1.2i Active Pack - Petrol - Manual - 130 hp - 23.446 '
'km',
'transmission': 'manual',
'trim': 'Active Pack',
'vin': None,
'year': 2024}
2026-03-26 04:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721295%27 HTTP/1.1" 200 None
2026-03-26 04:18:06 [adesa.be] INFO: Saving data for 10721295: {'auction_closing_time': 1774533600.0, 'created_time': 1774390778.073752, 'last_price_update_time': 1774498686.602201}
2026-03-26 04:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721295') HTTP/1.1" 204 0
2026-03-26 04:18:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: b62560f2-e3c1-543f-bd1a-70b5377a64c0 with identifier: 10721228
2026-03-26 04:18:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: b62560f2-e3c1-543f-bd1a-70b5377a64c0 with identifier: 10721228
2026-03-26 04:18:06 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: b62560f2-e3c1-543f-bd1a-70b5377a64c0 with identifier: 10721228 to the API
2026-03-26 04:18:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:18:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721228>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 130,
'expiration_date': '2026-03-26T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'b62560f2-e3c1-543f-bd1a-70b5377a64c0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2FSC789',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721228',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '308',
'odometer': 18836,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13800,
'price_includes_vat': True,
'registration_date': '2024-07-31',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Peugeot 308 SW 1.2i Active Pack - Petrol - Manual - 130 hp - 18.836 '
'km',
'transmission': 'manual',
'trim': 'Active Pack',
'vin': None,
'year': 2024}
2026-03-26 04:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721228%27 HTTP/1.1" 200 None
2026-03-26 04:18:06 [adesa.be] INFO: Saving data for 10721228: {'auction_closing_time': 1774515600.0, 'created_time': 1774391962.187744, 'last_price_update_time': 1774498686.871242}
2026-03-26 04:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721228') HTTP/1.1" 204 0
2026-03-26 04:18:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 90d76791-3f89-58f5-bf37-d987f2759014 with identifier: 10721304
2026-03-26 04:18:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 90d76791-3f89-58f5-bf37-d987f2759014 with identifier: 10721304
2026-03-26 04:18:06 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 90d76791-3f89-58f5-bf37-d987f2759014 with identifier: 10721304 to the API
2026-03-26 04:18:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:18:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721304>
{'auction_title': '',
'c_o_2_emission_value': 141,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 95,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Diesel',
'id': '90d76791-3f89-58f5-bf37-d987f2759014',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'UE7739',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721304',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Renault',
'model': 'Express',
'odometer': 39388,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 11500,
'price_includes_vat': True,
'registration_date': '2023-10-30',
'seats_number': 2,
'seller_name': 'ARVAL Belgium',
'title': 'Renault Express 1.5 dCi Comfort - Diesel - Manual - 95 hp - 39.388 '
'km',
'transmission': 'manual',
'trim': 'Comfort',
'vin': None,
'year': 2023}
2026-03-26 04:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721304%27 HTTP/1.1" 200 None
2026-03-26 04:18:07 [adesa.be] INFO: Saving data for 10721304: {'auction_closing_time': 1774533600.0, 'created_time': 1774390738.869413, 'last_price_update_time': 1774498687.121122}
2026-03-26 04:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721304') HTTP/1.1" 204 0
2026-03-26 04:18:07 [scrapy.extensions.logstats] INFO: Crawled 124 pages (at 98 pages/min), scraped 108 items (at 92 items/min)
2026-03-26 04:18:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 169MiB
2026-03-26 04:18:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721254> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04:18:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721248> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04:18:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df146709-ce28-5da6-b0d1-6979b7c8954a with identifier: 10721254
2026-03-26 04:18:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df146709-ce28-5da6-b0d1-6979b7c8954a with scrape type 2
2026-03-26 04:18:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df146709-ce28-5da6-b0d1-6979b7c8954a with scrape type 2
2026-03-26 04:18:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: df146709-ce28-5da6-b0d1-6979b7c8954a, identifier: 10721254
2026-03-26 04:18:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: df146709-ce28-5da6-b0d1-6979b7c8954a with identifier: 10721254
2026-03-26 04:18:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: df146709-ce28-5da6-b0d1-6979b7c8954a with identifier: 10721254
2026-03-26 04:18:07 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: df146709-ce28-5da6-b0d1-6979b7c8954a with identifier: 10721254 to the API
2026-03-26 04:18:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:18:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721254>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 102,
'expiration_date': '2026-03-26T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'df146709-ce28-5da6-b0d1-6979b7c8954a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BNJ345',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721254',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '208',
'odometer': 24782,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 8600,
'price_includes_vat': True,
'registration_date': '2022-01-24',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Peugeot 208 1.5 HDI GT - Diesel - Manual - 102 hp - 24.782 km',
'transmission': 'manual',
'trim': 'GT',
'vin': None,
'year': 2022}
2026-03-26 04:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721254%27 HTTP/1.1" 200 None
2026-03-26 04:18:07 [adesa.be] INFO: Saving data for 10721254: {'auction_closing_time': 1774515600.0, 'created_time': 1774391991.956222, 'last_price_update_time': 1774498687.596734}
2026-03-26 04:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721254') HTTP/1.1" 204 0
2026-03-26 04:18:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71ab3dfb-ed15-5346-afea-5d613f32bf0b with identifier: 10721248
2026-03-26 04:18:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71ab3dfb-ed15-5346-afea-5d613f32bf0b with scrape type 2
2026-03-26 04:18:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71ab3dfb-ed15-5346-afea-5d613f32bf0b with scrape type 2
2026-03-26 04:18:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 71ab3dfb-ed15-5346-afea-5d613f32bf0b, identifier: 10721248
2026-03-26 04:18:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 71ab3dfb-ed15-5346-afea-5d613f32bf0b with identifier: 10721248
2026-03-26 04:18:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 71ab3dfb-ed15-5346-afea-5d613f32bf0b with identifier: 10721248
2026-03-26 04:18:07 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 71ab3dfb-ed15-5346-afea-5d613f32bf0b with identifier: 10721248 to the API
2026-03-26 04:18:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:18:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721248>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-26T09:00:00Z',
'fuel_type': 'Diesel',
'id': '71ab3dfb-ed15-5346-afea-5d613f32bf0b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BQU347',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721248',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '3008',
'odometer': 159782,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 11700,
'price_includes_vat': True,
'registration_date': '2022-02-17',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Peugeot 3008 1.5 HDI Allure Pack - Diesel - Automatic - 130 hp - '
'159.782 km',
'transmission': 'automatic',
'trim': 'Allure Pack',
'vin': None,
'year': 2022}
2026-03-26 04:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721248%27 HTTP/1.1" 200 None
2026-03-26 04:18:07 [adesa.be] INFO: Saving data for 10721248: {'auction_closing_time': 1774515600.0, 'created_time': 1774392005.50618, 'last_price_update_time': 1774498687.950499}
2026-03-26 04:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721248') HTTP/1.1" 204 0
2026-03-26 04:18:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721236> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04:18:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3c76445-b936-5ddc-96f9-970ff2f4b9ac with identifier: 10721236
2026-03-26 04:18:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3c76445-b936-5ddc-96f9-970ff2f4b9ac with scrape type 2
2026-03-26 04:18:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3c76445-b936-5ddc-96f9-970ff2f4b9ac with scrape type 2
2026-03-26 04:18:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: f3c76445-b936-5ddc-96f9-970ff2f4b9ac, identifier: 10721236
2026-03-26 04:18:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: f3c76445-b936-5ddc-96f9-970ff2f4b9ac with identifier: 10721236
2026-03-26 04:18:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: f3c76445-b936-5ddc-96f9-970ff2f4b9ac with identifier: 10721236
2026-03-26 04:18:08 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: f3c76445-b936-5ddc-96f9-970ff2f4b9ac with identifier: 10721236 to the API
2026-03-26 04:18:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:18:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721236>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-26T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'f3c76445-b936-5ddc-96f9-970ff2f4b9ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2ABM493',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721236',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 98997,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 10700,
'price_includes_vat': True,
'registration_date': '2021-02-10',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Opel Grandland 1.5 Edition - Diesel - Automatic - 130 hp - 98.997 '
'km',
'transmission': 'automatic',
'trim': 'Edition',
'vin': None,
'year': 2021}
2026-03-26 04:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721236%27 HTTP/1.1" 200 None
2026-03-26 04:18:08 [adesa.be] INFO: Saving data for 10721236: {'auction_closing_time': 1774515600.0, 'created_time': 1774391991.615617, 'last_price_update_time': 1774498688.414605}
2026-03-26 04:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721236') HTTP/1.1" 204 0
2026-03-26 04:18:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721318> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04:18:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0d51f82-4d66-5afd-9184-d0066e188565 with identifier: 10721318
2026-03-26 04:18:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0d51f82-4d66-5afd-9184-d0066e188565 with scrape type 2
2026-03-26 04:18:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0d51f82-4d66-5afd-9184-d0066e188565 with scrape type 2
2026-03-26 04:18:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: a0d51f82-4d66-5afd-9184-d0066e188565, identifier: 10721318
2026-03-26 04:18:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: a0d51f82-4d66-5afd-9184-d0066e188565 with identifier: 10721318
2026-03-26 04:18:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: a0d51f82-4d66-5afd-9184-d0066e188565 with identifier: 10721318
2026-03-26 04:18:08 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: a0d51f82-4d66-5afd-9184-d0066e188565 with identifier: 10721318 to the API
2026-03-26 04:18:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:18:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721318>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Diesel',
'id': 'a0d51f82-4d66-5afd-9184-d0066e188565',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'RD8917',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721318',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Opel',
'model': 'Grandland',
'odometer': 211955,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 7500,
'price_includes_vat': True,
'registration_date': '2021-01-21',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Opel Grandland 1.5 Innovation - Diesel - Automatic - 130 hp - '
'211.955 km',
'transmission': 'automatic',
'trim': 'Innovation',
'vin': None,
'year': 2021}
2026-03-26 04:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721318%27 HTTP/1.1" 200 None
2026-03-26 04:18:08 [adesa.be] INFO: Saving data for 10721318: {'auction_closing_time': 1774533600.0, 'created_time': 1774391977.418917, 'last_price_update_time': 1774498688.919918}
2026-03-26 04:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721318') HTTP/1.1" 204 0
2026-03-26 04:18:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721215> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04:18:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d19d3ae-8249-5326-8923-d29a81acb618 with identifier: 10721215
2026-03-26 04:18:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d19d3ae-8249-5326-8923-d29a81acb618 with scrape type 2
2026-03-26 04:18:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d19d3ae-8249-5326-8923-d29a81acb618 with scrape type 2
2026-03-26 04:18:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 6d19d3ae-8249-5326-8923-d29a81acb618, identifier: 10721215
2026-03-26 04:18:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 6d19d3ae-8249-5326-8923-d29a81acb618 with identifier: 10721215
2026-03-26 04:18:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 6d19d3ae-8249-5326-8923-d29a81acb618 with identifier: 10721215
2026-03-26 04:18:09 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 6d19d3ae-8249-5326-8923-d29a81acb618 with identifier: 10721215 to the API
2026-03-26 04:18:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:18: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-26 04:18:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721215>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': 'Hatchback',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 100,
'expiration_date': '2026-03-26T09:00:00Z',
'fuel_type': 'Petrol',
'id': '6d19d3ae-8249-5326-8923-d29a81acb618',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'TQ7421',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721215',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Opel',
'model': 'Corsa',
'odometer': 46636,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 10100,
'price_includes_vat': True,
'registration_date': '2023-02-09',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Opel Corsa 1.2 Edition - Petrol - Manual - 100 hp - 46.636 km',
'transmission': 'manual',
'trim': 'Edition',
'vin': None,
'year': 2023}
2026-03-26 04:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710721215%27 HTTP/1.1" 200 None
2026-03-26 04:18:09 [adesa.be] INFO: Saving data for 10721215: {'auction_closing_time': 1774515600.0, 'created_time': 1774391981.186888, 'last_price_update_time': 1774498689.401618}
2026-03-26 04:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721215') HTTP/1.1" 204 0
2026-03-26 04:18:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721309> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04:18:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721244> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04:18:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e252dac-3bdd-5b95-9a6e-d1db1af73977 with identifier: 10721309
2026-03-26 04:18:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e252dac-3bdd-5b95-9a6e-d1db1af73977 with scrape type 2
2026-03-26 04:18:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e252dac-3bdd-5b95-9a6e-d1db1af73977 with scrape type 2
2026-03-26 04:18:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 9e252dac-3bdd-5b95-9a6e-d1db1af73977, identifier: 10721309
2026-03-26 04:18:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 9e252dac-3bdd-5b95-9a6e-d1db1af73977 with identifier: 10721309
2026-03-26 04:18:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 9e252dac-3bdd-5b95-9a6e-d1db1af73977 with identifier: 10721309
2026-03-26 04:18:09 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 9e252dac-3bdd-5b95-9a6e-d1db1af73977 with identifier: 10721309 to the API
2026-03-26 04:18:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:18: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-26 04:18:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721309>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': 'Hatchback',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 100,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Petrol',
'id': '9e252dac-3bdd-5b95-9a6e-d1db1af73977',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'TQ7424',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721309',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Opel',
'model': 'Corsa',
'odometer': 45565,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 10100,
'price_includes_vat': True,
'registration_date': '2023-02-09',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Opel Corsa 1.2 Edition - Petrol - Manual - 100 hp - 45.565 km',
'transmission': 'manual',
'trim': 'Edition',
'vin': None,
'year': 2023}
2026-03-26 04:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710721309%27 HTTP/1.1" 200 None
2026-03-26 04:18:09 [adesa.be] INFO: Saving data for 10721309: {'auction_closing_time': 1774533600.0, 'created_time': 1774391983.682884, 'last_price_update_time': 1774498689.892066}
2026-03-26 04:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721309') HTTP/1.1" 204 0
2026-03-26 04:18:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721271> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04:18:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ec6eaa2-57a7-5ba3-8029-b228f085f606 with identifier: 10721244
2026-03-26 04:18:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ec6eaa2-57a7-5ba3-8029-b228f085f606 with scrape type 2
2026-03-26 04:18:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ec6eaa2-57a7-5ba3-8029-b228f085f606 with scrape type 2
2026-03-26 04:18:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 6ec6eaa2-57a7-5ba3-8029-b228f085f606, identifier: 10721244
2026-03-26 04:18:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 6ec6eaa2-57a7-5ba3-8029-b228f085f606 with identifier: 10721244
2026-03-26 04:18:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 6ec6eaa2-57a7-5ba3-8029-b228f085f606 with identifier: 10721244
2026-03-26 04:18:10 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 6ec6eaa2-57a7-5ba3-8029-b228f085f606 with identifier: 10721244 to the API
2026-03-26 04:18:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:18:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721244>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 131,
'expiration_date': '2026-03-26T09:00:00Z',
'fuel_type': 'Petrol',
'id': '6ec6eaa2-57a7-5ba3-8029-b228f085f606',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YQS336',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721244',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Opel',
'model': 'Crossland',
'odometer': 75912,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 7900,
'price_includes_vat': True,
'registration_date': '2020-08-28',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Opel Crossland 1.2 Innovation - Petrol - Manual - 131 hp - 75.912 '
'km',
'transmission': 'manual',
'trim': 'Innovation',
'vin': None,
'year': 2020}
2026-03-26 04:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721244%27 HTTP/1.1" 200 None
2026-03-26 04:18:10 [adesa.be] INFO: Saving data for 10721244: {'auction_closing_time': 1774515600.0, 'created_time': 1774391982.905539, 'last_price_update_time': 1774498690.268674}
2026-03-26 04:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721244') HTTP/1.1" 204 0
2026-03-26 04:18:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c81b9c2-f3c5-54b8-8c06-67f6404f9db3 with identifier: 10721271
2026-03-26 04:18:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c81b9c2-f3c5-54b8-8c06-67f6404f9db3 with scrape type 2
2026-03-26 04:18:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c81b9c2-f3c5-54b8-8c06-67f6404f9db3 with scrape type 2
2026-03-26 04:18:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 6c81b9c2-f3c5-54b8-8c06-67f6404f9db3, identifier: 10721271
2026-03-26 04:18:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 6c81b9c2-f3c5-54b8-8c06-67f6404f9db3 with identifier: 10721271
2026-03-26 04:18:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 6c81b9c2-f3c5-54b8-8c06-67f6404f9db3 with identifier: 10721271
2026-03-26 04:18:10 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 6c81b9c2-f3c5-54b8-8c06-67f6404f9db3 with identifier: 10721271 to the API
2026-03-26 04:18:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:18:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721271>
{'auction_title': '',
'c_o_2_emission_value': 43,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 125,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Hybrid',
'id': '6c81b9c2-f3c5-54b8-8c06-67f6404f9db3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2ACM797',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721271',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': 'X1',
'odometer': 36509,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 19600,
'price_includes_vat': True,
'registration_date': '2021-02-19',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'BMW X1 25e - xDrive - Hybrid - Automatic - 125 hp - 36.509 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2021}
2026-03-26 04:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721271%27 HTTP/1.1" 200 None
2026-03-26 04:18:10 [adesa.be] INFO: Saving data for 10721271: {'auction_closing_time': 1774533600.0, 'created_time': 1774392051.957461, 'last_price_update_time': 1774498690.652794}
2026-03-26 04:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721271') HTTP/1.1" 204 0
2026-03-26 04:18:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721227> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:18:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32ed0630-69f7-56b7-8bfb-68387a379d69 with identifier: 10721227
2026-03-26 04:18:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32ed0630-69f7-56b7-8bfb-68387a379d69 with scrape type 2
2026-03-26 04:18:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 32ed0630-69f7-56b7-8bfb-68387a379d69 with scrape type 2
2026-03-26 04:18:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 32ed0630-69f7-56b7-8bfb-68387a379d69, identifier: 10721227
2026-03-26 04:18:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 32ed0630-69f7-56b7-8bfb-68387a379d69 with identifier: 10721227
2026-03-26 04:18:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 32ed0630-69f7-56b7-8bfb-68387a379d69 with identifier: 10721227
2026-03-26 04:18:10 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 32ed0630-69f7-56b7-8bfb-68387a379d69 with identifier: 10721227 to the API
2026-03-26 04:18:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:18:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721227>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'engine_horse_power': 110,
'expiration_date': '2026-03-26T09:00:00Z',
'fuel_type': 'Petrol',
'id': '32ed0630-69f7-56b7-8bfb-68387a379d69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2DBW364',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721227',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Opel',
'model': 'Astra',
'odometer': 28923,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 12800,
'price_includes_vat': True,
'registration_date': '2023-01-30',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Opel Astra 1.2 Edition - Petrol - Manual - 110 hp - 28.923 km',
'transmission': 'manual',
'trim': 'Edition',
'vin': None,
'year': 2023}
2026-03-26 04:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721227%27 HTTP/1.1" 200 None
2026-03-26 04:18:11 [adesa.be] INFO: Saving data for 10721227: {'auction_closing_time': 1774515600.0, 'created_time': 1774391974.669606, 'last_price_update_time': 1774498691.113251}
2026-03-26 04:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721227') HTTP/1.1" 204 0
2026-03-26 04:18:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721302> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:18:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721212> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:18:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721208> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:18:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 786282d6-299e-524c-99f7-e43484b07f66 with identifier: 10721302
2026-03-26 04:18:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 786282d6-299e-524c-99f7-e43484b07f66 with scrape type 2
2026-03-26 04:18:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 786282d6-299e-524c-99f7-e43484b07f66 with scrape type 2
2026-03-26 04:18:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 786282d6-299e-524c-99f7-e43484b07f66, identifier: 10721302
2026-03-26 04:18:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 786282d6-299e-524c-99f7-e43484b07f66 with identifier: 10721302
2026-03-26 04:18:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 786282d6-299e-524c-99f7-e43484b07f66 with identifier: 10721302
2026-03-26 04:18:11 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 786282d6-299e-524c-99f7-e43484b07f66 with identifier: 10721302 to the API
2026-03-26 04:18:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:18:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721302>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 102,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Petrol',
'id': '786282d6-299e-524c-99f7-e43484b07f66',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YWV967',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721302',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mini',
'model': '5 Doors',
'odometer': 52624,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 12200,
'price_includes_vat': True,
'registration_date': '2021-01-15',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Mini 5 Doors One - Petrol - Manual - 102 hp - 52.624 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2021}
2026-03-26 04:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721302%27 HTTP/1.1" 200 None
2026-03-26 04:18:11 [adesa.be] INFO: Saving data for 10721302: {'auction_closing_time': 1774533600.0, 'created_time': 1774391981.822576, 'last_price_update_time': 1774498691.576734}
2026-03-26 04:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721302') HTTP/1.1" 204 0
2026-03-26 04:18:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c650bce3-26fc-5822-aa27-0f76a81dc4a4 with identifier: 10721212
2026-03-26 04:18:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c650bce3-26fc-5822-aa27-0f76a81dc4a4 with scrape type 2
2026-03-26 04:18:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c650bce3-26fc-5822-aa27-0f76a81dc4a4 with scrape type 2
2026-03-26 04:18:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: c650bce3-26fc-5822-aa27-0f76a81dc4a4, identifier: 10721212
2026-03-26 04:18:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: c650bce3-26fc-5822-aa27-0f76a81dc4a4 with identifier: 10721212
2026-03-26 04:18:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: c650bce3-26fc-5822-aa27-0f76a81dc4a4 with identifier: 10721212
2026-03-26 04:18:11 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: c650bce3-26fc-5822-aa27-0f76a81dc4a4 with identifier: 10721212 to the API
2026-03-26 04:18:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:18:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721212>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 197,
'expiration_date': '2026-03-26T09:00:00Z',
'fuel_type': 'Diesel',
'id': 'c650bce3-26fc-5822-aa27-0f76a81dc4a4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'NL7587',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721212',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'GLC',
'odometer': 44214,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 46900,
'price_includes_vat': True,
'registration_date': '2023-10-11',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Mercedes-Benz GLC 220d AMG Line - 4-Matic - Diesel - Automatic - '
'197 hp - 44.214 km',
'transmission': 'automatic',
'trim': 'AMG Line',
'vin': None,
'year': 2023}
2026-03-26 04:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721212%27 HTTP/1.1" 200 None
2026-03-26 04:18:12 [adesa.be] INFO: Saving data for 10721212: {'auction_closing_time': 1774515600.0, 'created_time': 1774391980.222322, 'last_price_update_time': 1774498692.266386}
2026-03-26 04:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721212') HTTP/1.1" 204 0
2026-03-26 04:18:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c58a3884-71db-5b27-af1f-44be59336556 with identifier: 10721208
2026-03-26 04:18:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c58a3884-71db-5b27-af1f-44be59336556 with scrape type 2
2026-03-26 04:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c58a3884-71db-5b27-af1f-44be59336556 with scrape type 2
2026-03-26 04:18:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: c58a3884-71db-5b27-af1f-44be59336556, identifier: 10721208
2026-03-26 04:18:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721285> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:18:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: c58a3884-71db-5b27-af1f-44be59336556 with identifier: 10721208
2026-03-26 04:18:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: c58a3884-71db-5b27-af1f-44be59336556 with identifier: 10721208
2026-03-26 04:18:12 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: c58a3884-71db-5b27-af1f-44be59336556 with identifier: 10721208 to the API
2026-03-26 04:18:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:18:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721208>
{'auction_title': '',
'c_o_2_emission_value': 43,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 258,
'expiration_date': '2026-03-26T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'c58a3884-71db-5b27-af1f-44be59336556',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BSQ897',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721208',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'MG',
'model': 'EHS',
'odometer': 54187,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 15900,
'price_includes_vat': True,
'registration_date': '2022-03-09',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'MG EHS 1.5 Luxury - Petrol - Automatic - 258 hp - 54.187 km',
'transmission': 'automatic',
'trim': 'Luxury',
'vin': None,
'year': 2022}
2026-03-26 04:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721208%27 HTTP/1.1" 200 None
2026-03-26 04:18:12 [adesa.be] INFO: Saving data for 10721208: {'auction_closing_time': 1774515600.0, 'created_time': 1774391979.536193, 'last_price_update_time': 1774498692.617795}
2026-03-26 04:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721208') HTTP/1.1" 204 0
2026-03-26 04:18:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f043a849-6156-5dc9-909f-52edd5c534e3 with identifier: 10721285
2026-03-26 04:18:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f043a849-6156-5dc9-909f-52edd5c534e3 with scrape type 2
2026-03-26 04:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f043a849-6156-5dc9-909f-52edd5c534e3 with scrape type 2
2026-03-26 04:18:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: f043a849-6156-5dc9-909f-52edd5c534e3, identifier: 10721285
2026-03-26 04:18:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: f043a849-6156-5dc9-909f-52edd5c534e3 with identifier: 10721285
2026-03-26 04:18:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: f043a849-6156-5dc9-909f-52edd5c534e3 with identifier: 10721285
2026-03-26 04:18:12 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: f043a849-6156-5dc9-909f-52edd5c534e3 with identifier: 10721285 to the API
2026-03-26 04:18:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:18:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721285>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 116,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Diesel',
'id': 'f043a849-6156-5dc9-909f-52edd5c534e3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CKM120',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721285',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'GLB',
'odometer': 181867,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 16100,
'price_includes_vat': True,
'registration_date': '2022-08-25',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Mercedes-Benz GLB 180d Business Solution - Diesel - Automatic - 116 '
'hp - 181.867 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2022}
2026-03-26 04:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721285%27 HTTP/1.1" 200 None
2026-03-26 04:18:12 [adesa.be] INFO: Saving data for 10721285: {'auction_closing_time': 1774533600.0, 'created_time': 1774392002.071358, 'last_price_update_time': 1774498692.986371}
2026-03-26 04:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721285') HTTP/1.1" 204 0
2026-03-26 04:18:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721226> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:18:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: edb044c5-dfd0-5b44-ab21-42e59d0132cc with identifier: 10721226
2026-03-26 04:18:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item edb044c5-dfd0-5b44-ab21-42e59d0132cc with scrape type 2
2026-03-26 04:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item edb044c5-dfd0-5b44-ab21-42e59d0132cc with scrape type 2
2026-03-26 04:18:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: edb044c5-dfd0-5b44-ab21-42e59d0132cc, identifier: 10721226
2026-03-26 04:18:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: edb044c5-dfd0-5b44-ab21-42e59d0132cc with identifier: 10721226
2026-03-26 04:18:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: edb044c5-dfd0-5b44-ab21-42e59d0132cc with identifier: 10721226
2026-03-26 04:18:13 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: edb044c5-dfd0-5b44-ab21-42e59d0132cc with identifier: 10721226 to the API
2026-03-26 04:18:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:18:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721226>
{'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': 130,
'expiration_date': '2026-03-26T09:00:00Z',
'fuel_type': 'Petrol',
'id': 'edb044c5-dfd0-5b44-ab21-42e59d0132cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2DRQ681',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721226',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '308',
'odometer': 39256,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 11700,
'price_includes_vat': True,
'registration_date': '2023-06-05',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Peugeot 308 SW 1.2i Active Pack - Petrol - Manual - 130 hp - 39.256 '
'km',
'transmission': 'manual',
'trim': 'Active Pack',
'vin': None,
'year': 2023}
2026-03-26 04:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721226%27 HTTP/1.1" 200 None
2026-03-26 04:18:13 [adesa.be] INFO: Saving data for 10721226: {'auction_closing_time': 1774515600.0, 'created_time': 1774390775.519441, 'last_price_update_time': 1774498693.442632}
2026-03-26 04:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721226') HTTP/1.1" 204 0
2026-03-26 04:18: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-26 04:18:16 [adesa.be] INFO: Found listing with ID: 10722491
2026-03-26 04:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722491%27 HTTP/1.1" 200 None
2026-03-26 04:18:16 [adesa.be] INFO: Scrape type for 10722491: 0
2026-03-26 04:18:16 [adesa.be] INFO: Skipping item 10722491 url https://www.openlane.eu/en/carv6/auction/10722491
2026-03-26 04:18:16 [adesa.be] INFO: Found listing with ID: 10722426
2026-03-26 04:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722426%27 HTTP/1.1" 200 None
2026-03-26 04:18:16 [adesa.be] INFO: Scrape type for 10722426: 0
2026-03-26 04:18:16 [adesa.be] INFO: Skipping item 10722426 url https://www.openlane.eu/en/carv6/auction/10722426
2026-03-26 04:18:16 [adesa.be] INFO: Found listing with ID: 10722697
2026-03-26 04:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722697%27 HTTP/1.1" 200 None
2026-03-26 04:18:16 [adesa.be] INFO: Scrape type for 10722697: 0
2026-03-26 04:18:16 [adesa.be] INFO: Skipping item 10722697 url https://www.openlane.eu/en/carv6/auction/10722697
2026-03-26 04:18:16 [adesa.be] INFO: Found listing with ID: 10722360
2026-03-26 04:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722360%27 HTTP/1.1" 200 None
2026-03-26 04:18:16 [adesa.be] INFO: Scrape type for 10722360: 0
2026-03-26 04:18:16 [adesa.be] INFO: Skipping item 10722360 url https://www.openlane.eu/en/carv6/auction/10722360
2026-03-26 04:18:16 [adesa.be] INFO: Found listing with ID: 10722540
2026-03-26 04:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722540%27 HTTP/1.1" 200 None
2026-03-26 04:18:16 [adesa.be] INFO: Scrape type for 10722540: 0
2026-03-26 04:18:16 [adesa.be] INFO: Skipping item 10722540 url https://www.openlane.eu/en/carv6/auction/10722540
2026-03-26 04:18:16 [adesa.be] INFO: Found listing with ID: 10722400
2026-03-26 04:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722400%27 HTTP/1.1" 200 None
2026-03-26 04:18:16 [adesa.be] INFO: Scrape type for 10722400: 0
2026-03-26 04:18:16 [adesa.be] INFO: Skipping item 10722400 url https://www.openlane.eu/en/carv6/auction/10722400
2026-03-26 04:18:16 [adesa.be] INFO: Found listing with ID: 10722597
2026-03-26 04:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722597%27 HTTP/1.1" 200 None
2026-03-26 04:18:16 [adesa.be] INFO: Scrape type for 10722597: 0
2026-03-26 04:18:16 [adesa.be] INFO: Skipping item 10722597 url https://www.openlane.eu/en/carv6/auction/10722597
2026-03-26 04:18:16 [adesa.be] INFO: Found listing with ID: 10722598
2026-03-26 04:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722598%27 HTTP/1.1" 200 None
2026-03-26 04:18:16 [adesa.be] INFO: Scrape type for 10722598: 0
2026-03-26 04:18:16 [adesa.be] INFO: Skipping item 10722598 url https://www.openlane.eu/en/carv6/auction/10722598
2026-03-26 04:18:16 [adesa.be] INFO: Found listing with ID: 10722492
2026-03-26 04:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722492%27 HTTP/1.1" 200 None
2026-03-26 04:18:16 [adesa.be] INFO: Scrape type for 10722492: 0
2026-03-26 04:18:16 [adesa.be] INFO: Skipping item 10722492 url https://www.openlane.eu/en/carv6/auction/10722492
2026-03-26 04:18:16 [adesa.be] INFO: Found listing with ID: 10722445
2026-03-26 04:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722445%27 HTTP/1.1" 200 None
2026-03-26 04:18:16 [adesa.be] INFO: Scrape type for 10722445: 0
2026-03-26 04:18:16 [adesa.be] INFO: Skipping item 10722445 url https://www.openlane.eu/en/carv6/auction/10722445
2026-03-26 04:18:16 [adesa.be] INFO: Found listing with ID: 10722568
2026-03-26 04:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722568%27 HTTP/1.1" 200 None
2026-03-26 04:18:16 [adesa.be] INFO: Scrape type for 10722568: 0
2026-03-26 04:18:16 [adesa.be] INFO: Skipping item 10722568 url https://www.openlane.eu/en/carv6/auction/10722568
2026-03-26 04:18:16 [adesa.be] INFO: Found listing with ID: 10722370
2026-03-26 04:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722370%27 HTTP/1.1" 200 None
2026-03-26 04:18:16 [adesa.be] INFO: Scrape type for 10722370: 0
2026-03-26 04:18:16 [adesa.be] INFO: Skipping item 10722370 url https://www.openlane.eu/en/carv6/auction/10722370
2026-03-26 04:18:16 [adesa.be] INFO: Found listing with ID: 10722664
2026-03-26 04:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722664%27 HTTP/1.1" 200 None
2026-03-26 04:18:16 [adesa.be] INFO: Scrape type for 10722664: 0
2026-03-26 04:18:16 [adesa.be] INFO: Skipping item 10722664 url https://www.openlane.eu/en/carv6/auction/10722664
2026-03-26 04:18:16 [adesa.be] INFO: Found listing with ID: 10722637
2026-03-26 04:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722637%27 HTTP/1.1" 200 None
2026-03-26 04:18:16 [adesa.be] INFO: Scrape type for 10722637: 0
2026-03-26 04:18:16 [adesa.be] INFO: Skipping item 10722637 url https://www.openlane.eu/en/carv6/auction/10722637
2026-03-26 04:18:16 [adesa.be] INFO: Found listing with ID: 10722665
2026-03-26 04:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722665%27 HTTP/1.1" 200 None
2026-03-26 04:18:16 [adesa.be] INFO: Scrape type for 10722665: 0
2026-03-26 04:18:16 [adesa.be] INFO: Skipping item 10722665 url https://www.openlane.eu/en/carv6/auction/10722665
2026-03-26 04:18:16 [adesa.be] INFO: Found listing with ID: 10722553
2026-03-26 04:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722553%27 HTTP/1.1" 200 None
2026-03-26 04:18:16 [adesa.be] INFO: Scrape type for 10722553: 0
2026-03-26 04:18:16 [adesa.be] INFO: Skipping item 10722553 url https://www.openlane.eu/en/carv6/auction/10722553
2026-03-26 04:18:16 [adesa.be] INFO: Found listing with ID: 10722636
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722636%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722636: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722636 url https://www.openlane.eu/en/carv6/auction/10722636
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722579
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722579%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722579: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722579 url https://www.openlane.eu/en/carv6/auction/10722579
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722635
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722635%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722635: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722635 url https://www.openlane.eu/en/carv6/auction/10722635
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722407
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722407%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722407: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722407 url https://www.openlane.eu/en/carv6/auction/10722407
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722428
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722428%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722428: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722428 url https://www.openlane.eu/en/carv6/auction/10722428
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722474
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722474%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722474: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722474 url https://www.openlane.eu/en/carv6/auction/10722474
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722666
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722666%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722666: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722666 url https://www.openlane.eu/en/carv6/auction/10722666
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722580
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722580%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722580: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722580 url https://www.openlane.eu/en/carv6/auction/10722580
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722427
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722427%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722427: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722427 url https://www.openlane.eu/en/carv6/auction/10722427
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722516
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722516%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722516: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722516 url https://www.openlane.eu/en/carv6/auction/10722516
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722562
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722562%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722562: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722562 url https://www.openlane.eu/en/carv6/auction/10722562
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722698
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722698%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722698: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722698 url https://www.openlane.eu/en/carv6/auction/10722698
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722667
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722667%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722667: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722667 url https://www.openlane.eu/en/carv6/auction/10722667
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722493
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722493%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722493: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722493 url https://www.openlane.eu/en/carv6/auction/10722493
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722371
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722371%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722371: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722371 url https://www.openlane.eu/en/carv6/auction/10722371
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722639
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722639%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722639: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722639 url https://www.openlane.eu/en/carv6/auction/10722639
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722446
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722446%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722446: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722446 url https://www.openlane.eu/en/carv6/auction/10722446
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722517
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722517%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722517: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722517 url https://www.openlane.eu/en/carv6/auction/10722517
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722530
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722530%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722530: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722530 url https://www.openlane.eu/en/carv6/auction/10722530
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722429
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722429%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722429: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722429 url https://www.openlane.eu/en/carv6/auction/10722429
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722616
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722616%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722616: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722616 url https://www.openlane.eu/en/carv6/auction/10722616
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722638
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722638%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722638: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722638 url https://www.openlane.eu/en/carv6/auction/10722638
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722518
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722518%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722518: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722518 url https://www.openlane.eu/en/carv6/auction/10722518
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722699
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722699%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722699: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722699 url https://www.openlane.eu/en/carv6/auction/10722699
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722555
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722555%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722555: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722555 url https://www.openlane.eu/en/carv6/auction/10722555
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722569
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722569%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722569: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722569 url https://www.openlane.eu/en/carv6/auction/10722569
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722556
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722556%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722556: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722556 url https://www.openlane.eu/en/carv6/auction/10722556
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722541
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722541%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722541: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722541 url https://www.openlane.eu/en/carv6/auction/10722541
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722599
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722599%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722599: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722599 url https://www.openlane.eu/en/carv6/auction/10722599
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722581
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722581%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722581: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722581 url https://www.openlane.eu/en/carv6/auction/10722581
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722570
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722570%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722570: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722570 url https://www.openlane.eu/en/carv6/auction/10722570
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722615
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722615%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722615: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722615 url https://www.openlane.eu/en/carv6/auction/10722615
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722408
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722408%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722408: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722408 url https://www.openlane.eu/en/carv6/auction/10722408
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722494
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722494%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722494: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722494 url https://www.openlane.eu/en/carv6/auction/10722494
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722409
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722409%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722409: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722409 url https://www.openlane.eu/en/carv6/auction/10722409
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722447
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722447%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722447: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722447 url https://www.openlane.eu/en/carv6/auction/10722447
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722372
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722372%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722372: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722372 url https://www.openlane.eu/en/carv6/auction/10722372
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722410
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722410%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722410: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722410 url https://www.openlane.eu/en/carv6/auction/10722410
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722475
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722475%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722475: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722475 url https://www.openlane.eu/en/carv6/auction/10722475
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722519
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722519%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722519: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722519 url https://www.openlane.eu/en/carv6/auction/10722519
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722617
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722617%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722617: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722617 url https://www.openlane.eu/en/carv6/auction/10722617
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722365
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722365%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722365: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722365 url https://www.openlane.eu/en/carv6/auction/10722365
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722669
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722669%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722669: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722669 url https://www.openlane.eu/en/carv6/auction/10722669
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722700
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722700%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722700: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722700 url https://www.openlane.eu/en/carv6/auction/10722700
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722411
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722411%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722411: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722411 url https://www.openlane.eu/en/carv6/auction/10722411
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722476
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722476%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722476: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722476 url https://www.openlane.eu/en/carv6/auction/10722476
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722430
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722430%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722430: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722430 url https://www.openlane.eu/en/carv6/auction/10722430
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722462
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722462%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722462: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722462 url https://www.openlane.eu/en/carv6/auction/10722462
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722582
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722582%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722582: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722582 url https://www.openlane.eu/en/carv6/auction/10722582
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722495
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722495%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722495: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722495 url https://www.openlane.eu/en/carv6/auction/10722495
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722600
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722600%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722600: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722600 url https://www.openlane.eu/en/carv6/auction/10722600
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722601
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722601%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722601: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722601 url https://www.openlane.eu/en/carv6/auction/10722601
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722448
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722448%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722448: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722448 url https://www.openlane.eu/en/carv6/auction/10722448
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722449
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722449%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722449: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722449 url https://www.openlane.eu/en/carv6/auction/10722449
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722380
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722380%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722380: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722380 url https://www.openlane.eu/en/carv6/auction/10722380
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722557
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722557%27 HTTP/1.1" 200 None
2026-03-26 04:18:17 [adesa.be] INFO: Scrape type for 10722557: 0
2026-03-26 04:18:17 [adesa.be] INFO: Skipping item 10722557 url https://www.openlane.eu/en/carv6/auction/10722557
2026-03-26 04:18:17 [adesa.be] INFO: Found listing with ID: 10722450
2026-03-26 04:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722450%27 HTTP/1.1" 200 None
2026-03-26 04:18:18 [adesa.be] INFO: Scrape type for 10722450: 0
2026-03-26 04:18:18 [adesa.be] INFO: Skipping item 10722450 url https://www.openlane.eu/en/carv6/auction/10722450
2026-03-26 04:18:18 [adesa.be] INFO: Found listing with ID: 10722412
2026-03-26 04:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722412%27 HTTP/1.1" 200 None
2026-03-26 04:18:18 [adesa.be] INFO: Scrape type for 10722412: 0
2026-03-26 04:18:18 [adesa.be] INFO: Skipping item 10722412 url https://www.openlane.eu/en/carv6/auction/10722412
2026-03-26 04:18:18 [adesa.be] INFO: Found listing with ID: 10722618
2026-03-26 04:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722618%27 HTTP/1.1" 200 None
2026-03-26 04:18:18 [adesa.be] INFO: Scrape type for 10722618: 0
2026-03-26 04:18:18 [adesa.be] INFO: Skipping item 10722618 url https://www.openlane.eu/en/carv6/auction/10722618
2026-03-26 04:18:18 [adesa.be] INFO: Found listing with ID: 10722366
2026-03-26 04:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722366%27 HTTP/1.1" 200 None
2026-03-26 04:18:18 [adesa.be] INFO: Scrape type for 10722366: 0
2026-03-26 04:18:18 [adesa.be] INFO: Skipping item 10722366 url https://www.openlane.eu/en/carv6/auction/10722366
2026-03-26 04:18:18 [adesa.be] INFO: Found listing with ID: 10722401
2026-03-26 04:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722401%27 HTTP/1.1" 200 None
2026-03-26 04:18:18 [adesa.be] INFO: Scrape type for 10722401: 0
2026-03-26 04:18:18 [adesa.be] INFO: Skipping item 10722401 url https://www.openlane.eu/en/carv6/auction/10722401
2026-03-26 04:18:18 [adesa.be] INFO: Found listing with ID: 10722619
2026-03-26 04:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722619%27 HTTP/1.1" 200 None
2026-03-26 04:18:18 [adesa.be] INFO: Scrape type for 10722619: 0
2026-03-26 04:18:18 [adesa.be] INFO: Skipping item 10722619 url https://www.openlane.eu/en/carv6/auction/10722619
2026-03-26 04:18:18 [adesa.be] INFO: Found listing with ID: 10722542
2026-03-26 04:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722542%27 HTTP/1.1" 200 None
2026-03-26 04:18:18 [adesa.be] INFO: Scrape type for 10722542: 0
2026-03-26 04:18:18 [adesa.be] INFO: Skipping item 10722542 url https://www.openlane.eu/en/carv6/auction/10722542
2026-03-26 04:18:18 [adesa.be] INFO: Found listing with ID: 10722620
2026-03-26 04:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722620%27 HTTP/1.1" 200 None
2026-03-26 04:18:18 [adesa.be] INFO: Scrape type for 10722620: 0
2026-03-26 04:18:18 [adesa.be] INFO: Skipping item 10722620 url https://www.openlane.eu/en/carv6/auction/10722620
2026-03-26 04:18:18 [adesa.be] INFO: Found listing with ID: 10722413
2026-03-26 04:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722413%27 HTTP/1.1" 200 None
2026-03-26 04:18:18 [adesa.be] INFO: Scrape type for 10722413: 0
2026-03-26 04:18:18 [adesa.be] INFO: Skipping item 10722413 url https://www.openlane.eu/en/carv6/auction/10722413
2026-03-26 04:18:18 [adesa.be] INFO: Found listing with ID: 10722670
2026-03-26 04:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722670%27 HTTP/1.1" 200 None
2026-03-26 04:18:18 [adesa.be] INFO: Scrape type for 10722670: 0
2026-03-26 04:18:18 [adesa.be] INFO: Skipping item 10722670 url https://www.openlane.eu/en/carv6/auction/10722670
2026-03-26 04:18:18 [adesa.be] INFO: Found listing with ID: 10722671
2026-03-26 04:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722671%27 HTTP/1.1" 200 None
2026-03-26 04:18:18 [adesa.be] INFO: Scrape type for 10722671: 0
2026-03-26 04:18:18 [adesa.be] INFO: Skipping item 10722671 url https://www.openlane.eu/en/carv6/auction/10722671
2026-03-26 04:18:18 [adesa.be] INFO: Found listing with ID: 10722520
2026-03-26 04:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722520%27 HTTP/1.1" 200 None
2026-03-26 04:18:18 [adesa.be] INFO: Scrape type for 10722520: 0
2026-03-26 04:18:18 [adesa.be] INFO: Skipping item 10722520 url https://www.openlane.eu/en/carv6/auction/10722520
2026-03-26 04:18:18 [adesa.be] INFO: Found listing with ID: 10722621
2026-03-26 04:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722621%27 HTTP/1.1" 200 None
2026-03-26 04:18:18 [adesa.be] INFO: Scrape type for 10722621: 0
2026-03-26 04:18:18 [adesa.be] INFO: Skipping item 10722621 url https://www.openlane.eu/en/carv6/auction/10722621
2026-03-26 04:18:18 [adesa.be] INFO: Found listing with ID: 10722701
2026-03-26 04:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722701%27 HTTP/1.1" 200 None
2026-03-26 04:18:18 [adesa.be] INFO: Scrape type for 10722701: 0
2026-03-26 04:18:18 [adesa.be] INFO: Skipping item 10722701 url https://www.openlane.eu/en/carv6/auction/10722701
2026-03-26 04:18:18 [adesa.be] INFO: Found listing with ID: 10722463
2026-03-26 04:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722463%27 HTTP/1.1" 200 None
2026-03-26 04:18:18 [adesa.be] INFO: Scrape type for 10722463: 0
2026-03-26 04:18:18 [adesa.be] INFO: Skipping item 10722463 url https://www.openlane.eu/en/carv6/auction/10722463
2026-03-26 04:18:18 [adesa.be] INFO: Found listing with ID: 10722521
2026-03-26 04:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722521%27 HTTP/1.1" 200 None
2026-03-26 04:18:18 [adesa.be] INFO: Scrape type for 10722521: 0
2026-03-26 04:18:18 [adesa.be] INFO: Skipping item 10722521 url https://www.openlane.eu/en/carv6/auction/10722521
2026-03-26 04:18:18 [adesa.be] INFO: Found listing with ID: 10722531
2026-03-26 04:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722531%27 HTTP/1.1" 200 None
2026-03-26 04:18:18 [adesa.be] INFO: Scrape type for 10722531: 0
2026-03-26 04:18:18 [adesa.be] INFO: Skipping item 10722531 url https://www.openlane.eu/en/carv6/auction/10722531
2026-03-26 04:18:18 [adesa.be] INFO: Found listing with ID: 10722640
2026-03-26 04:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722640%27 HTTP/1.1" 200 None
2026-03-26 04:18:18 [adesa.be] INFO: Scrape type for 10722640: 0
2026-03-26 04:18:18 [adesa.be] INFO: Skipping item 10722640 url https://www.openlane.eu/en/carv6/auction/10722640
2026-03-26 04:18:18 [adesa.be] INFO: Found listing with ID: 10722451
2026-03-26 04:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722451%27 HTTP/1.1" 200 None
2026-03-26 04:18:18 [adesa.be] INFO: Scrape type for 10722451: 0
2026-03-26 04:18:18 [adesa.be] INFO: Skipping item 10722451 url https://www.openlane.eu/en/carv6/auction/10722451
2026-03-26 04:18:18 [adesa.be] INFO: Found listing with ID: 10722643
2026-03-26 04:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722643%27 HTTP/1.1" 200 None
2026-03-26 04:18:18 [adesa.be] INFO: Scrape type for 10722643: 0
2026-03-26 04:18:18 [adesa.be] INFO: Skipping item 10722643 url https://www.openlane.eu/en/carv6/auction/10722643
2026-03-26 04:18:18 [adesa.be] INFO: Found listing with ID: 10722393
2026-03-26 04:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722393%27 HTTP/1.1" 200 None
2026-03-26 04:18:18 [adesa.be] INFO: Scrape type for 10722393: 0
2026-03-26 04:18:18 [adesa.be] INFO: Skipping item 10722393 url https://www.openlane.eu/en/carv6/auction/10722393
2026-03-26 04:18:18 [adesa.be] INFO: Found listing with ID: 10722523
2026-03-26 04:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722523%27 HTTP/1.1" 200 None
2026-03-26 04:18:18 [adesa.be] INFO: Scrape type for 10722523: 0
2026-03-26 04:18:18 [adesa.be] INFO: Skipping item 10722523 url https://www.openlane.eu/en/carv6/auction/10722523
2026-03-26 04:18:18 [adesa.be] INFO: Found listing with ID: 10722622
2026-03-26 04:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722622%27 HTTP/1.1" 200 None
2026-03-26 04:18:18 [adesa.be] INFO: Scrape type for 10722622: 0
2026-03-26 04:18:18 [adesa.be] INFO: Skipping item 10722622 url https://www.openlane.eu/en/carv6/auction/10722622
2026-03-26 04:18:18 [adesa.be] INFO: Found listing with ID: 10722432
2026-03-26 04:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722432%27 HTTP/1.1" 200 None
2026-03-26 04:18:18 [adesa.be] INFO: Scrape type for 10722432: 0
2026-03-26 04:18:18 [adesa.be] INFO: Skipping item 10722432 url https://www.openlane.eu/en/carv6/auction/10722432
2026-03-26 04:18:18 [adesa.be] INFO: Found listing with ID: 10722478
2026-03-26 04:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722478%27 HTTP/1.1" 200 None
2026-03-26 04:18:18 [adesa.be] INFO: Scrape type for 10722478: 0
2026-03-26 04:18:18 [adesa.be] INFO: Skipping item 10722478 url https://www.openlane.eu/en/carv6/auction/10722478
2026-03-26 04:18:18 [adesa.be] INFO: Found listing with ID: 10722373
2026-03-26 04:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722373%27 HTTP/1.1" 200 None
2026-03-26 04:18:18 [adesa.be] INFO: Scrape type for 10722373: 0
2026-03-26 04:18:18 [adesa.be] INFO: Skipping item 10722373 url https://www.openlane.eu/en/carv6/auction/10722373
2026-03-26 04:18:18 [adesa.be] INFO: Found listing with ID: 10722402
2026-03-26 04:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722402%27 HTTP/1.1" 200 None
2026-03-26 04:18:18 [adesa.be] INFO: Scrape type for 10722402: 0
2026-03-26 04:18:18 [adesa.be] INFO: Skipping item 10722402 url https://www.openlane.eu/en/carv6/auction/10722402
2026-03-26 04:18:18 [adesa.be] INFO: Found listing with ID: 10722522
2026-03-26 04:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722522%27 HTTP/1.1" 200 None
2026-03-26 04:18:18 [adesa.be] INFO: Scrape type for 10722522: 0
2026-03-26 04:18:18 [adesa.be] INFO: Skipping item 10722522 url https://www.openlane.eu/en/carv6/auction/10722522
2026-03-26 04: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-26 04:18:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10721294> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:18:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bca1faae-2918-51d5-8dc9-2d33461494f0 with identifier: 10721294
2026-03-26 04:18:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bca1faae-2918-51d5-8dc9-2d33461494f0 with scrape type 2
2026-03-26 04:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bca1faae-2918-51d5-8dc9-2d33461494f0 with scrape type 2
2026-03-26 04:18:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: bca1faae-2918-51d5-8dc9-2d33461494f0, identifier: 10721294
2026-03-26 04:18:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: bca1faae-2918-51d5-8dc9-2d33461494f0 with identifier: 10721294
2026-03-26 04:18:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: bca1faae-2918-51d5-8dc9-2d33461494f0 with identifier: 10721294
2026-03-26 04:18:38 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: bca1faae-2918-51d5-8dc9-2d33461494f0 with identifier: 10721294 to the API
2026-03-26 04:18:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:18:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10721294>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 130,
'expiration_date': '2026-03-26T14:00:00Z',
'fuel_type': 'Diesel',
'id': 'bca1faae-2918-51d5-8dc9-2d33461494f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BPQ211',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10721294',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '3008',
'odometer': 124643,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13600,
'price_includes_vat': True,
'registration_date': '2022-02-07',
'seats_number': 5,
'seller_name': 'ARVAL Belgium',
'title': 'Peugeot 3008 1.5 HDI GT - Diesel - Automatic - 130 hp - 124.643 km',
'transmission': 'automatic',
'trim': 'GT',
'vin': None,
'year': 2022}
2026-03-26 04:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710721294%27 HTTP/1.1" 200 None
2026-03-26 04:18:38 [adesa.be] INFO: Saving data for 10721294: {'auction_closing_time': 1774533600.0, 'created_time': 1774391961.591846, 'last_price_update_time': 1774498718.895611}
2026-03-26 04:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10721294') HTTP/1.1" 204 0
2026-03-26 04:18:50 [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-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722396
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722396%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722396: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722396 url https://www.openlane.eu/en/carv6/auction/10722396
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722641
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722641%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722641: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722641 url https://www.openlane.eu/en/carv6/auction/10722641
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722603
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722603%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722603: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722603 url https://www.openlane.eu/en/carv6/auction/10722603
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722558
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722558%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722558: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722558 url https://www.openlane.eu/en/carv6/auction/10722558
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722431
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722431%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722431: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722431 url https://www.openlane.eu/en/carv6/auction/10722431
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722571
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722571%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722571: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722571 url https://www.openlane.eu/en/carv6/auction/10722571
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722381
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722381%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722381: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722381 url https://www.openlane.eu/en/carv6/auction/10722381
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722497
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722497%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722497: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722497 url https://www.openlane.eu/en/carv6/auction/10722497
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722675
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722675%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722675: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722675 url https://www.openlane.eu/en/carv6/auction/10722675
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722452
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722452%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722452: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722452 url https://www.openlane.eu/en/carv6/auction/10722452
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722464
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722464%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722464: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722464 url https://www.openlane.eu/en/carv6/auction/10722464
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722602
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722602%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722602: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722602 url https://www.openlane.eu/en/carv6/auction/10722602
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722465
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722465%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722465: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722465 url https://www.openlane.eu/en/carv6/auction/10722465
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722477
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722477%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722477: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722477 url https://www.openlane.eu/en/carv6/auction/10722477
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722583
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722583%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722583: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722583 url https://www.openlane.eu/en/carv6/auction/10722583
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722394
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722394%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722394: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722394 url https://www.openlane.eu/en/carv6/auction/10722394
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722414
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722414%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722414: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722414 url https://www.openlane.eu/en/carv6/auction/10722414
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722563
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722563%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722563: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722563 url https://www.openlane.eu/en/carv6/auction/10722563
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722672
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722672%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722672: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722672 url https://www.openlane.eu/en/carv6/auction/10722672
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722673
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722673%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722673: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722673 url https://www.openlane.eu/en/carv6/auction/10722673
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722466
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722466%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722466: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722466 url https://www.openlane.eu/en/carv6/auction/10722466
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722543
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722543%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722543: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722543 url https://www.openlane.eu/en/carv6/auction/10722543
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722479
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722479%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722479: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722479 url https://www.openlane.eu/en/carv6/auction/10722479
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722702
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722702%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722702: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722702 url https://www.openlane.eu/en/carv6/auction/10722702
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722378
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722378%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722378: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722378 url https://www.openlane.eu/en/carv6/auction/10722378
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722395
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722395%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722395: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722395 url https://www.openlane.eu/en/carv6/auction/10722395
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722415
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722415%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722415: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722415 url https://www.openlane.eu/en/carv6/auction/10722415
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722496
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722496%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722496: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722496 url https://www.openlane.eu/en/carv6/auction/10722496
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722379
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722379%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722379: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722379 url https://www.openlane.eu/en/carv6/auction/10722379
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722674
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722674%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722674: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722674 url https://www.openlane.eu/en/carv6/auction/10722674
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722389
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722389%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722389: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722389 url https://www.openlane.eu/en/carv6/auction/10722389
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722642
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722642%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722642: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722642 url https://www.openlane.eu/en/carv6/auction/10722642
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722374
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722374%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722374: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722374 url https://www.openlane.eu/en/carv6/auction/10722374
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722453
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722453%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722453: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722453 url https://www.openlane.eu/en/carv6/auction/10722453
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722390
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722390%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722390: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722390 url https://www.openlane.eu/en/carv6/auction/10722390
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722564
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722564%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722564: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722564 url https://www.openlane.eu/en/carv6/auction/10722564
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722498
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722498%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722498: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722498 url https://www.openlane.eu/en/carv6/auction/10722498
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722416
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722416%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722416: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722416 url https://www.openlane.eu/en/carv6/auction/10722416
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722377
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722377%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722377: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722377 url https://www.openlane.eu/en/carv6/auction/10722377
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722572
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722572%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722572: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722572 url https://www.openlane.eu/en/carv6/auction/10722572
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722397
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722397%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722397: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722397 url https://www.openlane.eu/en/carv6/auction/10722397
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722499
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722499%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722499: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722499 url https://www.openlane.eu/en/carv6/auction/10722499
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722391
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722391%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722391: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722391 url https://www.openlane.eu/en/carv6/auction/10722391
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722623
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722623%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722623: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722623 url https://www.openlane.eu/en/carv6/auction/10722623
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722573
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722573%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722573: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722573 url https://www.openlane.eu/en/carv6/auction/10722573
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722644
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722644%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722644: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722644 url https://www.openlane.eu/en/carv6/auction/10722644
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722703
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722703%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722703: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722703 url https://www.openlane.eu/en/carv6/auction/10722703
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722433
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722433%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722433: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722433 url https://www.openlane.eu/en/carv6/auction/10722433
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722454
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722454%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722454: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722454 url https://www.openlane.eu/en/carv6/auction/10722454
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722704
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722704%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722704: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722704 url https://www.openlane.eu/en/carv6/auction/10722704
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722434
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722434%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722434: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722434 url https://www.openlane.eu/en/carv6/auction/10722434
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722624
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722624%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722624: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722624 url https://www.openlane.eu/en/carv6/auction/10722624
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722544
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722544%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722544: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722544 url https://www.openlane.eu/en/carv6/auction/10722544
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722676
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722676%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722676: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722676 url https://www.openlane.eu/en/carv6/auction/10722676
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722584
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722584%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722584: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722584 url https://www.openlane.eu/en/carv6/auction/10722584
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722646
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722646%27 HTTP/1.1" 200 None
2026-03-26 04:18:51 [adesa.be] INFO: Scrape type for 10722646: 0
2026-03-26 04:18:51 [adesa.be] INFO: Skipping item 10722646 url https://www.openlane.eu/en/carv6/auction/10722646
2026-03-26 04:18:51 [adesa.be] INFO: Found listing with ID: 10722647
2026-03-26 04:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722647%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722647: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722647 url https://www.openlane.eu/en/carv6/auction/10722647
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722625
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722625%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722625: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722625 url https://www.openlane.eu/en/carv6/auction/10722625
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722705
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722705%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722705: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722705 url https://www.openlane.eu/en/carv6/auction/10722705
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722545
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722545%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722545: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722545 url https://www.openlane.eu/en/carv6/auction/10722545
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722501
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722501%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722501: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722501 url https://www.openlane.eu/en/carv6/auction/10722501
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722500
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722500%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722500: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722500 url https://www.openlane.eu/en/carv6/auction/10722500
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722455
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722455%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722455: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722455 url https://www.openlane.eu/en/carv6/auction/10722455
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722648
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722648%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722648: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722648 url https://www.openlane.eu/en/carv6/auction/10722648
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722467
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722467%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722467: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722467 url https://www.openlane.eu/en/carv6/auction/10722467
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722626
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722626%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722626: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722626 url https://www.openlane.eu/en/carv6/auction/10722626
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722585
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722585%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722585: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722585 url https://www.openlane.eu/en/carv6/auction/10722585
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722435
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722435%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722435: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722435 url https://www.openlane.eu/en/carv6/auction/10722435
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722436
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722436%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722436: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722436 url https://www.openlane.eu/en/carv6/auction/10722436
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722586
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722586%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722586: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722586 url https://www.openlane.eu/en/carv6/auction/10722586
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722367
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722367%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722367: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722367 url https://www.openlane.eu/en/carv6/auction/10722367
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722382
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722382%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722382: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722382 url https://www.openlane.eu/en/carv6/auction/10722382
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722546
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722546%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722546: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722546 url https://www.openlane.eu/en/carv6/auction/10722546
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722532
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722532%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722532: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722532 url https://www.openlane.eu/en/carv6/auction/10722532
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722503
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722503%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722503: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722503 url https://www.openlane.eu/en/carv6/auction/10722503
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722481
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722481%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722481: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722481 url https://www.openlane.eu/en/carv6/auction/10722481
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722437
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722437%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722437: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722437 url https://www.openlane.eu/en/carv6/auction/10722437
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722502
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722502%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722502: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722502 url https://www.openlane.eu/en/carv6/auction/10722502
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722504
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722504%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722504: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722504 url https://www.openlane.eu/en/carv6/auction/10722504
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722677
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722677%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722677: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722677 url https://www.openlane.eu/en/carv6/auction/10722677
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722547
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722547%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722547: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722547 url https://www.openlane.eu/en/carv6/auction/10722547
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722587
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722587%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722587: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722587 url https://www.openlane.eu/en/carv6/auction/10722587
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722649
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722649%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722649: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722649 url https://www.openlane.eu/en/carv6/auction/10722649
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722706
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722706%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722706: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722706 url https://www.openlane.eu/en/carv6/auction/10722706
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722403
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722403%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722403: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722403 url https://www.openlane.eu/en/carv6/auction/10722403
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722456
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722456%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722456: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722456 url https://www.openlane.eu/en/carv6/auction/10722456
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722627
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722627%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722627: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722627 url https://www.openlane.eu/en/carv6/auction/10722627
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722505
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722505%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722505: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722505 url https://www.openlane.eu/en/carv6/auction/10722505
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722419
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722419%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722419: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722419 url https://www.openlane.eu/en/carv6/auction/10722419
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722482
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722482%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722482: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722482 url https://www.openlane.eu/en/carv6/auction/10722482
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722480
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722480%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722480: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722480 url https://www.openlane.eu/en/carv6/auction/10722480
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722708
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722708%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722708: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722708 url https://www.openlane.eu/en/carv6/auction/10722708
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722707
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722707%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722707: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722707 url https://www.openlane.eu/en/carv6/auction/10722707
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722628
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722628%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722628: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722628 url https://www.openlane.eu/en/carv6/auction/10722628
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722709
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722709%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722709: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722709 url https://www.openlane.eu/en/carv6/auction/10722709
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722604
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722604%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722604: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722604 url https://www.openlane.eu/en/carv6/auction/10722604
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722605
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722605%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722605: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722605 url https://www.openlane.eu/en/carv6/auction/10722605
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722438
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722438%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722438: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722438 url https://www.openlane.eu/en/carv6/auction/10722438
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722574
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722574%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722574: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722574 url https://www.openlane.eu/en/carv6/auction/10722574
2026-03-26 04:18:52 [adesa.be] INFO: Found listing with ID: 10722468
2026-03-26 04:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722468%27 HTTP/1.1" 200 None
2026-03-26 04:18:52 [adesa.be] INFO: Scrape type for 10722468: 0
2026-03-26 04:18:52 [adesa.be] INFO: Skipping item 10722468 url https://www.openlane.eu/en/carv6/auction/10722468
2026-03-26 04:18:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:18:55 [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-26 04:18:55 [adesa.be] INFO: Found listing with ID: 10716167
2026-03-26 04:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716167%27 HTTP/1.1" 200 None
2026-03-26 04:18:55 [adesa.be] INFO: Scrape type for 10716167: 0
2026-03-26 04:18:55 [adesa.be] INFO: Skipping item 10716167 url https://www.openlane.eu/en/carv6/auction/10716167
2026-03-26 04:18:55 [adesa.be] INFO: Found listing with ID: 10716159
2026-03-26 04:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716159%27 HTTP/1.1" 200 None
2026-03-26 04:18:55 [adesa.be] INFO: Scrape type for 10716159: 0
2026-03-26 04:18:55 [adesa.be] INFO: Skipping item 10716159 url https://www.openlane.eu/en/carv6/auction/10716159
2026-03-26 04:18:55 [adesa.be] INFO: Found listing with ID: 10716156
2026-03-26 04:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716156%27 HTTP/1.1" 200 None
2026-03-26 04:18:55 [adesa.be] INFO: Scrape type for 10716156: 0
2026-03-26 04:18:55 [adesa.be] INFO: Skipping item 10716156 url https://www.openlane.eu/en/carv6/auction/10716156
2026-03-26 04:18:55 [adesa.be] INFO: Found listing with ID: 10716157
2026-03-26 04:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716157%27 HTTP/1.1" 200 None
2026-03-26 04:18:55 [adesa.be] INFO: Scrape type for 10716157: 0
2026-03-26 04:18:55 [adesa.be] INFO: Skipping item 10716157 url https://www.openlane.eu/en/carv6/auction/10716157
2026-03-26 04:18:55 [adesa.be] INFO: Found listing with ID: 10722678
2026-03-26 04:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722678%27 HTTP/1.1" 200 None
2026-03-26 04:18:55 [adesa.be] INFO: Scrape type for 10722678: 0
2026-03-26 04:18:55 [adesa.be] INFO: Skipping item 10722678 url https://www.openlane.eu/en/carv6/auction/10722678
2026-03-26 04:18:55 [adesa.be] INFO: Found listing with ID: 10722420
2026-03-26 04:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722420%27 HTTP/1.1" 200 None
2026-03-26 04:18:55 [adesa.be] INFO: Scrape type for 10722420: 0
2026-03-26 04:18:55 [adesa.be] INFO: Skipping item 10722420 url https://www.openlane.eu/en/carv6/auction/10722420
2026-03-26 04:18:55 [adesa.be] INFO: Found listing with ID: 10722533
2026-03-26 04:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722533%27 HTTP/1.1" 200 None
2026-03-26 04:18:55 [adesa.be] INFO: Scrape type for 10722533: 0
2026-03-26 04:18:55 [adesa.be] INFO: Skipping item 10722533 url https://www.openlane.eu/en/carv6/auction/10722533
2026-03-26 04:18:55 [adesa.be] INFO: Found listing with ID: 10722506
2026-03-26 04:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722506%27 HTTP/1.1" 200 None
2026-03-26 04:18:55 [adesa.be] INFO: Scrape type for 10722506: 0
2026-03-26 04:18:55 [adesa.be] INFO: Skipping item 10722506 url https://www.openlane.eu/en/carv6/auction/10722506
2026-03-26 04:18:55 [adesa.be] INFO: Found listing with ID: 10722507
2026-03-26 04:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722507%27 HTTP/1.1" 200 None
2026-03-26 04:18:55 [adesa.be] INFO: Scrape type for 10722507: 0
2026-03-26 04:18:55 [adesa.be] INFO: Skipping item 10722507 url https://www.openlane.eu/en/carv6/auction/10722507
2026-03-26 04:18:55 [adesa.be] INFO: Found listing with ID: 10722439
2026-03-26 04:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722439%27 HTTP/1.1" 200 None
2026-03-26 04:18:55 [adesa.be] INFO: Scrape type for 10722439: 0
2026-03-26 04:18:55 [adesa.be] INFO: Skipping item 10722439 url https://www.openlane.eu/en/carv6/auction/10722439
2026-03-26 04:18:55 [adesa.be] INFO: Found listing with ID: 10722650
2026-03-26 04:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722650%27 HTTP/1.1" 200 None
2026-03-26 04:18:55 [adesa.be] INFO: Scrape type for 10722650: 0
2026-03-26 04:18:55 [adesa.be] INFO: Skipping item 10722650 url https://www.openlane.eu/en/carv6/auction/10722650
2026-03-26 04:18:55 [adesa.be] INFO: Found listing with ID: 10722440
2026-03-26 04:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722440%27 HTTP/1.1" 200 None
2026-03-26 04:18:55 [adesa.be] INFO: Scrape type for 10722440: 0
2026-03-26 04:18:55 [adesa.be] INFO: Skipping item 10722440 url https://www.openlane.eu/en/carv6/auction/10722440
2026-03-26 04:18:55 [adesa.be] INFO: Found listing with ID: 10722710
2026-03-26 04:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722710%27 HTTP/1.1" 200 None
2026-03-26 04:18:55 [adesa.be] INFO: Scrape type for 10722710: 0
2026-03-26 04:18:55 [adesa.be] INFO: Skipping item 10722710 url https://www.openlane.eu/en/carv6/auction/10722710
2026-03-26 04:18:55 [adesa.be] INFO: Found listing with ID: 10722524
2026-03-26 04:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722524%27 HTTP/1.1" 200 None
2026-03-26 04:18:55 [adesa.be] INFO: Scrape type for 10722524: 0
2026-03-26 04:18:55 [adesa.be] INFO: Skipping item 10722524 url https://www.openlane.eu/en/carv6/auction/10722524
2026-03-26 04:18:55 [adesa.be] INFO: Found listing with ID: 10722679
2026-03-26 04:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722679%27 HTTP/1.1" 200 None
2026-03-26 04:18:55 [adesa.be] INFO: Scrape type for 10722679: 0
2026-03-26 04:18:55 [adesa.be] INFO: Skipping item 10722679 url https://www.openlane.eu/en/carv6/auction/10722679
2026-03-26 04:18:55 [adesa.be] INFO: Found listing with ID: 10722385
2026-03-26 04:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722385%27 HTTP/1.1" 200 None
2026-03-26 04:18:55 [adesa.be] INFO: Scrape type for 10722385: 0
2026-03-26 04:18:55 [adesa.be] INFO: Skipping item 10722385 url https://www.openlane.eu/en/carv6/auction/10722385
2026-03-26 04:18:55 [adesa.be] INFO: Found listing with ID: 10722534
2026-03-26 04:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722534%27 HTTP/1.1" 200 None
2026-03-26 04:18:55 [adesa.be] INFO: Scrape type for 10722534: 0
2026-03-26 04:18:55 [adesa.be] INFO: Skipping item 10722534 url https://www.openlane.eu/en/carv6/auction/10722534
2026-03-26 04:18:55 [adesa.be] INFO: Found listing with ID: 10722680
2026-03-26 04:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722680%27 HTTP/1.1" 200 None
2026-03-26 04:18:55 [adesa.be] INFO: Scrape type for 10722680: 0
2026-03-26 04:18:55 [adesa.be] INFO: Skipping item 10722680 url https://www.openlane.eu/en/carv6/auction/10722680
2026-03-26 04:18:55 [adesa.be] INFO: Found listing with ID: 10722651
2026-03-26 04:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722651%27 HTTP/1.1" 200 None
2026-03-26 04:18:55 [adesa.be] INFO: Scrape type for 10722651: 0
2026-03-26 04:18:55 [adesa.be] INFO: Skipping item 10722651 url https://www.openlane.eu/en/carv6/auction/10722651
2026-03-26 04:18:55 [adesa.be] INFO: Found listing with ID: 10722535
2026-03-26 04:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722535%27 HTTP/1.1" 200 None
2026-03-26 04:18:55 [adesa.be] INFO: Scrape type for 10722535: 0
2026-03-26 04:18:55 [adesa.be] INFO: Skipping item 10722535 url https://www.openlane.eu/en/carv6/auction/10722535
2026-03-26 04:18:55 [adesa.be] INFO: Found listing with ID: 10722588
2026-03-26 04:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722588%27 HTTP/1.1" 200 None
2026-03-26 04:18:55 [adesa.be] INFO: Scrape type for 10722588: 0
2026-03-26 04:18:55 [adesa.be] INFO: Skipping item 10722588 url https://www.openlane.eu/en/carv6/auction/10722588
2026-03-26 04:18:55 [adesa.be] INFO: Found listing with ID: 10722525
2026-03-26 04:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722525%27 HTTP/1.1" 200 None
2026-03-26 04:18:55 [adesa.be] INFO: Scrape type for 10722525: 0
2026-03-26 04:18:55 [adesa.be] INFO: Skipping item 10722525 url https://www.openlane.eu/en/carv6/auction/10722525
2026-03-26 04:18:55 [adesa.be] INFO: Found listing with ID: 10722508
2026-03-26 04:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722508%27 HTTP/1.1" 200 None
2026-03-26 04:18:55 [adesa.be] INFO: Scrape type for 10722508: 0
2026-03-26 04:18:55 [adesa.be] INFO: Skipping item 10722508 url https://www.openlane.eu/en/carv6/auction/10722508
2026-03-26 04:18:55 [adesa.be] INFO: Found listing with ID: 10722652
2026-03-26 04:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722652%27 HTTP/1.1" 200 None
2026-03-26 04:18:55 [adesa.be] INFO: Scrape type for 10722652: 0
2026-03-26 04:18:55 [adesa.be] INFO: Skipping item 10722652 url https://www.openlane.eu/en/carv6/auction/10722652
2026-03-26 04:18:55 [adesa.be] INFO: Found listing with ID: 10722483
2026-03-26 04:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722483%27 HTTP/1.1" 200 None
2026-03-26 04:18:55 [adesa.be] INFO: Scrape type for 10722483: 0
2026-03-26 04:18:55 [adesa.be] INFO: Skipping item 10722483 url https://www.openlane.eu/en/carv6/auction/10722483
2026-03-26 04:18:55 [adesa.be] INFO: Found listing with ID: 10722682
2026-03-26 04:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722682%27 HTTP/1.1" 200 None
2026-03-26 04:18:55 [adesa.be] INFO: Scrape type for 10722682: 0
2026-03-26 04:18:55 [adesa.be] INFO: Skipping item 10722682 url https://www.openlane.eu/en/carv6/auction/10722682
2026-03-26 04:18:55 [adesa.be] INFO: Found listing with ID: 10722681
2026-03-26 04:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722681%27 HTTP/1.1" 200 None
2026-03-26 04:18:55 [adesa.be] INFO: Scrape type for 10722681: 0
2026-03-26 04:18:55 [adesa.be] INFO: Skipping item 10722681 url https://www.openlane.eu/en/carv6/auction/10722681
2026-03-26 04:18:55 [adesa.be] INFO: Found listing with ID: 10722683
2026-03-26 04:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722683%27 HTTP/1.1" 200 None
2026-03-26 04:18:55 [adesa.be] INFO: Scrape type for 10722683: 0
2026-03-26 04:18:55 [adesa.be] INFO: Skipping item 10722683 url https://www.openlane.eu/en/carv6/auction/10722683
2026-03-26 04:18:55 [adesa.be] INFO: Found listing with ID: 10722711
2026-03-26 04:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722711%27 HTTP/1.1" 200 None
2026-03-26 04:18:55 [adesa.be] INFO: Scrape type for 10722711: 0
2026-03-26 04:18:55 [adesa.be] INFO: Skipping item 10722711 url https://www.openlane.eu/en/carv6/auction/10722711
2026-03-26 04:18:55 [adesa.be] INFO: Found listing with ID: 10722536
2026-03-26 04:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722536%27 HTTP/1.1" 200 None
2026-03-26 04:18:55 [adesa.be] INFO: Scrape type for 10722536: 0
2026-03-26 04:18:55 [adesa.be] INFO: Skipping item 10722536 url https://www.openlane.eu/en/carv6/auction/10722536
2026-03-26 04:18:55 [adesa.be] INFO: Found listing with ID: 10722589
2026-03-26 04:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722589%27 HTTP/1.1" 200 None
2026-03-26 04:18:55 [adesa.be] INFO: Scrape type for 10722589: 0
2026-03-26 04:18:55 [adesa.be] INFO: Skipping item 10722589 url https://www.openlane.eu/en/carv6/auction/10722589
2026-03-26 04:18:55 [adesa.be] INFO: Found listing with ID: 10722685
2026-03-26 04:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722685%27 HTTP/1.1" 200 None
2026-03-26 04:18:55 [adesa.be] INFO: Scrape type for 10722685: 0
2026-03-26 04:18:55 [adesa.be] INFO: Skipping item 10722685 url https://www.openlane.eu/en/carv6/auction/10722685
2026-03-26 04:18:55 [adesa.be] INFO: Found listing with ID: 10722712
2026-03-26 04:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722712%27 HTTP/1.1" 200 None
2026-03-26 04:18:55 [adesa.be] INFO: Scrape type for 10722712: 0
2026-03-26 04:18:55 [adesa.be] INFO: Skipping item 10722712 url https://www.openlane.eu/en/carv6/auction/10722712
2026-03-26 04:18:55 [adesa.be] INFO: Found listing with ID: 10722457
2026-03-26 04:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722457%27 HTTP/1.1" 200 None
2026-03-26 04:18:55 [adesa.be] INFO: Scrape type for 10722457: 0
2026-03-26 04:18:55 [adesa.be] INFO: Skipping item 10722457 url https://www.openlane.eu/en/carv6/auction/10722457
2026-03-26 04:18:55 [adesa.be] INFO: Found listing with ID: 10722686
2026-03-26 04:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722686%27 HTTP/1.1" 200 None
2026-03-26 04:18:55 [adesa.be] INFO: Scrape type for 10722686: 0
2026-03-26 04:18:55 [adesa.be] INFO: Skipping item 10722686 url https://www.openlane.eu/en/carv6/auction/10722686
2026-03-26 04:18:55 [adesa.be] INFO: Found listing with ID: 10722458
2026-03-26 04:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722458%27 HTTP/1.1" 200 None
2026-03-26 04:18:55 [adesa.be] INFO: Scrape type for 10722458: 0
2026-03-26 04:18:55 [adesa.be] INFO: Skipping item 10722458 url https://www.openlane.eu/en/carv6/auction/10722458
2026-03-26 04:18:55 [adesa.be] INFO: Found listing with ID: 10722548
2026-03-26 04:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722548%27 HTTP/1.1" 200 None
2026-03-26 04:18:55 [adesa.be] INFO: Scrape type for 10722548: 0
2026-03-26 04:18:55 [adesa.be] INFO: Skipping item 10722548 url https://www.openlane.eu/en/carv6/auction/10722548
2026-03-26 04:18:55 [adesa.be] INFO: Found listing with ID: 10722565
2026-03-26 04:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722565%27 HTTP/1.1" 200 None
2026-03-26 04:18:55 [adesa.be] INFO: Scrape type for 10722565: 0
2026-03-26 04:18:55 [adesa.be] INFO: Skipping item 10722565 url https://www.openlane.eu/en/carv6/auction/10722565
2026-03-26 04:18:55 [adesa.be] INFO: Found listing with ID: 10722684
2026-03-26 04:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722684%27 HTTP/1.1" 200 None
2026-03-26 04:18:55 [adesa.be] INFO: Scrape type for 10722684: 0
2026-03-26 04:18:55 [adesa.be] INFO: Skipping item 10722684 url https://www.openlane.eu/en/carv6/auction/10722684
2026-03-26 04:18:55 [adesa.be] INFO: Found listing with ID: 10722509
2026-03-26 04:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722509%27 HTTP/1.1" 200 None
2026-03-26 04:18:55 [adesa.be] INFO: Scrape type for 10722509: 0
2026-03-26 04:18:55 [adesa.be] INFO: Skipping item 10722509 url https://www.openlane.eu/en/carv6/auction/10722509
2026-03-26 04:18:55 [adesa.be] INFO: Found listing with ID: 10722484
2026-03-26 04:18:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722484%27 HTTP/1.1" 200 None
2026-03-26 04:18:56 [adesa.be] INFO: Scrape type for 10722484: 0
2026-03-26 04:18:56 [adesa.be] INFO: Skipping item 10722484 url https://www.openlane.eu/en/carv6/auction/10722484
2026-03-26 04:18:56 [adesa.be] INFO: Found listing with ID: 10722687
2026-03-26 04:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722687%27 HTTP/1.1" 200 None
2026-03-26 04:18:56 [adesa.be] INFO: Scrape type for 10722687: 0
2026-03-26 04:18:56 [adesa.be] INFO: Skipping item 10722687 url https://www.openlane.eu/en/carv6/auction/10722687
2026-03-26 04:18:56 [adesa.be] INFO: Found listing with ID: 10722363
2026-03-26 04:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722363%27 HTTP/1.1" 200 None
2026-03-26 04:18:56 [adesa.be] INFO: Scrape type for 10722363: 0
2026-03-26 04:18:56 [adesa.be] INFO: Skipping item 10722363 url https://www.openlane.eu/en/carv6/auction/10722363
2026-03-26 04:18:56 [adesa.be] INFO: Found listing with ID: 10722469
2026-03-26 04:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722469%27 HTTP/1.1" 200 None
2026-03-26 04:18:56 [adesa.be] INFO: Scrape type for 10722469: 0
2026-03-26 04:18:56 [adesa.be] INFO: Skipping item 10722469 url https://www.openlane.eu/en/carv6/auction/10722469
2026-03-26 04:18:56 [adesa.be] INFO: Found listing with ID: 10722629
2026-03-26 04:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722629%27 HTTP/1.1" 200 None
2026-03-26 04:18:56 [adesa.be] INFO: Scrape type for 10722629: 0
2026-03-26 04:18:56 [adesa.be] INFO: Skipping item 10722629 url https://www.openlane.eu/en/carv6/auction/10722629
2026-03-26 04:18:56 [adesa.be] INFO: Found listing with ID: 10722654
2026-03-26 04:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722654%27 HTTP/1.1" 200 None
2026-03-26 04:18:56 [adesa.be] INFO: Scrape type for 10722654: 0
2026-03-26 04:18:56 [adesa.be] INFO: Skipping item 10722654 url https://www.openlane.eu/en/carv6/auction/10722654
2026-03-26 04:18:56 [adesa.be] INFO: Found listing with ID: 10722653
2026-03-26 04:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722653%27 HTTP/1.1" 200 None
2026-03-26 04:18:56 [adesa.be] INFO: Scrape type for 10722653: 0
2026-03-26 04:18:56 [adesa.be] INFO: Skipping item 10722653 url https://www.openlane.eu/en/carv6/auction/10722653
2026-03-26 04:18:56 [adesa.be] INFO: Found listing with ID: 10722559
2026-03-26 04:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722559%27 HTTP/1.1" 200 None
2026-03-26 04:18:56 [adesa.be] INFO: Scrape type for 10722559: 0
2026-03-26 04:18:56 [adesa.be] INFO: Skipping item 10722559 url https://www.openlane.eu/en/carv6/auction/10722559
2026-03-26 04:18:56 [adesa.be] INFO: Found listing with ID: 10722630
2026-03-26 04:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722630%27 HTTP/1.1" 200 None
2026-03-26 04:18:56 [adesa.be] INFO: Scrape type for 10722630: 0
2026-03-26 04:18:56 [adesa.be] INFO: Skipping item 10722630 url https://www.openlane.eu/en/carv6/auction/10722630
2026-03-26 04:18:56 [adesa.be] INFO: Found listing with ID: 10722459
2026-03-26 04:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722459%27 HTTP/1.1" 200 None
2026-03-26 04:18:56 [adesa.be] INFO: Scrape type for 10722459: 0
2026-03-26 04:18:56 [adesa.be] INFO: Skipping item 10722459 url https://www.openlane.eu/en/carv6/auction/10722459
2026-03-26 04:18:56 [adesa.be] INFO: Found listing with ID: 10722688
2026-03-26 04:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722688%27 HTTP/1.1" 200 None
2026-03-26 04:18:56 [adesa.be] INFO: Scrape type for 10722688: 0
2026-03-26 04:18:56 [adesa.be] INFO: Skipping item 10722688 url https://www.openlane.eu/en/carv6/auction/10722688
2026-03-26 04:18:56 [adesa.be] INFO: Found listing with ID: 10722460
2026-03-26 04:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722460%27 HTTP/1.1" 200 None
2026-03-26 04:18:56 [adesa.be] INFO: Scrape type for 10722460: 0
2026-03-26 04:18:56 [adesa.be] INFO: Skipping item 10722460 url https://www.openlane.eu/en/carv6/auction/10722460
2026-03-26 04:18:56 [adesa.be] INFO: Found listing with ID: 10722713
2026-03-26 04:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722713%27 HTTP/1.1" 200 None
2026-03-26 04:18:56 [adesa.be] INFO: Scrape type for 10722713: 0
2026-03-26 04:18:56 [adesa.be] INFO: Skipping item 10722713 url https://www.openlane.eu/en/carv6/auction/10722713
2026-03-26 04:18:56 [adesa.be] INFO: Found listing with ID: 10722714
2026-03-26 04:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722714%27 HTTP/1.1" 200 None
2026-03-26 04:18:56 [adesa.be] INFO: Scrape type for 10722714: 0
2026-03-26 04:18:56 [adesa.be] INFO: Skipping item 10722714 url https://www.openlane.eu/en/carv6/auction/10722714
2026-03-26 04:18:56 [adesa.be] INFO: Found listing with ID: 10722485
2026-03-26 04:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722485%27 HTTP/1.1" 200 None
2026-03-26 04:18:56 [adesa.be] INFO: Scrape type for 10722485: 0
2026-03-26 04:18:56 [adesa.be] INFO: Skipping item 10722485 url https://www.openlane.eu/en/carv6/auction/10722485
2026-03-26 04:18:56 [adesa.be] INFO: Found listing with ID: 10722361
2026-03-26 04:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722361%27 HTTP/1.1" 200 None
2026-03-26 04:18:56 [adesa.be] INFO: Scrape type for 10722361: 0
2026-03-26 04:18:56 [adesa.be] INFO: Skipping item 10722361 url https://www.openlane.eu/en/carv6/auction/10722361
2026-03-26 04:18:56 [adesa.be] INFO: Found listing with ID: 10722526
2026-03-26 04:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722526%27 HTTP/1.1" 200 None
2026-03-26 04:18:56 [adesa.be] INFO: Scrape type for 10722526: 0
2026-03-26 04:18:56 [adesa.be] INFO: Skipping item 10722526 url https://www.openlane.eu/en/carv6/auction/10722526
2026-03-26 04:18:56 [adesa.be] INFO: Found listing with ID: 10722527
2026-03-26 04:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722527%27 HTTP/1.1" 200 None
2026-03-26 04:18:56 [adesa.be] INFO: Scrape type for 10722527: 0
2026-03-26 04:18:56 [adesa.be] INFO: Skipping item 10722527 url https://www.openlane.eu/en/carv6/auction/10722527
2026-03-26 04:18:56 [adesa.be] INFO: Found listing with ID: 10722486
2026-03-26 04:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722486%27 HTTP/1.1" 200 None
2026-03-26 04:18:56 [adesa.be] INFO: Scrape type for 10722486: 0
2026-03-26 04:18:56 [adesa.be] INFO: Skipping item 10722486 url https://www.openlane.eu/en/carv6/auction/10722486
2026-03-26 04:18:56 [adesa.be] INFO: Found listing with ID: 10722386
2026-03-26 04:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722386%27 HTTP/1.1" 200 None
2026-03-26 04:18:56 [adesa.be] INFO: Scrape type for 10722386: 0
2026-03-26 04:18:56 [adesa.be] INFO: Skipping item 10722386 url https://www.openlane.eu/en/carv6/auction/10722386
2026-03-26 04:18:56 [adesa.be] INFO: Found listing with ID: 10722590
2026-03-26 04:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722590%27 HTTP/1.1" 200 None
2026-03-26 04:18:56 [adesa.be] INFO: Scrape type for 10722590: 0
2026-03-26 04:18:56 [adesa.be] INFO: Skipping item 10722590 url https://www.openlane.eu/en/carv6/auction/10722590
2026-03-26 04:18:56 [adesa.be] INFO: Found listing with ID: 10722575
2026-03-26 04:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722575%27 HTTP/1.1" 200 None
2026-03-26 04:18:56 [adesa.be] INFO: Scrape type for 10722575: 0
2026-03-26 04:18:56 [adesa.be] INFO: Skipping item 10722575 url https://www.openlane.eu/en/carv6/auction/10722575
2026-03-26 04:18:56 [adesa.be] INFO: Found listing with ID: 10722566
2026-03-26 04:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722566%27 HTTP/1.1" 200 None
2026-03-26 04:18:56 [adesa.be] INFO: Scrape type for 10722566: 0
2026-03-26 04:18:56 [adesa.be] INFO: Skipping item 10722566 url https://www.openlane.eu/en/carv6/auction/10722566
2026-03-26 04:18:56 [adesa.be] INFO: Found listing with ID: 10722689
2026-03-26 04:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722689%27 HTTP/1.1" 200 None
2026-03-26 04:18:56 [adesa.be] INFO: Scrape type for 10722689: 0
2026-03-26 04:18:56 [adesa.be] INFO: Skipping item 10722689 url https://www.openlane.eu/en/carv6/auction/10722689
2026-03-26 04:18:56 [adesa.be] INFO: Found listing with ID: 10722487
2026-03-26 04:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722487%27 HTTP/1.1" 200 None
2026-03-26 04:18:56 [adesa.be] INFO: Scrape type for 10722487: 0
2026-03-26 04:18:56 [adesa.be] INFO: Skipping item 10722487 url https://www.openlane.eu/en/carv6/auction/10722487
2026-03-26 04:18:56 [adesa.be] INFO: Found listing with ID: 10722417
2026-03-26 04:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722417%27 HTTP/1.1" 200 None
2026-03-26 04:18:56 [adesa.be] INFO: Scrape type for 10722417: 0
2026-03-26 04:18:56 [adesa.be] INFO: Skipping item 10722417 url https://www.openlane.eu/en/carv6/auction/10722417
2026-03-26 04:18:56 [adesa.be] INFO: Found listing with ID: 10722591
2026-03-26 04:18:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722591%27 HTTP/1.1" 200 None
2026-03-26 04:18:56 [adesa.be] INFO: Scrape type for 10722591: 0
2026-03-26 04:18:57 [adesa.be] INFO: Skipping item 10722591 url https://www.openlane.eu/en/carv6/auction/10722591
2026-03-26 04:18:57 [adesa.be] INFO: Found listing with ID: 10722715
2026-03-26 04:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722715%27 HTTP/1.1" 200 None
2026-03-26 04:18:57 [adesa.be] INFO: Scrape type for 10722715: 0
2026-03-26 04:18:57 [adesa.be] INFO: Skipping item 10722715 url https://www.openlane.eu/en/carv6/auction/10722715
2026-03-26 04:18:57 [adesa.be] INFO: Found listing with ID: 10722656
2026-03-26 04:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722656%27 HTTP/1.1" 200 None
2026-03-26 04:18:57 [adesa.be] INFO: Scrape type for 10722656: 0
2026-03-26 04:18:57 [adesa.be] INFO: Skipping item 10722656 url https://www.openlane.eu/en/carv6/auction/10722656
2026-03-26 04:18:57 [adesa.be] INFO: Found listing with ID: 10722461
2026-03-26 04:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722461%27 HTTP/1.1" 200 None
2026-03-26 04:18:57 [adesa.be] INFO: Scrape type for 10722461: 0
2026-03-26 04:18:57 [adesa.be] INFO: Skipping item 10722461 url https://www.openlane.eu/en/carv6/auction/10722461
2026-03-26 04:18:57 [adesa.be] INFO: Found listing with ID: 10722655
2026-03-26 04:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722655%27 HTTP/1.1" 200 None
2026-03-26 04:18:57 [adesa.be] INFO: Scrape type for 10722655: 0
2026-03-26 04:18:57 [adesa.be] INFO: Skipping item 10722655 url https://www.openlane.eu/en/carv6/auction/10722655
2026-03-26 04:18:57 [adesa.be] INFO: Found listing with ID: 10722387
2026-03-26 04:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722387%27 HTTP/1.1" 200 None
2026-03-26 04:18:57 [adesa.be] INFO: Scrape type for 10722387: 0
2026-03-26 04:18:57 [adesa.be] INFO: Skipping item 10722387 url https://www.openlane.eu/en/carv6/auction/10722387
2026-03-26 04:18:57 [adesa.be] INFO: Found listing with ID: 10722690
2026-03-26 04:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722690%27 HTTP/1.1" 200 None
2026-03-26 04:18:57 [adesa.be] INFO: Scrape type for 10722690: 0
2026-03-26 04:18:57 [adesa.be] INFO: Skipping item 10722690 url https://www.openlane.eu/en/carv6/auction/10722690
2026-03-26 04:18:57 [adesa.be] INFO: Found listing with ID: 10722554
2026-03-26 04:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722554%27 HTTP/1.1" 200 None
2026-03-26 04:18:57 [adesa.be] INFO: Scrape type for 10722554: 0
2026-03-26 04:18:57 [adesa.be] INFO: Skipping item 10722554 url https://www.openlane.eu/en/carv6/auction/10722554
2026-03-26 04:18:57 [adesa.be] INFO: Found listing with ID: 10722368
2026-03-26 04:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722368%27 HTTP/1.1" 200 None
2026-03-26 04:18:57 [adesa.be] INFO: Scrape type for 10722368: 0
2026-03-26 04:18:57 [adesa.be] INFO: Skipping item 10722368 url https://www.openlane.eu/en/carv6/auction/10722368
2026-03-26 04:18:57 [adesa.be] INFO: Found listing with ID: 10722691
2026-03-26 04:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722691%27 HTTP/1.1" 200 None
2026-03-26 04:18:57 [adesa.be] INFO: Scrape type for 10722691: 0
2026-03-26 04:18:57 [adesa.be] INFO: Skipping item 10722691 url https://www.openlane.eu/en/carv6/auction/10722691
2026-03-26 04:18:57 [adesa.be] INFO: Found listing with ID: 10722537
2026-03-26 04:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722537%27 HTTP/1.1" 200 None
2026-03-26 04:18:57 [adesa.be] INFO: Scrape type for 10722537: 0
2026-03-26 04:18:57 [adesa.be] INFO: Skipping item 10722537 url https://www.openlane.eu/en/carv6/auction/10722537
2026-03-26 04:18:57 [adesa.be] INFO: Found listing with ID: 10716141
2026-03-26 04:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716141%27 HTTP/1.1" 200 None
2026-03-26 04:18:57 [adesa.be] INFO: Scrape type for 10716141: 0
2026-03-26 04:18:57 [adesa.be] INFO: Skipping item 10716141 url https://www.openlane.eu/en/carv6/auction/10716141
2026-03-26 04:18:57 [adesa.be] INFO: Found listing with ID: 10716142
2026-03-26 04:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716142%27 HTTP/1.1" 200 None
2026-03-26 04:18:57 [adesa.be] INFO: Scrape type for 10716142: 0
2026-03-26 04:18:57 [adesa.be] INFO: Skipping item 10716142 url https://www.openlane.eu/en/carv6/auction/10716142
2026-03-26 04:18:57 [adesa.be] INFO: Found listing with ID: 10716143
2026-03-26 04:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716143%27 HTTP/1.1" 200 None
2026-03-26 04:18:57 [adesa.be] INFO: Scrape type for 10716143: 0
2026-03-26 04:18:57 [adesa.be] INFO: Skipping item 10716143 url https://www.openlane.eu/en/carv6/auction/10716143
2026-03-26 04:18:57 [adesa.be] INFO: Found listing with ID: 10716144
2026-03-26 04:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716144%27 HTTP/1.1" 200 None
2026-03-26 04:18:57 [adesa.be] INFO: Scrape type for 10716144: 0
2026-03-26 04:18:57 [adesa.be] INFO: Skipping item 10716144 url https://www.openlane.eu/en/carv6/auction/10716144
2026-03-26 04:18:57 [adesa.be] INFO: Found listing with ID: 10716145
2026-03-26 04:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716145%27 HTTP/1.1" 200 None
2026-03-26 04:18:57 [adesa.be] INFO: Scrape type for 10716145: 0
2026-03-26 04:18:57 [adesa.be] INFO: Skipping item 10716145 url https://www.openlane.eu/en/carv6/auction/10716145
2026-03-26 04:18:57 [adesa.be] INFO: Found listing with ID: 10716146
2026-03-26 04:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716146%27 HTTP/1.1" 200 None
2026-03-26 04:18:57 [adesa.be] INFO: Scrape type for 10716146: 0
2026-03-26 04:18:57 [adesa.be] INFO: Skipping item 10716146 url https://www.openlane.eu/en/carv6/auction/10716146
2026-03-26 04:18:57 [adesa.be] INFO: Found listing with ID: 10716171
2026-03-26 04:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716171%27 HTTP/1.1" 200 None
2026-03-26 04:18:57 [adesa.be] INFO: Scrape type for 10716171: 0
2026-03-26 04:18:57 [adesa.be] INFO: Skipping item 10716171 url https://www.openlane.eu/en/carv6/auction/10716171
2026-03-26 04:18:57 [adesa.be] INFO: Found listing with ID: 10716163
2026-03-26 04:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716163%27 HTTP/1.1" 200 None
2026-03-26 04:18:57 [adesa.be] INFO: Scrape type for 10716163: 0
2026-03-26 04:18:57 [adesa.be] INFO: Skipping item 10716163 url https://www.openlane.eu/en/carv6/auction/10716163
2026-03-26 04:18:57 [adesa.be] INFO: Found listing with ID: 10716164
2026-03-26 04:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716164%27 HTTP/1.1" 200 None
2026-03-26 04:18:57 [adesa.be] INFO: Scrape type for 10716164: 0
2026-03-26 04:18:57 [adesa.be] INFO: Skipping item 10716164 url https://www.openlane.eu/en/carv6/auction/10716164
2026-03-26 04:18:57 [adesa.be] INFO: Found listing with ID: 10716147
2026-03-26 04:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716147%27 HTTP/1.1" 200 None
2026-03-26 04:18:57 [adesa.be] INFO: Scrape type for 10716147: 0
2026-03-26 04:18:57 [adesa.be] INFO: Skipping item 10716147 url https://www.openlane.eu/en/carv6/auction/10716147
2026-03-26 04:18:57 [adesa.be] INFO: Found listing with ID: 10716148
2026-03-26 04:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716148%27 HTTP/1.1" 200 None
2026-03-26 04:18:57 [adesa.be] INFO: Scrape type for 10716148: 0
2026-03-26 04:18:57 [adesa.be] INFO: Skipping item 10716148 url https://www.openlane.eu/en/carv6/auction/10716148
2026-03-26 04:18:57 [adesa.be] INFO: Found listing with ID: 10716149
2026-03-26 04:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716149%27 HTTP/1.1" 200 None
2026-03-26 04:18:57 [adesa.be] INFO: Scrape type for 10716149: 0
2026-03-26 04:18:57 [adesa.be] INFO: Skipping item 10716149 url https://www.openlane.eu/en/carv6/auction/10716149
2026-03-26 04:18:57 [adesa.be] INFO: Found listing with ID: 10716150
2026-03-26 04:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716150%27 HTTP/1.1" 200 None
2026-03-26 04:18:57 [adesa.be] INFO: Scrape type for 10716150: 0
2026-03-26 04:18:57 [adesa.be] INFO: Skipping item 10716150 url https://www.openlane.eu/en/carv6/auction/10716150
2026-03-26 04:18:57 [adesa.be] INFO: Found listing with ID: 10716151
2026-03-26 04:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716151%27 HTTP/1.1" 200 None
2026-03-26 04:18:57 [adesa.be] INFO: Scrape type for 10716151: 0
2026-03-26 04:18:57 [adesa.be] INFO: Skipping item 10716151 url https://www.openlane.eu/en/carv6/auction/10716151
2026-03-26 04:18:57 [adesa.be] INFO: Found listing with ID: 10716152
2026-03-26 04:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716152%27 HTTP/1.1" 200 None
2026-03-26 04:18:57 [adesa.be] INFO: Scrape type for 10716152: 0
2026-03-26 04:18:57 [adesa.be] INFO: Skipping item 10716152 url https://www.openlane.eu/en/carv6/auction/10716152
2026-03-26 04:18:57 [adesa.be] INFO: Found listing with ID: 10716165
2026-03-26 04:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716165%27 HTTP/1.1" 200 None
2026-03-26 04:18:57 [adesa.be] INFO: Scrape type for 10716165: 0
2026-03-26 04:18:57 [adesa.be] INFO: Skipping item 10716165 url https://www.openlane.eu/en/carv6/auction/10716165
2026-03-26 04:18:57 [adesa.be] INFO: Found listing with ID: 10716166
2026-03-26 04:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716166%27 HTTP/1.1" 200 None
2026-03-26 04:18:57 [adesa.be] INFO: Scrape type for 10716166: 0
2026-03-26 04:18:57 [adesa.be] INFO: Skipping item 10716166 url https://www.openlane.eu/en/carv6/auction/10716166
2026-03-26 04:18:57 [adesa.be] INFO: Found listing with ID: 10716153
2026-03-26 04:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716153%27 HTTP/1.1" 200 None
2026-03-26 04:18:57 [adesa.be] INFO: Scrape type for 10716153: 0
2026-03-26 04:18:57 [adesa.be] INFO: Skipping item 10716153 url https://www.openlane.eu/en/carv6/auction/10716153
2026-03-26 04:18:57 [adesa.be] INFO: Found listing with ID: 10716154
2026-03-26 04:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716154%27 HTTP/1.1" 200 None
2026-03-26 04:18:57 [adesa.be] INFO: Scrape type for 10716154: 0
2026-03-26 04:18:57 [adesa.be] INFO: Skipping item 10716154 url https://www.openlane.eu/en/carv6/auction/10716154
2026-03-26 04:18:57 [adesa.be] INFO: Found listing with ID: 10716168
2026-03-26 04:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716168%27 HTTP/1.1" 200 None
2026-03-26 04:18:57 [adesa.be] INFO: Scrape type for 10716168: 0
2026-03-26 04:18:57 [adesa.be] INFO: Skipping item 10716168 url https://www.openlane.eu/en/carv6/auction/10716168
2026-03-26 04:18:57 [adesa.be] INFO: Found listing with ID: 10716155
2026-03-26 04:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716155%27 HTTP/1.1" 200 None
2026-03-26 04:18:57 [adesa.be] INFO: Scrape type for 10716155: 0
2026-03-26 04:18:57 [adesa.be] INFO: Skipping item 10716155 url https://www.openlane.eu/en/carv6/auction/10716155
2026-03-26 04:18:57 [adesa.be] INFO: Found listing with ID: 10716169
2026-03-26 04:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716169%27 HTTP/1.1" 200 None
2026-03-26 04:18:57 [adesa.be] INFO: Scrape type for 10716169: 0
2026-03-26 04:18:57 [adesa.be] INFO: Skipping item 10716169 url https://www.openlane.eu/en/carv6/auction/10716169
2026-03-26 04:18:57 [adesa.be] INFO: Found listing with ID: 10716170
2026-03-26 04:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716170%27 HTTP/1.1" 200 None
2026-03-26 04:18:57 [adesa.be] INFO: Scrape type for 10716170: 0
2026-03-26 04:18:57 [adesa.be] INFO: Skipping item 10716170 url https://www.openlane.eu/en/carv6/auction/10716170
2026-03-26 04: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-26 04:18:59 [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-26 04:18:59 [adesa.be] INFO: Found listing with ID: 10716158
2026-03-26 04:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716158%27 HTTP/1.1" 200 None
2026-03-26 04:18:59 [adesa.be] INFO: Scrape type for 10716158: 0
2026-03-26 04:18:59 [adesa.be] INFO: Skipping item 10716158 url https://www.openlane.eu/en/carv6/auction/10716158
2026-03-26 04:18:59 [adesa.be] INFO: Found listing with ID: 10716160
2026-03-26 04:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716160%27 HTTP/1.1" 200 None
2026-03-26 04:18:59 [adesa.be] INFO: Scrape type for 10716160: 0
2026-03-26 04:18:59 [adesa.be] INFO: Skipping item 10716160 url https://www.openlane.eu/en/carv6/auction/10716160
2026-03-26 04:18:59 [adesa.be] INFO: Found listing with ID: 10716161
2026-03-26 04:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716161%27 HTTP/1.1" 200 None
2026-03-26 04:18:59 [adesa.be] INFO: Scrape type for 10716161: 0
2026-03-26 04:18:59 [adesa.be] INFO: Skipping item 10716161 url https://www.openlane.eu/en/carv6/auction/10716161
2026-03-26 04:18:59 [adesa.be] INFO: Found listing with ID: 10716162
2026-03-26 04:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716162%27 HTTP/1.1" 200 None
2026-03-26 04:18:59 [adesa.be] INFO: Scrape type for 10716162: 0
2026-03-26 04:18:59 [adesa.be] INFO: Skipping item 10716162 url https://www.openlane.eu/en/carv6/auction/10716162
2026-03-26 04:18:59 [adesa.be] INFO: Found listing with ID: 10718881
2026-03-26 04:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718881%27 HTTP/1.1" 200 None
2026-03-26 04:18:59 [adesa.be] INFO: Scrape type for 10718881: 0
2026-03-26 04:18:59 [adesa.be] INFO: Skipping item 10718881 url https://www.openlane.eu/en/carv6/auction/10718881
2026-03-26 04:18:59 [adesa.be] INFO: Found listing with ID: 10718897
2026-03-26 04:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718897%27 HTTP/1.1" 200 None
2026-03-26 04:18:59 [adesa.be] INFO: Scrape type for 10718897: 0
2026-03-26 04:18:59 [adesa.be] INFO: Skipping item 10718897 url https://www.openlane.eu/en/carv6/auction/10718897
2026-03-26 04:18:59 [adesa.be] INFO: Found listing with ID: 10711895
2026-03-26 04:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710711895%27 HTTP/1.1" 200 None
2026-03-26 04:18:59 [adesa.be] INFO: Scrape type for 10711895: 2
2026-03-26 04:18:59 [adesa.be] INFO: Scraping item 10711895 url https://www.openlane.eu/en/carv6/auction/10711895
2026-03-26 04:18:59 [adesa.be] INFO: Found listing with ID: 10718891
2026-03-26 04:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718891%27 HTTP/1.1" 200 None
2026-03-26 04:18:59 [adesa.be] INFO: Scrape type for 10718891: 0
2026-03-26 04:18:59 [adesa.be] INFO: Skipping item 10718891 url https://www.openlane.eu/en/carv6/auction/10718891
2026-03-26 04:18:59 [adesa.be] INFO: Found listing with ID: 10718894
2026-03-26 04:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718894%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10718894: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10718894 url https://www.openlane.eu/en/carv6/auction/10718894
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10711896
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710711896%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10711896: 2
2026-03-26 04:19:00 [adesa.be] INFO: Scraping item 10711896 url https://www.openlane.eu/en/carv6/auction/10711896
2026-03-26 04: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-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10711899
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710711899%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10711899: 2
2026-03-26 04:19:00 [adesa.be] INFO: Scraping item 10711899 url https://www.openlane.eu/en/carv6/auction/10711899
2026-03-26 04: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-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10718892
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718892%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10718892: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10718892 url https://www.openlane.eu/en/carv6/auction/10718892
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10718890
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718890%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10718890: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10718890 url https://www.openlane.eu/en/carv6/auction/10718890
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10718905
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718905%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10718905: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10718905 url https://www.openlane.eu/en/carv6/auction/10718905
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10711904
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710711904%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10711904: 2
2026-03-26 04:19:00 [adesa.be] INFO: Scraping item 10711904 url https://www.openlane.eu/en/carv6/auction/10711904
2026-03-26 04: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-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10711902
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710711902%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10711902: 2
2026-03-26 04:19:00 [adesa.be] INFO: Scraping item 10711902 url https://www.openlane.eu/en/carv6/auction/10711902
2026-03-26 04: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-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10711898
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710711898%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10711898: 2
2026-03-26 04:19:00 [adesa.be] INFO: Scraping item 10711898 url https://www.openlane.eu/en/carv6/auction/10711898
2026-03-26 04: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-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10718893
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718893%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10718893: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10718893 url https://www.openlane.eu/en/carv6/auction/10718893
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10718906
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718906%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10718906: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10718906 url https://www.openlane.eu/en/carv6/auction/10718906
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10711893
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710711893%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10711893: 2
2026-03-26 04:19:00 [adesa.be] INFO: Scraping item 10711893 url https://www.openlane.eu/en/carv6/auction/10711893
2026-03-26 04: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-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10718904
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718904%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10718904: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10718904 url https://www.openlane.eu/en/carv6/auction/10718904
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10718889
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718889%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10718889: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10718889 url https://www.openlane.eu/en/carv6/auction/10718889
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10718895
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718895%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10718895: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10718895 url https://www.openlane.eu/en/carv6/auction/10718895
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10718887
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718887%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10718887: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10718887 url https://www.openlane.eu/en/carv6/auction/10718887
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10718903
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718903%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10718903: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10718903 url https://www.openlane.eu/en/carv6/auction/10718903
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10718899
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718899%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10718899: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10718899 url https://www.openlane.eu/en/carv6/auction/10718899
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10711903
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710711903%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10711903: 2
2026-03-26 04:19:00 [adesa.be] INFO: Scraping item 10711903 url https://www.openlane.eu/en/carv6/auction/10711903
2026-03-26 04: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-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10718883
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718883%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10718883: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10718883 url https://www.openlane.eu/en/carv6/auction/10718883
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10718885
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718885%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10718885: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10718885 url https://www.openlane.eu/en/carv6/auction/10718885
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10718908
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718908%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10718908: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10718908 url https://www.openlane.eu/en/carv6/auction/10718908
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10718898
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718898%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10718898: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10718898 url https://www.openlane.eu/en/carv6/auction/10718898
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10718909
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718909%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10718909: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10718909 url https://www.openlane.eu/en/carv6/auction/10718909
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10725716
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725716%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10725716: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10725716 url https://www.openlane.eu/en/carv6/auction/10725716
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10718896
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718896%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10718896: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10718896 url https://www.openlane.eu/en/carv6/auction/10718896
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10718907
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718907%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10718907: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10718907 url https://www.openlane.eu/en/carv6/auction/10718907
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10711901
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710711901%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10711901: 2
2026-03-26 04:19:00 [adesa.be] INFO: Scraping item 10711901 url https://www.openlane.eu/en/carv6/auction/10711901
2026-03-26 04: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-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10711900
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710711900%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10711900: 2
2026-03-26 04:19:00 [adesa.be] INFO: Scraping item 10711900 url https://www.openlane.eu/en/carv6/auction/10711900
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10711897
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710711897%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10711897: 2
2026-03-26 04:19:00 [adesa.be] INFO: Scraping item 10711897 url https://www.openlane.eu/en/carv6/auction/10711897
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10718884
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718884%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10718884: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10718884 url https://www.openlane.eu/en/carv6/auction/10718884
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10718900
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718900%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10718900: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10718900 url https://www.openlane.eu/en/carv6/auction/10718900
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10718901
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710718901%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10718901: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10718901 url https://www.openlane.eu/en/carv6/auction/10718901
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10725698
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725698%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10725698: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10725698 url https://www.openlane.eu/en/carv6/auction/10725698
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10724481
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724481%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10724481: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10724481 url https://www.openlane.eu/en/carv6/auction/10724481
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10724232
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724232%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10724232: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10724232 url https://www.openlane.eu/en/carv6/auction/10724232
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10724408
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724408%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10724408: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10724408 url https://www.openlane.eu/en/carv6/auction/10724408
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10724430
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724430%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10724430: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10724430 url https://www.openlane.eu/en/carv6/auction/10724430
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10724343
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724343%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10724343: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10724343 url https://www.openlane.eu/en/carv6/auction/10724343
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10717851
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717851%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10717851: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10717851 url https://www.openlane.eu/en/carv6/auction/10717851
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10724305
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724305%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10724305: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10724305 url https://www.openlane.eu/en/carv6/auction/10724305
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10724264
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724264%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10724264: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10724264 url https://www.openlane.eu/en/carv6/auction/10724264
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10724317
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724317%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10724317: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10724317 url https://www.openlane.eu/en/carv6/auction/10724317
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10724377
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724377%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10724377: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10724377 url https://www.openlane.eu/en/carv6/auction/10724377
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10717854
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717854%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10717854: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10717854 url https://www.openlane.eu/en/carv6/auction/10717854
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10724388
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724388%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10724388: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10724388 url https://www.openlane.eu/en/carv6/auction/10724388
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10725598
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725598%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10725598: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10725598 url https://www.openlane.eu/en/carv6/auction/10725598
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10717858
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717858%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10717858: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10717858 url https://www.openlane.eu/en/carv6/auction/10717858
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10724186
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724186%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10724186: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10724186 url https://www.openlane.eu/en/carv6/auction/10724186
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10717865
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717865%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10717865: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10717865 url https://www.openlane.eu/en/carv6/auction/10717865
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10724358
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724358%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10724358: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10724358 url https://www.openlane.eu/en/carv6/auction/10724358
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10724282
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724282%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10724282: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10724282 url https://www.openlane.eu/en/carv6/auction/10724282
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10724366
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724366%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10724366: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10724366 url https://www.openlane.eu/en/carv6/auction/10724366
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10726951
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726951%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10726951: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10726951 url https://www.openlane.eu/en/carv6/auction/10726951
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10724347
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724347%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10724347: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10724347 url https://www.openlane.eu/en/carv6/auction/10724347
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10724212
2026-03-26 04:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724212%27 HTTP/1.1" 200 None
2026-03-26 04:19:00 [adesa.be] INFO: Scrape type for 10724212: 0
2026-03-26 04:19:00 [adesa.be] INFO: Skipping item 10724212 url https://www.openlane.eu/en/carv6/auction/10724212
2026-03-26 04:19:00 [adesa.be] INFO: Found listing with ID: 10724346
2026-03-26 04:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724346%27 HTTP/1.1" 200 None
2026-03-26 04:19:01 [adesa.be] INFO: Scrape type for 10724346: 0
2026-03-26 04:19:01 [adesa.be] INFO: Skipping item 10724346 url https://www.openlane.eu/en/carv6/auction/10724346
2026-03-26 04:19:01 [adesa.be] INFO: Found listing with ID: 10724287
2026-03-26 04:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724287%27 HTTP/1.1" 200 None
2026-03-26 04:19:01 [adesa.be] INFO: Scrape type for 10724287: 0
2026-03-26 04:19:01 [adesa.be] INFO: Skipping item 10724287 url https://www.openlane.eu/en/carv6/auction/10724287
2026-03-26 04:19:01 [adesa.be] INFO: Found listing with ID: 10724187
2026-03-26 04:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724187%27 HTTP/1.1" 200 None
2026-03-26 04:19:01 [adesa.be] INFO: Scrape type for 10724187: 0
2026-03-26 04:19:01 [adesa.be] INFO: Skipping item 10724187 url https://www.openlane.eu/en/carv6/auction/10724187
2026-03-26 04:19:01 [adesa.be] INFO: Found listing with ID: 10726970
2026-03-26 04:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726970%27 HTTP/1.1" 200 None
2026-03-26 04:19:01 [adesa.be] INFO: Scrape type for 10726970: 0
2026-03-26 04:19:01 [adesa.be] INFO: Skipping item 10726970 url https://www.openlane.eu/en/carv6/auction/10726970
2026-03-26 04:19:01 [adesa.be] INFO: Found listing with ID: 10724421
2026-03-26 04:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724421%27 HTTP/1.1" 200 None
2026-03-26 04:19:01 [adesa.be] INFO: Scrape type for 10724421: 0
2026-03-26 04:19:01 [adesa.be] INFO: Skipping item 10724421 url https://www.openlane.eu/en/carv6/auction/10724421
2026-03-26 04:19:01 [adesa.be] INFO: Found listing with ID: 10724499
2026-03-26 04:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724499%27 HTTP/1.1" 200 None
2026-03-26 04:19:01 [adesa.be] INFO: Scrape type for 10724499: 0
2026-03-26 04:19:01 [adesa.be] INFO: Skipping item 10724499 url https://www.openlane.eu/en/carv6/auction/10724499
2026-03-26 04:19:01 [adesa.be] INFO: Found listing with ID: 10724241
2026-03-26 04:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724241%27 HTTP/1.1" 200 None
2026-03-26 04:19:01 [adesa.be] INFO: Scrape type for 10724241: 0
2026-03-26 04:19:01 [adesa.be] INFO: Skipping item 10724241 url https://www.openlane.eu/en/carv6/auction/10724241
2026-03-26 04:19:01 [adesa.be] INFO: Found listing with ID: 10724193
2026-03-26 04:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724193%27 HTTP/1.1" 200 None
2026-03-26 04:19:01 [adesa.be] INFO: Scrape type for 10724193: 0
2026-03-26 04:19:01 [adesa.be] INFO: Skipping item 10724193 url https://www.openlane.eu/en/carv6/auction/10724193
2026-03-26 04:19:01 [adesa.be] INFO: Found listing with ID: 10724218
2026-03-26 04:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724218%27 HTTP/1.1" 200 None
2026-03-26 04:19:01 [adesa.be] INFO: Scrape type for 10724218: 0
2026-03-26 04:19:01 [adesa.be] INFO: Skipping item 10724218 url https://www.openlane.eu/en/carv6/auction/10724218
2026-03-26 04:19:01 [adesa.be] INFO: Found listing with ID: 10724457
2026-03-26 04:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724457%27 HTTP/1.1" 200 None
2026-03-26 04:19:01 [adesa.be] INFO: Scrape type for 10724457: 0
2026-03-26 04:19:01 [adesa.be] INFO: Skipping item 10724457 url https://www.openlane.eu/en/carv6/auction/10724457
2026-03-26 04:19:01 [adesa.be] INFO: Found listing with ID: 10724219
2026-03-26 04:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724219%27 HTTP/1.1" 200 None
2026-03-26 04:19:01 [adesa.be] INFO: Scrape type for 10724219: 0
2026-03-26 04:19:01 [adesa.be] INFO: Skipping item 10724219 url https://www.openlane.eu/en/carv6/auction/10724219
2026-03-26 04:19:01 [adesa.be] INFO: Found listing with ID: 10724471
2026-03-26 04:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724471%27 HTTP/1.1" 200 None
2026-03-26 04:19:01 [adesa.be] INFO: Scrape type for 10724471: 0
2026-03-26 04:19:01 [adesa.be] INFO: Skipping item 10724471 url https://www.openlane.eu/en/carv6/auction/10724471
2026-03-26 04:19:01 [adesa.be] INFO: Found listing with ID: 10726947
2026-03-26 04:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726947%27 HTTP/1.1" 200 None
2026-03-26 04:19:01 [adesa.be] INFO: Scrape type for 10726947: 0
2026-03-26 04:19:01 [adesa.be] INFO: Skipping item 10726947 url https://www.openlane.eu/en/carv6/auction/10726947
2026-03-26 04:19:01 [adesa.be] INFO: Found listing with ID: 10720485
2026-03-26 04:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720485%27 HTTP/1.1" 200 None
2026-03-26 04:19:01 [adesa.be] INFO: Scrape type for 10720485: 0
2026-03-26 04:19:01 [adesa.be] INFO: Skipping item 10720485 url https://www.openlane.eu/en/carv6/auction/10720485
2026-03-26 04:19:01 [adesa.be] INFO: Found listing with ID: 10724313
2026-03-26 04:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724313%27 HTTP/1.1" 200 None
2026-03-26 04:19:01 [adesa.be] INFO: Scrape type for 10724313: 0
2026-03-26 04:19:01 [adesa.be] INFO: Skipping item 10724313 url https://www.openlane.eu/en/carv6/auction/10724313
2026-03-26 04:19:01 [adesa.be] INFO: Found listing with ID: 10717877
2026-03-26 04:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717877%27 HTTP/1.1" 200 None
2026-03-26 04:19:01 [adesa.be] INFO: Scrape type for 10717877: 0
2026-03-26 04:19:01 [adesa.be] INFO: Skipping item 10717877 url https://www.openlane.eu/en/carv6/auction/10717877
2026-03-26 04:19:01 [adesa.be] INFO: Found listing with ID: 10724290
2026-03-26 04:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724290%27 HTTP/1.1" 200 None
2026-03-26 04:19:01 [adesa.be] INFO: Scrape type for 10724290: 0
2026-03-26 04:19:01 [adesa.be] INFO: Skipping item 10724290 url https://www.openlane.eu/en/carv6/auction/10724290
2026-03-26 04:19:01 [adesa.be] INFO: Found listing with ID: 10724244
2026-03-26 04:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724244%27 HTTP/1.1" 200 None
2026-03-26 04:19:01 [adesa.be] INFO: Scrape type for 10724244: 0
2026-03-26 04:19:01 [adesa.be] INFO: Skipping item 10724244 url https://www.openlane.eu/en/carv6/auction/10724244
2026-03-26 04:19:01 [adesa.be] INFO: Found listing with ID: 10720511
2026-03-26 04:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720511%27 HTTP/1.1" 200 None
2026-03-26 04:19:01 [adesa.be] INFO: Scrape type for 10720511: 0
2026-03-26 04:19:01 [adesa.be] INFO: Skipping item 10720511 url https://www.openlane.eu/en/carv6/auction/10720511
2026-03-26 04:19:01 [adesa.be] INFO: Found listing with ID: 10724336
2026-03-26 04:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724336%27 HTTP/1.1" 200 None
2026-03-26 04:19:01 [adesa.be] INFO: Scrape type for 10724336: 0
2026-03-26 04:19:01 [adesa.be] INFO: Skipping item 10724336 url https://www.openlane.eu/en/carv6/auction/10724336
2026-03-26 04:19:01 [adesa.be] INFO: Found listing with ID: 10717899
2026-03-26 04:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717899%27 HTTP/1.1" 200 None
2026-03-26 04:19:01 [adesa.be] INFO: Scrape type for 10717899: 0
2026-03-26 04:19:01 [adesa.be] INFO: Skipping item 10717899 url https://www.openlane.eu/en/carv6/auction/10717899
2026-03-26 04:19:01 [adesa.be] INFO: Found listing with ID: 10724199
2026-03-26 04:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724199%27 HTTP/1.1" 200 None
2026-03-26 04:19:01 [adesa.be] INFO: Scrape type for 10724199: 0
2026-03-26 04:19:01 [adesa.be] INFO: Skipping item 10724199 url https://www.openlane.eu/en/carv6/auction/10724199
2026-03-26 04:19:01 [adesa.be] INFO: Found listing with ID: 10726948
2026-03-26 04:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726948%27 HTTP/1.1" 200 None
2026-03-26 04:19:01 [adesa.be] INFO: Scrape type for 10726948: 0
2026-03-26 04:19:01 [adesa.be] INFO: Skipping item 10726948 url https://www.openlane.eu/en/carv6/auction/10726948
2026-03-26 04:19:01 [adesa.be] INFO: Found listing with ID: 10724209
2026-03-26 04:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724209%27 HTTP/1.1" 200 None
2026-03-26 04:19:01 [adesa.be] INFO: Scrape type for 10724209: 0
2026-03-26 04:19:01 [adesa.be] INFO: Skipping item 10724209 url https://www.openlane.eu/en/carv6/auction/10724209
2026-03-26 04:19:01 [adesa.be] INFO: Found listing with ID: 10717863
2026-03-26 04:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717863%27 HTTP/1.1" 200 None
2026-03-26 04:19:01 [adesa.be] INFO: Scrape type for 10717863: 0
2026-03-26 04:19:01 [adesa.be] INFO: Skipping item 10717863 url https://www.openlane.eu/en/carv6/auction/10717863
2026-03-26 04:19:01 [adesa.be] INFO: Found listing with ID: 10724349
2026-03-26 04:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724349%27 HTTP/1.1" 200 None
2026-03-26 04:19:01 [adesa.be] INFO: Scrape type for 10724349: 0
2026-03-26 04:19:01 [adesa.be] INFO: Skipping item 10724349 url https://www.openlane.eu/en/carv6/auction/10724349
2026-03-26 04:19:01 [adesa.be] INFO: Found listing with ID: 10717835
2026-03-26 04:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717835%27 HTTP/1.1" 200 None
2026-03-26 04:19:01 [adesa.be] INFO: Scrape type for 10717835: 0
2026-03-26 04:19:01 [adesa.be] INFO: Skipping item 10717835 url https://www.openlane.eu/en/carv6/auction/10717835
2026-03-26 04:19:01 [adesa.be] INFO: Found listing with ID: 10724214
2026-03-26 04:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724214%27 HTTP/1.1" 200 None
2026-03-26 04:19:01 [adesa.be] INFO: Scrape type for 10724214: 0
2026-03-26 04:19:01 [adesa.be] INFO: Skipping item 10724214 url https://www.openlane.eu/en/carv6/auction/10724214
2026-03-26 04:19:01 [adesa.be] INFO: Found listing with ID: 10724410
2026-03-26 04:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724410%27 HTTP/1.1" 200 None
2026-03-26 04:19:01 [adesa.be] INFO: Scrape type for 10724410: 0
2026-03-26 04:19:01 [adesa.be] INFO: Skipping item 10724410 url https://www.openlane.eu/en/carv6/auction/10724410
2026-03-26 04:19:01 [adesa.be] INFO: Found listing with ID: 10724200
2026-03-26 04:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724200%27 HTTP/1.1" 200 None
2026-03-26 04:19:01 [adesa.be] INFO: Scrape type for 10724200: 0
2026-03-26 04:19:01 [adesa.be] INFO: Skipping item 10724200 url https://www.openlane.eu/en/carv6/auction/10724200
2026-03-26 04:19:01 [adesa.be] INFO: Found listing with ID: 10717895
2026-03-26 04:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717895%27 HTTP/1.1" 200 None
2026-03-26 04:19:01 [adesa.be] INFO: Scrape type for 10717895: 0
2026-03-26 04:19:01 [adesa.be] INFO: Skipping item 10717895 url https://www.openlane.eu/en/carv6/auction/10717895
2026-03-26 04:19:01 [adesa.be] INFO: Found listing with ID: 10724259
2026-03-26 04:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724259%27 HTTP/1.1" 200 None
2026-03-26 04:19:01 [adesa.be] INFO: Scrape type for 10724259: 0
2026-03-26 04:19:01 [adesa.be] INFO: Skipping item 10724259 url https://www.openlane.eu/en/carv6/auction/10724259
2026-03-26 04:19:01 [adesa.be] INFO: Found listing with ID: 10724197
2026-03-26 04:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724197%27 HTTP/1.1" 200 None
2026-03-26 04:19:01 [adesa.be] INFO: Scrape type for 10724197: 0
2026-03-26 04:19:01 [adesa.be] INFO: Skipping item 10724197 url https://www.openlane.eu/en/carv6/auction/10724197
2026-03-26 04:19:01 [adesa.be] INFO: Found listing with ID: 10719693
2026-03-26 04:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719693%27 HTTP/1.1" 200 None
2026-03-26 04:19:01 [adesa.be] INFO: Scrape type for 10719693: 0
2026-03-26 04:19:01 [adesa.be] INFO: Skipping item 10719693 url https://www.openlane.eu/en/carv6/auction/10719693
2026-03-26 04:19:01 [adesa.be] INFO: Found listing with ID: 10724207
2026-03-26 04:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724207%27 HTTP/1.1" 200 None
2026-03-26 04:19:01 [adesa.be] INFO: Scrape type for 10724207: 0
2026-03-26 04:19:01 [adesa.be] INFO: Skipping item 10724207 url https://www.openlane.eu/en/carv6/auction/10724207
2026-03-26 04:19:01 [adesa.be] INFO: Found listing with ID: 10724373
2026-03-26 04:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724373%27 HTTP/1.1" 200 None
2026-03-26 04:19:01 [adesa.be] INFO: Scrape type for 10724373: 0
2026-03-26 04:19:01 [adesa.be] INFO: Skipping item 10724373 url https://www.openlane.eu/en/carv6/auction/10724373
2026-03-26 04:19:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10711896> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:19:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10711895> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04: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-26 04:19:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa4b56bd-8f9b-5b6b-80a8-42f1ae9a60eb with identifier: 10711896
2026-03-26 04:19:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa4b56bd-8f9b-5b6b-80a8-42f1ae9a60eb with scrape type 2
2026-03-26 04:19:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa4b56bd-8f9b-5b6b-80a8-42f1ae9a60eb with scrape type 2
2026-03-26 04:19:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: fa4b56bd-8f9b-5b6b-80a8-42f1ae9a60eb, identifier: 10711896
2026-03-26 04:19:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: fa4b56bd-8f9b-5b6b-80a8-42f1ae9a60eb with identifier: 10711896
2026-03-26 04:19:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: fa4b56bd-8f9b-5b6b-80a8-42f1ae9a60eb with identifier: 10711896
2026-03-26 04:19:02 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: fa4b56bd-8f9b-5b6b-80a8-42f1ae9a60eb with identifier: 10711896 to the API
2026-03-26 04:19:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:19:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10711896>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'engine_horse_power': 183,
'expiration_date': '2026-03-26T10:30:00Z',
'fuel_type': 'Diesel',
'id': 'fa4b56bd-8f9b-5b6b-80a8-42f1ae9a60eb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': '1duy048',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10711896',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': 'X3',
'odometer': 76045,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 11200,
'price_includes_vat': True,
'registration_date': '2012-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X3 20d X Line - xDrive - Diesel - Automatic - 183 hp - 76.045 '
'km',
'transmission': 'automatic',
'trim': 'X Line',
'vin': None,
'year': 2012}
2026-03-26 04:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710711896%27 HTTP/1.1" 200 None
2026-03-26 04:19:02 [adesa.be] INFO: Saving data for 10711896: {'auction_closing_time': 1774521000.0, 'created_time': 1774325727.426225, 'last_price_update_time': 1774498742.579672}
2026-03-26 04:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10711896') HTTP/1.1" 204 0
2026-03-26 04:19:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10711904> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:19:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10711899> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:19:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10711898> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:19:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10711902> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:19:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4923e810-e865-5a51-b0be-1b7c0b8c379d with identifier: 10711895
2026-03-26 04:19:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4923e810-e865-5a51-b0be-1b7c0b8c379d with scrape type 2
2026-03-26 04:19:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4923e810-e865-5a51-b0be-1b7c0b8c379d with scrape type 2
2026-03-26 04:19:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 4923e810-e865-5a51-b0be-1b7c0b8c379d, identifier: 10711895
2026-03-26 04: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-26 04: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-26 04:19:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 4923e810-e865-5a51-b0be-1b7c0b8c379d with identifier: 10711895
2026-03-26 04:19:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 4923e810-e865-5a51-b0be-1b7c0b8c379d with identifier: 10711895
2026-03-26 04:19:02 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 4923e810-e865-5a51-b0be-1b7c0b8c379d with identifier: 10711895 to the API
2026-03-26 04:19:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:19:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10711895>
{'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': 116,
'expiration_date': '2026-03-26T10:30:00Z',
'fuel_type': 'Diesel',
'id': '4923e810-e865-5a51-b0be-1b7c0b8c379d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': '2FDS898',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10711895',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': '1 Series',
'odometer': 75246,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 14000,
'price_includes_vat': True,
'registration_date': '2020-01-22',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1 Series 116d - Diesel - Manual - 116 hp - 75.246 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2020}
2026-03-26 04:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710711895%27 HTTP/1.1" 200 None
2026-03-26 04:19:04 [adesa.be] INFO: Saving data for 10711895: {'auction_closing_time': 1774521000.0, 'created_time': 1774325718.895011, 'last_price_update_time': 1774498744.036816}
2026-03-26 04:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10711895') HTTP/1.1" 204 0
2026-03-26 04:19:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10711903> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:19:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10711893> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:19:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a70eabea-3c65-5f53-91ed-ec9540941309 with identifier: 10711904
2026-03-26 04:19:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a70eabea-3c65-5f53-91ed-ec9540941309 with scrape type 2
2026-03-26 04:19:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a70eabea-3c65-5f53-91ed-ec9540941309 with scrape type 2
2026-03-26 04:19:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: a70eabea-3c65-5f53-91ed-ec9540941309, identifier: 10711904
2026-03-26 04:19:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e19266c7-8cb2-58f1-a536-54581dc3078a with identifier: 10711899
2026-03-26 04:19:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e19266c7-8cb2-58f1-a536-54581dc3078a with scrape type 2
2026-03-26 04:19:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e19266c7-8cb2-58f1-a536-54581dc3078a with scrape type 2
2026-03-26 04:19:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: e19266c7-8cb2-58f1-a536-54581dc3078a, identifier: 10711899
2026-03-26 04:19:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a49a0ce1-2971-55fe-aab7-a3065e61a71f with identifier: 10711898
2026-03-26 04:19:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a49a0ce1-2971-55fe-aab7-a3065e61a71f with scrape type 2
2026-03-26 04:19:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a49a0ce1-2971-55fe-aab7-a3065e61a71f with scrape type 2
2026-03-26 04:19:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: a49a0ce1-2971-55fe-aab7-a3065e61a71f, identifier: 10711898
2026-03-26 04:19:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa010b8e-c9ee-5f81-aacc-b4fddbe87f25 with identifier: 10711902
2026-03-26 04:19:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa010b8e-c9ee-5f81-aacc-b4fddbe87f25 with scrape type 2
2026-03-26 04:19:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa010b8e-c9ee-5f81-aacc-b4fddbe87f25 with scrape type 2
2026-03-26 04:19:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: fa010b8e-c9ee-5f81-aacc-b4fddbe87f25, identifier: 10711902
2026-03-26 04:19:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: a70eabea-3c65-5f53-91ed-ec9540941309 with identifier: 10711904
2026-03-26 04:19:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: a70eabea-3c65-5f53-91ed-ec9540941309 with identifier: 10711904
2026-03-26 04:19:04 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: a70eabea-3c65-5f53-91ed-ec9540941309 with identifier: 10711904 to the API
2026-03-26 04:19:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:19:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10711904>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'MPV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.4L',
'engine_horse_power': 80,
'expiration_date': '2026-03-26T10:30:00Z',
'fuel_type': 'Petrol',
'id': 'a70eabea-3c65-5f53-91ed-ec9540941309',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': '1dxo555',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10711904',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Ford',
'model': 'Fusion',
'odometer': 139430,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 1000,
'price_includes_vat': True,
'registration_date': '2005-06-14',
'seats_number': 5,
'seller_name': None,
'title': 'Ford Fusion 1.4i Trend - Petrol - Manual - 80 hp - 139.430 km',
'transmission': 'manual',
'trim': 'Trend',
'vin': None,
'year': 2005}
2026-03-26 04:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710711904%27 HTTP/1.1" 200 None
2026-03-26 04:19:04 [adesa.be] INFO: Saving data for 10711904: {'auction_closing_time': 1774521000.0, 'created_time': 1774325721.769994, 'last_price_update_time': 1774498744.703047}
2026-03-26 04:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:19:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10711904') HTTP/1.1" 204 0
2026-03-26 04:19:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: e19266c7-8cb2-58f1-a536-54581dc3078a with identifier: 10711899
2026-03-26 04:19:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: e19266c7-8cb2-58f1-a536-54581dc3078a with identifier: 10711899
2026-03-26 04:19:04 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: e19266c7-8cb2-58f1-a536-54581dc3078a with identifier: 10711899 to the API
2026-03-26 04:19:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:19:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10711899>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 97,
'expiration_date': '2026-03-26T10:30:00Z',
'fuel_type': 'Petrol',
'id': 'e19266c7-8cb2-58f1-a536-54581dc3078a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': '2GVX874',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10711899',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Citroën',
'model': 'Berlingo',
'odometer': 159643,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 4350,
'price_includes_vat': True,
'registration_date': '2018-11-14',
'seats_number': 3,
'seller_name': None,
'title': 'Citroën Berlingo 1.6 VTI Club - Petrol - Manual - 97 hp - 159.643 '
'km',
'transmission': 'manual',
'trim': 'Club',
'vin': None,
'year': 2018}
2026-03-26 04:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710711899%27 HTTP/1.1" 200 None
2026-03-26 04:19:05 [adesa.be] INFO: Saving data for 10711899: {'auction_closing_time': 1774521000.0, 'created_time': 1774325722.085691, 'last_price_update_time': 1774498745.014749}
2026-03-26 04:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10711899') HTTP/1.1" 204 0
2026-03-26 04:19:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: a49a0ce1-2971-55fe-aab7-a3065e61a71f with identifier: 10711898
2026-03-26 04:19:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: a49a0ce1-2971-55fe-aab7-a3065e61a71f with identifier: 10711898
2026-03-26 04:19:05 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: a49a0ce1-2971-55fe-aab7-a3065e61a71f with identifier: 10711898 to the API
2026-03-26 04:19:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:19:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10711898>
{'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': 100,
'expiration_date': '2026-03-26T10:30:00Z',
'fuel_type': 'Diesel',
'id': 'a49a0ce1-2971-55fe-aab7-a3065e61a71f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': '2GKQ055',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10711898',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Ford',
'model': 'Transit',
'odometer': 179928,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 4750,
'price_includes_vat': True,
'registration_date': '2018-10-12',
'seats_number': 2,
'seller_name': None,
'title': 'Ford Transit Connect 1.5 TDCI Trend - Diesel - Manual - 100 hp - '
'179.928 km',
'transmission': 'manual',
'trim': 'Trend',
'vin': None,
'year': 2018}
2026-03-26 04:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710711898%27 HTTP/1.1" 200 None
2026-03-26 04:19:05 [adesa.be] INFO: Saving data for 10711898: {'auction_closing_time': 1774521000.0, 'created_time': 1774325720.092405, 'last_price_update_time': 1774498745.301836}
2026-03-26 04:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10711898') HTTP/1.1" 204 0
2026-03-26 04:19:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: fa010b8e-c9ee-5f81-aacc-b4fddbe87f25 with identifier: 10711902
2026-03-26 04:19:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: fa010b8e-c9ee-5f81-aacc-b4fddbe87f25 with identifier: 10711902
2026-03-26 04:19:05 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: fa010b8e-c9ee-5f81-aacc-b4fddbe87f25 with identifier: 10711902 to the API
2026-03-26 04:19:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:19:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10711902>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': 'MPV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'engine_horse_power': 95,
'expiration_date': '2026-03-26T10:30:00Z',
'fuel_type': 'Diesel',
'id': 'fa010b8e-c9ee-5f81-aacc-b4fddbe87f25',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': '1GXF587',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10711902',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Ford',
'model': 'C-Max',
'odometer': 226335,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 3000,
'price_includes_vat': True,
'registration_date': '2014-05-26',
'seats_number': 7,
'seller_name': None,
'title': 'Ford Grand C-Max 1.6 TDCI Trend - Diesel - Manual - 95 hp - 226.335 '
'km',
'transmission': 'manual',
'trim': 'Trend',
'vin': None,
'year': 2014}
2026-03-26 04:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710711902%27 HTTP/1.1" 200 None
2026-03-26 04:19:05 [adesa.be] INFO: Saving data for 10711902: {'auction_closing_time': 1774521000.0, 'created_time': 1774325734.293207, 'last_price_update_time': 1774498745.606213}
2026-03-26 04:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10711902') HTTP/1.1" 204 0
2026-03-26 04:19:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10711900> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:19:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30c785b6-4276-5fb0-8fb7-f7b5632cbab0 with identifier: 10711903
2026-03-26 04:19:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30c785b6-4276-5fb0-8fb7-f7b5632cbab0 with scrape type 2
2026-03-26 04:19:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30c785b6-4276-5fb0-8fb7-f7b5632cbab0 with scrape type 2
2026-03-26 04:19:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 30c785b6-4276-5fb0-8fb7-f7b5632cbab0, identifier: 10711903
2026-03-26 04:19:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5324ea34-05de-569f-ae88-82d469a360a8 with identifier: 10711893
2026-03-26 04:19:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5324ea34-05de-569f-ae88-82d469a360a8 with scrape type 2
2026-03-26 04:19:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5324ea34-05de-569f-ae88-82d469a360a8 with scrape type 2
2026-03-26 04:19:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 5324ea34-05de-569f-ae88-82d469a360a8, identifier: 10711893
2026-03-26 04:19:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 30c785b6-4276-5fb0-8fb7-f7b5632cbab0 with identifier: 10711903
2026-03-26 04:19:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 30c785b6-4276-5fb0-8fb7-f7b5632cbab0 with identifier: 10711903
2026-03-26 04:19:05 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 30c785b6-4276-5fb0-8fb7-f7b5632cbab0 with identifier: 10711903 to the API
2026-03-26 04:19:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:19:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10711903>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 4',
'engine': '1.6L',
'engine_horse_power': 120,
'expiration_date': '2026-03-26T10:30:00Z',
'fuel_type': 'Petrol',
'id': '30c785b6-4276-5fb0-8fb7-f7b5632cbab0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'TKR34',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10711903',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mini',
'model': 'Clubman',
'odometer': 219268,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 2300,
'price_includes_vat': True,
'registration_date': '2009-07-15',
'seats_number': 4,
'seller_name': None,
'title': 'Mini Clubman Cooper 1.6i - Petrol - Manual - 120 hp - 219.268 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2009}
2026-03-26 04:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710711903%27 HTTP/1.1" 200 None
2026-03-26 04:19:06 [adesa.be] INFO: Saving data for 10711903: {'auction_closing_time': 1774521000.0, 'created_time': 1774325728.22866, 'last_price_update_time': 1774498746.089839}
2026-03-26 04:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10711903') HTTP/1.1" 204 0
2026-03-26 04:19:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 5324ea34-05de-569f-ae88-82d469a360a8 with identifier: 10711893
2026-03-26 04:19:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 5324ea34-05de-569f-ae88-82d469a360a8 with identifier: 10711893
2026-03-26 04:19:06 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 5324ea34-05de-569f-ae88-82d469a360a8 with identifier: 10711893 to the API
2026-03-26 04:19:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:19:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10711893>
{'auction_title': '',
'c_o_2_emission_value': 79,
'category': 'SUV',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 271,
'expiration_date': '2026-03-26T10:30:00Z',
'fuel_type': 'Hybrid',
'id': '5324ea34-05de-569f-ae88-82d469a360a8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2HUD554',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10711893',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Jeep',
'model': 'Wrangler',
'odometer': 13252,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 48500,
'price_includes_vat': True,
'registration_date': '2023-03-25',
'seats_number': 5,
'seller_name': None,
'title': 'Jeep Wrangler 4xe 2.0 Sahara - Hybrid - Automatic - 271 hp - 13.252 '
'km',
'transmission': 'automatic',
'trim': 'Sahara',
'vin': None,
'year': 2023}
2026-03-26 04:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710711893%27 HTTP/1.1" 200 None
2026-03-26 04:19:06 [adesa.be] INFO: Saving data for 10711893: {'auction_closing_time': 1774521000.0, 'created_time': 1774325720.526216, 'last_price_update_time': 1774498746.361139}
2026-03-26 04:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10711893') HTTP/1.1" 204 0
2026-03-26 04:19:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf1c620d-fc41-53ef-844c-c513d664049c with identifier: 10711900
2026-03-26 04:19:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf1c620d-fc41-53ef-844c-c513d664049c with scrape type 2
2026-03-26 04:19:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf1c620d-fc41-53ef-844c-c513d664049c with scrape type 2
2026-03-26 04:19:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: bf1c620d-fc41-53ef-844c-c513d664049c, identifier: 10711900
2026-03-26 04:19:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: bf1c620d-fc41-53ef-844c-c513d664049c with identifier: 10711900
2026-03-26 04:19:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: bf1c620d-fc41-53ef-844c-c513d664049c with identifier: 10711900
2026-03-26 04:19:06 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: bf1c620d-fc41-53ef-844c-c513d664049c with identifier: 10711900 to the API
2026-03-26 04:19:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:19:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10711900>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.1L',
'engine_horse_power': 73,
'expiration_date': '2026-03-26T10:30:00Z',
'fuel_type': 'Petrol',
'id': 'bf1c620d-fc41-53ef-844c-c513d664049c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': '2CQP620',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10711900',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Renault',
'model': 'Clio',
'odometer': 138080,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 4300,
'price_includes_vat': True,
'registration_date': '2017-05-17',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Grandtour 1.2 Zen - Petrol - Manual - 73 hp - 138.080 '
'km',
'transmission': 'manual',
'trim': 'Zen',
'vin': None,
'year': 2017}
2026-03-26 04:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710711900%27 HTTP/1.1" 200 None
2026-03-26 04:19:06 [adesa.be] INFO: Saving data for 10711900: {'auction_closing_time': 1774521000.0, 'created_time': 1774325725.582223, 'last_price_update_time': 1774498746.738404}
2026-03-26 04:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10711900') HTTP/1.1" 204 0
2026-03-26 04:19:06 [scrapy.extensions.logstats] INFO: Crawled 152 pages (at 28 pages/min), scraped 132 items (at 24 items/min)
2026-03-26 04:19:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 169MiB
2026-03-26 04:19:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10711897> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:19:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f24a7c6-2318-5c57-985c-b5c0cdb0e2fc with identifier: 10711897
2026-03-26 04:19:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f24a7c6-2318-5c57-985c-b5c0cdb0e2fc with scrape type 2
2026-03-26 04:19:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f24a7c6-2318-5c57-985c-b5c0cdb0e2fc with scrape type 2
2026-03-26 04:19:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 2f24a7c6-2318-5c57-985c-b5c0cdb0e2fc, identifier: 10711897
2026-03-26 04:19:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 2f24a7c6-2318-5c57-985c-b5c0cdb0e2fc with identifier: 10711897
2026-03-26 04:19:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 2f24a7c6-2318-5c57-985c-b5c0cdb0e2fc with identifier: 10711897
2026-03-26 04:19:07 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 2f24a7c6-2318-5c57-985c-b5c0cdb0e2fc with identifier: 10711897 to the API
2026-03-26 04:19:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:19:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10711897>
{'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-26T10:30:00Z',
'fuel_type': 'Petrol',
'id': '2f24a7c6-2318-5c57-985c-b5c0cdb0e2fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BNR772',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10711897',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Kamiq',
'odometer': 37475,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 10600,
'price_includes_vat': True,
'registration_date': '2022-02-25',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Kamiq 1.0 TSI Clever - Petrol - Manual - 110 hp - 37.475 km',
'transmission': 'manual',
'trim': 'Clever',
'vin': None,
'year': 2022}
2026-03-26 04:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710711897%27 HTTP/1.1" 200 None
2026-03-26 04:19:07 [adesa.be] INFO: Saving data for 10711897: {'auction_closing_time': 1774521000.0, 'created_time': 1774325723.879226, 'last_price_update_time': 1774498747.858707}
2026-03-26 04:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10711897') HTTP/1.1" 204 0
2026-03-26 04:19:09 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 6.736(s), this was the 1st time calling it.
2026-03-26 04:19:09 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 4.616603577337602 seconds as it raised RequestError: RequestError: 520, message=, headers=<CIMultiDictProxy('Date': 'Thu, 26 Mar 2026 04:19:09 GMT', 'Content-Type': 'application/problem+json', 'Content-Length': '214', 'Connection': 'keep-alive', 'Retry-After': '60', 'Request-Id': '8537f538474e1ea5e9b9e0a1b9491138', '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=8537f538474e1ea5e9b9e0a1b9491138.
2026-03-26 04:19:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-26 04:19:15 [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-26 04:19:15 [adesa.be] INFO: Found listing with ID: 10717867
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717867%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10717867: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10717867 url https://www.openlane.eu/en/carv6/auction/10717867
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10724235
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724235%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10724235: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10724235 url https://www.openlane.eu/en/carv6/auction/10724235
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10717860
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717860%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10717860: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10717860 url https://www.openlane.eu/en/carv6/auction/10717860
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10724350
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724350%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10724350: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10724350 url https://www.openlane.eu/en/carv6/auction/10724350
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10724226
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724226%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10724226: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10724226 url https://www.openlane.eu/en/carv6/auction/10724226
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10724234
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724234%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10724234: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10724234 url https://www.openlane.eu/en/carv6/auction/10724234
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10724216
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724216%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10724216: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10724216 url https://www.openlane.eu/en/carv6/auction/10724216
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10717856
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717856%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10717856: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10717856 url https://www.openlane.eu/en/carv6/auction/10717856
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10724220
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724220%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10724220: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10724220 url https://www.openlane.eu/en/carv6/auction/10724220
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10717847
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717847%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10717847: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10717847 url https://www.openlane.eu/en/carv6/auction/10717847
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10717840
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717840%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10717840: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10717840 url https://www.openlane.eu/en/carv6/auction/10717840
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10724351
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724351%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10724351: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10724351 url https://www.openlane.eu/en/carv6/auction/10724351
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10724189
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724189%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10724189: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10724189 url https://www.openlane.eu/en/carv6/auction/10724189
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10724221
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724221%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10724221: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10724221 url https://www.openlane.eu/en/carv6/auction/10724221
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10724225
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724225%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10724225: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10724225 url https://www.openlane.eu/en/carv6/auction/10724225
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10724345
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724345%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10724345: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10724345 url https://www.openlane.eu/en/carv6/auction/10724345
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10724195
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724195%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10724195: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10724195 url https://www.openlane.eu/en/carv6/auction/10724195
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10720510
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720510%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10720510: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10720510 url https://www.openlane.eu/en/carv6/auction/10720510
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10717861
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717861%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10717861: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10717861 url https://www.openlane.eu/en/carv6/auction/10717861
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10724279
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724279%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10724279: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10724279 url https://www.openlane.eu/en/carv6/auction/10724279
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10717915
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717915%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10717915: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10717915 url https://www.openlane.eu/en/carv6/auction/10717915
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10724473
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724473%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10724473: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10724473 url https://www.openlane.eu/en/carv6/auction/10724473
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10724298
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724298%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10724298: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10724298 url https://www.openlane.eu/en/carv6/auction/10724298
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10724332
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724332%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10724332: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10724332 url https://www.openlane.eu/en/carv6/auction/10724332
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10724488
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724488%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10724488: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10724488 url https://www.openlane.eu/en/carv6/auction/10724488
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10726969
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726969%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10726969: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10726969 url https://www.openlane.eu/en/carv6/auction/10726969
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10717902
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717902%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10717902: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10717902 url https://www.openlane.eu/en/carv6/auction/10717902
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10717887
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717887%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10717887: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10717887 url https://www.openlane.eu/en/carv6/auction/10717887
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10724281
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724281%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10724281: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10724281 url https://www.openlane.eu/en/carv6/auction/10724281
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10724267
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724267%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10724267: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10724267 url https://www.openlane.eu/en/carv6/auction/10724267
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10726956
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726956%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10726956: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10726956 url https://www.openlane.eu/en/carv6/auction/10726956
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10717905
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717905%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10717905: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10717905 url https://www.openlane.eu/en/carv6/auction/10717905
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10724509
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724509%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10724509: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10724509 url https://www.openlane.eu/en/carv6/auction/10724509
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10717908
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717908%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10717908: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10717908 url https://www.openlane.eu/en/carv6/auction/10717908
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10724515
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724515%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10724515: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10724515 url https://www.openlane.eu/en/carv6/auction/10724515
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10726960
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726960%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10726960: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10726960 url https://www.openlane.eu/en/carv6/auction/10726960
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10726949
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726949%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10726949: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10726949 url https://www.openlane.eu/en/carv6/auction/10726949
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10724484
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724484%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10724484: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10724484 url https://www.openlane.eu/en/carv6/auction/10724484
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10724289
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724289%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10724289: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10724289 url https://www.openlane.eu/en/carv6/auction/10724289
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10724271
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724271%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10724271: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10724271 url https://www.openlane.eu/en/carv6/auction/10724271
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10724500
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724500%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10724500: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10724500 url https://www.openlane.eu/en/carv6/auction/10724500
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10724409
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724409%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10724409: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10724409 url https://www.openlane.eu/en/carv6/auction/10724409
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10726946
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726946%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10726946: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10726946 url https://www.openlane.eu/en/carv6/auction/10726946
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10724461
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724461%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10724461: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10724461 url https://www.openlane.eu/en/carv6/auction/10724461
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10724325
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724325%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10724325: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10724325 url https://www.openlane.eu/en/carv6/auction/10724325
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10724480
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724480%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10724480: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10724480 url https://www.openlane.eu/en/carv6/auction/10724480
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10724403
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724403%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10724403: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10724403 url https://www.openlane.eu/en/carv6/auction/10724403
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10717910
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717910%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10717910: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10717910 url https://www.openlane.eu/en/carv6/auction/10717910
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10724339
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724339%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10724339: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10724339 url https://www.openlane.eu/en/carv6/auction/10724339
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10724442
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724442%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10724442: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10724442 url https://www.openlane.eu/en/carv6/auction/10724442
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10724432
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724432%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10724432: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10724432 url https://www.openlane.eu/en/carv6/auction/10724432
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10717900
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717900%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10717900: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10717900 url https://www.openlane.eu/en/carv6/auction/10717900
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10724487
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724487%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10724487: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10724487 url https://www.openlane.eu/en/carv6/auction/10724487
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10724451
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724451%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10724451: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10724451 url https://www.openlane.eu/en/carv6/auction/10724451
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10717918
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717918%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10717918: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10717918 url https://www.openlane.eu/en/carv6/auction/10717918
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10724458
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724458%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10724458: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10724458 url https://www.openlane.eu/en/carv6/auction/10724458
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10724491
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724491%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10724491: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10724491 url https://www.openlane.eu/en/carv6/auction/10724491
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10724474
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724474%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10724474: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10724474 url https://www.openlane.eu/en/carv6/auction/10724474
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10724469
2026-03-26 04:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724469%27 HTTP/1.1" 200 None
2026-03-26 04:19:16 [adesa.be] INFO: Scrape type for 10724469: 0
2026-03-26 04:19:16 [adesa.be] INFO: Skipping item 10724469 url https://www.openlane.eu/en/carv6/auction/10724469
2026-03-26 04:19:16 [adesa.be] INFO: Found listing with ID: 10724308
2026-03-26 04:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724308%27 HTTP/1.1" 200 None
2026-03-26 04:19:17 [adesa.be] INFO: Scrape type for 10724308: 0
2026-03-26 04:19:17 [adesa.be] INFO: Skipping item 10724308 url https://www.openlane.eu/en/carv6/auction/10724308
2026-03-26 04:19:17 [adesa.be] INFO: Found listing with ID: 10726964
2026-03-26 04:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726964%27 HTTP/1.1" 200 None
2026-03-26 04:19:17 [adesa.be] INFO: Scrape type for 10726964: 0
2026-03-26 04:19:17 [adesa.be] INFO: Skipping item 10726964 url https://www.openlane.eu/en/carv6/auction/10726964
2026-03-26 04:19:17 [adesa.be] INFO: Found listing with ID: 10724503
2026-03-26 04:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724503%27 HTTP/1.1" 200 None
2026-03-26 04:19:17 [adesa.be] INFO: Scrape type for 10724503: 0
2026-03-26 04:19:17 [adesa.be] INFO: Skipping item 10724503 url https://www.openlane.eu/en/carv6/auction/10724503
2026-03-26 04:19:17 [adesa.be] INFO: Found listing with ID: 10724256
2026-03-26 04:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724256%27 HTTP/1.1" 200 None
2026-03-26 04:19:17 [adesa.be] INFO: Scrape type for 10724256: 0
2026-03-26 04:19:17 [adesa.be] INFO: Skipping item 10724256 url https://www.openlane.eu/en/carv6/auction/10724256
2026-03-26 04:19:17 [adesa.be] INFO: Found listing with ID: 10719148
2026-03-26 04:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719148%27 HTTP/1.1" 200 None
2026-03-26 04:19:17 [adesa.be] INFO: Scrape type for 10719148: 0
2026-03-26 04:19:17 [adesa.be] INFO: Skipping item 10719148 url https://www.openlane.eu/en/carv6/auction/10719148
2026-03-26 04:19:17 [adesa.be] INFO: Found listing with ID: 10717892
2026-03-26 04:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717892%27 HTTP/1.1" 200 None
2026-03-26 04:19:17 [adesa.be] INFO: Scrape type for 10717892: 0
2026-03-26 04:19:17 [adesa.be] INFO: Skipping item 10717892 url https://www.openlane.eu/en/carv6/auction/10717892
2026-03-26 04:19:17 [adesa.be] INFO: Found listing with ID: 10726980
2026-03-26 04:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726980%27 HTTP/1.1" 200 None
2026-03-26 04:19:17 [adesa.be] INFO: Scrape type for 10726980: 0
2026-03-26 04:19:17 [adesa.be] INFO: Skipping item 10726980 url https://www.openlane.eu/en/carv6/auction/10726980
2026-03-26 04:19:17 [adesa.be] INFO: Found listing with ID: 10726974
2026-03-26 04:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726974%27 HTTP/1.1" 200 None
2026-03-26 04:19:17 [adesa.be] INFO: Scrape type for 10726974: 0
2026-03-26 04:19:17 [adesa.be] INFO: Skipping item 10726974 url https://www.openlane.eu/en/carv6/auction/10726974
2026-03-26 04:19:17 [adesa.be] INFO: Found listing with ID: 10724340
2026-03-26 04:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724340%27 HTTP/1.1" 200 None
2026-03-26 04:19:17 [adesa.be] INFO: Scrape type for 10724340: 0
2026-03-26 04:19:17 [adesa.be] INFO: Skipping item 10724340 url https://www.openlane.eu/en/carv6/auction/10724340
2026-03-26 04:19:17 [adesa.be] INFO: Found listing with ID: 10724269
2026-03-26 04:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724269%27 HTTP/1.1" 200 None
2026-03-26 04:19:17 [adesa.be] INFO: Scrape type for 10724269: 0
2026-03-26 04:19:17 [adesa.be] INFO: Skipping item 10724269 url https://www.openlane.eu/en/carv6/auction/10724269
2026-03-26 04:19:17 [adesa.be] INFO: Found listing with ID: 10728751
2026-03-26 04:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710728751%27 HTTP/1.1" 200 None
2026-03-26 04:19:17 [adesa.be] INFO: Scrape type for 10728751: 0
2026-03-26 04:19:17 [adesa.be] INFO: Skipping item 10728751 url https://www.openlane.eu/en/carv6/auction/10728751
2026-03-26 04:19:17 [adesa.be] INFO: Found listing with ID: 10720483
2026-03-26 04:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720483%27 HTTP/1.1" 200 None
2026-03-26 04:19:17 [adesa.be] INFO: Scrape type for 10720483: 0
2026-03-26 04:19:17 [adesa.be] INFO: Skipping item 10720483 url https://www.openlane.eu/en/carv6/auction/10720483
2026-03-26 04:19:17 [adesa.be] INFO: Found listing with ID: 10724391
2026-03-26 04:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724391%27 HTTP/1.1" 200 None
2026-03-26 04:19:17 [adesa.be] INFO: Scrape type for 10724391: 0
2026-03-26 04:19:17 [adesa.be] INFO: Skipping item 10724391 url https://www.openlane.eu/en/carv6/auction/10724391
2026-03-26 04:19:17 [adesa.be] INFO: Found listing with ID: 10720488
2026-03-26 04:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720488%27 HTTP/1.1" 200 None
2026-03-26 04:19:17 [adesa.be] INFO: Scrape type for 10720488: 0
2026-03-26 04:19:17 [adesa.be] INFO: Skipping item 10720488 url https://www.openlane.eu/en/carv6/auction/10720488
2026-03-26 04:19:17 [adesa.be] INFO: Found listing with ID: 10717917
2026-03-26 04:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717917%27 HTTP/1.1" 200 None
2026-03-26 04:19:17 [adesa.be] INFO: Scrape type for 10717917: 0
2026-03-26 04:19:17 [adesa.be] INFO: Skipping item 10717917 url https://www.openlane.eu/en/carv6/auction/10717917
2026-03-26 04:19:17 [adesa.be] INFO: Found listing with ID: 10724423
2026-03-26 04:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724423%27 HTTP/1.1" 200 None
2026-03-26 04:19:17 [adesa.be] INFO: Scrape type for 10724423: 0
2026-03-26 04:19:17 [adesa.be] INFO: Skipping item 10724423 url https://www.openlane.eu/en/carv6/auction/10724423
2026-03-26 04:19:17 [adesa.be] INFO: Found listing with ID: 10724459
2026-03-26 04:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724459%27 HTTP/1.1" 200 None
2026-03-26 04:19:17 [adesa.be] INFO: Scrape type for 10724459: 0
2026-03-26 04:19:17 [adesa.be] INFO: Skipping item 10724459 url https://www.openlane.eu/en/carv6/auction/10724459
2026-03-26 04:19:17 [adesa.be] INFO: Found listing with ID: 10724303
2026-03-26 04:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724303%27 HTTP/1.1" 200 None
2026-03-26 04:19:17 [adesa.be] INFO: Scrape type for 10724303: 0
2026-03-26 04:19:17 [adesa.be] INFO: Skipping item 10724303 url https://www.openlane.eu/en/carv6/auction/10724303
2026-03-26 04:19:17 [adesa.be] INFO: Found listing with ID: 10717897
2026-03-26 04:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717897%27 HTTP/1.1" 200 None
2026-03-26 04:19:17 [adesa.be] INFO: Scrape type for 10717897: 0
2026-03-26 04:19:17 [adesa.be] INFO: Skipping item 10717897 url https://www.openlane.eu/en/carv6/auction/10717897
2026-03-26 04:19:17 [adesa.be] INFO: Found listing with ID: 10724446
2026-03-26 04:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724446%27 HTTP/1.1" 200 None
2026-03-26 04:19:17 [adesa.be] INFO: Scrape type for 10724446: 0
2026-03-26 04:19:17 [adesa.be] INFO: Skipping item 10724446 url https://www.openlane.eu/en/carv6/auction/10724446
2026-03-26 04:19:17 [adesa.be] INFO: Found listing with ID: 10724470
2026-03-26 04:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724470%27 HTTP/1.1" 200 None
2026-03-26 04:19:17 [adesa.be] INFO: Scrape type for 10724470: 0
2026-03-26 04:19:17 [adesa.be] INFO: Skipping item 10724470 url https://www.openlane.eu/en/carv6/auction/10724470
2026-03-26 04:19:17 [adesa.be] INFO: Found listing with ID: 10724475
2026-03-26 04:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724475%27 HTTP/1.1" 200 None
2026-03-26 04:19:17 [adesa.be] INFO: Scrape type for 10724475: 0
2026-03-26 04:19:17 [adesa.be] INFO: Skipping item 10724475 url https://www.openlane.eu/en/carv6/auction/10724475
2026-03-26 04:19:17 [adesa.be] INFO: Found listing with ID: 10719151
2026-03-26 04:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719151%27 HTTP/1.1" 200 None
2026-03-26 04:19:17 [adesa.be] INFO: Scrape type for 10719151: 0
2026-03-26 04:19:17 [adesa.be] INFO: Skipping item 10719151 url https://www.openlane.eu/en/carv6/auction/10719151
2026-03-26 04:19:17 [adesa.be] INFO: Found listing with ID: 10724439
2026-03-26 04:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724439%27 HTTP/1.1" 200 None
2026-03-26 04:19:17 [adesa.be] INFO: Scrape type for 10724439: 0
2026-03-26 04:19:17 [adesa.be] INFO: Skipping item 10724439 url https://www.openlane.eu/en/carv6/auction/10724439
2026-03-26 04:19:17 [adesa.be] INFO: Found listing with ID: 10724294
2026-03-26 04:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724294%27 HTTP/1.1" 200 None
2026-03-26 04:19:17 [adesa.be] INFO: Scrape type for 10724294: 0
2026-03-26 04:19:17 [adesa.be] INFO: Skipping item 10724294 url https://www.openlane.eu/en/carv6/auction/10724294
2026-03-26 04:19:17 [adesa.be] INFO: Found listing with ID: 10724506
2026-03-26 04:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724506%27 HTTP/1.1" 200 None
2026-03-26 04:19:17 [adesa.be] INFO: Scrape type for 10724506: 0
2026-03-26 04:19:17 [adesa.be] INFO: Skipping item 10724506 url https://www.openlane.eu/en/carv6/auction/10724506
2026-03-26 04:19:17 [adesa.be] INFO: Found listing with ID: 10724429
2026-03-26 04:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724429%27 HTTP/1.1" 200 None
2026-03-26 04:19:17 [adesa.be] INFO: Scrape type for 10724429: 0
2026-03-26 04:19:17 [adesa.be] INFO: Skipping item 10724429 url https://www.openlane.eu/en/carv6/auction/10724429
2026-03-26 04:19:17 [adesa.be] INFO: Found listing with ID: 10724272
2026-03-26 04:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724272%27 HTTP/1.1" 200 None
2026-03-26 04:19:17 [adesa.be] INFO: Scrape type for 10724272: 0
2026-03-26 04:19:17 [adesa.be] INFO: Skipping item 10724272 url https://www.openlane.eu/en/carv6/auction/10724272
2026-03-26 04:19:17 [adesa.be] INFO: Found listing with ID: 10724465
2026-03-26 04:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724465%27 HTTP/1.1" 200 None
2026-03-26 04:19:17 [adesa.be] INFO: Scrape type for 10724465: 0
2026-03-26 04:19:17 [adesa.be] INFO: Skipping item 10724465 url https://www.openlane.eu/en/carv6/auction/10724465
2026-03-26 04:19:17 [adesa.be] INFO: Found listing with ID: 10724517
2026-03-26 04:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724517%27 HTTP/1.1" 200 None
2026-03-26 04:19:17 [adesa.be] INFO: Scrape type for 10724517: 0
2026-03-26 04:19:17 [adesa.be] INFO: Skipping item 10724517 url https://www.openlane.eu/en/carv6/auction/10724517
2026-03-26 04:19:17 [adesa.be] INFO: Found listing with ID: 10724396
2026-03-26 04:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724396%27 HTTP/1.1" 200 None
2026-03-26 04:19:17 [adesa.be] INFO: Scrape type for 10724396: 0
2026-03-26 04:19:17 [adesa.be] INFO: Skipping item 10724396 url https://www.openlane.eu/en/carv6/auction/10724396
2026-03-26 04:19:17 [adesa.be] INFO: Found listing with ID: 10717880
2026-03-26 04:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717880%27 HTTP/1.1" 200 None
2026-03-26 04:19:17 [adesa.be] INFO: Scrape type for 10717880: 0
2026-03-26 04:19:17 [adesa.be] INFO: Skipping item 10717880 url https://www.openlane.eu/en/carv6/auction/10717880
2026-03-26 04:19:17 [adesa.be] INFO: Found listing with ID: 10724426
2026-03-26 04:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724426%27 HTTP/1.1" 200 None
2026-03-26 04:19:17 [adesa.be] INFO: Scrape type for 10724426: 0
2026-03-26 04:19:17 [adesa.be] INFO: Skipping item 10724426 url https://www.openlane.eu/en/carv6/auction/10724426
2026-03-26 04:19:17 [adesa.be] INFO: Found listing with ID: 10724286
2026-03-26 04:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724286%27 HTTP/1.1" 200 None
2026-03-26 04:19:17 [adesa.be] INFO: Scrape type for 10724286: 0
2026-03-26 04:19:17 [adesa.be] INFO: Skipping item 10724286 url https://www.openlane.eu/en/carv6/auction/10724286
2026-03-26 04:19:17 [adesa.be] INFO: Found listing with ID: 10726957
2026-03-26 04:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726957%27 HTTP/1.1" 200 None
2026-03-26 04:19:17 [adesa.be] INFO: Scrape type for 10726957: 0
2026-03-26 04:19:17 [adesa.be] INFO: Skipping item 10726957 url https://www.openlane.eu/en/carv6/auction/10726957
2026-03-26 04:19:17 [adesa.be] INFO: Found listing with ID: 10724233
2026-03-26 04:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724233%27 HTTP/1.1" 200 None
2026-03-26 04:19:17 [adesa.be] INFO: Scrape type for 10724233: 0
2026-03-26 04:19:17 [adesa.be] INFO: Skipping item 10724233 url https://www.openlane.eu/en/carv6/auction/10724233
2026-03-26 04:19:17 [adesa.be] INFO: Found listing with ID: 10717913
2026-03-26 04:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717913%27 HTTP/1.1" 200 None
2026-03-26 04:19:17 [adesa.be] INFO: Scrape type for 10717913: 0
2026-03-26 04:19:17 [adesa.be] INFO: Skipping item 10717913 url https://www.openlane.eu/en/carv6/auction/10717913
2026-03-26 04:19:17 [adesa.be] INFO: Found listing with ID: 10724274
2026-03-26 04:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724274%27 HTTP/1.1" 200 None
2026-03-26 04:19:17 [adesa.be] INFO: Scrape type for 10724274: 0
2026-03-26 04:19:17 [adesa.be] INFO: Skipping item 10724274 url https://www.openlane.eu/en/carv6/auction/10724274
2026-03-26 04:19:17 [adesa.be] INFO: Found listing with ID: 10724490
2026-03-26 04:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724490%27 HTTP/1.1" 200 None
2026-03-26 04:19:17 [adesa.be] INFO: Scrape type for 10724490: 0
2026-03-26 04:19:17 [adesa.be] INFO: Skipping item 10724490 url https://www.openlane.eu/en/carv6/auction/10724490
2026-03-26 04:19:17 [adesa.be] INFO: Found listing with ID: 10724445
2026-03-26 04:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724445%27 HTTP/1.1" 200 None
2026-03-26 04:19:17 [adesa.be] INFO: Scrape type for 10724445: 0
2026-03-26 04:19:17 [adesa.be] INFO: Skipping item 10724445 url https://www.openlane.eu/en/carv6/auction/10724445
2026-03-26 04:19:17 [adesa.be] INFO: Found listing with ID: 10724427
2026-03-26 04:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724427%27 HTTP/1.1" 200 None
2026-03-26 04:19:17 [adesa.be] INFO: Scrape type for 10724427: 0
2026-03-26 04:19:17 [adesa.be] INFO: Skipping item 10724427 url https://www.openlane.eu/en/carv6/auction/10724427
2026-03-26 04: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-26 04:19:20 [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-26 04:19:20 [adesa.be] INFO: Found listing with ID: 10724198
2026-03-26 04:19:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724198%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10724198: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10724198 url https://www.openlane.eu/en/carv6/auction/10724198
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10719150
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719150%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10719150: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10719150 url https://www.openlane.eu/en/carv6/auction/10719150
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10725603
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725603%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10725603: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10725603 url https://www.openlane.eu/en/carv6/auction/10725603
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10724382
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724382%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10724382: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10724382 url https://www.openlane.eu/en/carv6/auction/10724382
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10720486
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720486%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10720486: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10720486 url https://www.openlane.eu/en/carv6/auction/10720486
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10724333
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724333%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10724333: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10724333 url https://www.openlane.eu/en/carv6/auction/10724333
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10724405
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724405%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10724405: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10724405 url https://www.openlane.eu/en/carv6/auction/10724405
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10717874
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717874%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10717874: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10717874 url https://www.openlane.eu/en/carv6/auction/10717874
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10717855
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717855%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10717855: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10717855 url https://www.openlane.eu/en/carv6/auction/10717855
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10720480
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720480%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10720480: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10720480 url https://www.openlane.eu/en/carv6/auction/10720480
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10724253
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724253%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10724253: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10724253 url https://www.openlane.eu/en/carv6/auction/10724253
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10726962
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726962%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10726962: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10726962 url https://www.openlane.eu/en/carv6/auction/10726962
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10717872
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717872%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10717872: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10717872 url https://www.openlane.eu/en/carv6/auction/10717872
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10717838
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717838%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10717838: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10717838 url https://www.openlane.eu/en/carv6/auction/10717838
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10724387
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724387%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10724387: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10724387 url https://www.openlane.eu/en/carv6/auction/10724387
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10724203
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724203%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10724203: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10724203 url https://www.openlane.eu/en/carv6/auction/10724203
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10724224
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724224%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10724224: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10724224 url https://www.openlane.eu/en/carv6/auction/10724224
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10717849
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717849%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10717849: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10717849 url https://www.openlane.eu/en/carv6/auction/10717849
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10724310
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724310%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10724310: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10724310 url https://www.openlane.eu/en/carv6/auction/10724310
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10724468
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724468%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10724468: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10724468 url https://www.openlane.eu/en/carv6/auction/10724468
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10724497
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724497%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10724497: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10724497 url https://www.openlane.eu/en/carv6/auction/10724497
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10724411
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724411%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10724411: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10724411 url https://www.openlane.eu/en/carv6/auction/10724411
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10724251
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724251%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10724251: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10724251 url https://www.openlane.eu/en/carv6/auction/10724251
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10724479
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724479%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10724479: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10724479 url https://www.openlane.eu/en/carv6/auction/10724479
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10717882
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717882%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10717882: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10717882 url https://www.openlane.eu/en/carv6/auction/10717882
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10724297
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724297%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10724297: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10724297 url https://www.openlane.eu/en/carv6/auction/10724297
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10724370
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724370%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10724370: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10724370 url https://www.openlane.eu/en/carv6/auction/10724370
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10724321
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724321%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10724321: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10724321 url https://www.openlane.eu/en/carv6/auction/10724321
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10719149
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719149%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10719149: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10719149 url https://www.openlane.eu/en/carv6/auction/10719149
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10717914
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717914%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10717914: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10717914 url https://www.openlane.eu/en/carv6/auction/10717914
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10724311
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724311%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10724311: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10724311 url https://www.openlane.eu/en/carv6/auction/10724311
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10724295
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724295%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10724295: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10724295 url https://www.openlane.eu/en/carv6/auction/10724295
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10728753
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710728753%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10728753: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10728753 url https://www.openlane.eu/en/carv6/auction/10728753
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10724436
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724436%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10724436: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10724436 url https://www.openlane.eu/en/carv6/auction/10724436
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10724291
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724291%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10724291: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10724291 url https://www.openlane.eu/en/carv6/auction/10724291
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10724302
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724302%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10724302: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10724302 url https://www.openlane.eu/en/carv6/auction/10724302
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10724378
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724378%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10724378: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10724378 url https://www.openlane.eu/en/carv6/auction/10724378
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10724383
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724383%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10724383: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10724383 url https://www.openlane.eu/en/carv6/auction/10724383
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10724324
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724324%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10724324: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10724324 url https://www.openlane.eu/en/carv6/auction/10724324
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10724406
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724406%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10724406: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10724406 url https://www.openlane.eu/en/carv6/auction/10724406
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10724284
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724284%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10724284: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10724284 url https://www.openlane.eu/en/carv6/auction/10724284
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10717890
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717890%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10717890: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10717890 url https://www.openlane.eu/en/carv6/auction/10717890
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10724441
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724441%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10724441: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10724441 url https://www.openlane.eu/en/carv6/auction/10724441
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10724437
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724437%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10724437: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10724437 url https://www.openlane.eu/en/carv6/auction/10724437
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10724293
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724293%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10724293: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10724293 url https://www.openlane.eu/en/carv6/auction/10724293
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10724455
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724455%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10724455: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10724455 url https://www.openlane.eu/en/carv6/auction/10724455
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10724357
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724357%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10724357: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10724357 url https://www.openlane.eu/en/carv6/auction/10724357
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10717909
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717909%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10717909: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10717909 url https://www.openlane.eu/en/carv6/auction/10717909
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10724215
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724215%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10724215: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10724215 url https://www.openlane.eu/en/carv6/auction/10724215
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10724229
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724229%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10724229: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10724229 url https://www.openlane.eu/en/carv6/auction/10724229
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10724367
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724367%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10724367: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10724367 url https://www.openlane.eu/en/carv6/auction/10724367
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10717884
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717884%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10717884: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10717884 url https://www.openlane.eu/en/carv6/auction/10717884
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10724227
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724227%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10724227: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10724227 url https://www.openlane.eu/en/carv6/auction/10724227
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10726966
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726966%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10726966: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10726966 url https://www.openlane.eu/en/carv6/auction/10726966
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10724268
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724268%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10724268: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10724268 url https://www.openlane.eu/en/carv6/auction/10724268
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10724206
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724206%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10724206: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10724206 url https://www.openlane.eu/en/carv6/auction/10724206
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10717853
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717853%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10717853: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10717853 url https://www.openlane.eu/en/carv6/auction/10717853
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10717869
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717869%27 HTTP/1.1" 200 None
2026-03-26 04:19:21 [adesa.be] INFO: Scrape type for 10717869: 0
2026-03-26 04:19:21 [adesa.be] INFO: Skipping item 10717869 url https://www.openlane.eu/en/carv6/auction/10717869
2026-03-26 04:19:21 [adesa.be] INFO: Found listing with ID: 10724348
2026-03-26 04:19:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724348%27 HTTP/1.1" 200 None
2026-03-26 04:19:22 [adesa.be] INFO: Scrape type for 10724348: 0
2026-03-26 04:19:22 [adesa.be] INFO: Skipping item 10724348 url https://www.openlane.eu/en/carv6/auction/10724348
2026-03-26 04:19:22 [adesa.be] INFO: Found listing with ID: 10724196
2026-03-26 04:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724196%27 HTTP/1.1" 200 None
2026-03-26 04:19:22 [adesa.be] INFO: Scrape type for 10724196: 0
2026-03-26 04:19:22 [adesa.be] INFO: Skipping item 10724196 url https://www.openlane.eu/en/carv6/auction/10724196
2026-03-26 04:19:22 [adesa.be] INFO: Found listing with ID: 10724330
2026-03-26 04:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724330%27 HTTP/1.1" 200 None
2026-03-26 04:19:22 [adesa.be] INFO: Scrape type for 10724330: 0
2026-03-26 04:19:22 [adesa.be] INFO: Skipping item 10724330 url https://www.openlane.eu/en/carv6/auction/10724330
2026-03-26 04:19:22 [adesa.be] INFO: Found listing with ID: 10725597
2026-03-26 04:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725597%27 HTTP/1.1" 200 None
2026-03-26 04:19:22 [adesa.be] INFO: Scrape type for 10725597: 0
2026-03-26 04:19:22 [adesa.be] INFO: Skipping item 10725597 url https://www.openlane.eu/en/carv6/auction/10725597
2026-03-26 04:19:22 [adesa.be] INFO: Found listing with ID: 10726955
2026-03-26 04:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726955%27 HTTP/1.1" 200 None
2026-03-26 04:19:22 [adesa.be] INFO: Scrape type for 10726955: 0
2026-03-26 04:19:22 [adesa.be] INFO: Skipping item 10726955 url https://www.openlane.eu/en/carv6/auction/10726955
2026-03-26 04:19:22 [adesa.be] INFO: Found listing with ID: 10724327
2026-03-26 04:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724327%27 HTTP/1.1" 200 None
2026-03-26 04:19:22 [adesa.be] INFO: Scrape type for 10724327: 0
2026-03-26 04:19:22 [adesa.be] INFO: Skipping item 10724327 url https://www.openlane.eu/en/carv6/auction/10724327
2026-03-26 04:19:22 [adesa.be] INFO: Found listing with ID: 10724379
2026-03-26 04:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724379%27 HTTP/1.1" 200 None
2026-03-26 04:19:22 [adesa.be] INFO: Scrape type for 10724379: 0
2026-03-26 04:19:22 [adesa.be] INFO: Skipping item 10724379 url https://www.openlane.eu/en/carv6/auction/10724379
2026-03-26 04:19:22 [adesa.be] INFO: Found listing with ID: 10724230
2026-03-26 04:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724230%27 HTTP/1.1" 200 None
2026-03-26 04:19:22 [adesa.be] INFO: Scrape type for 10724230: 0
2026-03-26 04:19:22 [adesa.be] INFO: Skipping item 10724230 url https://www.openlane.eu/en/carv6/auction/10724230
2026-03-26 04:19:22 [adesa.be] INFO: Found listing with ID: 10719153
2026-03-26 04:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719153%27 HTTP/1.1" 200 None
2026-03-26 04:19:22 [adesa.be] INFO: Scrape type for 10719153: 0
2026-03-26 04:19:22 [adesa.be] INFO: Skipping item 10719153 url https://www.openlane.eu/en/carv6/auction/10719153
2026-03-26 04:19:22 [adesa.be] INFO: Found listing with ID: 10724240
2026-03-26 04:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724240%27 HTTP/1.1" 200 None
2026-03-26 04:19:22 [adesa.be] INFO: Scrape type for 10724240: 0
2026-03-26 04:19:22 [adesa.be] INFO: Skipping item 10724240 url https://www.openlane.eu/en/carv6/auction/10724240
2026-03-26 04:19:22 [adesa.be] INFO: Found listing with ID: 10724315
2026-03-26 04:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724315%27 HTTP/1.1" 200 None
2026-03-26 04:19:22 [adesa.be] INFO: Scrape type for 10724315: 0
2026-03-26 04:19:22 [adesa.be] INFO: Skipping item 10724315 url https://www.openlane.eu/en/carv6/auction/10724315
2026-03-26 04:19:22 [adesa.be] INFO: Found listing with ID: 10724381
2026-03-26 04:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724381%27 HTTP/1.1" 200 None
2026-03-26 04:19:22 [adesa.be] INFO: Scrape type for 10724381: 0
2026-03-26 04:19:22 [adesa.be] INFO: Skipping item 10724381 url https://www.openlane.eu/en/carv6/auction/10724381
2026-03-26 04:19:22 [adesa.be] INFO: Found listing with ID: 10717862
2026-03-26 04:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717862%27 HTTP/1.1" 200 None
2026-03-26 04:19:22 [adesa.be] INFO: Scrape type for 10717862: 0
2026-03-26 04:19:22 [adesa.be] INFO: Skipping item 10717862 url https://www.openlane.eu/en/carv6/auction/10717862
2026-03-26 04:19:22 [adesa.be] INFO: Found listing with ID: 10724273
2026-03-26 04:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724273%27 HTTP/1.1" 200 None
2026-03-26 04:19:22 [adesa.be] INFO: Scrape type for 10724273: 0
2026-03-26 04:19:22 [adesa.be] INFO: Skipping item 10724273 url https://www.openlane.eu/en/carv6/auction/10724273
2026-03-26 04:19:22 [adesa.be] INFO: Found listing with ID: 10724257
2026-03-26 04:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724257%27 HTTP/1.1" 200 None
2026-03-26 04:19:22 [adesa.be] INFO: Scrape type for 10724257: 0
2026-03-26 04:19:22 [adesa.be] INFO: Skipping item 10724257 url https://www.openlane.eu/en/carv6/auction/10724257
2026-03-26 04:19:22 [adesa.be] INFO: Found listing with ID: 10717881
2026-03-26 04:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717881%27 HTTP/1.1" 200 None
2026-03-26 04:19:22 [adesa.be] INFO: Scrape type for 10717881: 0
2026-03-26 04:19:22 [adesa.be] INFO: Skipping item 10717881 url https://www.openlane.eu/en/carv6/auction/10717881
2026-03-26 04:19:22 [adesa.be] INFO: Found listing with ID: 10726973
2026-03-26 04:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726973%27 HTTP/1.1" 200 None
2026-03-26 04:19:22 [adesa.be] INFO: Scrape type for 10726973: 0
2026-03-26 04:19:22 [adesa.be] INFO: Skipping item 10726973 url https://www.openlane.eu/en/carv6/auction/10726973
2026-03-26 04:19:22 [adesa.be] INFO: Found listing with ID: 10724223
2026-03-26 04:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724223%27 HTTP/1.1" 200 None
2026-03-26 04:19:22 [adesa.be] INFO: Scrape type for 10724223: 0
2026-03-26 04:19:22 [adesa.be] INFO: Skipping item 10724223 url https://www.openlane.eu/en/carv6/auction/10724223
2026-03-26 04:19:22 [adesa.be] INFO: Found listing with ID: 10717857
2026-03-26 04:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717857%27 HTTP/1.1" 200 None
2026-03-26 04:19:22 [adesa.be] INFO: Scrape type for 10717857: 0
2026-03-26 04:19:22 [adesa.be] INFO: Skipping item 10717857 url https://www.openlane.eu/en/carv6/auction/10717857
2026-03-26 04:19:22 [adesa.be] INFO: Found listing with ID: 10717868
2026-03-26 04:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717868%27 HTTP/1.1" 200 None
2026-03-26 04:19:22 [adesa.be] INFO: Scrape type for 10717868: 0
2026-03-26 04:19:22 [adesa.be] INFO: Skipping item 10717868 url https://www.openlane.eu/en/carv6/auction/10717868
2026-03-26 04:19:22 [adesa.be] INFO: Found listing with ID: 10724252
2026-03-26 04:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724252%27 HTTP/1.1" 200 None
2026-03-26 04:19:22 [adesa.be] INFO: Scrape type for 10724252: 0
2026-03-26 04:19:22 [adesa.be] INFO: Skipping item 10724252 url https://www.openlane.eu/en/carv6/auction/10724252
2026-03-26 04:19:22 [adesa.be] INFO: Found listing with ID: 10724249
2026-03-26 04:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724249%27 HTTP/1.1" 200 None
2026-03-26 04:19:22 [adesa.be] INFO: Scrape type for 10724249: 0
2026-03-26 04:19:22 [adesa.be] INFO: Skipping item 10724249 url https://www.openlane.eu/en/carv6/auction/10724249
2026-03-26 04:19:22 [adesa.be] INFO: Found listing with ID: 10720479
2026-03-26 04:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720479%27 HTTP/1.1" 200 None
2026-03-26 04:19:22 [adesa.be] INFO: Scrape type for 10720479: 0
2026-03-26 04:19:22 [adesa.be] INFO: Skipping item 10720479 url https://www.openlane.eu/en/carv6/auction/10720479
2026-03-26 04:19:22 [adesa.be] INFO: Found listing with ID: 10717852
2026-03-26 04:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717852%27 HTTP/1.1" 200 None
2026-03-26 04:19:22 [adesa.be] INFO: Scrape type for 10717852: 0
2026-03-26 04:19:22 [adesa.be] INFO: Skipping item 10717852 url https://www.openlane.eu/en/carv6/auction/10717852
2026-03-26 04:19:22 [adesa.be] INFO: Found listing with ID: 10724374
2026-03-26 04:19:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724374%27 HTTP/1.1" 200 None
2026-03-26 04:19:22 [adesa.be] INFO: Scrape type for 10724374: 0
2026-03-26 04:19:22 [adesa.be] INFO: Skipping item 10724374 url https://www.openlane.eu/en/carv6/auction/10724374
2026-03-26 04:19:22 [adesa.be] INFO: Found listing with ID: 10726967
2026-03-26 04:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726967%27 HTTP/1.1" 200 None
2026-03-26 04:19:23 [adesa.be] INFO: Scrape type for 10726967: 0
2026-03-26 04:19:23 [adesa.be] INFO: Skipping item 10726967 url https://www.openlane.eu/en/carv6/auction/10726967
2026-03-26 04:19:23 [adesa.be] INFO: Found listing with ID: 10724401
2026-03-26 04:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724401%27 HTTP/1.1" 200 None
2026-03-26 04:19:23 [adesa.be] INFO: Scrape type for 10724401: 0
2026-03-26 04:19:23 [adesa.be] INFO: Skipping item 10724401 url https://www.openlane.eu/en/carv6/auction/10724401
2026-03-26 04:19:23 [adesa.be] INFO: Found listing with ID: 10724354
2026-03-26 04:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724354%27 HTTP/1.1" 200 None
2026-03-26 04:19:23 [adesa.be] INFO: Scrape type for 10724354: 0
2026-03-26 04:19:23 [adesa.be] INFO: Skipping item 10724354 url https://www.openlane.eu/en/carv6/auction/10724354
2026-03-26 04:19:23 [adesa.be] INFO: Found listing with ID: 10717846
2026-03-26 04:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717846%27 HTTP/1.1" 200 None
2026-03-26 04:19:23 [adesa.be] INFO: Scrape type for 10717846: 0
2026-03-26 04:19:23 [adesa.be] INFO: Skipping item 10717846 url https://www.openlane.eu/en/carv6/auction/10717846
2026-03-26 04:19:23 [adesa.be] INFO: Found listing with ID: 10724208
2026-03-26 04:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724208%27 HTTP/1.1" 200 None
2026-03-26 04:19:23 [adesa.be] INFO: Scrape type for 10724208: 0
2026-03-26 04:19:23 [adesa.be] INFO: Skipping item 10724208 url https://www.openlane.eu/en/carv6/auction/10724208
2026-03-26 04:19:23 [adesa.be] INFO: Found listing with ID: 10724228
2026-03-26 04:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724228%27 HTTP/1.1" 200 None
2026-03-26 04:19:23 [adesa.be] INFO: Scrape type for 10724228: 0
2026-03-26 04:19:23 [adesa.be] INFO: Skipping item 10724228 url https://www.openlane.eu/en/carv6/auction/10724228
2026-03-26 04:19:23 [adesa.be] INFO: Found listing with ID: 10724222
2026-03-26 04:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724222%27 HTTP/1.1" 200 None
2026-03-26 04:19:23 [adesa.be] INFO: Scrape type for 10724222: 0
2026-03-26 04:19:23 [adesa.be] INFO: Skipping item 10724222 url https://www.openlane.eu/en/carv6/auction/10724222
2026-03-26 04:19:23 [adesa.be] INFO: Found listing with ID: 10727135
2026-03-26 04:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727135%27 HTTP/1.1" 200 None
2026-03-26 04:19:23 [adesa.be] INFO: Scrape type for 10727135: 0
2026-03-26 04:19:23 [adesa.be] INFO: Skipping item 10727135 url https://www.openlane.eu/en/carv6/auction/10727135
2026-03-26 04:19:23 [adesa.be] INFO: Found listing with ID: 10724190
2026-03-26 04:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724190%27 HTTP/1.1" 200 None
2026-03-26 04:19:23 [adesa.be] INFO: Scrape type for 10724190: 0
2026-03-26 04:19:23 [adesa.be] INFO: Skipping item 10724190 url https://www.openlane.eu/en/carv6/auction/10724190
2026-03-26 04:19:23 [adesa.be] INFO: Found listing with ID: 10726976
2026-03-26 04:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726976%27 HTTP/1.1" 200 None
2026-03-26 04:19:23 [adesa.be] INFO: Scrape type for 10726976: 0
2026-03-26 04:19:23 [adesa.be] INFO: Skipping item 10726976 url https://www.openlane.eu/en/carv6/auction/10726976
2026-03-26 04:19:23 [adesa.be] INFO: Found listing with ID: 10724304
2026-03-26 04:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724304%27 HTTP/1.1" 200 None
2026-03-26 04:19:23 [adesa.be] INFO: Scrape type for 10724304: 0
2026-03-26 04:19:23 [adesa.be] INFO: Skipping item 10724304 url https://www.openlane.eu/en/carv6/auction/10724304
2026-03-26 04:19:23 [adesa.be] INFO: Found listing with ID: 10720475
2026-03-26 04:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720475%27 HTTP/1.1" 200 None
2026-03-26 04:19:23 [adesa.be] INFO: Scrape type for 10720475: 0
2026-03-26 04:19:23 [adesa.be] INFO: Skipping item 10720475 url https://www.openlane.eu/en/carv6/auction/10720475
2026-03-26 04:19:23 [adesa.be] INFO: Found listing with ID: 10726979
2026-03-26 04:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726979%27 HTTP/1.1" 200 None
2026-03-26 04:19:23 [adesa.be] INFO: Scrape type for 10726979: 0
2026-03-26 04:19:23 [adesa.be] INFO: Skipping item 10726979 url https://www.openlane.eu/en/carv6/auction/10726979
2026-03-26 04:19:23 [adesa.be] INFO: Found listing with ID: 10724192
2026-03-26 04:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724192%27 HTTP/1.1" 200 None
2026-03-26 04:19:23 [adesa.be] INFO: Scrape type for 10724192: 0
2026-03-26 04:19:23 [adesa.be] INFO: Skipping item 10724192 url https://www.openlane.eu/en/carv6/auction/10724192
2026-03-26 04:19:23 [adesa.be] INFO: Found listing with ID: 10720489
2026-03-26 04:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720489%27 HTTP/1.1" 200 None
2026-03-26 04:19:23 [adesa.be] INFO: Scrape type for 10720489: 0
2026-03-26 04:19:23 [adesa.be] INFO: Skipping item 10720489 url https://www.openlane.eu/en/carv6/auction/10720489
2026-03-26 04:19:23 [adesa.be] INFO: Found listing with ID: 10720478
2026-03-26 04:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720478%27 HTTP/1.1" 200 None
2026-03-26 04:19:23 [adesa.be] INFO: Scrape type for 10720478: 0
2026-03-26 04:19:23 [adesa.be] INFO: Skipping item 10720478 url https://www.openlane.eu/en/carv6/auction/10720478
2026-03-26 04:19:23 [adesa.be] INFO: Found listing with ID: 10720476
2026-03-26 04:19:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720476%27 HTTP/1.1" 200 None
2026-03-26 04:19:23 [adesa.be] INFO: Scrape type for 10720476: 0
2026-03-26 04:19:23 [adesa.be] INFO: Skipping item 10720476 url https://www.openlane.eu/en/carv6/auction/10720476
2026-03-26 04: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-26 04:19: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-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10720477
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720477%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10720477: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10720477 url https://www.openlane.eu/en/carv6/auction/10720477
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10724399
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724399%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10724399: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10724399 url https://www.openlane.eu/en/carv6/auction/10724399
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10720491
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720491%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10720491: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10720491 url https://www.openlane.eu/en/carv6/auction/10720491
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10720508
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720508%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10720508: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10720508 url https://www.openlane.eu/en/carv6/auction/10720508
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10717875
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717875%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10717875: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10717875 url https://www.openlane.eu/en/carv6/auction/10717875
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10724323
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724323%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10724323: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10724323 url https://www.openlane.eu/en/carv6/auction/10724323
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10724380
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724380%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10724380: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10724380 url https://www.openlane.eu/en/carv6/auction/10724380
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10724392
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724392%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10724392: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10724392 url https://www.openlane.eu/en/carv6/auction/10724392
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10724460
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724460%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10724460: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10724460 url https://www.openlane.eu/en/carv6/auction/10724460
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10724389
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724389%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10724389: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10724389 url https://www.openlane.eu/en/carv6/auction/10724389
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10724250
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724250%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10724250: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10724250 url https://www.openlane.eu/en/carv6/auction/10724250
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10724476
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724476%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10724476: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10724476 url https://www.openlane.eu/en/carv6/auction/10724476
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10724496
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724496%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10724496: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10724496 url https://www.openlane.eu/en/carv6/auction/10724496
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10724217
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724217%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10724217: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10724217 url https://www.openlane.eu/en/carv6/auction/10724217
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10724276
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724276%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10724276: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10724276 url https://www.openlane.eu/en/carv6/auction/10724276
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10724243
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724243%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10724243: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10724243 url https://www.openlane.eu/en/carv6/auction/10724243
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10724300
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724300%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10724300: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10724300 url https://www.openlane.eu/en/carv6/auction/10724300
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10724417
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724417%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10724417: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10724417 url https://www.openlane.eu/en/carv6/auction/10724417
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10724407
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724407%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10724407: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10724407 url https://www.openlane.eu/en/carv6/auction/10724407
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10719727
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719727%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10719727: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10719727 url https://www.openlane.eu/en/carv6/auction/10719727
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10724265
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724265%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10724265: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10724265 url https://www.openlane.eu/en/carv6/auction/10724265
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10726963
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726963%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10726963: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10726963 url https://www.openlane.eu/en/carv6/auction/10726963
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10724482
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724482%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10724482: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10724482 url https://www.openlane.eu/en/carv6/auction/10724482
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10724450
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724450%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10724450: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10724450 url https://www.openlane.eu/en/carv6/auction/10724450
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10724502
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724502%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10724502: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10724502 url https://www.openlane.eu/en/carv6/auction/10724502
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10724288
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724288%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10724288: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10724288 url https://www.openlane.eu/en/carv6/auction/10724288
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10727134
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710727134%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10727134: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10727134 url https://www.openlane.eu/en/carv6/auction/10727134
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10724412
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724412%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10724412: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10724412 url https://www.openlane.eu/en/carv6/auction/10724412
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10724270
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724270%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10724270: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10724270 url https://www.openlane.eu/en/carv6/auction/10724270
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10724489
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724489%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10724489: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10724489 url https://www.openlane.eu/en/carv6/auction/10724489
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10717912
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717912%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10717912: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10717912 url https://www.openlane.eu/en/carv6/auction/10717912
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10728750
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710728750%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10728750: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10728750 url https://www.openlane.eu/en/carv6/auction/10728750
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10724504
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724504%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10724504: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10724504 url https://www.openlane.eu/en/carv6/auction/10724504
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10724516
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724516%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10724516: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10724516 url https://www.openlane.eu/en/carv6/auction/10724516
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10717898
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717898%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10717898: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10717898 url https://www.openlane.eu/en/carv6/auction/10717898
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10717889
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717889%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10717889: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10717889 url https://www.openlane.eu/en/carv6/auction/10717889
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10724341
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724341%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10724341: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10724341 url https://www.openlane.eu/en/carv6/auction/10724341
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10724376
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724376%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10724376: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10724376 url https://www.openlane.eu/en/carv6/auction/10724376
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10724237
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724237%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10724237: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10724237 url https://www.openlane.eu/en/carv6/auction/10724237
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10724385
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724385%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10724385: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10724385 url https://www.openlane.eu/en/carv6/auction/10724385
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10724418
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724418%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10724418: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10724418 url https://www.openlane.eu/en/carv6/auction/10724418
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10726977
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726977%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10726977: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10726977 url https://www.openlane.eu/en/carv6/auction/10726977
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10717907
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717907%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10717907: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10717907 url https://www.openlane.eu/en/carv6/auction/10717907
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10717904
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717904%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10717904: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10717904 url https://www.openlane.eu/en/carv6/auction/10717904
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10724498
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724498%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10724498: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10724498 url https://www.openlane.eu/en/carv6/auction/10724498
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10724510
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724510%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10724510: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10724510 url https://www.openlane.eu/en/carv6/auction/10724510
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10724505
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724505%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10724505: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10724505 url https://www.openlane.eu/en/carv6/auction/10724505
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10720484
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720484%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10720484: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10720484 url https://www.openlane.eu/en/carv6/auction/10720484
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10717879
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717879%27 HTTP/1.1" 200 None
2026-03-26 04:19:25 [adesa.be] INFO: Scrape type for 10717879: 0
2026-03-26 04:19:25 [adesa.be] INFO: Skipping item 10717879 url https://www.openlane.eu/en/carv6/auction/10717879
2026-03-26 04:19:25 [adesa.be] INFO: Found listing with ID: 10726954
2026-03-26 04:19:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726954%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10726954: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10726954 url https://www.openlane.eu/en/carv6/auction/10726954
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10720482
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720482%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10720482: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10720482 url https://www.openlane.eu/en/carv6/auction/10720482
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10720487
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720487%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10720487: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10720487 url https://www.openlane.eu/en/carv6/auction/10720487
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10724328
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724328%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10724328: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10724328 url https://www.openlane.eu/en/carv6/auction/10724328
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10720495
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720495%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10720495: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10720495 url https://www.openlane.eu/en/carv6/auction/10720495
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10724369
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724369%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10724369: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10724369 url https://www.openlane.eu/en/carv6/auction/10724369
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10724371
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724371%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10724371: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10724371 url https://www.openlane.eu/en/carv6/auction/10724371
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10724335
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724335%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10724335: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10724335 url https://www.openlane.eu/en/carv6/auction/10724335
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10724320
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724320%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10724320: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10724320 url https://www.openlane.eu/en/carv6/auction/10724320
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10724452
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724452%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10724452: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10724452 url https://www.openlane.eu/en/carv6/auction/10724452
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10728752
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710728752%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10728752: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10728752 url https://www.openlane.eu/en/carv6/auction/10728752
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10724306
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724306%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10724306: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10724306 url https://www.openlane.eu/en/carv6/auction/10724306
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10724416
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724416%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10724416: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10724416 url https://www.openlane.eu/en/carv6/auction/10724416
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10724447
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724447%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10724447: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10724447 url https://www.openlane.eu/en/carv6/auction/10724447
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10724513
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724513%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10724513: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10724513 url https://www.openlane.eu/en/carv6/auction/10724513
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10724501
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724501%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10724501: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10724501 url https://www.openlane.eu/en/carv6/auction/10724501
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10724512
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724512%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10724512: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10724512 url https://www.openlane.eu/en/carv6/auction/10724512
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10724319
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724319%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10724319: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10724319 url https://www.openlane.eu/en/carv6/auction/10724319
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10724337
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724337%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10724337: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10724337 url https://www.openlane.eu/en/carv6/auction/10724337
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10724466
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724466%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10724466: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10724466 url https://www.openlane.eu/en/carv6/auction/10724466
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10724478
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724478%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10724478: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10724478 url https://www.openlane.eu/en/carv6/auction/10724478
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10724486
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724486%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10724486: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10724486 url https://www.openlane.eu/en/carv6/auction/10724486
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10724386
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724386%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10724386: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10724386 url https://www.openlane.eu/en/carv6/auction/10724386
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10724375
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724375%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10724375: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10724375 url https://www.openlane.eu/en/carv6/auction/10724375
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10724449
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724449%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10724449: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10724449 url https://www.openlane.eu/en/carv6/auction/10724449
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10724312
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724312%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10724312: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10724312 url https://www.openlane.eu/en/carv6/auction/10724312
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10724394
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724394%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10724394: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10724394 url https://www.openlane.eu/en/carv6/auction/10724394
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10724485
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724485%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10724485: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10724485 url https://www.openlane.eu/en/carv6/auction/10724485
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10726959
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726959%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10726959: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10726959 url https://www.openlane.eu/en/carv6/auction/10726959
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10724398
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724398%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10724398: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10724398 url https://www.openlane.eu/en/carv6/auction/10724398
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10724361
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724361%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10724361: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10724361 url https://www.openlane.eu/en/carv6/auction/10724361
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10724453
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724453%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10724453: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10724453 url https://www.openlane.eu/en/carv6/auction/10724453
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10720496
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720496%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10720496: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10720496 url https://www.openlane.eu/en/carv6/auction/10720496
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10726961
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726961%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10726961: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10726961 url https://www.openlane.eu/en/carv6/auction/10726961
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10724384
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724384%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10724384: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10724384 url https://www.openlane.eu/en/carv6/auction/10724384
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10724368
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724368%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10724368: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10724368 url https://www.openlane.eu/en/carv6/auction/10724368
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10724248
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724248%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10724248: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10724248 url https://www.openlane.eu/en/carv6/auction/10724248
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10719726
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719726%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10719726: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10719726 url https://www.openlane.eu/en/carv6/auction/10719726
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10720493
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720493%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10720493: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10720493 url https://www.openlane.eu/en/carv6/auction/10720493
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10724301
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724301%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10724301: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10724301 url https://www.openlane.eu/en/carv6/auction/10724301
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10724495
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724495%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10724495: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10724495 url https://www.openlane.eu/en/carv6/auction/10724495
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10720498
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720498%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10720498: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10720498 url https://www.openlane.eu/en/carv6/auction/10720498
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10719694
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719694%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10719694: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10719694 url https://www.openlane.eu/en/carv6/auction/10719694
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10724296
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724296%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10724296: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10724296 url https://www.openlane.eu/en/carv6/auction/10724296
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10724184
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724184%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10724184: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10724184 url https://www.openlane.eu/en/carv6/auction/10724184
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10724185
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724185%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10724185: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10724185 url https://www.openlane.eu/en/carv6/auction/10724185
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10717836
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717836%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10717836: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10717836 url https://www.openlane.eu/en/carv6/auction/10717836
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10724211
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724211%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10724211: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10724211 url https://www.openlane.eu/en/carv6/auction/10724211
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10719695
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719695%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10719695: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10719695 url https://www.openlane.eu/en/carv6/auction/10719695
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10724360
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724360%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10724360: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10724360 url https://www.openlane.eu/en/carv6/auction/10724360
2026-03-26 04:19:26 [adesa.be] INFO: Found listing with ID: 10724260
2026-03-26 04:19:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724260%27 HTTP/1.1" 200 None
2026-03-26 04:19:26 [adesa.be] INFO: Scrape type for 10724260: 0
2026-03-26 04:19:26 [adesa.be] INFO: Skipping item 10724260 url https://www.openlane.eu/en/carv6/auction/10724260
2026-03-26 04: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-26 04:19: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-26 04:19:32 [adesa.be] INFO: Found listing with ID: 10724404
2026-03-26 04:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724404%27 HTTP/1.1" 200 None
2026-03-26 04:19:32 [adesa.be] INFO: Scrape type for 10724404: 0
2026-03-26 04:19:32 [adesa.be] INFO: Skipping item 10724404 url https://www.openlane.eu/en/carv6/auction/10724404
2026-03-26 04:19:32 [adesa.be] INFO: Found listing with ID: 10724463
2026-03-26 04:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724463%27 HTTP/1.1" 200 None
2026-03-26 04:19:32 [adesa.be] INFO: Scrape type for 10724463: 0
2026-03-26 04:19:32 [adesa.be] INFO: Skipping item 10724463 url https://www.openlane.eu/en/carv6/auction/10724463
2026-03-26 04:19:32 [adesa.be] INFO: Found listing with ID: 10724292
2026-03-26 04:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724292%27 HTTP/1.1" 200 None
2026-03-26 04:19:32 [adesa.be] INFO: Scrape type for 10724292: 0
2026-03-26 04:19:32 [adesa.be] INFO: Skipping item 10724292 url https://www.openlane.eu/en/carv6/auction/10724292
2026-03-26 04:19:32 [adesa.be] INFO: Found listing with ID: 10724299
2026-03-26 04:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724299%27 HTTP/1.1" 200 None
2026-03-26 04:19:32 [adesa.be] INFO: Scrape type for 10724299: 0
2026-03-26 04:19:32 [adesa.be] INFO: Skipping item 10724299 url https://www.openlane.eu/en/carv6/auction/10724299
2026-03-26 04:19:32 [adesa.be] INFO: Found listing with ID: 10724362
2026-03-26 04:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724362%27 HTTP/1.1" 200 None
2026-03-26 04:19:32 [adesa.be] INFO: Scrape type for 10724362: 0
2026-03-26 04:19:32 [adesa.be] INFO: Skipping item 10724362 url https://www.openlane.eu/en/carv6/auction/10724362
2026-03-26 04:19:32 [adesa.be] INFO: Found listing with ID: 10717891
2026-03-26 04:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717891%27 HTTP/1.1" 200 None
2026-03-26 04:19:32 [adesa.be] INFO: Scrape type for 10717891: 0
2026-03-26 04:19:32 [adesa.be] INFO: Skipping item 10717891 url https://www.openlane.eu/en/carv6/auction/10717891
2026-03-26 04:19:32 [adesa.be] INFO: Found listing with ID: 10726981
2026-03-26 04:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726981%27 HTTP/1.1" 200 None
2026-03-26 04:19:32 [adesa.be] INFO: Scrape type for 10726981: 0
2026-03-26 04:19:32 [adesa.be] INFO: Skipping item 10726981 url https://www.openlane.eu/en/carv6/auction/10726981
2026-03-26 04:19:32 [adesa.be] INFO: Found listing with ID: 10717906
2026-03-26 04:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717906%27 HTTP/1.1" 200 None
2026-03-26 04:19:32 [adesa.be] INFO: Scrape type for 10717906: 0
2026-03-26 04:19:32 [adesa.be] INFO: Skipping item 10717906 url https://www.openlane.eu/en/carv6/auction/10717906
2026-03-26 04:19:32 [adesa.be] INFO: Found listing with ID: 10724314
2026-03-26 04:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724314%27 HTTP/1.1" 200 None
2026-03-26 04:19:32 [adesa.be] INFO: Scrape type for 10724314: 0
2026-03-26 04:19:32 [adesa.be] INFO: Skipping item 10724314 url https://www.openlane.eu/en/carv6/auction/10724314
2026-03-26 04:19:32 [adesa.be] INFO: Found listing with ID: 10726952
2026-03-26 04:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726952%27 HTTP/1.1" 200 None
2026-03-26 04:19:32 [adesa.be] INFO: Scrape type for 10726952: 0
2026-03-26 04:19:32 [adesa.be] INFO: Skipping item 10726952 url https://www.openlane.eu/en/carv6/auction/10726952
2026-03-26 04:19:32 [adesa.be] INFO: Found listing with ID: 10724440
2026-03-26 04:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724440%27 HTTP/1.1" 200 None
2026-03-26 04:19:32 [adesa.be] INFO: Scrape type for 10724440: 0
2026-03-26 04:19:32 [adesa.be] INFO: Skipping item 10724440 url https://www.openlane.eu/en/carv6/auction/10724440
2026-03-26 04:19:32 [adesa.be] INFO: Found listing with ID: 10717903
2026-03-26 04:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717903%27 HTTP/1.1" 200 None
2026-03-26 04:19:32 [adesa.be] INFO: Scrape type for 10717903: 0
2026-03-26 04:19:32 [adesa.be] INFO: Skipping item 10717903 url https://www.openlane.eu/en/carv6/auction/10717903
2026-03-26 04:19:32 [adesa.be] INFO: Found listing with ID: 10724494
2026-03-26 04:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724494%27 HTTP/1.1" 200 None
2026-03-26 04:19:32 [adesa.be] INFO: Scrape type for 10724494: 0
2026-03-26 04:19:32 [adesa.be] INFO: Skipping item 10724494 url https://www.openlane.eu/en/carv6/auction/10724494
2026-03-26 04:19:32 [adesa.be] INFO: Found listing with ID: 10724443
2026-03-26 04:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724443%27 HTTP/1.1" 200 None
2026-03-26 04:19:32 [adesa.be] INFO: Scrape type for 10724443: 0
2026-03-26 04:19:32 [adesa.be] INFO: Skipping item 10724443 url https://www.openlane.eu/en/carv6/auction/10724443
2026-03-26 04:19:32 [adesa.be] INFO: Found listing with ID: 10724395
2026-03-26 04:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724395%27 HTTP/1.1" 200 None
2026-03-26 04:19:32 [adesa.be] INFO: Scrape type for 10724395: 0
2026-03-26 04:19:32 [adesa.be] INFO: Skipping item 10724395 url https://www.openlane.eu/en/carv6/auction/10724395
2026-03-26 04:19:32 [adesa.be] INFO: Found listing with ID: 10724434
2026-03-26 04:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724434%27 HTTP/1.1" 200 None
2026-03-26 04:19:32 [adesa.be] INFO: Scrape type for 10724434: 0
2026-03-26 04:19:32 [adesa.be] INFO: Skipping item 10724434 url https://www.openlane.eu/en/carv6/auction/10724434
2026-03-26 04:19:32 [adesa.be] INFO: Found listing with ID: 10724263
2026-03-26 04:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724263%27 HTTP/1.1" 200 None
2026-03-26 04:19:32 [adesa.be] INFO: Scrape type for 10724263: 0
2026-03-26 04:19:32 [adesa.be] INFO: Skipping item 10724263 url https://www.openlane.eu/en/carv6/auction/10724263
2026-03-26 04:19:32 [adesa.be] INFO: Found listing with ID: 10724438
2026-03-26 04:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724438%27 HTTP/1.1" 200 None
2026-03-26 04:19:32 [adesa.be] INFO: Scrape type for 10724438: 0
2026-03-26 04:19:32 [adesa.be] INFO: Skipping item 10724438 url https://www.openlane.eu/en/carv6/auction/10724438
2026-03-26 04:19:32 [adesa.be] INFO: Found listing with ID: 10724247
2026-03-26 04:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724247%27 HTTP/1.1" 200 None
2026-03-26 04:19:32 [adesa.be] INFO: Scrape type for 10724247: 0
2026-03-26 04:19:32 [adesa.be] INFO: Skipping item 10724247 url https://www.openlane.eu/en/carv6/auction/10724247
2026-03-26 04:19:32 [adesa.be] INFO: Found listing with ID: 10724435
2026-03-26 04:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724435%27 HTTP/1.1" 200 None
2026-03-26 04:19:32 [adesa.be] INFO: Scrape type for 10724435: 0
2026-03-26 04:19:32 [adesa.be] INFO: Skipping item 10724435 url https://www.openlane.eu/en/carv6/auction/10724435
2026-03-26 04:19:32 [adesa.be] INFO: Found listing with ID: 10724400
2026-03-26 04:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724400%27 HTTP/1.1" 200 None
2026-03-26 04:19:32 [adesa.be] INFO: Scrape type for 10724400: 0
2026-03-26 04:19:32 [adesa.be] INFO: Skipping item 10724400 url https://www.openlane.eu/en/carv6/auction/10724400
2026-03-26 04:19:32 [adesa.be] INFO: Found listing with ID: 10724492
2026-03-26 04:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724492%27 HTTP/1.1" 200 None
2026-03-26 04:19:32 [adesa.be] INFO: Scrape type for 10724492: 0
2026-03-26 04:19:32 [adesa.be] INFO: Skipping item 10724492 url https://www.openlane.eu/en/carv6/auction/10724492
2026-03-26 04:19:32 [adesa.be] INFO: Found listing with ID: 10724393
2026-03-26 04:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724393%27 HTTP/1.1" 200 None
2026-03-26 04:19:32 [adesa.be] INFO: Scrape type for 10724393: 0
2026-03-26 04:19:32 [adesa.be] INFO: Skipping item 10724393 url https://www.openlane.eu/en/carv6/auction/10724393
2026-03-26 04:19:32 [adesa.be] INFO: Found listing with ID: 10724415
2026-03-26 04:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724415%27 HTTP/1.1" 200 None
2026-03-26 04:19:32 [adesa.be] INFO: Scrape type for 10724415: 0
2026-03-26 04:19:32 [adesa.be] INFO: Skipping item 10724415 url https://www.openlane.eu/en/carv6/auction/10724415
2026-03-26 04:19:32 [adesa.be] INFO: Found listing with ID: 10724397
2026-03-26 04:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724397%27 HTTP/1.1" 200 None
2026-03-26 04:19:32 [adesa.be] INFO: Scrape type for 10724397: 0
2026-03-26 04:19:32 [adesa.be] INFO: Skipping item 10724397 url https://www.openlane.eu/en/carv6/auction/10724397
2026-03-26 04:19:32 [adesa.be] INFO: Found listing with ID: 10724334
2026-03-26 04:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724334%27 HTTP/1.1" 200 None
2026-03-26 04:19:32 [adesa.be] INFO: Scrape type for 10724334: 0
2026-03-26 04:19:32 [adesa.be] INFO: Skipping item 10724334 url https://www.openlane.eu/en/carv6/auction/10724334
2026-03-26 04:19:32 [adesa.be] INFO: Found listing with ID: 10724318
2026-03-26 04:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724318%27 HTTP/1.1" 200 None
2026-03-26 04:19:32 [adesa.be] INFO: Scrape type for 10724318: 0
2026-03-26 04:19:32 [adesa.be] INFO: Skipping item 10724318 url https://www.openlane.eu/en/carv6/auction/10724318
2026-03-26 04:19:32 [adesa.be] INFO: Found listing with ID: 10724428
2026-03-26 04:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724428%27 HTTP/1.1" 200 None
2026-03-26 04:19:32 [adesa.be] INFO: Scrape type for 10724428: 0
2026-03-26 04:19:32 [adesa.be] INFO: Skipping item 10724428 url https://www.openlane.eu/en/carv6/auction/10724428
2026-03-26 04:19:32 [adesa.be] INFO: Found listing with ID: 10724467
2026-03-26 04:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724467%27 HTTP/1.1" 200 None
2026-03-26 04:19:32 [adesa.be] INFO: Scrape type for 10724467: 0
2026-03-26 04:19:32 [adesa.be] INFO: Skipping item 10724467 url https://www.openlane.eu/en/carv6/auction/10724467
2026-03-26 04:19:32 [adesa.be] INFO: Found listing with ID: 10720492
2026-03-26 04:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720492%27 HTTP/1.1" 200 None
2026-03-26 04:19:32 [adesa.be] INFO: Scrape type for 10720492: 0
2026-03-26 04:19:32 [adesa.be] INFO: Skipping item 10720492 url https://www.openlane.eu/en/carv6/auction/10720492
2026-03-26 04:19:32 [adesa.be] INFO: Found listing with ID: 10724425
2026-03-26 04:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724425%27 HTTP/1.1" 200 None
2026-03-26 04:19:32 [adesa.be] INFO: Scrape type for 10724425: 0
2026-03-26 04:19:32 [adesa.be] INFO: Skipping item 10724425 url https://www.openlane.eu/en/carv6/auction/10724425
2026-03-26 04:19:32 [adesa.be] INFO: Found listing with ID: 10724464
2026-03-26 04:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724464%27 HTTP/1.1" 200 None
2026-03-26 04:19:32 [adesa.be] INFO: Scrape type for 10724464: 0
2026-03-26 04:19:32 [adesa.be] INFO: Skipping item 10724464 url https://www.openlane.eu/en/carv6/auction/10724464
2026-03-26 04:19:32 [adesa.be] INFO: Found listing with ID: 10720509
2026-03-26 04:19:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720509%27 HTTP/1.1" 200 None
2026-03-26 04:19:32 [adesa.be] INFO: Scrape type for 10720509: 0
2026-03-26 04:19:32 [adesa.be] INFO: Skipping item 10720509 url https://www.openlane.eu/en/carv6/auction/10720509
2026-03-26 04:19:33 [adesa.be] INFO: Found listing with ID: 10725599
2026-03-26 04:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725599%27 HTTP/1.1" 200 None
2026-03-26 04:19:33 [adesa.be] INFO: Scrape type for 10725599: 0
2026-03-26 04:19:33 [adesa.be] INFO: Skipping item 10725599 url https://www.openlane.eu/en/carv6/auction/10725599
2026-03-26 04:19:33 [adesa.be] INFO: Found listing with ID: 10726978
2026-03-26 04:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726978%27 HTTP/1.1" 200 None
2026-03-26 04:19:33 [adesa.be] INFO: Scrape type for 10726978: 0
2026-03-26 04:19:33 [adesa.be] INFO: Skipping item 10726978 url https://www.openlane.eu/en/carv6/auction/10726978
2026-03-26 04:19:33 [adesa.be] INFO: Found listing with ID: 10717873
2026-03-26 04:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717873%27 HTTP/1.1" 200 None
2026-03-26 04:19:33 [adesa.be] INFO: Scrape type for 10717873: 0
2026-03-26 04:19:33 [adesa.be] INFO: Skipping item 10717873 url https://www.openlane.eu/en/carv6/auction/10717873
2026-03-26 04:19:33 [adesa.be] INFO: Found listing with ID: 10720499
2026-03-26 04:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720499%27 HTTP/1.1" 200 None
2026-03-26 04:19:33 [adesa.be] INFO: Scrape type for 10720499: 0
2026-03-26 04:19:33 [adesa.be] INFO: Skipping item 10720499 url https://www.openlane.eu/en/carv6/auction/10720499
2026-03-26 04:19:33 [adesa.be] INFO: Found listing with ID: 10724493
2026-03-26 04:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724493%27 HTTP/1.1" 200 None
2026-03-26 04:19:33 [adesa.be] INFO: Scrape type for 10724493: 0
2026-03-26 04:19:33 [adesa.be] INFO: Skipping item 10724493 url https://www.openlane.eu/en/carv6/auction/10724493
2026-03-26 04:19:33 [adesa.be] INFO: Found listing with ID: 10724433
2026-03-26 04:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724433%27 HTTP/1.1" 200 None
2026-03-26 04:19:33 [adesa.be] INFO: Scrape type for 10724433: 0
2026-03-26 04:19:33 [adesa.be] INFO: Skipping item 10724433 url https://www.openlane.eu/en/carv6/auction/10724433
2026-03-26 04:19:33 [adesa.be] INFO: Found listing with ID: 10724514
2026-03-26 04:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724514%27 HTTP/1.1" 200 None
2026-03-26 04:19:33 [adesa.be] INFO: Scrape type for 10724514: 0
2026-03-26 04:19:33 [adesa.be] INFO: Skipping item 10724514 url https://www.openlane.eu/en/carv6/auction/10724514
2026-03-26 04:19:33 [adesa.be] INFO: Found listing with ID: 10724420
2026-03-26 04:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724420%27 HTTP/1.1" 200 None
2026-03-26 04:19:33 [adesa.be] INFO: Scrape type for 10724420: 0
2026-03-26 04:19:33 [adesa.be] INFO: Skipping item 10724420 url https://www.openlane.eu/en/carv6/auction/10724420
2026-03-26 04:19:33 [adesa.be] INFO: Found listing with ID: 10724454
2026-03-26 04:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724454%27 HTTP/1.1" 200 None
2026-03-26 04:19:33 [adesa.be] INFO: Scrape type for 10724454: 0
2026-03-26 04:19:33 [adesa.be] INFO: Skipping item 10724454 url https://www.openlane.eu/en/carv6/auction/10724454
2026-03-26 04:19:33 [adesa.be] INFO: Found listing with ID: 10724507
2026-03-26 04:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724507%27 HTTP/1.1" 200 None
2026-03-26 04:19:33 [adesa.be] INFO: Scrape type for 10724507: 0
2026-03-26 04:19:33 [adesa.be] INFO: Skipping item 10724507 url https://www.openlane.eu/en/carv6/auction/10724507
2026-03-26 04:19:33 [adesa.be] INFO: Found listing with ID: 10724413
2026-03-26 04:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724413%27 HTTP/1.1" 200 None
2026-03-26 04:19:33 [adesa.be] INFO: Scrape type for 10724413: 0
2026-03-26 04:19:33 [adesa.be] INFO: Skipping item 10724413 url https://www.openlane.eu/en/carv6/auction/10724413
2026-03-26 04:19:33 [adesa.be] INFO: Found listing with ID: 10724258
2026-03-26 04:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724258%27 HTTP/1.1" 200 None
2026-03-26 04:19:33 [adesa.be] INFO: Scrape type for 10724258: 0
2026-03-26 04:19:33 [adesa.be] INFO: Skipping item 10724258 url https://www.openlane.eu/en/carv6/auction/10724258
2026-03-26 04:19:33 [adesa.be] INFO: Found listing with ID: 10724372
2026-03-26 04:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724372%27 HTTP/1.1" 200 None
2026-03-26 04:19:33 [adesa.be] INFO: Scrape type for 10724372: 0
2026-03-26 04:19:33 [adesa.be] INFO: Skipping item 10724372 url https://www.openlane.eu/en/carv6/auction/10724372
2026-03-26 04:19:33 [adesa.be] INFO: Found listing with ID: 10717916
2026-03-26 04:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717916%27 HTTP/1.1" 200 None
2026-03-26 04:19:33 [adesa.be] INFO: Scrape type for 10717916: 0
2026-03-26 04:19:33 [adesa.be] INFO: Skipping item 10717916 url https://www.openlane.eu/en/carv6/auction/10717916
2026-03-26 04:19:33 [adesa.be] INFO: Found listing with ID: 10720481
2026-03-26 04:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720481%27 HTTP/1.1" 200 None
2026-03-26 04:19:33 [adesa.be] INFO: Scrape type for 10720481: 0
2026-03-26 04:19:33 [adesa.be] INFO: Skipping item 10720481 url https://www.openlane.eu/en/carv6/auction/10720481
2026-03-26 04:19:33 [adesa.be] INFO: Found listing with ID: 10724242
2026-03-26 04:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724242%27 HTTP/1.1" 200 None
2026-03-26 04:19:33 [adesa.be] INFO: Scrape type for 10724242: 0
2026-03-26 04:19:33 [adesa.be] INFO: Skipping item 10724242 url https://www.openlane.eu/en/carv6/auction/10724242
2026-03-26 04:19:33 [adesa.be] INFO: Found listing with ID: 10724238
2026-03-26 04:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724238%27 HTTP/1.1" 200 None
2026-03-26 04:19:33 [adesa.be] INFO: Scrape type for 10724238: 0
2026-03-26 04:19:33 [adesa.be] INFO: Skipping item 10724238 url https://www.openlane.eu/en/carv6/auction/10724238
2026-03-26 04:19:33 [adesa.be] INFO: Found listing with ID: 10724363
2026-03-26 04:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724363%27 HTTP/1.1" 200 None
2026-03-26 04:19:33 [adesa.be] INFO: Scrape type for 10724363: 0
2026-03-26 04:19:33 [adesa.be] INFO: Skipping item 10724363 url https://www.openlane.eu/en/carv6/auction/10724363
2026-03-26 04:19:33 [adesa.be] INFO: Found listing with ID: 10724462
2026-03-26 04:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724462%27 HTTP/1.1" 200 None
2026-03-26 04:19:33 [adesa.be] INFO: Scrape type for 10724462: 0
2026-03-26 04:19:33 [adesa.be] INFO: Skipping item 10724462 url https://www.openlane.eu/en/carv6/auction/10724462
2026-03-26 04:19:33 [adesa.be] INFO: Found listing with ID: 10724483
2026-03-26 04:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724483%27 HTTP/1.1" 200 None
2026-03-26 04:19:33 [adesa.be] INFO: Scrape type for 10724483: 0
2026-03-26 04:19:33 [adesa.be] INFO: Skipping item 10724483 url https://www.openlane.eu/en/carv6/auction/10724483
2026-03-26 04:19:33 [adesa.be] INFO: Found listing with ID: 10717911
2026-03-26 04:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717911%27 HTTP/1.1" 200 None
2026-03-26 04:19:33 [adesa.be] INFO: Scrape type for 10717911: 0
2026-03-26 04:19:33 [adesa.be] INFO: Skipping item 10717911 url https://www.openlane.eu/en/carv6/auction/10717911
2026-03-26 04:19:33 [adesa.be] INFO: Found listing with ID: 10717876
2026-03-26 04:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717876%27 HTTP/1.1" 200 None
2026-03-26 04:19:33 [adesa.be] INFO: Scrape type for 10717876: 0
2026-03-26 04:19:33 [adesa.be] INFO: Skipping item 10717876 url https://www.openlane.eu/en/carv6/auction/10717876
2026-03-26 04:19:33 [adesa.be] INFO: Found listing with ID: 10724266
2026-03-26 04:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724266%27 HTTP/1.1" 200 None
2026-03-26 04:19:33 [adesa.be] INFO: Scrape type for 10724266: 0
2026-03-26 04:19:33 [adesa.be] INFO: Skipping item 10724266 url https://www.openlane.eu/en/carv6/auction/10724266
2026-03-26 04:19:33 [adesa.be] INFO: Found listing with ID: 10717878
2026-03-26 04:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717878%27 HTTP/1.1" 200 None
2026-03-26 04:19:33 [adesa.be] INFO: Scrape type for 10717878: 0
2026-03-26 04:19:33 [adesa.be] INFO: Skipping item 10717878 url https://www.openlane.eu/en/carv6/auction/10717878
2026-03-26 04:19:33 [adesa.be] INFO: Found listing with ID: 10724431
2026-03-26 04:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724431%27 HTTP/1.1" 200 None
2026-03-26 04:19:33 [adesa.be] INFO: Scrape type for 10724431: 0
2026-03-26 04:19:33 [adesa.be] INFO: Skipping item 10724431 url https://www.openlane.eu/en/carv6/auction/10724431
2026-03-26 04:19:33 [adesa.be] INFO: Found listing with ID: 10724275
2026-03-26 04:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724275%27 HTTP/1.1" 200 None
2026-03-26 04:19:33 [adesa.be] INFO: Scrape type for 10724275: 0
2026-03-26 04:19:33 [adesa.be] INFO: Skipping item 10724275 url https://www.openlane.eu/en/carv6/auction/10724275
2026-03-26 04:19:33 [adesa.be] INFO: Found listing with ID: 10724342
2026-03-26 04:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724342%27 HTTP/1.1" 200 None
2026-03-26 04:19:33 [adesa.be] INFO: Scrape type for 10724342: 0
2026-03-26 04:19:33 [adesa.be] INFO: Skipping item 10724342 url https://www.openlane.eu/en/carv6/auction/10724342
2026-03-26 04:19:33 [adesa.be] INFO: Found listing with ID: 10724245
2026-03-26 04:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724245%27 HTTP/1.1" 200 None
2026-03-26 04:19:33 [adesa.be] INFO: Scrape type for 10724245: 0
2026-03-26 04:19:33 [adesa.be] INFO: Skipping item 10724245 url https://www.openlane.eu/en/carv6/auction/10724245
2026-03-26 04:19:33 [adesa.be] INFO: Found listing with ID: 10724277
2026-03-26 04:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724277%27 HTTP/1.1" 200 None
2026-03-26 04:19:33 [adesa.be] INFO: Scrape type for 10724277: 0
2026-03-26 04:19:33 [adesa.be] INFO: Skipping item 10724277 url https://www.openlane.eu/en/carv6/auction/10724277
2026-03-26 04:19:33 [adesa.be] INFO: Found listing with ID: 10724456
2026-03-26 04:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724456%27 HTTP/1.1" 200 None
2026-03-26 04:19:33 [adesa.be] INFO: Scrape type for 10724456: 0
2026-03-26 04:19:33 [adesa.be] INFO: Skipping item 10724456 url https://www.openlane.eu/en/carv6/auction/10724456
2026-03-26 04:19:33 [adesa.be] INFO: Found listing with ID: 10724520
2026-03-26 04:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724520%27 HTTP/1.1" 200 None
2026-03-26 04:19:33 [adesa.be] INFO: Scrape type for 10724520: 0
2026-03-26 04:19:33 [adesa.be] INFO: Skipping item 10724520 url https://www.openlane.eu/en/carv6/auction/10724520
2026-03-26 04:19:33 [adesa.be] INFO: Found listing with ID: 10724518
2026-03-26 04:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724518%27 HTTP/1.1" 200 None
2026-03-26 04:19:33 [adesa.be] INFO: Scrape type for 10724518: 0
2026-03-26 04:19:33 [adesa.be] INFO: Skipping item 10724518 url https://www.openlane.eu/en/carv6/auction/10724518
2026-03-26 04:19:33 [adesa.be] INFO: Found listing with ID: 10724444
2026-03-26 04:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724444%27 HTTP/1.1" 200 None
2026-03-26 04:19:33 [adesa.be] INFO: Scrape type for 10724444: 0
2026-03-26 04:19:33 [adesa.be] INFO: Skipping item 10724444 url https://www.openlane.eu/en/carv6/auction/10724444
2026-03-26 04:19:33 [adesa.be] INFO: Found listing with ID: 10724326
2026-03-26 04:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724326%27 HTTP/1.1" 200 None
2026-03-26 04:19:33 [adesa.be] INFO: Scrape type for 10724326: 0
2026-03-26 04:19:33 [adesa.be] INFO: Skipping item 10724326 url https://www.openlane.eu/en/carv6/auction/10724326
2026-03-26 04:19:33 [adesa.be] INFO: Found listing with ID: 10726950
2026-03-26 04:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726950%27 HTTP/1.1" 200 None
2026-03-26 04:19:33 [adesa.be] INFO: Scrape type for 10726950: 0
2026-03-26 04:19:33 [adesa.be] INFO: Skipping item 10726950 url https://www.openlane.eu/en/carv6/auction/10726950
2026-03-26 04:19:33 [adesa.be] INFO: Found listing with ID: 10717850
2026-03-26 04:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717850%27 HTTP/1.1" 200 None
2026-03-26 04:19:33 [adesa.be] INFO: Scrape type for 10717850: 0
2026-03-26 04:19:33 [adesa.be] INFO: Skipping item 10717850 url https://www.openlane.eu/en/carv6/auction/10717850
2026-03-26 04:19:33 [adesa.be] INFO: Found listing with ID: 10728754
2026-03-26 04:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710728754%27 HTTP/1.1" 200 None
2026-03-26 04:19:33 [adesa.be] INFO: Scrape type for 10728754: 0
2026-03-26 04:19:33 [adesa.be] INFO: Skipping item 10728754 url https://www.openlane.eu/en/carv6/auction/10728754
2026-03-26 04:19:33 [adesa.be] INFO: Found listing with ID: 10724356
2026-03-26 04:19:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724356%27 HTTP/1.1" 200 None
2026-03-26 04:19:34 [adesa.be] INFO: Scrape type for 10724356: 0
2026-03-26 04:19:34 [adesa.be] INFO: Skipping item 10724356 url https://www.openlane.eu/en/carv6/auction/10724356
2026-03-26 04:19:34 [adesa.be] INFO: Found listing with ID: 10717839
2026-03-26 04:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717839%27 HTTP/1.1" 200 None
2026-03-26 04:19:34 [adesa.be] INFO: Scrape type for 10717839: 0
2026-03-26 04:19:34 [adesa.be] INFO: Skipping item 10717839 url https://www.openlane.eu/en/carv6/auction/10717839
2026-03-26 04:19:34 [adesa.be] INFO: Found listing with ID: 10717888
2026-03-26 04:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717888%27 HTTP/1.1" 200 None
2026-03-26 04:19:34 [adesa.be] INFO: Scrape type for 10717888: 0
2026-03-26 04:19:34 [adesa.be] INFO: Skipping item 10717888 url https://www.openlane.eu/en/carv6/auction/10717888
2026-03-26 04:19:34 [adesa.be] INFO: Found listing with ID: 10724364
2026-03-26 04:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724364%27 HTTP/1.1" 200 None
2026-03-26 04:19:34 [adesa.be] INFO: Scrape type for 10724364: 0
2026-03-26 04:19:34 [adesa.be] INFO: Skipping item 10724364 url https://www.openlane.eu/en/carv6/auction/10724364
2026-03-26 04:19:34 [adesa.be] INFO: Found listing with ID: 10724254
2026-03-26 04:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724254%27 HTTP/1.1" 200 None
2026-03-26 04:19:34 [adesa.be] INFO: Scrape type for 10724254: 0
2026-03-26 04:19:34 [adesa.be] INFO: Skipping item 10724254 url https://www.openlane.eu/en/carv6/auction/10724254
2026-03-26 04:19:34 [adesa.be] INFO: Found listing with ID: 10720490
2026-03-26 04:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720490%27 HTTP/1.1" 200 None
2026-03-26 04:19:34 [adesa.be] INFO: Scrape type for 10720490: 0
2026-03-26 04:19:34 [adesa.be] INFO: Skipping item 10720490 url https://www.openlane.eu/en/carv6/auction/10720490
2026-03-26 04:19:34 [adesa.be] INFO: Found listing with ID: 10717919
2026-03-26 04:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717919%27 HTTP/1.1" 200 None
2026-03-26 04:19:34 [adesa.be] INFO: Scrape type for 10717919: 0
2026-03-26 04:19:34 [adesa.be] INFO: Skipping item 10717919 url https://www.openlane.eu/en/carv6/auction/10717919
2026-03-26 04:19:34 [adesa.be] INFO: Found listing with ID: 10717893
2026-03-26 04:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717893%27 HTTP/1.1" 200 None
2026-03-26 04:19:34 [adesa.be] INFO: Scrape type for 10717893: 0
2026-03-26 04:19:34 [adesa.be] INFO: Skipping item 10717893 url https://www.openlane.eu/en/carv6/auction/10717893
2026-03-26 04:19:34 [adesa.be] INFO: Found listing with ID: 10724414
2026-03-26 04:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724414%27 HTTP/1.1" 200 None
2026-03-26 04:19:34 [adesa.be] INFO: Scrape type for 10724414: 0
2026-03-26 04:19:34 [adesa.be] INFO: Skipping item 10724414 url https://www.openlane.eu/en/carv6/auction/10724414
2026-03-26 04:19:34 [adesa.be] INFO: Found listing with ID: 10724419
2026-03-26 04:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724419%27 HTTP/1.1" 200 None
2026-03-26 04:19:34 [adesa.be] INFO: Scrape type for 10724419: 0
2026-03-26 04:19:34 [adesa.be] INFO: Skipping item 10724419 url https://www.openlane.eu/en/carv6/auction/10724419
2026-03-26 04:19:34 [adesa.be] INFO: Found listing with ID: 10725601
2026-03-26 04:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725601%27 HTTP/1.1" 200 None
2026-03-26 04:19:34 [adesa.be] INFO: Scrape type for 10725601: 0
2026-03-26 04:19:34 [adesa.be] INFO: Skipping item 10725601 url https://www.openlane.eu/en/carv6/auction/10725601
2026-03-26 04:19:34 [adesa.be] INFO: Found listing with ID: 10717885
2026-03-26 04:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717885%27 HTTP/1.1" 200 None
2026-03-26 04:19:34 [adesa.be] INFO: Scrape type for 10717885: 0
2026-03-26 04:19:34 [adesa.be] INFO: Skipping item 10717885 url https://www.openlane.eu/en/carv6/auction/10717885
2026-03-26 04:19:34 [adesa.be] INFO: Found listing with ID: 10724353
2026-03-26 04:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724353%27 HTTP/1.1" 200 None
2026-03-26 04:19:34 [adesa.be] INFO: Scrape type for 10724353: 0
2026-03-26 04:19:34 [adesa.be] INFO: Skipping item 10724353 url https://www.openlane.eu/en/carv6/auction/10724353
2026-03-26 04:19:34 [adesa.be] INFO: Found listing with ID: 10724322
2026-03-26 04:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724322%27 HTTP/1.1" 200 None
2026-03-26 04:19:34 [adesa.be] INFO: Scrape type for 10724322: 0
2026-03-26 04:19:34 [adesa.be] INFO: Skipping item 10724322 url https://www.openlane.eu/en/carv6/auction/10724322
2026-03-26 04:19:34 [adesa.be] INFO: Found listing with ID: 10724365
2026-03-26 04:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724365%27 HTTP/1.1" 200 None
2026-03-26 04:19:34 [adesa.be] INFO: Scrape type for 10724365: 0
2026-03-26 04:19:34 [adesa.be] INFO: Skipping item 10724365 url https://www.openlane.eu/en/carv6/auction/10724365
2026-03-26 04:19:34 [adesa.be] INFO: Found listing with ID: 10724278
2026-03-26 04:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724278%27 HTTP/1.1" 200 None
2026-03-26 04:19:34 [adesa.be] INFO: Scrape type for 10724278: 0
2026-03-26 04:19:34 [adesa.be] INFO: Skipping item 10724278 url https://www.openlane.eu/en/carv6/auction/10724278
2026-03-26 04:19:34 [adesa.be] INFO: Found listing with ID: 10724472
2026-03-26 04:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724472%27 HTTP/1.1" 200 None
2026-03-26 04:19:34 [adesa.be] INFO: Scrape type for 10724472: 0
2026-03-26 04:19:34 [adesa.be] INFO: Skipping item 10724472 url https://www.openlane.eu/en/carv6/auction/10724472
2026-03-26 04:19:34 [adesa.be] INFO: Found listing with ID: 10726975
2026-03-26 04:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726975%27 HTTP/1.1" 200 None
2026-03-26 04:19:34 [adesa.be] INFO: Scrape type for 10726975: 0
2026-03-26 04:19:34 [adesa.be] INFO: Skipping item 10726975 url https://www.openlane.eu/en/carv6/auction/10726975
2026-03-26 04:19:34 [adesa.be] INFO: Found listing with ID: 10726971
2026-03-26 04:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726971%27 HTTP/1.1" 200 None
2026-03-26 04:19:34 [adesa.be] INFO: Scrape type for 10726971: 0
2026-03-26 04:19:34 [adesa.be] INFO: Skipping item 10726971 url https://www.openlane.eu/en/carv6/auction/10726971
2026-03-26 04:19:34 [adesa.be] INFO: Found listing with ID: 10724331
2026-03-26 04:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724331%27 HTTP/1.1" 200 None
2026-03-26 04:19:34 [adesa.be] INFO: Scrape type for 10724331: 0
2026-03-26 04:19:34 [adesa.be] INFO: Skipping item 10724331 url https://www.openlane.eu/en/carv6/auction/10724331
2026-03-26 04:19:34 [adesa.be] INFO: Found listing with ID: 10720497
2026-03-26 04:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720497%27 HTTP/1.1" 200 None
2026-03-26 04:19:34 [adesa.be] INFO: Scrape type for 10720497: 0
2026-03-26 04:19:34 [adesa.be] INFO: Skipping item 10720497 url https://www.openlane.eu/en/carv6/auction/10720497
2026-03-26 04:19:34 [adesa.be] INFO: Found listing with ID: 10720494
2026-03-26 04:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720494%27 HTTP/1.1" 200 None
2026-03-26 04:19:34 [adesa.be] INFO: Scrape type for 10720494: 0
2026-03-26 04:19:34 [adesa.be] INFO: Skipping item 10720494 url https://www.openlane.eu/en/carv6/auction/10720494
2026-03-26 04:19:34 [adesa.be] INFO: Found listing with ID: 10724255
2026-03-26 04:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724255%27 HTTP/1.1" 200 None
2026-03-26 04:19:34 [adesa.be] INFO: Scrape type for 10724255: 0
2026-03-26 04:19:34 [adesa.be] INFO: Skipping item 10724255 url https://www.openlane.eu/en/carv6/auction/10724255
2026-03-26 04:19:34 [adesa.be] INFO: Found listing with ID: 10724390
2026-03-26 04:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724390%27 HTTP/1.1" 200 None
2026-03-26 04:19:34 [adesa.be] INFO: Scrape type for 10724390: 0
2026-03-26 04:19:34 [adesa.be] INFO: Skipping item 10724390 url https://www.openlane.eu/en/carv6/auction/10724390
2026-03-26 04:19:34 [adesa.be] INFO: Found listing with ID: 10724338
2026-03-26 04:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724338%27 HTTP/1.1" 200 None
2026-03-26 04:19:34 [adesa.be] INFO: Scrape type for 10724338: 0
2026-03-26 04:19:34 [adesa.be] INFO: Skipping item 10724338 url https://www.openlane.eu/en/carv6/auction/10724338
2026-03-26 04:19:34 [adesa.be] INFO: Found listing with ID: 10720507
2026-03-26 04:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710720507%27 HTTP/1.1" 200 None
2026-03-26 04:19:34 [adesa.be] INFO: Scrape type for 10720507: 0
2026-03-26 04:19:34 [adesa.be] INFO: Skipping item 10720507 url https://www.openlane.eu/en/carv6/auction/10720507
2026-03-26 04:19:34 [adesa.be] INFO: Found listing with ID: 10724422
2026-03-26 04:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724422%27 HTTP/1.1" 200 None
2026-03-26 04:19:34 [adesa.be] INFO: Scrape type for 10724422: 0
2026-03-26 04:19:34 [adesa.be] INFO: Skipping item 10724422 url https://www.openlane.eu/en/carv6/auction/10724422
2026-03-26 04:19:34 [adesa.be] INFO: Found listing with ID: 10724359
2026-03-26 04:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724359%27 HTTP/1.1" 200 None
2026-03-26 04:19:34 [adesa.be] INFO: Scrape type for 10724359: 0
2026-03-26 04:19:34 [adesa.be] INFO: Skipping item 10724359 url https://www.openlane.eu/en/carv6/auction/10724359
2026-03-26 04:19:34 [adesa.be] INFO: Found listing with ID: 10724236
2026-03-26 04:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724236%27 HTTP/1.1" 200 None
2026-03-26 04:19:34 [adesa.be] INFO: Scrape type for 10724236: 0
2026-03-26 04:19:34 [adesa.be] INFO: Skipping item 10724236 url https://www.openlane.eu/en/carv6/auction/10724236
2026-03-26 04:19:34 [adesa.be] INFO: Found listing with ID: 10724355
2026-03-26 04:19:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724355%27 HTTP/1.1" 200 None
2026-03-26 04:19:34 [adesa.be] INFO: Scrape type for 10724355: 0
2026-03-26 04:19:34 [adesa.be] INFO: Skipping item 10724355 url https://www.openlane.eu/en/carv6/auction/10724355
2026-03-26 04: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-26 04:19:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10711901> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:19:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11e88571-3490-57a1-aace-e3bea0800f6c with identifier: 10711901
2026-03-26 04:19:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11e88571-3490-57a1-aace-e3bea0800f6c with scrape type 2
2026-03-26 04:19:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11e88571-3490-57a1-aace-e3bea0800f6c with scrape type 2
2026-03-26 04:19:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 11e88571-3490-57a1-aace-e3bea0800f6c, identifier: 10711901
2026-03-26 04:19:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 11e88571-3490-57a1-aace-e3bea0800f6c with identifier: 10711901
2026-03-26 04:19:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 04:19:35 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Beige HTTP/1.1" 200 None
2026-03-26 04:19:35 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 04:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 04:19:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 11e88571-3490-57a1-aace-e3bea0800f6c with identifier: 10711901
2026-03-26 04:19:35 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 11e88571-3490-57a1-aace-e3bea0800f6c with identifier: 10711901 to the API
2026-03-26 04:19:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:19:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10711901>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Beige',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.1L',
'engine_horse_power': 74,
'expiration_date': '2026-03-26T10:30:00Z',
'fuel_type': 'Petrol',
'id': '11e88571-3490-57a1-aace-e3bea0800f6c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': '2ATV314',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10711901',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Renault',
'model': 'Clio',
'odometer': 181819,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 3000,
'price_includes_vat': True,
'registration_date': '2015-12-07',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio 1.2 Authentic - Petrol - Manual - 74 hp - 181.819 km',
'transmission': 'manual',
'trim': 'Authentic',
'vin': None,
'year': 2015}
2026-03-26 04:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710711901%27 HTTP/1.1" 200 None
2026-03-26 04:19:35 [adesa.be] INFO: Saving data for 10711901: {'auction_closing_time': 1774521000.0, 'created_time': 1774325723.029239, 'last_price_update_time': 1774498775.789102}
2026-03-26 04:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:19:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10711901') HTTP/1.1" 204 0
2026-03-26 04:19:36 [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-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10724329
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724329%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10724329: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10724329 url https://www.openlane.eu/en/carv6/auction/10724329
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10724261
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724261%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10724261: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10724261 url https://www.openlane.eu/en/carv6/auction/10724261
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10724307
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724307%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10724307: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10724307 url https://www.openlane.eu/en/carv6/auction/10724307
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10726965
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726965%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10726965: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10726965 url https://www.openlane.eu/en/carv6/auction/10726965
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10724316
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724316%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10724316: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10724316 url https://www.openlane.eu/en/carv6/auction/10724316
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10724352
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724352%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10724352: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10724352 url https://www.openlane.eu/en/carv6/auction/10724352
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10724283
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724283%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10724283: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10724283 url https://www.openlane.eu/en/carv6/auction/10724283
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10724280
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724280%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10724280: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10724280 url https://www.openlane.eu/en/carv6/auction/10724280
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10724511
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724511%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10724511: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10724511 url https://www.openlane.eu/en/carv6/auction/10724511
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10724519
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724519%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10724519: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10724519 url https://www.openlane.eu/en/carv6/auction/10724519
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10724424
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724424%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10724424: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10724424 url https://www.openlane.eu/en/carv6/auction/10724424
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10717901
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717901%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10717901: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10717901 url https://www.openlane.eu/en/carv6/auction/10717901
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10724262
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724262%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10724262: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10724262 url https://www.openlane.eu/en/carv6/auction/10724262
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10717896
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717896%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10717896: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10717896 url https://www.openlane.eu/en/carv6/auction/10717896
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10724508
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724508%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10724508: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10724508 url https://www.openlane.eu/en/carv6/auction/10724508
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10717894
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717894%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10717894: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10717894 url https://www.openlane.eu/en/carv6/auction/10717894
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10724402
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724402%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10724402: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10724402 url https://www.openlane.eu/en/carv6/auction/10724402
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10726953
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726953%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10726953: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10726953 url https://www.openlane.eu/en/carv6/auction/10726953
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10717859
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717859%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10717859: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10717859 url https://www.openlane.eu/en/carv6/auction/10717859
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10724204
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724204%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10724204: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10724204 url https://www.openlane.eu/en/carv6/auction/10724204
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10717866
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717866%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10717866: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10717866 url https://www.openlane.eu/en/carv6/auction/10717866
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10724210
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724210%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10724210: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10724210 url https://www.openlane.eu/en/carv6/auction/10724210
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10717837
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717837%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10717837: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10717837 url https://www.openlane.eu/en/carv6/auction/10717837
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10724213
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724213%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10724213: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10724213 url https://www.openlane.eu/en/carv6/auction/10724213
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10715710
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715710%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10715710: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10715710 url https://www.openlane.eu/en/carv6/auction/10715710
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10715711
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715711%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10715711: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10715711 url https://www.openlane.eu/en/carv6/auction/10715711
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10715715
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715715%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10715715: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10715715 url https://www.openlane.eu/en/carv6/auction/10715715
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10715713
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715713%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10715713: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10715713 url https://www.openlane.eu/en/carv6/auction/10715713
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10715714
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715714%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10715714: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10715714 url https://www.openlane.eu/en/carv6/auction/10715714
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10715718
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715718%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10715718: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10715718 url https://www.openlane.eu/en/carv6/auction/10715718
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10715717
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715717%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10715717: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10715717 url https://www.openlane.eu/en/carv6/auction/10715717
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10715716
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715716%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10715716: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10715716 url https://www.openlane.eu/en/carv6/auction/10715716
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10715719
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715719%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10715719: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10715719 url https://www.openlane.eu/en/carv6/auction/10715719
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10715720
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715720%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10715720: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10715720 url https://www.openlane.eu/en/carv6/auction/10715720
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10715722
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715722%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10715722: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10715722 url https://www.openlane.eu/en/carv6/auction/10715722
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10715723
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715723%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10715723: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10715723 url https://www.openlane.eu/en/carv6/auction/10715723
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10715724
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715724%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10715724: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10715724 url https://www.openlane.eu/en/carv6/auction/10715724
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10715725
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715725%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10715725: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10715725 url https://www.openlane.eu/en/carv6/auction/10715725
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10715726
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715726%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10715726: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10715726 url https://www.openlane.eu/en/carv6/auction/10715726
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10715730
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715730%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10715730: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10715730 url https://www.openlane.eu/en/carv6/auction/10715730
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10715731
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715731%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10715731: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10715731 url https://www.openlane.eu/en/carv6/auction/10715731
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10715733
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715733%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10715733: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10715733 url https://www.openlane.eu/en/carv6/auction/10715733
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10715732
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715732%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10715732: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10715732 url https://www.openlane.eu/en/carv6/auction/10715732
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10715735
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715735%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10715735: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10715735 url https://www.openlane.eu/en/carv6/auction/10715735
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10715737
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715737%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10715737: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10715737 url https://www.openlane.eu/en/carv6/auction/10715737
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10715738
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715738%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10715738: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10715738 url https://www.openlane.eu/en/carv6/auction/10715738
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10715740
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715740%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10715740: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10715740 url https://www.openlane.eu/en/carv6/auction/10715740
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10715745
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715745%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10715745: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10715745 url https://www.openlane.eu/en/carv6/auction/10715745
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10715746
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715746%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10715746: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10715746 url https://www.openlane.eu/en/carv6/auction/10715746
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10715747
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715747%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10715747: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10715747 url https://www.openlane.eu/en/carv6/auction/10715747
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10715749
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715749%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10715749: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10715749 url https://www.openlane.eu/en/carv6/auction/10715749
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10715748
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715748%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10715748: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10715748 url https://www.openlane.eu/en/carv6/auction/10715748
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10715750
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715750%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10715750: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10715750 url https://www.openlane.eu/en/carv6/auction/10715750
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10715751
2026-03-26 04:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715751%27 HTTP/1.1" 200 None
2026-03-26 04:19:37 [adesa.be] INFO: Scrape type for 10715751: 0
2026-03-26 04:19:37 [adesa.be] INFO: Skipping item 10715751 url https://www.openlane.eu/en/carv6/auction/10715751
2026-03-26 04:19:37 [adesa.be] INFO: Found listing with ID: 10715753
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715753%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10715753: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10715753 url https://www.openlane.eu/en/carv6/auction/10715753
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10715754
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715754%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10715754: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10715754 url https://www.openlane.eu/en/carv6/auction/10715754
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10715755
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715755%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10715755: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10715755 url https://www.openlane.eu/en/carv6/auction/10715755
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10715756
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715756%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10715756: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10715756 url https://www.openlane.eu/en/carv6/auction/10715756
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10715757
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715757%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10715757: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10715757 url https://www.openlane.eu/en/carv6/auction/10715757
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10715763
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715763%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10715763: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10715763 url https://www.openlane.eu/en/carv6/auction/10715763
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10715758
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715758%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10715758: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10715758 url https://www.openlane.eu/en/carv6/auction/10715758
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10715759
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715759%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10715759: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10715759 url https://www.openlane.eu/en/carv6/auction/10715759
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10715764
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715764%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10715764: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10715764 url https://www.openlane.eu/en/carv6/auction/10715764
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10715765
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715765%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10715765: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10715765 url https://www.openlane.eu/en/carv6/auction/10715765
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10715760
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715760%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10715760: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10715760 url https://www.openlane.eu/en/carv6/auction/10715760
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10715761
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715761%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10715761: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10715761 url https://www.openlane.eu/en/carv6/auction/10715761
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10715762
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715762%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10715762: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10715762 url https://www.openlane.eu/en/carv6/auction/10715762
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10715770
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715770%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10715770: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10715770 url https://www.openlane.eu/en/carv6/auction/10715770
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10715772
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715772%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10715772: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10715772 url https://www.openlane.eu/en/carv6/auction/10715772
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10715774
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715774%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10715774: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10715774 url https://www.openlane.eu/en/carv6/auction/10715774
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10715777
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715777%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10715777: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10715777 url https://www.openlane.eu/en/carv6/auction/10715777
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10715776
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715776%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10715776: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10715776 url https://www.openlane.eu/en/carv6/auction/10715776
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10715778
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715778%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10715778: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10715778 url https://www.openlane.eu/en/carv6/auction/10715778
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10715779
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710715779%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10715779: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10715779 url https://www.openlane.eu/en/carv6/auction/10715779
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10714226
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714226%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10714226: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10714226 url https://www.openlane.eu/en/carv6/auction/10714226
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10714229
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714229%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10714229: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10714229 url https://www.openlane.eu/en/carv6/auction/10714229
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10714237
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714237%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10714237: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10714237 url https://www.openlane.eu/en/carv6/auction/10714237
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10714233
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714233%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10714233: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10714233 url https://www.openlane.eu/en/carv6/auction/10714233
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10714240
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714240%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10714240: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10714240 url https://www.openlane.eu/en/carv6/auction/10714240
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10714239
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714239%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10714239: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10714239 url https://www.openlane.eu/en/carv6/auction/10714239
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10714242
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714242%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10714242: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10714242 url https://www.openlane.eu/en/carv6/auction/10714242
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10714243
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714243%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10714243: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10714243 url https://www.openlane.eu/en/carv6/auction/10714243
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10714249
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714249%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10714249: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10714249 url https://www.openlane.eu/en/carv6/auction/10714249
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10714250
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714250%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10714250: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10714250 url https://www.openlane.eu/en/carv6/auction/10714250
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10714253
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714253%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10714253: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10714253 url https://www.openlane.eu/en/carv6/auction/10714253
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10714256
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714256%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10714256: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10714256 url https://www.openlane.eu/en/carv6/auction/10714256
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10714264
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714264%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10714264: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10714264 url https://www.openlane.eu/en/carv6/auction/10714264
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10714267
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714267%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10714267: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10714267 url https://www.openlane.eu/en/carv6/auction/10714267
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10714272
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714272%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10714272: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10714272 url https://www.openlane.eu/en/carv6/auction/10714272
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10714273
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714273%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10714273: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10714273 url https://www.openlane.eu/en/carv6/auction/10714273
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10714274
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714274%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10714274: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10714274 url https://www.openlane.eu/en/carv6/auction/10714274
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10714371
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714371%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10714371: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10714371 url https://www.openlane.eu/en/carv6/auction/10714371
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10714372
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714372%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10714372: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10714372 url https://www.openlane.eu/en/carv6/auction/10714372
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10714375
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714375%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10714375: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10714375 url https://www.openlane.eu/en/carv6/auction/10714375
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10714373
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714373%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10714373: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10714373 url https://www.openlane.eu/en/carv6/auction/10714373
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10714379
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714379%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10714379: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10714379 url https://www.openlane.eu/en/carv6/auction/10714379
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10714378
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714378%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10714378: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10714378 url https://www.openlane.eu/en/carv6/auction/10714378
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10714473
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714473%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10714473: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10714473 url https://www.openlane.eu/en/carv6/auction/10714473
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10714474
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714474%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10714474: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10714474 url https://www.openlane.eu/en/carv6/auction/10714474
2026-03-26 04:19:38 [adesa.be] INFO: Found listing with ID: 10714475
2026-03-26 04:19:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714475%27 HTTP/1.1" 200 None
2026-03-26 04:19:38 [adesa.be] INFO: Scrape type for 10714475: 0
2026-03-26 04:19:38 [adesa.be] INFO: Skipping item 10714475 url https://www.openlane.eu/en/carv6/auction/10714475
2026-03-26 04:19:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:19: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-26 04:19:40 [adesa.be] INFO: Found listing with ID: 10714564
2026-03-26 04:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714564%27 HTTP/1.1" 200 None
2026-03-26 04:19:40 [adesa.be] INFO: Scrape type for 10714564: 0
2026-03-26 04:19:40 [adesa.be] INFO: Skipping item 10714564 url https://www.openlane.eu/en/carv6/auction/10714564
2026-03-26 04:19:40 [adesa.be] INFO: Found listing with ID: 10714566
2026-03-26 04:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714566%27 HTTP/1.1" 200 None
2026-03-26 04:19:40 [adesa.be] INFO: Scrape type for 10714566: 0
2026-03-26 04:19:40 [adesa.be] INFO: Skipping item 10714566 url https://www.openlane.eu/en/carv6/auction/10714566
2026-03-26 04:19:40 [adesa.be] INFO: Found listing with ID: 10714572
2026-03-26 04:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714572%27 HTTP/1.1" 200 None
2026-03-26 04:19:40 [adesa.be] INFO: Scrape type for 10714572: 0
2026-03-26 04:19:40 [adesa.be] INFO: Skipping item 10714572 url https://www.openlane.eu/en/carv6/auction/10714572
2026-03-26 04:19:40 [adesa.be] INFO: Found listing with ID: 10714573
2026-03-26 04:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714573%27 HTTP/1.1" 200 None
2026-03-26 04:19:40 [adesa.be] INFO: Scrape type for 10714573: 0
2026-03-26 04:19:40 [adesa.be] INFO: Skipping item 10714573 url https://www.openlane.eu/en/carv6/auction/10714573
2026-03-26 04:19:40 [adesa.be] INFO: Found listing with ID: 10714586
2026-03-26 04:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714586%27 HTTP/1.1" 200 None
2026-03-26 04:19:40 [adesa.be] INFO: Scrape type for 10714586: 0
2026-03-26 04:19:40 [adesa.be] INFO: Skipping item 10714586 url https://www.openlane.eu/en/carv6/auction/10714586
2026-03-26 04:19:40 [adesa.be] INFO: Found listing with ID: 10714691
2026-03-26 04:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714691%27 HTTP/1.1" 200 None
2026-03-26 04:19:40 [adesa.be] INFO: Scrape type for 10714691: 0
2026-03-26 04:19:40 [adesa.be] INFO: Skipping item 10714691 url https://www.openlane.eu/en/carv6/auction/10714691
2026-03-26 04:19:40 [adesa.be] INFO: Found listing with ID: 10714956
2026-03-26 04:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714956%27 HTTP/1.1" 200 None
2026-03-26 04:19:40 [adesa.be] INFO: Scrape type for 10714956: 0
2026-03-26 04:19:40 [adesa.be] INFO: Skipping item 10714956 url https://www.openlane.eu/en/carv6/auction/10714956
2026-03-26 04:19:40 [adesa.be] INFO: Found listing with ID: 10714981
2026-03-26 04:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714981%27 HTTP/1.1" 200 None
2026-03-26 04:19:40 [adesa.be] INFO: Scrape type for 10714981: 0
2026-03-26 04:19:40 [adesa.be] INFO: Skipping item 10714981 url https://www.openlane.eu/en/carv6/auction/10714981
2026-03-26 04:19:40 [adesa.be] INFO: Found listing with ID: 10714986
2026-03-26 04:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714986%27 HTTP/1.1" 200 None
2026-03-26 04:19:40 [adesa.be] INFO: Scrape type for 10714986: 0
2026-03-26 04:19:40 [adesa.be] INFO: Skipping item 10714986 url https://www.openlane.eu/en/carv6/auction/10714986
2026-03-26 04:19:40 [adesa.be] INFO: Found listing with ID: 10714983
2026-03-26 04:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714983%27 HTTP/1.1" 200 None
2026-03-26 04:19:40 [adesa.be] INFO: Scrape type for 10714983: 0
2026-03-26 04:19:40 [adesa.be] INFO: Skipping item 10714983 url https://www.openlane.eu/en/carv6/auction/10714983
2026-03-26 04:19:40 [adesa.be] INFO: Found listing with ID: 10714991
2026-03-26 04:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714991%27 HTTP/1.1" 200 None
2026-03-26 04:19:40 [adesa.be] INFO: Scrape type for 10714991: 0
2026-03-26 04:19:40 [adesa.be] INFO: Skipping item 10714991 url https://www.openlane.eu/en/carv6/auction/10714991
2026-03-26 04:19:40 [adesa.be] INFO: Found listing with ID: 10714989
2026-03-26 04:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714989%27 HTTP/1.1" 200 None
2026-03-26 04:19:40 [adesa.be] INFO: Scrape type for 10714989: 0
2026-03-26 04:19:40 [adesa.be] INFO: Skipping item 10714989 url https://www.openlane.eu/en/carv6/auction/10714989
2026-03-26 04:19:40 [adesa.be] INFO: Found listing with ID: 10716106
2026-03-26 04:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716106%27 HTTP/1.1" 200 None
2026-03-26 04:19:40 [adesa.be] INFO: Scrape type for 10716106: 0
2026-03-26 04:19:40 [adesa.be] INFO: Skipping item 10716106 url https://www.openlane.eu/en/carv6/auction/10716106
2026-03-26 04:19:40 [adesa.be] INFO: Found listing with ID: 10714220
2026-03-26 04:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714220%27 HTTP/1.1" 200 None
2026-03-26 04:19:40 [adesa.be] INFO: Scrape type for 10714220: 0
2026-03-26 04:19:40 [adesa.be] INFO: Skipping item 10714220 url https://www.openlane.eu/en/carv6/auction/10714220
2026-03-26 04:19:40 [adesa.be] INFO: Found listing with ID: 10714221
2026-03-26 04:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714221%27 HTTP/1.1" 200 None
2026-03-26 04:19:40 [adesa.be] INFO: Scrape type for 10714221: 0
2026-03-26 04:19:40 [adesa.be] INFO: Skipping item 10714221 url https://www.openlane.eu/en/carv6/auction/10714221
2026-03-26 04:19:40 [adesa.be] INFO: Found listing with ID: 10714219
2026-03-26 04:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714219%27 HTTP/1.1" 200 None
2026-03-26 04:19:40 [adesa.be] INFO: Scrape type for 10714219: 0
2026-03-26 04:19:40 [adesa.be] INFO: Skipping item 10714219 url https://www.openlane.eu/en/carv6/auction/10714219
2026-03-26 04:19:40 [adesa.be] INFO: Found listing with ID: 10714218
2026-03-26 04:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714218%27 HTTP/1.1" 200 None
2026-03-26 04:19:40 [adesa.be] INFO: Scrape type for 10714218: 0
2026-03-26 04:19:40 [adesa.be] INFO: Skipping item 10714218 url https://www.openlane.eu/en/carv6/auction/10714218
2026-03-26 04:19:40 [adesa.be] INFO: Found listing with ID: 10716080
2026-03-26 04:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716080%27 HTTP/1.1" 200 None
2026-03-26 04:19:40 [adesa.be] INFO: Scrape type for 10716080: 0
2026-03-26 04:19:40 [adesa.be] INFO: Skipping item 10716080 url https://www.openlane.eu/en/carv6/auction/10716080
2026-03-26 04:19:40 [adesa.be] INFO: Found listing with ID: 10716104
2026-03-26 04:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716104%27 HTTP/1.1" 200 None
2026-03-26 04:19:40 [adesa.be] INFO: Scrape type for 10716104: 0
2026-03-26 04:19:40 [adesa.be] INFO: Skipping item 10716104 url https://www.openlane.eu/en/carv6/auction/10716104
2026-03-26 04:19:40 [adesa.be] INFO: Found listing with ID: 10716076
2026-03-26 04:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716076%27 HTTP/1.1" 200 None
2026-03-26 04:19:40 [adesa.be] INFO: Scrape type for 10716076: 0
2026-03-26 04:19:40 [adesa.be] INFO: Skipping item 10716076 url https://www.openlane.eu/en/carv6/auction/10716076
2026-03-26 04:19:40 [adesa.be] INFO: Found listing with ID: 10714223
2026-03-26 04:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714223%27 HTTP/1.1" 200 None
2026-03-26 04:19:40 [adesa.be] INFO: Scrape type for 10714223: 0
2026-03-26 04:19:40 [adesa.be] INFO: Skipping item 10714223 url https://www.openlane.eu/en/carv6/auction/10714223
2026-03-26 04:19:40 [adesa.be] INFO: Found listing with ID: 10714222
2026-03-26 04:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714222%27 HTTP/1.1" 200 None
2026-03-26 04:19:40 [adesa.be] INFO: Scrape type for 10714222: 0
2026-03-26 04:19:40 [adesa.be] INFO: Skipping item 10714222 url https://www.openlane.eu/en/carv6/auction/10714222
2026-03-26 04:19:40 [adesa.be] INFO: Found listing with ID: 10716108
2026-03-26 04:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716108%27 HTTP/1.1" 200 None
2026-03-26 04:19:40 [adesa.be] INFO: Scrape type for 10716108: 0
2026-03-26 04:19:40 [adesa.be] INFO: Skipping item 10716108 url https://www.openlane.eu/en/carv6/auction/10716108
2026-03-26 04:19:40 [adesa.be] INFO: Found listing with ID: 10716114
2026-03-26 04:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716114%27 HTTP/1.1" 200 None
2026-03-26 04:19:40 [adesa.be] INFO: Scrape type for 10716114: 0
2026-03-26 04:19:40 [adesa.be] INFO: Skipping item 10716114 url https://www.openlane.eu/en/carv6/auction/10716114
2026-03-26 04:19:40 [adesa.be] INFO: Found listing with ID: 10716129
2026-03-26 04:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716129%27 HTTP/1.1" 200 None
2026-03-26 04:19:40 [adesa.be] INFO: Scrape type for 10716129: 0
2026-03-26 04:19:40 [adesa.be] INFO: Skipping item 10716129 url https://www.openlane.eu/en/carv6/auction/10716129
2026-03-26 04:19:40 [adesa.be] INFO: Found listing with ID: 10716115
2026-03-26 04:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716115%27 HTTP/1.1" 200 None
2026-03-26 04:19:40 [adesa.be] INFO: Scrape type for 10716115: 0
2026-03-26 04:19:40 [adesa.be] INFO: Skipping item 10716115 url https://www.openlane.eu/en/carv6/auction/10716115
2026-03-26 04:19:40 [adesa.be] INFO: Found listing with ID: 10714224
2026-03-26 04:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714224%27 HTTP/1.1" 200 None
2026-03-26 04:19:40 [adesa.be] INFO: Scrape type for 10714224: 0
2026-03-26 04:19:40 [adesa.be] INFO: Skipping item 10714224 url https://www.openlane.eu/en/carv6/auction/10714224
2026-03-26 04:19:40 [adesa.be] INFO: Found listing with ID: 10716092
2026-03-26 04:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716092%27 HTTP/1.1" 200 None
2026-03-26 04:19:40 [adesa.be] INFO: Scrape type for 10716092: 0
2026-03-26 04:19:40 [adesa.be] INFO: Skipping item 10716092 url https://www.openlane.eu/en/carv6/auction/10716092
2026-03-26 04:19:40 [adesa.be] INFO: Found listing with ID: 10716094
2026-03-26 04:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716094%27 HTTP/1.1" 200 None
2026-03-26 04:19:40 [adesa.be] INFO: Scrape type for 10716094: 0
2026-03-26 04:19:40 [adesa.be] INFO: Skipping item 10716094 url https://www.openlane.eu/en/carv6/auction/10716094
2026-03-26 04:19:40 [adesa.be] INFO: Found listing with ID: 10714225
2026-03-26 04:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714225%27 HTTP/1.1" 200 None
2026-03-26 04:19:40 [adesa.be] INFO: Scrape type for 10714225: 0
2026-03-26 04:19:40 [adesa.be] INFO: Skipping item 10714225 url https://www.openlane.eu/en/carv6/auction/10714225
2026-03-26 04:19:40 [adesa.be] INFO: Found listing with ID: 10714227
2026-03-26 04:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714227%27 HTTP/1.1" 200 None
2026-03-26 04:19:40 [adesa.be] INFO: Scrape type for 10714227: 0
2026-03-26 04:19:40 [adesa.be] INFO: Skipping item 10714227 url https://www.openlane.eu/en/carv6/auction/10714227
2026-03-26 04:19:40 [adesa.be] INFO: Found listing with ID: 10714228
2026-03-26 04:19:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714228%27 HTTP/1.1" 200 None
2026-03-26 04:19:40 [adesa.be] INFO: Scrape type for 10714228: 0
2026-03-26 04:19:40 [adesa.be] INFO: Skipping item 10714228 url https://www.openlane.eu/en/carv6/auction/10714228
2026-03-26 04:19:40 [adesa.be] INFO: Found listing with ID: 10714230
2026-03-26 04:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714230%27 HTTP/1.1" 200 None
2026-03-26 04:19:41 [adesa.be] INFO: Scrape type for 10714230: 0
2026-03-26 04:19:41 [adesa.be] INFO: Skipping item 10714230 url https://www.openlane.eu/en/carv6/auction/10714230
2026-03-26 04:19:41 [adesa.be] INFO: Found listing with ID: 10716110
2026-03-26 04:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716110%27 HTTP/1.1" 200 None
2026-03-26 04:19:41 [adesa.be] INFO: Scrape type for 10716110: 0
2026-03-26 04:19:41 [adesa.be] INFO: Skipping item 10716110 url https://www.openlane.eu/en/carv6/auction/10716110
2026-03-26 04:19:41 [adesa.be] INFO: Found listing with ID: 10714231
2026-03-26 04:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714231%27 HTTP/1.1" 200 None
2026-03-26 04:19:41 [adesa.be] INFO: Scrape type for 10714231: 0
2026-03-26 04:19:41 [adesa.be] INFO: Skipping item 10714231 url https://www.openlane.eu/en/carv6/auction/10714231
2026-03-26 04:19:41 [adesa.be] INFO: Found listing with ID: 10714232
2026-03-26 04:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714232%27 HTTP/1.1" 200 None
2026-03-26 04:19:41 [adesa.be] INFO: Scrape type for 10714232: 0
2026-03-26 04:19:41 [adesa.be] INFO: Skipping item 10714232 url https://www.openlane.eu/en/carv6/auction/10714232
2026-03-26 04:19:41 [adesa.be] INFO: Found listing with ID: 10716073
2026-03-26 04:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716073%27 HTTP/1.1" 200 None
2026-03-26 04:19:41 [adesa.be] INFO: Scrape type for 10716073: 0
2026-03-26 04:19:41 [adesa.be] INFO: Skipping item 10716073 url https://www.openlane.eu/en/carv6/auction/10716073
2026-03-26 04:19:41 [adesa.be] INFO: Found listing with ID: 10714234
2026-03-26 04:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714234%27 HTTP/1.1" 200 None
2026-03-26 04:19:41 [adesa.be] INFO: Scrape type for 10714234: 0
2026-03-26 04:19:41 [adesa.be] INFO: Skipping item 10714234 url https://www.openlane.eu/en/carv6/auction/10714234
2026-03-26 04:19:41 [adesa.be] INFO: Found listing with ID: 10714235
2026-03-26 04:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714235%27 HTTP/1.1" 200 None
2026-03-26 04:19:41 [adesa.be] INFO: Scrape type for 10714235: 0
2026-03-26 04:19:41 [adesa.be] INFO: Skipping item 10714235 url https://www.openlane.eu/en/carv6/auction/10714235
2026-03-26 04:19:41 [adesa.be] INFO: Found listing with ID: 10714236
2026-03-26 04:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714236%27 HTTP/1.1" 200 None
2026-03-26 04:19:41 [adesa.be] INFO: Scrape type for 10714236: 0
2026-03-26 04:19:41 [adesa.be] INFO: Skipping item 10714236 url https://www.openlane.eu/en/carv6/auction/10714236
2026-03-26 04:19:41 [adesa.be] INFO: Found listing with ID: 10714238
2026-03-26 04:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714238%27 HTTP/1.1" 200 None
2026-03-26 04:19:41 [adesa.be] INFO: Scrape type for 10714238: 0
2026-03-26 04:19:41 [adesa.be] INFO: Skipping item 10714238 url https://www.openlane.eu/en/carv6/auction/10714238
2026-03-26 04:19:41 [adesa.be] INFO: Found listing with ID: 10714241
2026-03-26 04:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714241%27 HTTP/1.1" 200 None
2026-03-26 04:19:41 [adesa.be] INFO: Scrape type for 10714241: 0
2026-03-26 04:19:41 [adesa.be] INFO: Skipping item 10714241 url https://www.openlane.eu/en/carv6/auction/10714241
2026-03-26 04:19:41 [adesa.be] INFO: Found listing with ID: 10714244
2026-03-26 04:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714244%27 HTTP/1.1" 200 None
2026-03-26 04:19:41 [adesa.be] INFO: Scrape type for 10714244: 0
2026-03-26 04:19:41 [adesa.be] INFO: Skipping item 10714244 url https://www.openlane.eu/en/carv6/auction/10714244
2026-03-26 04:19:41 [adesa.be] INFO: Found listing with ID: 10714245
2026-03-26 04:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714245%27 HTTP/1.1" 200 None
2026-03-26 04:19:41 [adesa.be] INFO: Scrape type for 10714245: 0
2026-03-26 04:19:41 [adesa.be] INFO: Skipping item 10714245 url https://www.openlane.eu/en/carv6/auction/10714245
2026-03-26 04:19:41 [adesa.be] INFO: Found listing with ID: 10714246
2026-03-26 04:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714246%27 HTTP/1.1" 200 None
2026-03-26 04:19:41 [adesa.be] INFO: Scrape type for 10714246: 0
2026-03-26 04:19:41 [adesa.be] INFO: Skipping item 10714246 url https://www.openlane.eu/en/carv6/auction/10714246
2026-03-26 04:19:41 [adesa.be] INFO: Found listing with ID: 10714247
2026-03-26 04:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714247%27 HTTP/1.1" 200 None
2026-03-26 04:19:41 [adesa.be] INFO: Scrape type for 10714247: 0
2026-03-26 04:19:41 [adesa.be] INFO: Skipping item 10714247 url https://www.openlane.eu/en/carv6/auction/10714247
2026-03-26 04:19:41 [adesa.be] INFO: Found listing with ID: 10716075
2026-03-26 04:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716075%27 HTTP/1.1" 200 None
2026-03-26 04:19:41 [adesa.be] INFO: Scrape type for 10716075: 0
2026-03-26 04:19:41 [adesa.be] INFO: Skipping item 10716075 url https://www.openlane.eu/en/carv6/auction/10716075
2026-03-26 04:19:41 [adesa.be] INFO: Found listing with ID: 10714248
2026-03-26 04:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714248%27 HTTP/1.1" 200 None
2026-03-26 04:19:41 [adesa.be] INFO: Scrape type for 10714248: 0
2026-03-26 04:19:41 [adesa.be] INFO: Skipping item 10714248 url https://www.openlane.eu/en/carv6/auction/10714248
2026-03-26 04:19:41 [adesa.be] INFO: Found listing with ID: 10716077
2026-03-26 04:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716077%27 HTTP/1.1" 200 None
2026-03-26 04:19:41 [adesa.be] INFO: Scrape type for 10716077: 0
2026-03-26 04:19:41 [adesa.be] INFO: Skipping item 10716077 url https://www.openlane.eu/en/carv6/auction/10716077
2026-03-26 04:19:41 [adesa.be] INFO: Found listing with ID: 10716111
2026-03-26 04:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716111%27 HTTP/1.1" 200 None
2026-03-26 04:19:41 [adesa.be] INFO: Scrape type for 10716111: 0
2026-03-26 04:19:41 [adesa.be] INFO: Skipping item 10716111 url https://www.openlane.eu/en/carv6/auction/10716111
2026-03-26 04:19:41 [adesa.be] INFO: Found listing with ID: 10716117
2026-03-26 04:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716117%27 HTTP/1.1" 200 None
2026-03-26 04:19:41 [adesa.be] INFO: Scrape type for 10716117: 0
2026-03-26 04:19:41 [adesa.be] INFO: Skipping item 10716117 url https://www.openlane.eu/en/carv6/auction/10716117
2026-03-26 04:19:41 [adesa.be] INFO: Found listing with ID: 10714251
2026-03-26 04:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714251%27 HTTP/1.1" 200 None
2026-03-26 04:19:41 [adesa.be] INFO: Scrape type for 10714251: 0
2026-03-26 04:19:41 [adesa.be] INFO: Skipping item 10714251 url https://www.openlane.eu/en/carv6/auction/10714251
2026-03-26 04:19:41 [adesa.be] INFO: Found listing with ID: 10714252
2026-03-26 04:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714252%27 HTTP/1.1" 200 None
2026-03-26 04:19:41 [adesa.be] INFO: Scrape type for 10714252: 0
2026-03-26 04:19:41 [adesa.be] INFO: Skipping item 10714252 url https://www.openlane.eu/en/carv6/auction/10714252
2026-03-26 04:19:41 [adesa.be] INFO: Found listing with ID: 10714254
2026-03-26 04:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714254%27 HTTP/1.1" 200 None
2026-03-26 04:19:41 [adesa.be] INFO: Scrape type for 10714254: 0
2026-03-26 04:19:41 [adesa.be] INFO: Skipping item 10714254 url https://www.openlane.eu/en/carv6/auction/10714254
2026-03-26 04:19:41 [adesa.be] INFO: Found listing with ID: 10716132
2026-03-26 04:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716132%27 HTTP/1.1" 200 None
2026-03-26 04:19:41 [adesa.be] INFO: Scrape type for 10716132: 0
2026-03-26 04:19:41 [adesa.be] INFO: Skipping item 10716132 url https://www.openlane.eu/en/carv6/auction/10716132
2026-03-26 04:19:41 [adesa.be] INFO: Found listing with ID: 10714259
2026-03-26 04:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714259%27 HTTP/1.1" 200 None
2026-03-26 04:19:41 [adesa.be] INFO: Scrape type for 10714259: 0
2026-03-26 04:19:41 [adesa.be] INFO: Skipping item 10714259 url https://www.openlane.eu/en/carv6/auction/10714259
2026-03-26 04:19:41 [adesa.be] INFO: Found listing with ID: 10714258
2026-03-26 04:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714258%27 HTTP/1.1" 200 None
2026-03-26 04:19:41 [adesa.be] INFO: Scrape type for 10714258: 0
2026-03-26 04:19:41 [adesa.be] INFO: Skipping item 10714258 url https://www.openlane.eu/en/carv6/auction/10714258
2026-03-26 04:19:41 [adesa.be] INFO: Found listing with ID: 10716134
2026-03-26 04:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716134%27 HTTP/1.1" 200 None
2026-03-26 04:19:41 [adesa.be] INFO: Scrape type for 10716134: 0
2026-03-26 04:19:41 [adesa.be] INFO: Skipping item 10716134 url https://www.openlane.eu/en/carv6/auction/10716134
2026-03-26 04:19:41 [adesa.be] INFO: Found listing with ID: 10716113
2026-03-26 04:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716113%27 HTTP/1.1" 200 None
2026-03-26 04:19:41 [adesa.be] INFO: Scrape type for 10716113: 0
2026-03-26 04:19:41 [adesa.be] INFO: Skipping item 10716113 url https://www.openlane.eu/en/carv6/auction/10716113
2026-03-26 04:19:41 [adesa.be] INFO: Found listing with ID: 10714261
2026-03-26 04:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714261%27 HTTP/1.1" 200 None
2026-03-26 04:19:41 [adesa.be] INFO: Scrape type for 10714261: 0
2026-03-26 04:19:41 [adesa.be] INFO: Skipping item 10714261 url https://www.openlane.eu/en/carv6/auction/10714261
2026-03-26 04:19:41 [adesa.be] INFO: Found listing with ID: 10714262
2026-03-26 04:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714262%27 HTTP/1.1" 200 None
2026-03-26 04:19:41 [adesa.be] INFO: Scrape type for 10714262: 0
2026-03-26 04:19:41 [adesa.be] INFO: Skipping item 10714262 url https://www.openlane.eu/en/carv6/auction/10714262
2026-03-26 04:19:41 [adesa.be] INFO: Found listing with ID: 10714276
2026-03-26 04:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714276%27 HTTP/1.1" 200 None
2026-03-26 04:19:41 [adesa.be] INFO: Scrape type for 10714276: 0
2026-03-26 04:19:41 [adesa.be] INFO: Skipping item 10714276 url https://www.openlane.eu/en/carv6/auction/10714276
2026-03-26 04:19:41 [adesa.be] INFO: Found listing with ID: 10714370
2026-03-26 04:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714370%27 HTTP/1.1" 200 None
2026-03-26 04:19:41 [adesa.be] INFO: Scrape type for 10714370: 0
2026-03-26 04:19:41 [adesa.be] INFO: Skipping item 10714370 url https://www.openlane.eu/en/carv6/auction/10714370
2026-03-26 04:19:41 [adesa.be] INFO: Found listing with ID: 10714263
2026-03-26 04:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714263%27 HTTP/1.1" 200 None
2026-03-26 04:19:41 [adesa.be] INFO: Scrape type for 10714263: 0
2026-03-26 04:19:41 [adesa.be] INFO: Skipping item 10714263 url https://www.openlane.eu/en/carv6/auction/10714263
2026-03-26 04:19:41 [adesa.be] INFO: Found listing with ID: 10714266
2026-03-26 04:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714266%27 HTTP/1.1" 200 None
2026-03-26 04:19:41 [adesa.be] INFO: Scrape type for 10714266: 0
2026-03-26 04:19:41 [adesa.be] INFO: Skipping item 10714266 url https://www.openlane.eu/en/carv6/auction/10714266
2026-03-26 04:19:41 [adesa.be] INFO: Found listing with ID: 10714265
2026-03-26 04:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714265%27 HTTP/1.1" 200 None
2026-03-26 04:19:41 [adesa.be] INFO: Scrape type for 10714265: 0
2026-03-26 04:19:41 [adesa.be] INFO: Skipping item 10714265 url https://www.openlane.eu/en/carv6/auction/10714265
2026-03-26 04:19:41 [adesa.be] INFO: Found listing with ID: 10714268
2026-03-26 04:19:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714268%27 HTTP/1.1" 200 None
2026-03-26 04:19:41 [adesa.be] INFO: Scrape type for 10714268: 0
2026-03-26 04:19:42 [adesa.be] INFO: Skipping item 10714268 url https://www.openlane.eu/en/carv6/auction/10714268
2026-03-26 04:19:42 [adesa.be] INFO: Found listing with ID: 10714269
2026-03-26 04:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714269%27 HTTP/1.1" 200 None
2026-03-26 04:19:42 [adesa.be] INFO: Scrape type for 10714269: 0
2026-03-26 04:19:42 [adesa.be] INFO: Skipping item 10714269 url https://www.openlane.eu/en/carv6/auction/10714269
2026-03-26 04:19:42 [adesa.be] INFO: Found listing with ID: 10714271
2026-03-26 04:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714271%27 HTTP/1.1" 200 None
2026-03-26 04:19:42 [adesa.be] INFO: Scrape type for 10714271: 0
2026-03-26 04:19:42 [adesa.be] INFO: Skipping item 10714271 url https://www.openlane.eu/en/carv6/auction/10714271
2026-03-26 04:19:42 [adesa.be] INFO: Found listing with ID: 10714275
2026-03-26 04:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714275%27 HTTP/1.1" 200 None
2026-03-26 04:19:42 [adesa.be] INFO: Scrape type for 10714275: 0
2026-03-26 04:19:42 [adesa.be] INFO: Skipping item 10714275 url https://www.openlane.eu/en/carv6/auction/10714275
2026-03-26 04:19:42 [adesa.be] INFO: Found listing with ID: 10714376
2026-03-26 04:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714376%27 HTTP/1.1" 200 None
2026-03-26 04:19:42 [adesa.be] INFO: Scrape type for 10714376: 0
2026-03-26 04:19:42 [adesa.be] INFO: Skipping item 10714376 url https://www.openlane.eu/en/carv6/auction/10714376
2026-03-26 04:19:42 [adesa.be] INFO: Found listing with ID: 10716137
2026-03-26 04:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716137%27 HTTP/1.1" 200 None
2026-03-26 04:19:42 [adesa.be] INFO: Scrape type for 10716137: 0
2026-03-26 04:19:42 [adesa.be] INFO: Skipping item 10716137 url https://www.openlane.eu/en/carv6/auction/10716137
2026-03-26 04:19:42 [adesa.be] INFO: Found listing with ID: 10716122
2026-03-26 04:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716122%27 HTTP/1.1" 200 None
2026-03-26 04:19:42 [adesa.be] INFO: Scrape type for 10716122: 0
2026-03-26 04:19:42 [adesa.be] INFO: Skipping item 10716122 url https://www.openlane.eu/en/carv6/auction/10716122
2026-03-26 04:19:42 [adesa.be] INFO: Found listing with ID: 10714568
2026-03-26 04:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714568%27 HTTP/1.1" 200 None
2026-03-26 04:19:42 [adesa.be] INFO: Scrape type for 10714568: 0
2026-03-26 04:19:42 [adesa.be] INFO: Skipping item 10714568 url https://www.openlane.eu/en/carv6/auction/10714568
2026-03-26 04:19:42 [adesa.be] INFO: Found listing with ID: 10714567
2026-03-26 04:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714567%27 HTTP/1.1" 200 None
2026-03-26 04:19:42 [adesa.be] INFO: Scrape type for 10714567: 0
2026-03-26 04:19:42 [adesa.be] INFO: Skipping item 10714567 url https://www.openlane.eu/en/carv6/auction/10714567
2026-03-26 04:19:42 [adesa.be] INFO: Found listing with ID: 10714570
2026-03-26 04:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714570%27 HTTP/1.1" 200 None
2026-03-26 04:19:42 [adesa.be] INFO: Scrape type for 10714570: 0
2026-03-26 04:19:42 [adesa.be] INFO: Skipping item 10714570 url https://www.openlane.eu/en/carv6/auction/10714570
2026-03-26 04:19:42 [adesa.be] INFO: Found listing with ID: 10714569
2026-03-26 04:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714569%27 HTTP/1.1" 200 None
2026-03-26 04:19:42 [adesa.be] INFO: Scrape type for 10714569: 0
2026-03-26 04:19:42 [adesa.be] INFO: Skipping item 10714569 url https://www.openlane.eu/en/carv6/auction/10714569
2026-03-26 04:19:42 [adesa.be] INFO: Found listing with ID: 10716097
2026-03-26 04:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716097%27 HTTP/1.1" 200 None
2026-03-26 04:19:42 [adesa.be] INFO: Scrape type for 10716097: 0
2026-03-26 04:19:42 [adesa.be] INFO: Skipping item 10716097 url https://www.openlane.eu/en/carv6/auction/10716097
2026-03-26 04:19:42 [adesa.be] INFO: Found listing with ID: 10716127
2026-03-26 04:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716127%27 HTTP/1.1" 200 None
2026-03-26 04:19:42 [adesa.be] INFO: Scrape type for 10716127: 0
2026-03-26 04:19:42 [adesa.be] INFO: Skipping item 10716127 url https://www.openlane.eu/en/carv6/auction/10716127
2026-03-26 04:19:42 [adesa.be] INFO: Found listing with ID: 10714571
2026-03-26 04:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714571%27 HTTP/1.1" 200 None
2026-03-26 04:19:42 [adesa.be] INFO: Scrape type for 10714571: 0
2026-03-26 04:19:42 [adesa.be] INFO: Skipping item 10714571 url https://www.openlane.eu/en/carv6/auction/10714571
2026-03-26 04:19:42 [adesa.be] INFO: Found listing with ID: 10716105
2026-03-26 04:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716105%27 HTTP/1.1" 200 None
2026-03-26 04:19:42 [adesa.be] INFO: Scrape type for 10716105: 0
2026-03-26 04:19:42 [adesa.be] INFO: Skipping item 10716105 url https://www.openlane.eu/en/carv6/auction/10716105
2026-03-26 04:19:42 [adesa.be] INFO: Found listing with ID: 10716078
2026-03-26 04:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716078%27 HTTP/1.1" 200 None
2026-03-26 04:19:42 [adesa.be] INFO: Scrape type for 10716078: 0
2026-03-26 04:19:42 [adesa.be] INFO: Skipping item 10716078 url https://www.openlane.eu/en/carv6/auction/10716078
2026-03-26 04:19:42 [adesa.be] INFO: Found listing with ID: 10716079
2026-03-26 04:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716079%27 HTTP/1.1" 200 None
2026-03-26 04:19:42 [adesa.be] INFO: Scrape type for 10716079: 0
2026-03-26 04:19:42 [adesa.be] INFO: Skipping item 10716079 url https://www.openlane.eu/en/carv6/auction/10716079
2026-03-26 04:19:42 [adesa.be] INFO: Found listing with ID: 10716083
2026-03-26 04:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716083%27 HTTP/1.1" 200 None
2026-03-26 04:19:42 [adesa.be] INFO: Scrape type for 10716083: 0
2026-03-26 04:19:42 [adesa.be] INFO: Skipping item 10716083 url https://www.openlane.eu/en/carv6/auction/10716083
2026-03-26 04:19:42 [adesa.be] INFO: Found listing with ID: 10716090
2026-03-26 04:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716090%27 HTTP/1.1" 200 None
2026-03-26 04:19:42 [adesa.be] INFO: Scrape type for 10716090: 0
2026-03-26 04:19:42 [adesa.be] INFO: Skipping item 10716090 url https://www.openlane.eu/en/carv6/auction/10716090
2026-03-26 04:19:42 [adesa.be] INFO: Found listing with ID: 10716118
2026-03-26 04:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716118%27 HTTP/1.1" 200 None
2026-03-26 04:19:42 [adesa.be] INFO: Scrape type for 10716118: 0
2026-03-26 04:19:42 [adesa.be] INFO: Skipping item 10716118 url https://www.openlane.eu/en/carv6/auction/10716118
2026-03-26 04:19:42 [adesa.be] INFO: Found listing with ID: 10716112
2026-03-26 04:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716112%27 HTTP/1.1" 200 None
2026-03-26 04:19:42 [adesa.be] INFO: Scrape type for 10716112: 0
2026-03-26 04:19:42 [adesa.be] INFO: Skipping item 10716112 url https://www.openlane.eu/en/carv6/auction/10716112
2026-03-26 04:19:42 [adesa.be] INFO: Found listing with ID: 10716128
2026-03-26 04:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716128%27 HTTP/1.1" 200 None
2026-03-26 04:19:42 [adesa.be] INFO: Scrape type for 10716128: 0
2026-03-26 04:19:42 [adesa.be] INFO: Skipping item 10716128 url https://www.openlane.eu/en/carv6/auction/10716128
2026-03-26 04:19:42 [adesa.be] INFO: Found listing with ID: 10716119
2026-03-26 04:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716119%27 HTTP/1.1" 200 None
2026-03-26 04:19:42 [adesa.be] INFO: Scrape type for 10716119: 0
2026-03-26 04:19:42 [adesa.be] INFO: Skipping item 10716119 url https://www.openlane.eu/en/carv6/auction/10716119
2026-03-26 04:19:42 [adesa.be] INFO: Found listing with ID: 10716091
2026-03-26 04:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716091%27 HTTP/1.1" 200 None
2026-03-26 04:19:42 [adesa.be] INFO: Scrape type for 10716091: 0
2026-03-26 04:19:42 [adesa.be] INFO: Skipping item 10716091 url https://www.openlane.eu/en/carv6/auction/10716091
2026-03-26 04:19:42 [adesa.be] INFO: Found listing with ID: 10716085
2026-03-26 04:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716085%27 HTTP/1.1" 200 None
2026-03-26 04:19:42 [adesa.be] INFO: Scrape type for 10716085: 0
2026-03-26 04:19:42 [adesa.be] INFO: Skipping item 10716085 url https://www.openlane.eu/en/carv6/auction/10716085
2026-03-26 04:19:42 [adesa.be] INFO: Found listing with ID: 10716093
2026-03-26 04:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716093%27 HTTP/1.1" 200 None
2026-03-26 04:19:42 [adesa.be] INFO: Scrape type for 10716093: 0
2026-03-26 04:19:42 [adesa.be] INFO: Skipping item 10716093 url https://www.openlane.eu/en/carv6/auction/10716093
2026-03-26 04:19:42 [adesa.be] INFO: Found listing with ID: 10716135
2026-03-26 04:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716135%27 HTTP/1.1" 200 None
2026-03-26 04:19:42 [adesa.be] INFO: Scrape type for 10716135: 0
2026-03-26 04:19:42 [adesa.be] INFO: Skipping item 10716135 url https://www.openlane.eu/en/carv6/auction/10716135
2026-03-26 04:19:42 [adesa.be] INFO: Found listing with ID: 10714574
2026-03-26 04:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714574%27 HTTP/1.1" 200 None
2026-03-26 04:19:42 [adesa.be] INFO: Scrape type for 10714574: 0
2026-03-26 04:19:42 [adesa.be] INFO: Skipping item 10714574 url https://www.openlane.eu/en/carv6/auction/10714574
2026-03-26 04:19:42 [adesa.be] INFO: Found listing with ID: 10714575
2026-03-26 04:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714575%27 HTTP/1.1" 200 None
2026-03-26 04:19:42 [adesa.be] INFO: Scrape type for 10714575: 0
2026-03-26 04:19:42 [adesa.be] INFO: Skipping item 10714575 url https://www.openlane.eu/en/carv6/auction/10714575
2026-03-26 04:19:42 [adesa.be] INFO: Found listing with ID: 10714577
2026-03-26 04:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714577%27 HTTP/1.1" 200 None
2026-03-26 04:19:42 [adesa.be] INFO: Scrape type for 10714577: 0
2026-03-26 04:19:42 [adesa.be] INFO: Skipping item 10714577 url https://www.openlane.eu/en/carv6/auction/10714577
2026-03-26 04:19:42 [adesa.be] INFO: Found listing with ID: 10716103
2026-03-26 04:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716103%27 HTTP/1.1" 200 None
2026-03-26 04:19:42 [adesa.be] INFO: Scrape type for 10716103: 0
2026-03-26 04:19:42 [adesa.be] INFO: Skipping item 10716103 url https://www.openlane.eu/en/carv6/auction/10716103
2026-03-26 04:19:42 [adesa.be] INFO: Found listing with ID: 10714578
2026-03-26 04:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714578%27 HTTP/1.1" 200 None
2026-03-26 04:19:42 [adesa.be] INFO: Scrape type for 10714578: 0
2026-03-26 04:19:42 [adesa.be] INFO: Skipping item 10714578 url https://www.openlane.eu/en/carv6/auction/10714578
2026-03-26 04:19:42 [adesa.be] INFO: Found listing with ID: 10714579
2026-03-26 04:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714579%27 HTTP/1.1" 200 None
2026-03-26 04:19:42 [adesa.be] INFO: Scrape type for 10714579: 0
2026-03-26 04:19:42 [adesa.be] INFO: Skipping item 10714579 url https://www.openlane.eu/en/carv6/auction/10714579
2026-03-26 04:19:42 [adesa.be] INFO: Found listing with ID: 10714581
2026-03-26 04:19:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714581%27 HTTP/1.1" 200 None
2026-03-26 04:19:42 [adesa.be] INFO: Scrape type for 10714581: 0
2026-03-26 04:19:42 [adesa.be] INFO: Skipping item 10714581 url https://www.openlane.eu/en/carv6/auction/10714581
2026-03-26 04: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-26 04:19:46 [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-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10714580
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714580%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10714580: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10714580 url https://www.openlane.eu/en/carv6/auction/10714580
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10716116
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716116%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10716116: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10716116 url https://www.openlane.eu/en/carv6/auction/10716116
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10716098
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716098%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10716098: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10716098 url https://www.openlane.eu/en/carv6/auction/10716098
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10716099
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716099%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10716099: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10716099 url https://www.openlane.eu/en/carv6/auction/10716099
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10716096
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716096%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10716096: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10716096 url https://www.openlane.eu/en/carv6/auction/10716096
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10714582
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714582%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10714582: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10714582 url https://www.openlane.eu/en/carv6/auction/10714582
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10714583
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714583%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10714583: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10714583 url https://www.openlane.eu/en/carv6/auction/10714583
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10714584
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714584%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10714584: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10714584 url https://www.openlane.eu/en/carv6/auction/10714584
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10714585
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714585%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10714585: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10714585 url https://www.openlane.eu/en/carv6/auction/10714585
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10714669
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714669%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10714669: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10714669 url https://www.openlane.eu/en/carv6/auction/10714669
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10714666
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714666%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10714666: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10714666 url https://www.openlane.eu/en/carv6/auction/10714666
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10716101
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716101%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10716101: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10716101 url https://www.openlane.eu/en/carv6/auction/10716101
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10716095
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716095%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10716095: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10716095 url https://www.openlane.eu/en/carv6/auction/10716095
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10716123
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716123%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10716123: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10716123 url https://www.openlane.eu/en/carv6/auction/10716123
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10716120
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716120%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10716120: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10716120 url https://www.openlane.eu/en/carv6/auction/10716120
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10716081
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716081%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10716081: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10716081 url https://www.openlane.eu/en/carv6/auction/10716081
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10716087
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716087%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10716087: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10716087 url https://www.openlane.eu/en/carv6/auction/10716087
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10716084
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716084%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10716084: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10716084 url https://www.openlane.eu/en/carv6/auction/10716084
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10716124
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716124%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10716124: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10716124 url https://www.openlane.eu/en/carv6/auction/10716124
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10716107
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716107%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10716107: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10716107 url https://www.openlane.eu/en/carv6/auction/10716107
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10716125
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716125%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10716125: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10716125 url https://www.openlane.eu/en/carv6/auction/10716125
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10716109
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716109%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10716109: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10716109 url https://www.openlane.eu/en/carv6/auction/10716109
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10714674
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714674%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10714674: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10714674 url https://www.openlane.eu/en/carv6/auction/10714674
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10714588
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714588%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10714588: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10714588 url https://www.openlane.eu/en/carv6/auction/10714588
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10714671
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714671%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10714671: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10714671 url https://www.openlane.eu/en/carv6/auction/10714671
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10716121
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716121%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10716121: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10716121 url https://www.openlane.eu/en/carv6/auction/10716121
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10714678
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714678%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10714678: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10714678 url https://www.openlane.eu/en/carv6/auction/10714678
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10714681
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714681%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10714681: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10714681 url https://www.openlane.eu/en/carv6/auction/10714681
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10714683
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714683%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10714683: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10714683 url https://www.openlane.eu/en/carv6/auction/10714683
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10714676
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714676%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10714676: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10714676 url https://www.openlane.eu/en/carv6/auction/10714676
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10714684
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714684%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10714684: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10714684 url https://www.openlane.eu/en/carv6/auction/10714684
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10716086
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716086%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10716086: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10716086 url https://www.openlane.eu/en/carv6/auction/10716086
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10716130
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716130%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10716130: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10716130 url https://www.openlane.eu/en/carv6/auction/10716130
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10716139
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716139%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10716139: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10716139 url https://www.openlane.eu/en/carv6/auction/10716139
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10716138
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716138%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10716138: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10716138 url https://www.openlane.eu/en/carv6/auction/10716138
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10716089
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716089%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10716089: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10716089 url https://www.openlane.eu/en/carv6/auction/10716089
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10716140
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716140%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10716140: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10716140 url https://www.openlane.eu/en/carv6/auction/10716140
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10714688
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714688%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10714688: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10714688 url https://www.openlane.eu/en/carv6/auction/10714688
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10714686
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714686%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10714686: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10714686 url https://www.openlane.eu/en/carv6/auction/10714686
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10714701
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714701%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10714701: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10714701 url https://www.openlane.eu/en/carv6/auction/10714701
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10714699
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714699%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10714699: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10714699 url https://www.openlane.eu/en/carv6/auction/10714699
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10714696
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714696%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10714696: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10714696 url https://www.openlane.eu/en/carv6/auction/10714696
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10716100
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716100%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10716100: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10716100 url https://www.openlane.eu/en/carv6/auction/10716100
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10714694
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714694%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10714694: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10714694 url https://www.openlane.eu/en/carv6/auction/10714694
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10714959
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714959%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10714959: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10714959 url https://www.openlane.eu/en/carv6/auction/10714959
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10716133
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716133%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10716133: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10716133 url https://www.openlane.eu/en/carv6/auction/10716133
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10714964
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714964%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10714964: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10714964 url https://www.openlane.eu/en/carv6/auction/10714964
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10714961
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714961%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10714961: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10714961 url https://www.openlane.eu/en/carv6/auction/10714961
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10716136
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716136%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10716136: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10716136 url https://www.openlane.eu/en/carv6/auction/10716136
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10714966
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714966%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10714966: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10714966 url https://www.openlane.eu/en/carv6/auction/10714966
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10714968
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714968%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10714968: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10714968 url https://www.openlane.eu/en/carv6/auction/10714968
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10714970
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714970%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10714970: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10714970 url https://www.openlane.eu/en/carv6/auction/10714970
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10716074
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716074%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10716074: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10716074 url https://www.openlane.eu/en/carv6/auction/10716074
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10716088
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716088%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10716088: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10716088 url https://www.openlane.eu/en/carv6/auction/10716088
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10716082
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716082%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10716082: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10716082 url https://www.openlane.eu/en/carv6/auction/10716082
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10714972
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714972%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10714972: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10714972 url https://www.openlane.eu/en/carv6/auction/10714972
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10714974
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714974%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10714974: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10714974 url https://www.openlane.eu/en/carv6/auction/10714974
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10714976
2026-03-26 04:19:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714976%27 HTTP/1.1" 200 None
2026-03-26 04:19:47 [adesa.be] INFO: Scrape type for 10714976: 0
2026-03-26 04:19:47 [adesa.be] INFO: Skipping item 10714976 url https://www.openlane.eu/en/carv6/auction/10714976
2026-03-26 04:19:47 [adesa.be] INFO: Found listing with ID: 10714979
2026-03-26 04:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710714979%27 HTTP/1.1" 200 None
2026-03-26 04:19:48 [adesa.be] INFO: Scrape type for 10714979: 0
2026-03-26 04:19:48 [adesa.be] INFO: Skipping item 10714979 url https://www.openlane.eu/en/carv6/auction/10714979
2026-03-26 04:19:48 [adesa.be] INFO: Found listing with ID: 10716131
2026-03-26 04:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716131%27 HTTP/1.1" 200 None
2026-03-26 04:19:48 [adesa.be] INFO: Scrape type for 10716131: 0
2026-03-26 04:19:48 [adesa.be] INFO: Skipping item 10716131 url https://www.openlane.eu/en/carv6/auction/10716131
2026-03-26 04:19:48 [adesa.be] INFO: Found listing with ID: 10719286
2026-03-26 04:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719286%27 HTTP/1.1" 200 None
2026-03-26 04:19:48 [adesa.be] INFO: Scrape type for 10719286: 0
2026-03-26 04:19:48 [adesa.be] INFO: Skipping item 10719286 url https://www.openlane.eu/en/carv6/auction/10719286
2026-03-26 04:19:48 [adesa.be] INFO: Found listing with ID: 10723908
2026-03-26 04:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723908%27 HTTP/1.1" 200 None
2026-03-26 04:19:48 [adesa.be] INFO: Scrape type for 10723908: 0
2026-03-26 04:19:48 [adesa.be] INFO: Skipping item 10723908 url https://www.openlane.eu/en/carv6/auction/10723908
2026-03-26 04:19:48 [adesa.be] INFO: Found listing with ID: 10723919
2026-03-26 04:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723919%27 HTTP/1.1" 200 None
2026-03-26 04:19:48 [adesa.be] INFO: Scrape type for 10723919: 0
2026-03-26 04:19:48 [adesa.be] INFO: Skipping item 10723919 url https://www.openlane.eu/en/carv6/auction/10723919
2026-03-26 04:19:48 [adesa.be] INFO: Found listing with ID: 10723874
2026-03-26 04:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723874%27 HTTP/1.1" 200 None
2026-03-26 04:19:48 [adesa.be] INFO: Scrape type for 10723874: 0
2026-03-26 04:19:48 [adesa.be] INFO: Skipping item 10723874 url https://www.openlane.eu/en/carv6/auction/10723874
2026-03-26 04:19:48 [adesa.be] INFO: Found listing with ID: 10723883
2026-03-26 04:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723883%27 HTTP/1.1" 200 None
2026-03-26 04:19:48 [adesa.be] INFO: Scrape type for 10723883: 0
2026-03-26 04:19:48 [adesa.be] INFO: Skipping item 10723883 url https://www.openlane.eu/en/carv6/auction/10723883
2026-03-26 04:19:48 [adesa.be] INFO: Found listing with ID: 10723892
2026-03-26 04:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723892%27 HTTP/1.1" 200 None
2026-03-26 04:19:48 [adesa.be] INFO: Scrape type for 10723892: 0
2026-03-26 04:19:48 [adesa.be] INFO: Skipping item 10723892 url https://www.openlane.eu/en/carv6/auction/10723892
2026-03-26 04:19:48 [adesa.be] INFO: Found listing with ID: 10726297
2026-03-26 04:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726297%27 HTTP/1.1" 200 None
2026-03-26 04:19:48 [adesa.be] INFO: Scrape type for 10726297: 0
2026-03-26 04:19:48 [adesa.be] INFO: Skipping item 10726297 url https://www.openlane.eu/en/carv6/auction/10726297
2026-03-26 04:19:48 [adesa.be] INFO: Found listing with ID: 10723884
2026-03-26 04:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723884%27 HTTP/1.1" 200 None
2026-03-26 04:19:48 [adesa.be] INFO: Scrape type for 10723884: 0
2026-03-26 04:19:48 [adesa.be] INFO: Skipping item 10723884 url https://www.openlane.eu/en/carv6/auction/10723884
2026-03-26 04:19:48 [adesa.be] INFO: Found listing with ID: 10726307
2026-03-26 04:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726307%27 HTTP/1.1" 200 None
2026-03-26 04:19:48 [adesa.be] INFO: Scrape type for 10726307: 0
2026-03-26 04:19:48 [adesa.be] INFO: Skipping item 10726307 url https://www.openlane.eu/en/carv6/auction/10726307
2026-03-26 04:19:48 [adesa.be] INFO: Found listing with ID: 10726306
2026-03-26 04:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726306%27 HTTP/1.1" 200 None
2026-03-26 04:19:48 [adesa.be] INFO: Scrape type for 10726306: 0
2026-03-26 04:19:48 [adesa.be] INFO: Skipping item 10726306 url https://www.openlane.eu/en/carv6/auction/10726306
2026-03-26 04:19:48 [adesa.be] INFO: Found listing with ID: 10723889
2026-03-26 04:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723889%27 HTTP/1.1" 200 None
2026-03-26 04:19:48 [adesa.be] INFO: Scrape type for 10723889: 0
2026-03-26 04:19:48 [adesa.be] INFO: Skipping item 10723889 url https://www.openlane.eu/en/carv6/auction/10723889
2026-03-26 04:19:48 [adesa.be] INFO: Found listing with ID: 10725690
2026-03-26 04:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725690%27 HTTP/1.1" 200 None
2026-03-26 04:19:48 [adesa.be] INFO: Scrape type for 10725690: 0
2026-03-26 04:19:48 [adesa.be] INFO: Skipping item 10725690 url https://www.openlane.eu/en/carv6/auction/10725690
2026-03-26 04:19:48 [adesa.be] INFO: Found listing with ID: 10723890
2026-03-26 04:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723890%27 HTTP/1.1" 200 None
2026-03-26 04:19:48 [adesa.be] INFO: Scrape type for 10723890: 0
2026-03-26 04:19:48 [adesa.be] INFO: Skipping item 10723890 url https://www.openlane.eu/en/carv6/auction/10723890
2026-03-26 04:19:48 [adesa.be] INFO: Found listing with ID: 10725725
2026-03-26 04:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710725725%27 HTTP/1.1" 200 None
2026-03-26 04:19:48 [adesa.be] INFO: Scrape type for 10725725: 0
2026-03-26 04:19:48 [adesa.be] INFO: Skipping item 10725725 url https://www.openlane.eu/en/carv6/auction/10725725
2026-03-26 04:19:48 [adesa.be] INFO: Found listing with ID: 10723873
2026-03-26 04:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723873%27 HTTP/1.1" 200 None
2026-03-26 04:19:48 [adesa.be] INFO: Scrape type for 10723873: 0
2026-03-26 04:19:48 [adesa.be] INFO: Skipping item 10723873 url https://www.openlane.eu/en/carv6/auction/10723873
2026-03-26 04:19:48 [adesa.be] INFO: Found listing with ID: 10723894
2026-03-26 04:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723894%27 HTTP/1.1" 200 None
2026-03-26 04:19:48 [adesa.be] INFO: Scrape type for 10723894: 0
2026-03-26 04:19:48 [adesa.be] INFO: Skipping item 10723894 url https://www.openlane.eu/en/carv6/auction/10723894
2026-03-26 04:19:48 [adesa.be] INFO: Found listing with ID: 10723912
2026-03-26 04:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723912%27 HTTP/1.1" 200 None
2026-03-26 04:19:48 [adesa.be] INFO: Scrape type for 10723912: 0
2026-03-26 04:19:48 [adesa.be] INFO: Skipping item 10723912 url https://www.openlane.eu/en/carv6/auction/10723912
2026-03-26 04:19:48 [adesa.be] INFO: Found listing with ID: 10716652
2026-03-26 04:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716652%27 HTTP/1.1" 200 None
2026-03-26 04:19:48 [adesa.be] INFO: Scrape type for 10716652: 0
2026-03-26 04:19:48 [adesa.be] INFO: Skipping item 10716652 url https://www.openlane.eu/en/carv6/auction/10716652
2026-03-26 04:19:48 [adesa.be] INFO: Found listing with ID: 10723902
2026-03-26 04:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723902%27 HTTP/1.1" 200 None
2026-03-26 04:19:48 [adesa.be] INFO: Scrape type for 10723902: 0
2026-03-26 04:19:48 [adesa.be] INFO: Skipping item 10723902 url https://www.openlane.eu/en/carv6/auction/10723902
2026-03-26 04:19:48 [adesa.be] INFO: Found listing with ID: 10723900
2026-03-26 04:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723900%27 HTTP/1.1" 200 None
2026-03-26 04:19:48 [adesa.be] INFO: Scrape type for 10723900: 0
2026-03-26 04:19:48 [adesa.be] INFO: Skipping item 10723900 url https://www.openlane.eu/en/carv6/auction/10723900
2026-03-26 04:19:48 [adesa.be] INFO: Found listing with ID: 10723905
2026-03-26 04:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723905%27 HTTP/1.1" 200 None
2026-03-26 04:19:48 [adesa.be] INFO: Scrape type for 10723905: 0
2026-03-26 04:19:48 [adesa.be] INFO: Skipping item 10723905 url https://www.openlane.eu/en/carv6/auction/10723905
2026-03-26 04:19:48 [adesa.be] INFO: Found listing with ID: 10723880
2026-03-26 04:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723880%27 HTTP/1.1" 200 None
2026-03-26 04:19:48 [adesa.be] INFO: Scrape type for 10723880: 0
2026-03-26 04:19:48 [adesa.be] INFO: Skipping item 10723880 url https://www.openlane.eu/en/carv6/auction/10723880
2026-03-26 04:19:48 [adesa.be] INFO: Found listing with ID: 10723895
2026-03-26 04:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723895%27 HTTP/1.1" 200 None
2026-03-26 04:19:48 [adesa.be] INFO: Scrape type for 10723895: 0
2026-03-26 04:19:48 [adesa.be] INFO: Skipping item 10723895 url https://www.openlane.eu/en/carv6/auction/10723895
2026-03-26 04:19:48 [adesa.be] INFO: Found listing with ID: 10723913
2026-03-26 04:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723913%27 HTTP/1.1" 200 None
2026-03-26 04:19:48 [adesa.be] INFO: Scrape type for 10723913: 0
2026-03-26 04:19:48 [adesa.be] INFO: Skipping item 10723913 url https://www.openlane.eu/en/carv6/auction/10723913
2026-03-26 04:19:48 [adesa.be] INFO: Found listing with ID: 10723904
2026-03-26 04:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723904%27 HTTP/1.1" 200 None
2026-03-26 04:19:48 [adesa.be] INFO: Scrape type for 10723904: 0
2026-03-26 04:19:48 [adesa.be] INFO: Skipping item 10723904 url https://www.openlane.eu/en/carv6/auction/10723904
2026-03-26 04:19:48 [adesa.be] INFO: Found listing with ID: 10726296
2026-03-26 04:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710726296%27 HTTP/1.1" 200 None
2026-03-26 04:19:48 [adesa.be] INFO: Scrape type for 10726296: 0
2026-03-26 04:19:48 [adesa.be] INFO: Skipping item 10726296 url https://www.openlane.eu/en/carv6/auction/10726296
2026-03-26 04:19:48 [adesa.be] INFO: Found listing with ID: 10723869
2026-03-26 04:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723869%27 HTTP/1.1" 200 None
2026-03-26 04:19:48 [adesa.be] INFO: Scrape type for 10723869: 0
2026-03-26 04:19:48 [adesa.be] INFO: Skipping item 10723869 url https://www.openlane.eu/en/carv6/auction/10723869
2026-03-26 04:19:48 [adesa.be] INFO: Found listing with ID: 10723159
2026-03-26 04:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723159%27 HTTP/1.1" 200 None
2026-03-26 04:19:48 [adesa.be] INFO: Scrape type for 10723159: 0
2026-03-26 04:19:48 [adesa.be] INFO: Skipping item 10723159 url https://www.openlane.eu/en/carv6/auction/10723159
2026-03-26 04:19:48 [adesa.be] INFO: Found listing with ID: 10723903
2026-03-26 04:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723903%27 HTTP/1.1" 200 None
2026-03-26 04:19:48 [adesa.be] INFO: Scrape type for 10723903: 0
2026-03-26 04:19:48 [adesa.be] INFO: Skipping item 10723903 url https://www.openlane.eu/en/carv6/auction/10723903
2026-03-26 04:19:48 [adesa.be] INFO: Found listing with ID: 10723893
2026-03-26 04:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723893%27 HTTP/1.1" 200 None
2026-03-26 04:19:48 [adesa.be] INFO: Scrape type for 10723893: 0
2026-03-26 04:19:48 [adesa.be] INFO: Skipping item 10723893 url https://www.openlane.eu/en/carv6/auction/10723893
2026-03-26 04:19:48 [adesa.be] INFO: Found listing with ID: 10723898
2026-03-26 04:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723898%27 HTTP/1.1" 200 None
2026-03-26 04:19:48 [adesa.be] INFO: Scrape type for 10723898: 0
2026-03-26 04:19:48 [adesa.be] INFO: Skipping item 10723898 url https://www.openlane.eu/en/carv6/auction/10723898
2026-03-26 04:19:48 [adesa.be] INFO: Found listing with ID: 10723887
2026-03-26 04:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723887%27 HTTP/1.1" 200 None
2026-03-26 04:19:48 [adesa.be] INFO: Scrape type for 10723887: 0
2026-03-26 04:19:48 [adesa.be] INFO: Skipping item 10723887 url https://www.openlane.eu/en/carv6/auction/10723887
2026-03-26 04:19:48 [adesa.be] INFO: Found listing with ID: 10723901
2026-03-26 04:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723901%27 HTTP/1.1" 200 None
2026-03-26 04:19:48 [adesa.be] INFO: Scrape type for 10723901: 0
2026-03-26 04:19:48 [adesa.be] INFO: Skipping item 10723901 url https://www.openlane.eu/en/carv6/auction/10723901
2026-03-26 04:19:48 [adesa.be] INFO: Found listing with ID: 10723899
2026-03-26 04:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723899%27 HTTP/1.1" 200 None
2026-03-26 04:19:48 [adesa.be] INFO: Scrape type for 10723899: 0
2026-03-26 04:19:48 [adesa.be] INFO: Skipping item 10723899 url https://www.openlane.eu/en/carv6/auction/10723899
2026-03-26 04:19:48 [adesa.be] INFO: Found listing with ID: 10723878
2026-03-26 04:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723878%27 HTTP/1.1" 200 None
2026-03-26 04:19:48 [adesa.be] INFO: Scrape type for 10723878: 0
2026-03-26 04:19:48 [adesa.be] INFO: Skipping item 10723878 url https://www.openlane.eu/en/carv6/auction/10723878
2026-03-26 04:19:48 [adesa.be] INFO: Found listing with ID: 10723911
2026-03-26 04:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723911%27 HTTP/1.1" 200 None
2026-03-26 04:19:48 [adesa.be] INFO: Scrape type for 10723911: 0
2026-03-26 04:19:48 [adesa.be] INFO: Skipping item 10723911 url https://www.openlane.eu/en/carv6/auction/10723911
2026-03-26 04:19:48 [adesa.be] INFO: Found listing with ID: 10723909
2026-03-26 04:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723909%27 HTTP/1.1" 200 None
2026-03-26 04:19:48 [adesa.be] INFO: Scrape type for 10723909: 0
2026-03-26 04:19:48 [adesa.be] INFO: Skipping item 10723909 url https://www.openlane.eu/en/carv6/auction/10723909
2026-03-26 04:19:48 [adesa.be] INFO: Found listing with ID: 10723910
2026-03-26 04:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723910%27 HTTP/1.1" 200 None
2026-03-26 04:19:48 [adesa.be] INFO: Scrape type for 10723910: 0
2026-03-26 04:19:48 [adesa.be] INFO: Skipping item 10723910 url https://www.openlane.eu/en/carv6/auction/10723910
2026-03-26 04:19:48 [adesa.be] INFO: Found listing with ID: 10724944
2026-03-26 04:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724944%27 HTTP/1.1" 200 None
2026-03-26 04:19:48 [adesa.be] INFO: Scrape type for 10724944: 0
2026-03-26 04:19:48 [adesa.be] INFO: Skipping item 10724944 url https://www.openlane.eu/en/carv6/auction/10724944
2026-03-26 04:19:48 [adesa.be] INFO: Found listing with ID: 10723879
2026-03-26 04:19:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723879%27 HTTP/1.1" 200 None
2026-03-26 04:19:48 [adesa.be] INFO: Scrape type for 10723879: 0
2026-03-26 04:19:48 [adesa.be] INFO: Skipping item 10723879 url https://www.openlane.eu/en/carv6/auction/10723879
2026-03-26 04: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-26 04:19:50 [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-26 04:19:50 [adesa.be] INFO: Found listing with ID: 10723896
2026-03-26 04:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723896%27 HTTP/1.1" 200 None
2026-03-26 04:19:50 [adesa.be] INFO: Scrape type for 10723896: 0
2026-03-26 04:19:50 [adesa.be] INFO: Skipping item 10723896 url https://www.openlane.eu/en/carv6/auction/10723896
2026-03-26 04:19:50 [adesa.be] INFO: Found listing with ID: 10723897
2026-03-26 04:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723897%27 HTTP/1.1" 200 None
2026-03-26 04:19:50 [adesa.be] INFO: Scrape type for 10723897: 0
2026-03-26 04:19:50 [adesa.be] INFO: Skipping item 10723897 url https://www.openlane.eu/en/carv6/auction/10723897
2026-03-26 04:19:50 [adesa.be] INFO: Found listing with ID: 10723877
2026-03-26 04:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723877%27 HTTP/1.1" 200 None
2026-03-26 04:19:50 [adesa.be] INFO: Scrape type for 10723877: 0
2026-03-26 04:19:50 [adesa.be] INFO: Skipping item 10723877 url https://www.openlane.eu/en/carv6/auction/10723877
2026-03-26 04:19:50 [adesa.be] INFO: Found listing with ID: 10723876
2026-03-26 04:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723876%27 HTTP/1.1" 200 None
2026-03-26 04:19:50 [adesa.be] INFO: Scrape type for 10723876: 0
2026-03-26 04:19:50 [adesa.be] INFO: Skipping item 10723876 url https://www.openlane.eu/en/carv6/auction/10723876
2026-03-26 04:19:50 [adesa.be] INFO: Found listing with ID: 10723888
2026-03-26 04:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723888%27 HTTP/1.1" 200 None
2026-03-26 04:19:50 [adesa.be] INFO: Scrape type for 10723888: 0
2026-03-26 04:19:50 [adesa.be] INFO: Skipping item 10723888 url https://www.openlane.eu/en/carv6/auction/10723888
2026-03-26 04:19:50 [adesa.be] INFO: Found listing with ID: 10723907
2026-03-26 04:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723907%27 HTTP/1.1" 200 None
2026-03-26 04:19:50 [adesa.be] INFO: Scrape type for 10723907: 0
2026-03-26 04:19:50 [adesa.be] INFO: Skipping item 10723907 url https://www.openlane.eu/en/carv6/auction/10723907
2026-03-26 04:19:50 [adesa.be] INFO: Found listing with ID: 10723886
2026-03-26 04:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723886%27 HTTP/1.1" 200 None
2026-03-26 04:19:50 [adesa.be] INFO: Scrape type for 10723886: 0
2026-03-26 04:19:50 [adesa.be] INFO: Skipping item 10723886 url https://www.openlane.eu/en/carv6/auction/10723886
2026-03-26 04:19:50 [adesa.be] INFO: Found listing with ID: 10723906
2026-03-26 04:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723906%27 HTTP/1.1" 200 None
2026-03-26 04:19:50 [adesa.be] INFO: Scrape type for 10723906: 0
2026-03-26 04:19:50 [adesa.be] INFO: Skipping item 10723906 url https://www.openlane.eu/en/carv6/auction/10723906
2026-03-26 04:19:50 [adesa.be] INFO: Found listing with ID: 10704502
2026-03-26 04:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704502%27 HTTP/1.1" 200 None
2026-03-26 04:19:50 [adesa.be] INFO: Scrape type for 10704502: 2
2026-03-26 04:19:50 [adesa.be] INFO: Scraping item 10704502 url https://www.openlane.eu/en/carv6/auction/10704502
2026-03-26 04:19:50 [adesa.be] INFO: Found listing with ID: 10704503
2026-03-26 04:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704503%27 HTTP/1.1" 200 None
2026-03-26 04:19:50 [adesa.be] INFO: Scrape type for 10704503: 2
2026-03-26 04:19:50 [adesa.be] INFO: Scraping item 10704503 url https://www.openlane.eu/en/carv6/auction/10704503
2026-03-26 04:19:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:19:50 [adesa.be] INFO: Found listing with ID: 10704506
2026-03-26 04:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704506%27 HTTP/1.1" 200 None
2026-03-26 04:19:50 [adesa.be] INFO: Scrape type for 10704506: 2
2026-03-26 04:19:50 [adesa.be] INFO: Scraping item 10704506 url https://www.openlane.eu/en/carv6/auction/10704506
2026-03-26 04:19:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:19:50 [adesa.be] INFO: Found listing with ID: 10704507
2026-03-26 04:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704507%27 HTTP/1.1" 200 None
2026-03-26 04:19:50 [adesa.be] INFO: Scrape type for 10704507: 2
2026-03-26 04:19:50 [adesa.be] INFO: Scraping item 10704507 url https://www.openlane.eu/en/carv6/auction/10704507
2026-03-26 04:19:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:19:50 [adesa.be] INFO: Found listing with ID: 10704519
2026-03-26 04:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704519%27 HTTP/1.1" 200 None
2026-03-26 04:19:50 [adesa.be] INFO: Scrape type for 10704519: 0
2026-03-26 04:19:50 [adesa.be] INFO: Skipping item 10704519 url https://www.openlane.eu/en/carv6/auction/10704519
2026-03-26 04:19:50 [adesa.be] INFO: Found listing with ID: 10704546
2026-03-26 04:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704546%27 HTTP/1.1" 200 None
2026-03-26 04:19:50 [adesa.be] INFO: Scrape type for 10704546: 0
2026-03-26 04:19:50 [adesa.be] INFO: Skipping item 10704546 url https://www.openlane.eu/en/carv6/auction/10704546
2026-03-26 04:19:50 [adesa.be] INFO: Found listing with ID: 10704552
2026-03-26 04:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704552%27 HTTP/1.1" 200 None
2026-03-26 04:19:50 [adesa.be] INFO: Scrape type for 10704552: 0
2026-03-26 04:19:50 [adesa.be] INFO: Skipping item 10704552 url https://www.openlane.eu/en/carv6/auction/10704552
2026-03-26 04:19:50 [adesa.be] INFO: Found listing with ID: 10704554
2026-03-26 04:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704554%27 HTTP/1.1" 200 None
2026-03-26 04:19:50 [adesa.be] INFO: Scrape type for 10704554: 0
2026-03-26 04:19:50 [adesa.be] INFO: Skipping item 10704554 url https://www.openlane.eu/en/carv6/auction/10704554
2026-03-26 04:19:50 [adesa.be] INFO: Found listing with ID: 10704600
2026-03-26 04:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704600%27 HTTP/1.1" 200 None
2026-03-26 04:19:50 [adesa.be] INFO: Scrape type for 10704600: 0
2026-03-26 04:19:50 [adesa.be] INFO: Skipping item 10704600 url https://www.openlane.eu/en/carv6/auction/10704600
2026-03-26 04:19:50 [adesa.be] INFO: Found listing with ID: 10704603
2026-03-26 04:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704603%27 HTTP/1.1" 200 None
2026-03-26 04:19:50 [adesa.be] INFO: Scrape type for 10704603: 0
2026-03-26 04:19:50 [adesa.be] INFO: Skipping item 10704603 url https://www.openlane.eu/en/carv6/auction/10704603
2026-03-26 04:19:50 [adesa.be] INFO: Found listing with ID: 10704613
2026-03-26 04:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704613%27 HTTP/1.1" 200 None
2026-03-26 04:19:50 [adesa.be] INFO: Scrape type for 10704613: 2
2026-03-26 04:19:50 [adesa.be] INFO: Scraping item 10704613 url https://www.openlane.eu/en/carv6/auction/10704613
2026-03-26 04:19:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:19:50 [adesa.be] INFO: Found listing with ID: 10704614
2026-03-26 04:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704614%27 HTTP/1.1" 200 None
2026-03-26 04:19:50 [adesa.be] INFO: Scrape type for 10704614: 2
2026-03-26 04:19:50 [adesa.be] INFO: Scraping item 10704614 url https://www.openlane.eu/en/carv6/auction/10704614
2026-03-26 04:19:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:19:50 [adesa.be] INFO: Found listing with ID: 10704615
2026-03-26 04:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704615%27 HTTP/1.1" 200 None
2026-03-26 04:19:50 [adesa.be] INFO: Scrape type for 10704615: 2
2026-03-26 04:19:50 [adesa.be] INFO: Scraping item 10704615 url https://www.openlane.eu/en/carv6/auction/10704615
2026-03-26 04:19:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:19:50 [adesa.be] INFO: Found listing with ID: 10704620
2026-03-26 04:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704620%27 HTTP/1.1" 200 None
2026-03-26 04:19:50 [adesa.be] INFO: Scrape type for 10704620: 2
2026-03-26 04:19:50 [adesa.be] INFO: Scraping item 10704620 url https://www.openlane.eu/en/carv6/auction/10704620
2026-03-26 04:19:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:19:50 [adesa.be] INFO: Found listing with ID: 10704621
2026-03-26 04:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704621%27 HTTP/1.1" 200 None
2026-03-26 04:19:50 [adesa.be] INFO: Scrape type for 10704621: 2
2026-03-26 04:19:50 [adesa.be] INFO: Scraping item 10704621 url https://www.openlane.eu/en/carv6/auction/10704621
2026-03-26 04:19:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:19:50 [adesa.be] INFO: Found listing with ID: 10704623
2026-03-26 04:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704623%27 HTTP/1.1" 200 None
2026-03-26 04:19:50 [adesa.be] INFO: Scrape type for 10704623: 2
2026-03-26 04:19:50 [adesa.be] INFO: Scraping item 10704623 url https://www.openlane.eu/en/carv6/auction/10704623
2026-03-26 04:19:50 [adesa.be] INFO: Found listing with ID: 10704622
2026-03-26 04:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704622%27 HTTP/1.1" 200 None
2026-03-26 04:19:50 [adesa.be] INFO: Scrape type for 10704622: 2
2026-03-26 04:19:50 [adesa.be] INFO: Scraping item 10704622 url https://www.openlane.eu/en/carv6/auction/10704622
2026-03-26 04:19:50 [adesa.be] INFO: Found listing with ID: 10704632
2026-03-26 04:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704632%27 HTTP/1.1" 200 None
2026-03-26 04:19:50 [adesa.be] INFO: Scrape type for 10704632: 2
2026-03-26 04:19:50 [adesa.be] INFO: Scraping item 10704632 url https://www.openlane.eu/en/carv6/auction/10704632
2026-03-26 04:19:50 [adesa.be] INFO: Found listing with ID: 10704629
2026-03-26 04:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704629%27 HTTP/1.1" 200 None
2026-03-26 04:19:50 [adesa.be] INFO: Scrape type for 10704629: 2
2026-03-26 04:19:50 [adesa.be] INFO: Scraping item 10704629 url https://www.openlane.eu/en/carv6/auction/10704629
2026-03-26 04:19:50 [adesa.be] INFO: Found listing with ID: 10704624
2026-03-26 04:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704624%27 HTTP/1.1" 200 None
2026-03-26 04:19:50 [adesa.be] INFO: Scrape type for 10704624: 0
2026-03-26 04:19:50 [adesa.be] INFO: Skipping item 10704624 url https://www.openlane.eu/en/carv6/auction/10704624
2026-03-26 04:19:50 [adesa.be] INFO: Found listing with ID: 10704625
2026-03-26 04:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704625%27 HTTP/1.1" 200 None
2026-03-26 04:19:50 [adesa.be] INFO: Scrape type for 10704625: 2
2026-03-26 04:19:50 [adesa.be] INFO: Scraping item 10704625 url https://www.openlane.eu/en/carv6/auction/10704625
2026-03-26 04:19:50 [adesa.be] INFO: Found listing with ID: 10704631
2026-03-26 04:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704631%27 HTTP/1.1" 200 None
2026-03-26 04:19:50 [adesa.be] INFO: Scrape type for 10704631: 0
2026-03-26 04:19:50 [adesa.be] INFO: Skipping item 10704631 url https://www.openlane.eu/en/carv6/auction/10704631
2026-03-26 04:19:50 [adesa.be] INFO: Found listing with ID: 10704626
2026-03-26 04:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704626%27 HTTP/1.1" 200 None
2026-03-26 04:19:50 [adesa.be] INFO: Scrape type for 10704626: 0
2026-03-26 04:19:50 [adesa.be] INFO: Skipping item 10704626 url https://www.openlane.eu/en/carv6/auction/10704626
2026-03-26 04:19:50 [adesa.be] INFO: Found listing with ID: 10704628
2026-03-26 04:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704628%27 HTTP/1.1" 200 None
2026-03-26 04:19:51 [adesa.be] INFO: Scrape type for 10704628: 0
2026-03-26 04:19:51 [adesa.be] INFO: Skipping item 10704628 url https://www.openlane.eu/en/carv6/auction/10704628
2026-03-26 04:19:51 [adesa.be] INFO: Found listing with ID: 10704627
2026-03-26 04:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704627%27 HTTP/1.1" 200 None
2026-03-26 04:19:51 [adesa.be] INFO: Scrape type for 10704627: 0
2026-03-26 04:19:51 [adesa.be] INFO: Skipping item 10704627 url https://www.openlane.eu/en/carv6/auction/10704627
2026-03-26 04:19:51 [adesa.be] INFO: Found listing with ID: 10704633
2026-03-26 04:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704633%27 HTTP/1.1" 200 None
2026-03-26 04:19:51 [adesa.be] INFO: Scrape type for 10704633: 2
2026-03-26 04:19:51 [adesa.be] INFO: Scraping item 10704633 url https://www.openlane.eu/en/carv6/auction/10704633
2026-03-26 04:19:51 [adesa.be] INFO: Found listing with ID: 10704634
2026-03-26 04:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704634%27 HTTP/1.1" 200 None
2026-03-26 04:19:51 [adesa.be] INFO: Scrape type for 10704634: 2
2026-03-26 04:19:51 [adesa.be] INFO: Scraping item 10704634 url https://www.openlane.eu/en/carv6/auction/10704634
2026-03-26 04:19:51 [adesa.be] INFO: Found listing with ID: 10704636
2026-03-26 04:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704636%27 HTTP/1.1" 200 None
2026-03-26 04:19:51 [adesa.be] INFO: Scrape type for 10704636: 2
2026-03-26 04:19:51 [adesa.be] INFO: Scraping item 10704636 url https://www.openlane.eu/en/carv6/auction/10704636
2026-03-26 04:19:51 [adesa.be] INFO: Found listing with ID: 10704635
2026-03-26 04:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704635%27 HTTP/1.1" 200 None
2026-03-26 04:19:51 [adesa.be] INFO: Scrape type for 10704635: 2
2026-03-26 04:19:51 [adesa.be] INFO: Scraping item 10704635 url https://www.openlane.eu/en/carv6/auction/10704635
2026-03-26 04:19:51 [adesa.be] INFO: Found listing with ID: 10704639
2026-03-26 04:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704639%27 HTTP/1.1" 200 None
2026-03-26 04:19:51 [adesa.be] INFO: Scrape type for 10704639: 2
2026-03-26 04:19:51 [adesa.be] INFO: Scraping item 10704639 url https://www.openlane.eu/en/carv6/auction/10704639
2026-03-26 04:19:51 [adesa.be] INFO: Found listing with ID: 10704638
2026-03-26 04:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704638%27 HTTP/1.1" 200 None
2026-03-26 04:19:51 [adesa.be] INFO: Scrape type for 10704638: 2
2026-03-26 04:19:51 [adesa.be] INFO: Scraping item 10704638 url https://www.openlane.eu/en/carv6/auction/10704638
2026-03-26 04:19:51 [adesa.be] INFO: Found listing with ID: 10704643
2026-03-26 04:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704643%27 HTTP/1.1" 200 None
2026-03-26 04:19:51 [adesa.be] INFO: Scrape type for 10704643: 2
2026-03-26 04:19:51 [adesa.be] INFO: Scraping item 10704643 url https://www.openlane.eu/en/carv6/auction/10704643
2026-03-26 04:19:51 [adesa.be] INFO: Found listing with ID: 10704647
2026-03-26 04:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704647%27 HTTP/1.1" 200 None
2026-03-26 04:19:51 [adesa.be] INFO: Scrape type for 10704647: 0
2026-03-26 04:19:51 [adesa.be] INFO: Skipping item 10704647 url https://www.openlane.eu/en/carv6/auction/10704647
2026-03-26 04:19:51 [adesa.be] INFO: Found listing with ID: 10704652
2026-03-26 04:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704652%27 HTTP/1.1" 200 None
2026-03-26 04:19:51 [adesa.be] INFO: Scrape type for 10704652: 2
2026-03-26 04:19:51 [adesa.be] INFO: Scraping item 10704652 url https://www.openlane.eu/en/carv6/auction/10704652
2026-03-26 04:19:51 [adesa.be] INFO: Found listing with ID: 10704661
2026-03-26 04:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704661%27 HTTP/1.1" 200 None
2026-03-26 04:19:51 [adesa.be] INFO: Scrape type for 10704661: 2
2026-03-26 04:19:51 [adesa.be] INFO: Scraping item 10704661 url https://www.openlane.eu/en/carv6/auction/10704661
2026-03-26 04:19:51 [adesa.be] INFO: Found listing with ID: 10704665
2026-03-26 04:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704665%27 HTTP/1.1" 200 None
2026-03-26 04:19:51 [adesa.be] INFO: Scrape type for 10704665: 2
2026-03-26 04:19:51 [adesa.be] INFO: Scraping item 10704665 url https://www.openlane.eu/en/carv6/auction/10704665
2026-03-26 04:19:51 [adesa.be] INFO: Found listing with ID: 10704669
2026-03-26 04:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704669%27 HTTP/1.1" 200 None
2026-03-26 04:19:51 [adesa.be] INFO: Scrape type for 10704669: 0
2026-03-26 04:19:51 [adesa.be] INFO: Skipping item 10704669 url https://www.openlane.eu/en/carv6/auction/10704669
2026-03-26 04:19:51 [adesa.be] INFO: Found listing with ID: 10704670
2026-03-26 04:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704670%27 HTTP/1.1" 200 None
2026-03-26 04:19:51 [adesa.be] INFO: Scrape type for 10704670: 0
2026-03-26 04:19:51 [adesa.be] INFO: Skipping item 10704670 url https://www.openlane.eu/en/carv6/auction/10704670
2026-03-26 04:19:51 [adesa.be] INFO: Found listing with ID: 10704672
2026-03-26 04:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704672%27 HTTP/1.1" 200 None
2026-03-26 04:19:51 [adesa.be] INFO: Scrape type for 10704672: 0
2026-03-26 04:19:51 [adesa.be] INFO: Skipping item 10704672 url https://www.openlane.eu/en/carv6/auction/10704672
2026-03-26 04:19:51 [adesa.be] INFO: Found listing with ID: 10704671
2026-03-26 04:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704671%27 HTTP/1.1" 200 None
2026-03-26 04:19:51 [adesa.be] INFO: Scrape type for 10704671: 0
2026-03-26 04:19:51 [adesa.be] INFO: Skipping item 10704671 url https://www.openlane.eu/en/carv6/auction/10704671
2026-03-26 04:19:51 [adesa.be] INFO: Found listing with ID: 10704673
2026-03-26 04:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704673%27 HTTP/1.1" 200 None
2026-03-26 04:19:51 [adesa.be] INFO: Scrape type for 10704673: 0
2026-03-26 04:19:51 [adesa.be] INFO: Skipping item 10704673 url https://www.openlane.eu/en/carv6/auction/10704673
2026-03-26 04:19:51 [adesa.be] INFO: Found listing with ID: 10704674
2026-03-26 04:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704674%27 HTTP/1.1" 200 None
2026-03-26 04:19:51 [adesa.be] INFO: Scrape type for 10704674: 0
2026-03-26 04:19:51 [adesa.be] INFO: Skipping item 10704674 url https://www.openlane.eu/en/carv6/auction/10704674
2026-03-26 04:19:51 [adesa.be] INFO: Found listing with ID: 10704675
2026-03-26 04:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704675%27 HTTP/1.1" 200 None
2026-03-26 04:19:51 [adesa.be] INFO: Scrape type for 10704675: 0
2026-03-26 04:19:51 [adesa.be] INFO: Skipping item 10704675 url https://www.openlane.eu/en/carv6/auction/10704675
2026-03-26 04:19:51 [adesa.be] INFO: Found listing with ID: 10704686
2026-03-26 04:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704686%27 HTTP/1.1" 200 None
2026-03-26 04:19:51 [adesa.be] INFO: Scrape type for 10704686: 2
2026-03-26 04:19:51 [adesa.be] INFO: Scraping item 10704686 url https://www.openlane.eu/en/carv6/auction/10704686
2026-03-26 04:19:51 [adesa.be] INFO: Found listing with ID: 10704687
2026-03-26 04:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704687%27 HTTP/1.1" 200 None
2026-03-26 04:19:51 [adesa.be] INFO: Scrape type for 10704687: 2
2026-03-26 04:19:51 [adesa.be] INFO: Scraping item 10704687 url https://www.openlane.eu/en/carv6/auction/10704687
2026-03-26 04:19:51 [adesa.be] INFO: Found listing with ID: 10704694
2026-03-26 04:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704694%27 HTTP/1.1" 200 None
2026-03-26 04:19:51 [adesa.be] INFO: Scrape type for 10704694: 0
2026-03-26 04:19:51 [adesa.be] INFO: Skipping item 10704694 url https://www.openlane.eu/en/carv6/auction/10704694
2026-03-26 04:19:51 [adesa.be] INFO: Found listing with ID: 10704691
2026-03-26 04:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704691%27 HTTP/1.1" 200 None
2026-03-26 04:19:51 [adesa.be] INFO: Scrape type for 10704691: 0
2026-03-26 04:19:51 [adesa.be] INFO: Skipping item 10704691 url https://www.openlane.eu/en/carv6/auction/10704691
2026-03-26 04:19:51 [adesa.be] INFO: Found listing with ID: 10704685
2026-03-26 04:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704685%27 HTTP/1.1" 200 None
2026-03-26 04:19:52 [adesa.be] INFO: Scrape type for 10704685: 0
2026-03-26 04:19:52 [adesa.be] INFO: Skipping item 10704685 url https://www.openlane.eu/en/carv6/auction/10704685
2026-03-26 04:19:52 [adesa.be] INFO: Found listing with ID: 10704701
2026-03-26 04:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704701%27 HTTP/1.1" 200 None
2026-03-26 04:19:52 [adesa.be] INFO: Scrape type for 10704701: 0
2026-03-26 04:19:52 [adesa.be] INFO: Skipping item 10704701 url https://www.openlane.eu/en/carv6/auction/10704701
2026-03-26 04:19:52 [adesa.be] INFO: Found listing with ID: 10704696
2026-03-26 04:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704696%27 HTTP/1.1" 200 None
2026-03-26 04:19:52 [adesa.be] INFO: Scrape type for 10704696: 0
2026-03-26 04:19:52 [adesa.be] INFO: Skipping item 10704696 url https://www.openlane.eu/en/carv6/auction/10704696
2026-03-26 04:19:52 [adesa.be] INFO: Found listing with ID: 10704705
2026-03-26 04:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704705%27 HTTP/1.1" 200 None
2026-03-26 04:19:52 [adesa.be] INFO: Scrape type for 10704705: 0
2026-03-26 04:19:52 [adesa.be] INFO: Skipping item 10704705 url https://www.openlane.eu/en/carv6/auction/10704705
2026-03-26 04:19:52 [adesa.be] INFO: Found listing with ID: 10704707
2026-03-26 04:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704707%27 HTTP/1.1" 200 None
2026-03-26 04:19:52 [adesa.be] INFO: Scrape type for 10704707: 0
2026-03-26 04:19:52 [adesa.be] INFO: Skipping item 10704707 url https://www.openlane.eu/en/carv6/auction/10704707
2026-03-26 04:19:52 [adesa.be] INFO: Found listing with ID: 10704490
2026-03-26 04:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704490%27 HTTP/1.1" 200 None
2026-03-26 04:19:52 [adesa.be] INFO: Scrape type for 10704490: 2
2026-03-26 04:19:52 [adesa.be] INFO: Scraping item 10704490 url https://www.openlane.eu/en/carv6/auction/10704490
2026-03-26 04:19:52 [adesa.be] INFO: Found listing with ID: 10704492
2026-03-26 04:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704492%27 HTTP/1.1" 200 None
2026-03-26 04:19:52 [adesa.be] INFO: Scrape type for 10704492: 2
2026-03-26 04:19:52 [adesa.be] INFO: Scraping item 10704492 url https://www.openlane.eu/en/carv6/auction/10704492
2026-03-26 04:19:52 [adesa.be] INFO: Found listing with ID: 10704493
2026-03-26 04:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704493%27 HTTP/1.1" 200 None
2026-03-26 04:19:52 [adesa.be] INFO: Scrape type for 10704493: 2
2026-03-26 04:19:52 [adesa.be] INFO: Scraping item 10704493 url https://www.openlane.eu/en/carv6/auction/10704493
2026-03-26 04:19:52 [adesa.be] INFO: Found listing with ID: 10704497
2026-03-26 04:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704497%27 HTTP/1.1" 200 None
2026-03-26 04:19:52 [adesa.be] INFO: Scrape type for 10704497: 2
2026-03-26 04:19:52 [adesa.be] INFO: Scraping item 10704497 url https://www.openlane.eu/en/carv6/auction/10704497
2026-03-26 04:19:52 [adesa.be] INFO: Found listing with ID: 10704494
2026-03-26 04:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704494%27 HTTP/1.1" 200 None
2026-03-26 04:19:52 [adesa.be] INFO: Scrape type for 10704494: 2
2026-03-26 04:19:52 [adesa.be] INFO: Scraping item 10704494 url https://www.openlane.eu/en/carv6/auction/10704494
2026-03-26 04:19:52 [adesa.be] INFO: Found listing with ID: 10704496
2026-03-26 04:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704496%27 HTTP/1.1" 200 None
2026-03-26 04:19:52 [adesa.be] INFO: Scrape type for 10704496: 2
2026-03-26 04:19:52 [adesa.be] INFO: Scraping item 10704496 url https://www.openlane.eu/en/carv6/auction/10704496
2026-03-26 04:19:52 [adesa.be] INFO: Found listing with ID: 10704499
2026-03-26 04:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704499%27 HTTP/1.1" 200 None
2026-03-26 04:19:52 [adesa.be] INFO: Scrape type for 10704499: 2
2026-03-26 04:19:52 [adesa.be] INFO: Scraping item 10704499 url https://www.openlane.eu/en/carv6/auction/10704499
2026-03-26 04:19:52 [adesa.be] INFO: Found listing with ID: 10704501
2026-03-26 04:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704501%27 HTTP/1.1" 200 None
2026-03-26 04:19:52 [adesa.be] INFO: Scrape type for 10704501: 2
2026-03-26 04:19:52 [adesa.be] INFO: Scraping item 10704501 url https://www.openlane.eu/en/carv6/auction/10704501
2026-03-26 04:19:52 [adesa.be] INFO: Found listing with ID: 10704504
2026-03-26 04:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704504%27 HTTP/1.1" 200 None
2026-03-26 04:19:52 [adesa.be] INFO: Scrape type for 10704504: 0
2026-03-26 04:19:52 [adesa.be] INFO: Skipping item 10704504 url https://www.openlane.eu/en/carv6/auction/10704504
2026-03-26 04:19:52 [adesa.be] INFO: Found listing with ID: 10704505
2026-03-26 04:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704505%27 HTTP/1.1" 200 None
2026-03-26 04:19:52 [adesa.be] INFO: Scrape type for 10704505: 0
2026-03-26 04:19:52 [adesa.be] INFO: Skipping item 10704505 url https://www.openlane.eu/en/carv6/auction/10704505
2026-03-26 04:19:52 [adesa.be] INFO: Found listing with ID: 10704513
2026-03-26 04:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704513%27 HTTP/1.1" 200 None
2026-03-26 04:19:52 [adesa.be] INFO: Scrape type for 10704513: 0
2026-03-26 04:19:52 [adesa.be] INFO: Skipping item 10704513 url https://www.openlane.eu/en/carv6/auction/10704513
2026-03-26 04:19:52 [adesa.be] INFO: Found listing with ID: 10704509
2026-03-26 04:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704509%27 HTTP/1.1" 200 None
2026-03-26 04:19:52 [adesa.be] INFO: Scrape type for 10704509: 0
2026-03-26 04:19:52 [adesa.be] INFO: Skipping item 10704509 url https://www.openlane.eu/en/carv6/auction/10704509
2026-03-26 04:19:52 [adesa.be] INFO: Found listing with ID: 10704510
2026-03-26 04:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704510%27 HTTP/1.1" 200 None
2026-03-26 04:19:52 [adesa.be] INFO: Scrape type for 10704510: 0
2026-03-26 04:19:52 [adesa.be] INFO: Skipping item 10704510 url https://www.openlane.eu/en/carv6/auction/10704510
2026-03-26 04:19:52 [adesa.be] INFO: Found listing with ID: 10704511
2026-03-26 04:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704511%27 HTTP/1.1" 200 None
2026-03-26 04:19:52 [adesa.be] INFO: Scrape type for 10704511: 0
2026-03-26 04:19:52 [adesa.be] INFO: Skipping item 10704511 url https://www.openlane.eu/en/carv6/auction/10704511
2026-03-26 04:19:52 [adesa.be] INFO: Found listing with ID: 10704512
2026-03-26 04:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704512%27 HTTP/1.1" 200 None
2026-03-26 04:19:52 [adesa.be] INFO: Scrape type for 10704512: 0
2026-03-26 04:19:52 [adesa.be] INFO: Skipping item 10704512 url https://www.openlane.eu/en/carv6/auction/10704512
2026-03-26 04:19:52 [adesa.be] INFO: Found listing with ID: 10704514
2026-03-26 04:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704514%27 HTTP/1.1" 200 None
2026-03-26 04:19:52 [adesa.be] INFO: Scrape type for 10704514: 0
2026-03-26 04:19:52 [adesa.be] INFO: Skipping item 10704514 url https://www.openlane.eu/en/carv6/auction/10704514
2026-03-26 04:19:52 [adesa.be] INFO: Found listing with ID: 10704515
2026-03-26 04:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704515%27 HTTP/1.1" 200 None
2026-03-26 04:19:52 [adesa.be] INFO: Scrape type for 10704515: 0
2026-03-26 04:19:52 [adesa.be] INFO: Skipping item 10704515 url https://www.openlane.eu/en/carv6/auction/10704515
2026-03-26 04:19:52 [adesa.be] INFO: Found listing with ID: 10704516
2026-03-26 04:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704516%27 HTTP/1.1" 200 None
2026-03-26 04:19:52 [adesa.be] INFO: Scrape type for 10704516: 0
2026-03-26 04:19:52 [adesa.be] INFO: Skipping item 10704516 url https://www.openlane.eu/en/carv6/auction/10704516
2026-03-26 04:19:52 [adesa.be] INFO: Found listing with ID: 10704553
2026-03-26 04:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704553%27 HTTP/1.1" 200 None
2026-03-26 04:19:52 [adesa.be] INFO: Scrape type for 10704553: 0
2026-03-26 04:19:52 [adesa.be] INFO: Skipping item 10704553 url https://www.openlane.eu/en/carv6/auction/10704553
2026-03-26 04:19:52 [adesa.be] INFO: Found listing with ID: 10704518
2026-03-26 04:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704518%27 HTTP/1.1" 200 None
2026-03-26 04:19:52 [adesa.be] INFO: Scrape type for 10704518: 0
2026-03-26 04:19:52 [adesa.be] INFO: Skipping item 10704518 url https://www.openlane.eu/en/carv6/auction/10704518
2026-03-26 04:19:52 [adesa.be] INFO: Found listing with ID: 10704550
2026-03-26 04:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704550%27 HTTP/1.1" 200 None
2026-03-26 04:19:52 [adesa.be] INFO: Scrape type for 10704550: 0
2026-03-26 04:19:52 [adesa.be] INFO: Skipping item 10704550 url https://www.openlane.eu/en/carv6/auction/10704550
2026-03-26 04:19:52 [adesa.be] INFO: Found listing with ID: 10704520
2026-03-26 04:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704520%27 HTTP/1.1" 200 None
2026-03-26 04:19:52 [adesa.be] INFO: Scrape type for 10704520: 0
2026-03-26 04:19:52 [adesa.be] INFO: Skipping item 10704520 url https://www.openlane.eu/en/carv6/auction/10704520
2026-03-26 04:19:52 [adesa.be] INFO: Found listing with ID: 10704602
2026-03-26 04:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704602%27 HTTP/1.1" 200 None
2026-03-26 04:19:52 [adesa.be] INFO: Scrape type for 10704602: 2
2026-03-26 04:19:52 [adesa.be] INFO: Scraping item 10704602 url https://www.openlane.eu/en/carv6/auction/10704602
2026-03-26 04:19:52 [adesa.be] INFO: Found listing with ID: 10704604
2026-03-26 04:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704604%27 HTTP/1.1" 200 None
2026-03-26 04:19:52 [adesa.be] INFO: Scrape type for 10704604: 2
2026-03-26 04:19:52 [adesa.be] INFO: Scraping item 10704604 url https://www.openlane.eu/en/carv6/auction/10704604
2026-03-26 04:19:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704614> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:19:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704502> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:19:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704507> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:19:52 [adesa.be] INFO: Found listing with ID: 10704605
2026-03-26 04:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704605%27 HTTP/1.1" 200 None
2026-03-26 04:19:52 [adesa.be] INFO: Scrape type for 10704605: 2
2026-03-26 04:19:52 [adesa.be] INFO: Scraping item 10704605 url https://www.openlane.eu/en/carv6/auction/10704605
2026-03-26 04: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-26 04: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-26 04: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-26 04:19:52 [adesa.be] INFO: Found listing with ID: 10704606
2026-03-26 04:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704606%27 HTTP/1.1" 200 None
2026-03-26 04:19:52 [adesa.be] INFO: Scrape type for 10704606: 2
2026-03-26 04:19:52 [adesa.be] INFO: Scraping item 10704606 url https://www.openlane.eu/en/carv6/auction/10704606
2026-03-26 04:19:52 [adesa.be] INFO: Found listing with ID: 10704607
2026-03-26 04:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704607%27 HTTP/1.1" 200 None
2026-03-26 04:19:52 [adesa.be] INFO: Scrape type for 10704607: 2
2026-03-26 04:19:52 [adesa.be] INFO: Scraping item 10704607 url https://www.openlane.eu/en/carv6/auction/10704607
2026-03-26 04:19:52 [adesa.be] INFO: Found listing with ID: 10704609
2026-03-26 04:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704609%27 HTTP/1.1" 200 None
2026-03-26 04:19:52 [adesa.be] INFO: Scrape type for 10704609: 2
2026-03-26 04:19:52 [adesa.be] INFO: Scraping item 10704609 url https://www.openlane.eu/en/carv6/auction/10704609
2026-03-26 04:19:52 [adesa.be] INFO: Found listing with ID: 10704610
2026-03-26 04:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704610%27 HTTP/1.1" 200 None
2026-03-26 04:19:52 [adesa.be] INFO: Scrape type for 10704610: 2
2026-03-26 04:19:52 [adesa.be] INFO: Scraping item 10704610 url https://www.openlane.eu/en/carv6/auction/10704610
2026-03-26 04:19:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704615> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:19:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704613> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:19:52 [adesa.be] INFO: Found listing with ID: 10704612
2026-03-26 04:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704612%27 HTTP/1.1" 200 None
2026-03-26 04:19:52 [adesa.be] INFO: Scrape type for 10704612: 2
2026-03-26 04:19:52 [adesa.be] INFO: Scraping item 10704612 url https://www.openlane.eu/en/carv6/auction/10704612
2026-03-26 04: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-26 04: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-26 04:19:52 [adesa.be] INFO: Found listing with ID: 10704611
2026-03-26 04:19:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704611%27 HTTP/1.1" 200 None
2026-03-26 04:19:52 [adesa.be] INFO: Scrape type for 10704611: 2
2026-03-26 04:19:52 [adesa.be] INFO: Scraping item 10704611 url https://www.openlane.eu/en/carv6/auction/10704611
2026-03-26 04:19:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb759430-75aa-5967-9f5e-e961ba05501d with identifier: 10704614
2026-03-26 04:19:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb759430-75aa-5967-9f5e-e961ba05501d with scrape type 2
2026-03-26 04:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb759430-75aa-5967-9f5e-e961ba05501d with scrape type 2
2026-03-26 04:19:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: fb759430-75aa-5967-9f5e-e961ba05501d, identifier: 10704614
2026-03-26 04:19:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f218c849-4747-5361-b1f9-fb522de2b7d9 with identifier: 10704502
2026-03-26 04:19:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f218c849-4747-5361-b1f9-fb522de2b7d9 with scrape type 2
2026-03-26 04:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f218c849-4747-5361-b1f9-fb522de2b7d9 with scrape type 2
2026-03-26 04:19:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: f218c849-4747-5361-b1f9-fb522de2b7d9, identifier: 10704502
2026-03-26 04:19:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7266ddc-fd35-5794-bf03-20e69e685e8b with identifier: 10704507
2026-03-26 04:19:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7266ddc-fd35-5794-bf03-20e69e685e8b with scrape type 2
2026-03-26 04:19:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7266ddc-fd35-5794-bf03-20e69e685e8b with scrape type 2
2026-03-26 04:19:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: e7266ddc-fd35-5794-bf03-20e69e685e8b, identifier: 10704507
2026-03-26 04:19:53 [adesa.be] INFO: Found listing with ID: 10704616
2026-03-26 04:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704616%27 HTTP/1.1" 200 None
2026-03-26 04:19:53 [adesa.be] INFO: Scrape type for 10704616: 2
2026-03-26 04:19:53 [adesa.be] INFO: Scraping item 10704616 url https://www.openlane.eu/en/carv6/auction/10704616
2026-03-26 04:19:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: fb759430-75aa-5967-9f5e-e961ba05501d with identifier: 10704614
2026-03-26 04:19:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: fb759430-75aa-5967-9f5e-e961ba05501d with identifier: 10704614
2026-03-26 04:19:53 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: fb759430-75aa-5967-9f5e-e961ba05501d with identifier: 10704614 to the API
2026-03-26 04:19:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:19:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704614>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'MPV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'engine_horse_power': 150,
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'Hybrid',
'id': 'fb759430-75aa-5967-9f5e-e961ba05501d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2DBB687',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704614',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Ford',
'model': 'S-Max',
'odometer': 13965,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 16600,
'price_includes_vat': True,
'registration_date': '2023-01-20',
'seats_number': 5,
'seller_name': 'Ayvens-BE',
'title': 'Ford S-Max 2.5 Vignale - Hybrid - Automatic - 150 hp - 13.965 km',
'transmission': 'automatic',
'trim': 'Vignale',
'vin': None,
'year': 2023}
2026-03-26 04:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704614%27 HTTP/1.1" 200 None
2026-03-26 04:19:53 [adesa.be] INFO: Saving data for 10704614: {'auction_closing_time': 1774513800.0, 'created_time': 1774192571.307058, 'last_price_update_time': 1774498793.28313}
2026-03-26 04:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704614') HTTP/1.1" 204 0
2026-03-26 04:19:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: f218c849-4747-5361-b1f9-fb522de2b7d9 with identifier: 10704502
2026-03-26 04:19:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: f218c849-4747-5361-b1f9-fb522de2b7d9 with identifier: 10704502
2026-03-26 04:19:53 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: f218c849-4747-5361-b1f9-fb522de2b7d9 with identifier: 10704502 to the API
2026-03-26 04:19:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:19:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704502>
{'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': 204,
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'Diesel',
'id': 'f218c849-4747-5361-b1f9-fb522de2b7d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2ABQ364',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704502',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'A7',
'odometer': 95522,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 23500,
'price_includes_vat': True,
'registration_date': '2021-02-10',
'seats_number': 4,
'seller_name': 'Ayvens-BE',
'title': 'Audi A7 Sportback 40 TDI - Diesel - Automatic - 204 hp - 95.522 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2021}
2026-03-26 04:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704502%27 HTTP/1.1" 200 None
2026-03-26 04:19:53 [adesa.be] INFO: Saving data for 10704502: {'auction_closing_time': 1774513800.0, 'created_time': 1774192541.629745, 'last_price_update_time': 1774498793.641464}
2026-03-26 04:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704502') HTTP/1.1" 204 0
2026-03-26 04:19:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: e7266ddc-fd35-5794-bf03-20e69e685e8b with identifier: 10704507
2026-03-26 04:19:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: e7266ddc-fd35-5794-bf03-20e69e685e8b with identifier: 10704507
2026-03-26 04:19:53 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: e7266ddc-fd35-5794-bf03-20e69e685e8b with identifier: 10704507 to the API
2026-03-26 04:19:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:19:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704507>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'Diesel',
'id': 'e7266ddc-fd35-5794-bf03-20e69e685e8b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YXV724',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704507',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'Q3',
'odometer': 146926,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 16300,
'price_includes_vat': True,
'registration_date': '2021-01-26',
'seats_number': 5,
'seller_name': 'Ayvens-BE',
'title': 'Audi Q3 Sportback 2.0 TDI Business - Diesel - Automatic - 150 hp - '
'146.926 km',
'transmission': 'automatic',
'trim': 'Business',
'vin': None,
'year': 2021}
2026-03-26 04:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704507%27 HTTP/1.1" 200 None
2026-03-26 04:19:53 [adesa.be] INFO: Saving data for 10704507: {'auction_closing_time': 1774513800.0, 'created_time': 1774192550.667924, 'last_price_update_time': 1774498793.976372}
2026-03-26 04:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:19:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704507') HTTP/1.1" 204 0
2026-03-26 04:19:53 [adesa.be] INFO: Found listing with ID: 10704617
2026-03-26 04:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704617%27 HTTP/1.1" 200 None
2026-03-26 04:19:54 [adesa.be] INFO: Scrape type for 10704617: 2
2026-03-26 04:19:54 [adesa.be] INFO: Scraping item 10704617 url https://www.openlane.eu/en/carv6/auction/10704617
2026-03-26 04:19:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704503> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:19:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704620> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:19:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2719847b-1feb-55b3-a364-f60f1f130714 with identifier: 10704615
2026-03-26 04:19:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2719847b-1feb-55b3-a364-f60f1f130714 with scrape type 2
2026-03-26 04:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2719847b-1feb-55b3-a364-f60f1f130714 with scrape type 2
2026-03-26 04:19:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 2719847b-1feb-55b3-a364-f60f1f130714, identifier: 10704615
2026-03-26 04:19:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af4032a9-0df8-5d5d-abd8-ebffd0e535e0 with identifier: 10704613
2026-03-26 04:19:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af4032a9-0df8-5d5d-abd8-ebffd0e535e0 with scrape type 2
2026-03-26 04:19:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af4032a9-0df8-5d5d-abd8-ebffd0e535e0 with scrape type 2
2026-03-26 04:19:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: af4032a9-0df8-5d5d-abd8-ebffd0e535e0, identifier: 10704613
2026-03-26 04:19:54 [adesa.be] INFO: Found listing with ID: 10704619
2026-03-26 04:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704619%27 HTTP/1.1" 200 None
2026-03-26 04:19:54 [adesa.be] INFO: Scrape type for 10704619: 2
2026-03-26 04:19:54 [adesa.be] INFO: Scraping item 10704619 url https://www.openlane.eu/en/carv6/auction/10704619
2026-03-26 04: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-26 04: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-26 04:19:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 2719847b-1feb-55b3-a364-f60f1f130714 with identifier: 10704615
2026-03-26 04:19:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 2719847b-1feb-55b3-a364-f60f1f130714 with identifier: 10704615
2026-03-26 04:19:54 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 2719847b-1feb-55b3-a364-f60f1f130714 with identifier: 10704615 to the API
2026-03-26 04:19:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:19:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704615>
{'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-26T08:30:00Z',
'fuel_type': 'Diesel',
'id': '2719847b-1feb-55b3-a364-f60f1f130714',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1UWA489',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704615',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Ford',
'model': 'Transit',
'odometer': 58985,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 4900,
'price_includes_vat': True,
'registration_date': '2018-08-13',
'seats_number': 2,
'seller_name': 'Ayvens-BE',
'title': 'Ford Transit L2H2 2.0 TDCI Trend - Diesel - Manual - 130 hp - '
'58.985 km',
'transmission': 'manual',
'trim': 'Trend',
'vin': None,
'year': 2018}
2026-03-26 04:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704615%27 HTTP/1.1" 200 None
2026-03-26 04:19:54 [adesa.be] INFO: Saving data for 10704615: {'auction_closing_time': 1774513800.0, 'created_time': 1774192549.533369, 'last_price_update_time': 1774498794.791421}
2026-03-26 04:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:19:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704615') HTTP/1.1" 204 0
2026-03-26 04:19:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: af4032a9-0df8-5d5d-abd8-ebffd0e535e0 with identifier: 10704613
2026-03-26 04:19:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: af4032a9-0df8-5d5d-abd8-ebffd0e535e0 with identifier: 10704613
2026-03-26 04:19:54 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: af4032a9-0df8-5d5d-abd8-ebffd0e535e0 with identifier: 10704613 to the API
2026-03-26 04:19:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704613>
{'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': 125,
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'Petrol',
'id': 'af4032a9-0df8-5d5d-abd8-ebffd0e535e0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BTM029',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704613',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Ford',
'model': 'Puma',
'odometer': 18989,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 9700,
'price_includes_vat': True,
'registration_date': '2022-03-17',
'seats_number': 5,
'seller_name': 'Ayvens-BE',
'title': 'Ford Puma 1.0 Titanium - Petrol - Manual - 125 hp - 18.989 km',
'transmission': 'manual',
'trim': 'Titanium',
'vin': None,
'year': 2022}
2026-03-26 04:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704613%27 HTTP/1.1" 200 None
2026-03-26 04:19:55 [adesa.be] INFO: Saving data for 10704613: {'auction_closing_time': 1774513800.0, 'created_time': 1774192566.469295, 'last_price_update_time': 1774498795.074802}
2026-03-26 04:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704613') HTTP/1.1" 204 0
2026-03-26 04:19:55 [adesa.be] INFO: Found listing with ID: 10704637
2026-03-26 04:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704637%27 HTTP/1.1" 200 None
2026-03-26 04:19:55 [adesa.be] INFO: Scrape type for 10704637: 0
2026-03-26 04:19:55 [adesa.be] INFO: Skipping item 10704637 url https://www.openlane.eu/en/carv6/auction/10704637
2026-03-26 04:19:55 [adesa.be] INFO: Found listing with ID: 10704640
2026-03-26 04:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704640%27 HTTP/1.1" 200 None
2026-03-26 04:19:55 [adesa.be] INFO: Scrape type for 10704640: 0
2026-03-26 04:19:55 [adesa.be] INFO: Skipping item 10704640 url https://www.openlane.eu/en/carv6/auction/10704640
2026-03-26 04:19:55 [adesa.be] INFO: Found listing with ID: 10704641
2026-03-26 04:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704641%27 HTTP/1.1" 200 None
2026-03-26 04:19:55 [adesa.be] INFO: Scrape type for 10704641: 0
2026-03-26 04:19:55 [adesa.be] INFO: Skipping item 10704641 url https://www.openlane.eu/en/carv6/auction/10704641
2026-03-26 04:19:55 [adesa.be] INFO: Found listing with ID: 10704644
2026-03-26 04:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704644%27 HTTP/1.1" 200 None
2026-03-26 04:19:55 [adesa.be] INFO: Scrape type for 10704644: 0
2026-03-26 04:19:55 [adesa.be] INFO: Skipping item 10704644 url https://www.openlane.eu/en/carv6/auction/10704644
2026-03-26 04:19:55 [adesa.be] INFO: Found listing with ID: 10704645
2026-03-26 04:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704645%27 HTTP/1.1" 200 None
2026-03-26 04:19:55 [adesa.be] INFO: Scrape type for 10704645: 0
2026-03-26 04:19:55 [adesa.be] INFO: Skipping item 10704645 url https://www.openlane.eu/en/carv6/auction/10704645
2026-03-26 04:19:55 [adesa.be] INFO: Found listing with ID: 10704646
2026-03-26 04:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704646%27 HTTP/1.1" 200 None
2026-03-26 04:19:55 [adesa.be] INFO: Scrape type for 10704646: 0
2026-03-26 04:19:55 [adesa.be] INFO: Skipping item 10704646 url https://www.openlane.eu/en/carv6/auction/10704646
2026-03-26 04:19:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f281b0ef-4dd5-5b93-ba70-ab67ded0fda7 with identifier: 10704503
2026-03-26 04:19:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f281b0ef-4dd5-5b93-ba70-ab67ded0fda7 with scrape type 2
2026-03-26 04:19:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f281b0ef-4dd5-5b93-ba70-ab67ded0fda7 with scrape type 2
2026-03-26 04:19:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: f281b0ef-4dd5-5b93-ba70-ab67ded0fda7, identifier: 10704503
2026-03-26 04:19:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d821b89-39b8-5d80-8a31-2423e90ce308 with identifier: 10704620
2026-03-26 04:19:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d821b89-39b8-5d80-8a31-2423e90ce308 with scrape type 2
2026-03-26 04:19:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d821b89-39b8-5d80-8a31-2423e90ce308 with scrape type 2
2026-03-26 04:19:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 5d821b89-39b8-5d80-8a31-2423e90ce308, identifier: 10704620
2026-03-26 04:19:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704506> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:19:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: f281b0ef-4dd5-5b93-ba70-ab67ded0fda7 with identifier: 10704503
2026-03-26 04:19:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: f281b0ef-4dd5-5b93-ba70-ab67ded0fda7 with identifier: 10704503
2026-03-26 04:19:55 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: f281b0ef-4dd5-5b93-ba70-ab67ded0fda7 with identifier: 10704503 to the API
2026-03-26 04:19:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704503>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 150,
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'Diesel',
'id': 'f281b0ef-4dd5-5b93-ba70-ab67ded0fda7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YMY058',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704503',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'Q3',
'odometer': 100777,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 16900,
'price_includes_vat': True,
'registration_date': '2020-10-23',
'seats_number': 5,
'seller_name': 'Ayvens-BE',
'title': 'Audi Q3 35 TDI S Line - Diesel - Automatic - 150 hp - 100.777 km',
'transmission': 'automatic',
'trim': 'S Line',
'vin': None,
'year': 2020}
2026-03-26 04:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704503%27 HTTP/1.1" 200 None
2026-03-26 04:19:55 [adesa.be] INFO: Saving data for 10704503: {'auction_closing_time': 1774513800.0, 'created_time': 1774192546.327083, 'last_price_update_time': 1774498795.638499}
2026-03-26 04:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704503') HTTP/1.1" 204 0
2026-03-26 04:19:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 5d821b89-39b8-5d80-8a31-2423e90ce308 with identifier: 10704620
2026-03-26 04:19:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 5d821b89-39b8-5d80-8a31-2423e90ce308 with identifier: 10704620
2026-03-26 04:19:55 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 5d821b89-39b8-5d80-8a31-2423e90ce308 with identifier: 10704620 to the API
2026-03-26 04:19:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:19:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704620>
{'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-26T08:30:00Z',
'fuel_type': 'Electric',
'id': '5d821b89-39b8-5d80-8a31-2423e90ce308',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BXU869',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704620',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Kia',
'model': 'EV6',
'odometer': 169556,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13900,
'price_includes_vat': True,
'registration_date': '2022-05-03',
'seats_number': 5,
'seller_name': 'Ayvens-BE',
'title': 'Kia EV6 74 kWh Earth - Electric - Automatic - 229 hp - 169.556 km',
'transmission': 'automatic',
'trim': 'Earth',
'vin': None,
'year': 2022}
2026-03-26 04:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704620%27 HTTP/1.1" 200 None
2026-03-26 04:19:55 [adesa.be] INFO: Saving data for 10704620: {'auction_closing_time': 1774513800.0, 'created_time': 1774174523.547044, 'last_price_update_time': 1774498795.932569}
2026-03-26 04:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:19:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704620') HTTP/1.1" 204 0
2026-03-26 04: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-26 04:19:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704629> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:19:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704621> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:19:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704623> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04: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-26 04: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-26 04:19:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a6db09b-3950-5636-b396-3e3f35cc17cb with identifier: 10704506
2026-03-26 04:19:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a6db09b-3950-5636-b396-3e3f35cc17cb with scrape type 2
2026-03-26 04:19:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a6db09b-3950-5636-b396-3e3f35cc17cb with scrape type 2
2026-03-26 04:19:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 0a6db09b-3950-5636-b396-3e3f35cc17cb, identifier: 10704506
2026-03-26 04:19:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 0a6db09b-3950-5636-b396-3e3f35cc17cb with identifier: 10704506
2026-03-26 04:19:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 0a6db09b-3950-5636-b396-3e3f35cc17cb with identifier: 10704506
2026-03-26 04:19:56 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 0a6db09b-3950-5636-b396-3e3f35cc17cb with identifier: 10704506 to the API
2026-03-26 04:19:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704506>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'engine_horse_power': 150,
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'Hybrid',
'id': '0a6db09b-3950-5636-b396-3e3f35cc17cb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BUZ470',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704506',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'Q3',
'odometer': 93342,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 18100,
'price_includes_vat': True,
'registration_date': '2022-04-01',
'seats_number': 5,
'seller_name': 'Ayvens-BE',
'title': 'Audi Q3 Sportback 1.4 TFSI Attraction - Hybrid - Automatic - 150 hp '
'- 93.342 km',
'transmission': 'automatic',
'trim': 'Attraction',
'vin': None,
'year': 2022}
2026-03-26 04:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704506%27 HTTP/1.1" 200 None
2026-03-26 04:19:56 [adesa.be] INFO: Saving data for 10704506: {'auction_closing_time': 1774513800.0, 'created_time': 1774192546.688066, 'last_price_update_time': 1774498796.308814}
2026-03-26 04:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704506') HTTP/1.1" 204 0
2026-03-26 04:19:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704622> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04:19:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1833384-ecfc-532a-bef0-9db79308a011 with identifier: 10704629
2026-03-26 04:19:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1833384-ecfc-532a-bef0-9db79308a011 with scrape type 2
2026-03-26 04:19:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1833384-ecfc-532a-bef0-9db79308a011 with scrape type 2
2026-03-26 04:19:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: b1833384-ecfc-532a-bef0-9db79308a011, identifier: 10704629
2026-03-26 04:19:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df7e887c-6ccf-555e-9676-8ad503437bf3 with identifier: 10704621
2026-03-26 04:19:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df7e887c-6ccf-555e-9676-8ad503437bf3 with scrape type 2
2026-03-26 04:19:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df7e887c-6ccf-555e-9676-8ad503437bf3 with scrape type 2
2026-03-26 04:19:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: df7e887c-6ccf-555e-9676-8ad503437bf3, identifier: 10704621
2026-03-26 04:19:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c58d6da-2cff-58a1-b171-b253e9770209 with identifier: 10704623
2026-03-26 04:19:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c58d6da-2cff-58a1-b171-b253e9770209 with scrape type 2
2026-03-26 04:19:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c58d6da-2cff-58a1-b171-b253e9770209 with scrape type 2
2026-03-26 04:19:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 7c58d6da-2cff-58a1-b171-b253e9770209, identifier: 10704623
2026-03-26 04:19:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: b1833384-ecfc-532a-bef0-9db79308a011 with identifier: 10704629
2026-03-26 04:19:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: b1833384-ecfc-532a-bef0-9db79308a011 with identifier: 10704629
2026-03-26 04:19:56 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: b1833384-ecfc-532a-bef0-9db79308a011 with identifier: 10704629 to the API
2026-03-26 04:19:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704629>
{'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-26T08:30:00Z',
'fuel_type': 'Petrol',
'id': 'b1833384-ecfc-532a-bef0-9db79308a011',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2ABZ583',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704629',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'A',
'odometer': 47936,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 10600,
'price_includes_vat': True,
'registration_date': '2021-02-15',
'seats_number': 5,
'seller_name': 'Ayvens-BE',
'title': 'Mercedes-Benz A 160 Business Solution - Petrol - Manual - 109 hp - '
'47.936 km',
'transmission': 'manual',
'trim': 'Business Solution',
'vin': None,
'year': 2021}
2026-03-26 04:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704629%27 HTTP/1.1" 200 None
2026-03-26 04:19:56 [adesa.be] INFO: Saving data for 10704629: {'auction_closing_time': 1774513800.0, 'created_time': 1774174525.363587, 'last_price_update_time': 1774498796.922573}
2026-03-26 04:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704629') HTTP/1.1" 204 0
2026-03-26 04:19:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: df7e887c-6ccf-555e-9676-8ad503437bf3 with identifier: 10704621
2026-03-26 04:19:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: df7e887c-6ccf-555e-9676-8ad503437bf3 with identifier: 10704621
2026-03-26 04:19:57 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: df7e887c-6ccf-555e-9676-8ad503437bf3 with identifier: 10704621 to the API
2026-03-26 04:19:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:19:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704621>
{'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': 105,
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'Hybrid',
'id': 'df7e887c-6ccf-555e-9676-8ad503437bf3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BVD187',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704621',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Kia',
'model': 'Niro',
'odometer': 84029,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 11100,
'price_includes_vat': True,
'registration_date': '2022-04-04',
'seats_number': 5,
'seller_name': 'Ayvens-BE',
'title': 'Kia Niro 1.6 GDI - Hybrid - Automatic - 105 hp - 84.029 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-26 04:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704621%27 HTTP/1.1" 200 None
2026-03-26 04:19:57 [adesa.be] INFO: Saving data for 10704621: {'auction_closing_time': 1774513800.0, 'created_time': 1774174528.255879, 'last_price_update_time': 1774498797.210441}
2026-03-26 04:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704621') HTTP/1.1" 204 0
2026-03-26 04:19:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 7c58d6da-2cff-58a1-b171-b253e9770209 with identifier: 10704623
2026-03-26 04:19:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 7c58d6da-2cff-58a1-b171-b253e9770209 with identifier: 10704623
2026-03-26 04:19:57 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 7c58d6da-2cff-58a1-b171-b253e9770209 with identifier: 10704623 to the API
2026-03-26 04:19:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:19:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704623>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.6L',
'engine_horse_power': 132,
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'Petrol',
'id': '7c58d6da-2cff-58a1-b171-b253e9770209',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2AET053',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704623',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Kia',
'model': 'Sportage',
'odometer': 64684,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 9500,
'price_includes_vat': True,
'registration_date': '2021-03-11',
'seats_number': 5,
'seller_name': 'Ayvens-BE',
'title': 'Kia Sportage 1.6i - Petrol - Manual - 132 hp - 64.684 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2021}
2026-03-26 04:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704623%27 HTTP/1.1" 200 None
2026-03-26 04:19:57 [adesa.be] INFO: Saving data for 10704623: {'auction_closing_time': 1774513800.0, 'created_time': 1774174528.65147, 'last_price_update_time': 1774498797.517269}
2026-03-26 04:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704623') HTTP/1.1" 204 0
2026-03-26 04:19:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704625> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04:19:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46f442c1-9e7c-59fa-84fd-b4869158175d with identifier: 10704622
2026-03-26 04:19:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46f442c1-9e7c-59fa-84fd-b4869158175d with scrape type 2
2026-03-26 04:19:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46f442c1-9e7c-59fa-84fd-b4869158175d with scrape type 2
2026-03-26 04:19:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 46f442c1-9e7c-59fa-84fd-b4869158175d, identifier: 10704622
2026-03-26 04:19:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 46f442c1-9e7c-59fa-84fd-b4869158175d with identifier: 10704622
2026-03-26 04:19:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 46f442c1-9e7c-59fa-84fd-b4869158175d with identifier: 10704622
2026-03-26 04:19:57 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 46f442c1-9e7c-59fa-84fd-b4869158175d with identifier: 10704622 to the API
2026-03-26 04:19:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:19:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704622>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.6L',
'engine_horse_power': 150,
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'Petrol',
'id': '46f442c1-9e7c-59fa-84fd-b4869158175d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CRQ404',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704622',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Kia',
'model': 'Sportage',
'odometer': 82315,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 14000,
'price_includes_vat': True,
'registration_date': '2022-10-31',
'seats_number': 5,
'seller_name': 'Ayvens-BE',
'title': 'Kia Sportage 1.6 T-GDI - Petrol - Manual - 150 hp - 82.315 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2022}
2026-03-26 04:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704622%27 HTTP/1.1" 200 None
2026-03-26 04:19:57 [adesa.be] INFO: Saving data for 10704622: {'auction_closing_time': 1774513800.0, 'created_time': 1774174520.424313, 'last_price_update_time': 1774498797.882422}
2026-03-26 04:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704622') HTTP/1.1" 204 0
2026-03-26 04:19:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 448f32b5-ddcc-5cc0-a72f-e039dab2e454 with identifier: 10704625
2026-03-26 04:19:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 448f32b5-ddcc-5cc0-a72f-e039dab2e454 with scrape type 2
2026-03-26 04:19:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 448f32b5-ddcc-5cc0-a72f-e039dab2e454 with scrape type 2
2026-03-26 04:19:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 448f32b5-ddcc-5cc0-a72f-e039dab2e454, identifier: 10704625
2026-03-26 04:19:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 448f32b5-ddcc-5cc0-a72f-e039dab2e454 with identifier: 10704625
2026-03-26 04:19:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 448f32b5-ddcc-5cc0-a72f-e039dab2e454 with identifier: 10704625
2026-03-26 04:19:58 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 448f32b5-ddcc-5cc0-a72f-e039dab2e454 with identifier: 10704625 to the API
2026-03-26 04:19:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:19:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704625>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '2.0L',
'engine_horse_power': 204,
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'Hybrid',
'id': '448f32b5-ddcc-5cc0-a72f-e039dab2e454',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CSK648',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704625',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'C',
'odometer': 24570,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 21700,
'price_includes_vat': True,
'registration_date': '2022-11-09',
'seats_number': 5,
'seller_name': 'Ayvens-BE',
'title': 'Mercedes-Benz C 300e Luxury - Hybrid - Automatic - 204 hp - 24.570 '
'km',
'transmission': 'automatic',
'trim': 'Luxury',
'vin': None,
'year': 2022}
2026-03-26 04:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704625%27 HTTP/1.1" 200 None
2026-03-26 04:19:58 [adesa.be] INFO: Saving data for 10704625: {'auction_closing_time': 1774513800.0, 'created_time': 1774239334.779275, 'last_price_update_time': 1774498798.258684}
2026-03-26 04:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704625') HTTP/1.1" 204 0
2026-03-26 04:19:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704632> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:19:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704602> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:19:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704604> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04: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-26 04: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-26 04:19:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20e9888f-1e41-518b-b596-cd5bf89a6438 with identifier: 10704632
2026-03-26 04:19:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20e9888f-1e41-518b-b596-cd5bf89a6438 with scrape type 2
2026-03-26 04:19:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20e9888f-1e41-518b-b596-cd5bf89a6438 with scrape type 2
2026-03-26 04:19:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 20e9888f-1e41-518b-b596-cd5bf89a6438, identifier: 10704632
2026-03-26 04:19:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8317616-9292-5631-810f-f904c941be99 with identifier: 10704602
2026-03-26 04:19:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8317616-9292-5631-810f-f904c941be99 with scrape type 2
2026-03-26 04:19:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8317616-9292-5631-810f-f904c941be99 with scrape type 2
2026-03-26 04:19:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: a8317616-9292-5631-810f-f904c941be99, identifier: 10704602
2026-03-26 04:19:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 20e9888f-1e41-518b-b596-cd5bf89a6438 with identifier: 10704632
2026-03-26 04:19:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 20e9888f-1e41-518b-b596-cd5bf89a6438 with identifier: 10704632
2026-03-26 04:19:58 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 20e9888f-1e41-518b-b596-cd5bf89a6438 with identifier: 10704632 to the API
2026-03-26 04:19:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:19:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704632>
{'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-26T08:30:00Z',
'fuel_type': 'Petrol',
'id': '20e9888f-1e41-518b-b596-cd5bf89a6438',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2GSN123',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704632',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'A',
'odometer': 47006,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 10400,
'price_includes_vat': True,
'registration_date': '2020-02-24',
'seats_number': 5,
'seller_name': 'Ayvens-BE',
'title': 'Mercedes-Benz A 160 Business Solution - Petrol - Manual - 109 hp - '
'47.006 km',
'transmission': 'manual',
'trim': 'Business Solution',
'vin': None,
'year': 2020}
2026-03-26 04:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704632%27 HTTP/1.1" 200 None
2026-03-26 04:19:58 [adesa.be] INFO: Saving data for 10704632: {'auction_closing_time': 1774513800.0, 'created_time': 1774174527.662957, 'last_price_update_time': 1774498798.80612}
2026-03-26 04:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704632') HTTP/1.1" 204 0
2026-03-26 04:19:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: a8317616-9292-5631-810f-f904c941be99 with identifier: 10704602
2026-03-26 04:19:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: a8317616-9292-5631-810f-f904c941be99 with identifier: 10704602
2026-03-26 04:19:58 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: a8317616-9292-5631-810f-f904c941be99 with identifier: 10704602 to the API
2026-03-26 04:19:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:19:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704602>
{'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-26T08:30: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=10704602',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': 'X3',
'odometer': 173719,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 12700,
'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-26 04:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704602%27 HTTP/1.1" 200 None
2026-03-26 04:19:59 [adesa.be] INFO: Saving data for 10704602: {'auction_closing_time': 1774513800.0, 'created_time': 1774217740.739039, 'last_price_update_time': 1774498799.11068}
2026-03-26 04:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704602') HTTP/1.1" 204 0
2026-03-26 04:19:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704501> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:19:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8114b8d-bf7a-50be-9678-6bc3882c59bc with identifier: 10704604
2026-03-26 04:19:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8114b8d-bf7a-50be-9678-6bc3882c59bc with scrape type 2
2026-03-26 04:19:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8114b8d-bf7a-50be-9678-6bc3882c59bc with scrape type 2
2026-03-26 04:19:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: b8114b8d-bf7a-50be-9678-6bc3882c59bc, identifier: 10704604
2026-03-26 04: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-26 04:19:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704610> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:19:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704634> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:19:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: b8114b8d-bf7a-50be-9678-6bc3882c59bc with identifier: 10704604
2026-03-26 04:19:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: b8114b8d-bf7a-50be-9678-6bc3882c59bc with identifier: 10704604
2026-03-26 04:19:59 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: b8114b8d-bf7a-50be-9678-6bc3882c59bc with identifier: 10704604 to the API
2026-03-26 04:19:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:19:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704604>
{'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-26T08:30:00Z',
'fuel_type': 'Diesel',
'id': 'b8114b8d-bf7a-50be-9678-6bc3882c59bc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2ACU880',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704604',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': 'X4',
'odometer': 46934,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 19500,
'price_includes_vat': True,
'registration_date': '2021-02-23',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'BMW X4 20d Lounge - xDrive - Diesel - Automatic - 190 hp - 46.934 '
'km',
'transmission': 'automatic',
'trim': 'Lounge',
'vin': None,
'year': 2021}
2026-03-26 04:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704604%27 HTTP/1.1" 200 None
2026-03-26 04:19:59 [adesa.be] INFO: Saving data for 10704604: {'auction_closing_time': 1774513800.0, 'created_time': 1774217749.873276, 'last_price_update_time': 1774498799.492125}
2026-03-26 04:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704604') HTTP/1.1" 204 0
2026-03-26 04: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-26 04: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-26 04:19:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cd09220-a088-5330-a466-b209f4c6ce62 with identifier: 10704501
2026-03-26 04:19:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cd09220-a088-5330-a466-b209f4c6ce62 with scrape type 2
2026-03-26 04:19:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8cd09220-a088-5330-a466-b209f4c6ce62 with scrape type 2
2026-03-26 04:19:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 8cd09220-a088-5330-a466-b209f4c6ce62, identifier: 10704501
2026-03-26 04:19:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef6a4952-43cc-5a77-afb7-4bdf76e6aad8 with identifier: 10704610
2026-03-26 04:19:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef6a4952-43cc-5a77-afb7-4bdf76e6aad8 with scrape type 2
2026-03-26 04:19:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef6a4952-43cc-5a77-afb7-4bdf76e6aad8 with scrape type 2
2026-03-26 04:19:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: ef6a4952-43cc-5a77-afb7-4bdf76e6aad8, identifier: 10704610
2026-03-26 04:19:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 147e336d-d39a-5d8b-b9a6-590bd76b80b2 with identifier: 10704634
2026-03-26 04:19:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 147e336d-d39a-5d8b-b9a6-590bd76b80b2 with scrape type 2
2026-03-26 04:19:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 147e336d-d39a-5d8b-b9a6-590bd76b80b2 with scrape type 2
2026-03-26 04:19:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 147e336d-d39a-5d8b-b9a6-590bd76b80b2, identifier: 10704634
2026-03-26 04:19:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 8cd09220-a088-5330-a466-b209f4c6ce62 with identifier: 10704501
2026-03-26 04:19:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 8cd09220-a088-5330-a466-b209f4c6ce62 with identifier: 10704501
2026-03-26 04:19:59 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 8cd09220-a088-5330-a466-b209f4c6ce62 with identifier: 10704501 to the API
2026-03-26 04:19:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704501>
{'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': 136,
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'Diesel',
'id': '8cd09220-a088-5330-a466-b209f4c6ce62',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2CRT887',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704501',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'A5',
'odometer': 195631,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13400,
'price_includes_vat': True,
'registration_date': '2022-11-02',
'seats_number': 4,
'seller_name': 'Ayvens België',
'title': 'Audi A5 Sportback 30 TDI Attraction - Diesel - Automatic - 136 hp - '
'195.631 km',
'transmission': 'automatic',
'trim': 'Attraction',
'vin': None,
'year': 2022}
2026-03-26 04:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704501%27 HTTP/1.1" 200 None
2026-03-26 04:20:00 [adesa.be] INFO: Saving data for 10704501: {'auction_closing_time': 1774513800.0, 'created_time': 1774192529.42893, 'last_price_update_time': 1774498800.042174}
2026-03-26 04:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704501') HTTP/1.1" 204 0
2026-03-26 04:20:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: ef6a4952-43cc-5a77-afb7-4bdf76e6aad8 with identifier: 10704610
2026-03-26 04:20:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: ef6a4952-43cc-5a77-afb7-4bdf76e6aad8 with identifier: 10704610
2026-03-26 04:20:00 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: ef6a4952-43cc-5a77-afb7-4bdf76e6aad8 with identifier: 10704610 to the API
2026-03-26 04:20:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704610>
{'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': 120,
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'Diesel',
'id': 'ef6a4952-43cc-5a77-afb7-4bdf76e6aad8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BVD516',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704610',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Ford',
'model': 'Focus',
'odometer': 146502,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 5500,
'price_includes_vat': True,
'registration_date': '2022-04-04',
'seats_number': 5,
'seller_name': 'Ayvens-BE',
'title': 'Ford Focus Active 1.5 EcoBlue - Diesel - Manual - 120 hp - 146.502 '
'km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2022}
2026-03-26 04:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704610%27 HTTP/1.1" 200 None
2026-03-26 04:20:00 [adesa.be] INFO: Saving data for 10704610: {'auction_closing_time': 1774513800.0, 'created_time': 1774217741.717409, 'last_price_update_time': 1774498800.338652}
2026-03-26 04:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704610') HTTP/1.1" 204 0
2026-03-26 04:20:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 147e336d-d39a-5d8b-b9a6-590bd76b80b2 with identifier: 10704634
2026-03-26 04:20:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 147e336d-d39a-5d8b-b9a6-590bd76b80b2 with identifier: 10704634
2026-03-26 04:20:00 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 147e336d-d39a-5d8b-b9a6-590bd76b80b2 with identifier: 10704634 to the API
2026-03-26 04:20:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704634>
{'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': 150,
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'Diesel',
'id': '147e336d-d39a-5d8b-b9a6-590bd76b80b2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BAC866',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704634',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'GLB',
'odometer': 145205,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 17100,
'price_includes_vat': True,
'registration_date': '2021-09-03',
'seats_number': 5,
'seller_name': 'Ayvens-BE',
'title': 'Mercedes-Benz GLB 200d Business Solution - Diesel - Automatic - 150 '
'hp - 145.205 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2021}
2026-03-26 04:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704634%27 HTTP/1.1" 200 None
2026-03-26 04:20:00 [adesa.be] INFO: Saving data for 10704634: {'auction_closing_time': 1774513800.0, 'created_time': 1774239337.396411, 'last_price_update_time': 1774498800.595093}
2026-03-26 04:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704634') HTTP/1.1" 204 0
2026-03-26 04:20:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704616> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704617> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04: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-26 04:20:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704609> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04:20:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0de98975-9f0f-5af4-8156-6c34bfe153f7 with identifier: 10704616
2026-03-26 04:20:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0de98975-9f0f-5af4-8156-6c34bfe153f7 with scrape type 2
2026-03-26 04:20:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0de98975-9f0f-5af4-8156-6c34bfe153f7 with scrape type 2
2026-03-26 04:20:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 0de98975-9f0f-5af4-8156-6c34bfe153f7, identifier: 10704616
2026-03-26 04:20:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ecbf205d-90a8-5e98-a727-b76db4a6019f with identifier: 10704617
2026-03-26 04:20:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ecbf205d-90a8-5e98-a727-b76db4a6019f with scrape type 2
2026-03-26 04:20:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ecbf205d-90a8-5e98-a727-b76db4a6019f with scrape type 2
2026-03-26 04:20:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: ecbf205d-90a8-5e98-a727-b76db4a6019f, identifier: 10704617
2026-03-26 04:20:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 0de98975-9f0f-5af4-8156-6c34bfe153f7 with identifier: 10704616
2026-03-26 04:20:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 0de98975-9f0f-5af4-8156-6c34bfe153f7 with identifier: 10704616
2026-03-26 04:20:01 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 0de98975-9f0f-5af4-8156-6c34bfe153f7 with identifier: 10704616 to the API
2026-03-26 04:20:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704616>
{'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-26T08:30:00Z',
'fuel_type': 'Diesel',
'id': '0de98975-9f0f-5af4-8156-6c34bfe153f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1UCZ059',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704616',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Ford',
'model': 'Transit',
'odometer': 81355,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 6500,
'price_includes_vat': True,
'registration_date': '2018-04-04',
'seats_number': 2,
'seller_name': 'Ayvens België',
'title': 'Ford Transit L2H2 2.0 TDCI Trend - Diesel - Manual - 130 hp - '
'81.355 km',
'transmission': 'manual',
'trim': 'Trend',
'vin': None,
'year': 2018}
2026-03-26 04:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704616%27 HTTP/1.1" 200 None
2026-03-26 04:20:01 [adesa.be] INFO: Saving data for 10704616: {'auction_closing_time': 1774513800.0, 'created_time': 1774192572.0223489, 'last_price_update_time': 1774498801.209134}
2026-03-26 04:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704616') HTTP/1.1" 204 0
2026-03-26 04:20:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: ecbf205d-90a8-5e98-a727-b76db4a6019f with identifier: 10704617
2026-03-26 04:20:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: ecbf205d-90a8-5e98-a727-b76db4a6019f with identifier: 10704617
2026-03-26 04:20:01 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: ecbf205d-90a8-5e98-a727-b76db4a6019f with identifier: 10704617 to the API
2026-03-26 04:20:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704617>
{'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-26T08:30:00Z',
'fuel_type': 'Diesel',
'id': 'ecbf205d-90a8-5e98-a727-b76db4a6019f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1UWA503',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704617',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Ford',
'model': 'Transit',
'odometer': 96332,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 4500,
'price_includes_vat': True,
'registration_date': '2018-08-13',
'seats_number': 2,
'seller_name': 'Ayvens België',
'title': 'Ford Transit L2H2 2.0 TDCI Trend - Diesel - Manual - 130 hp - '
'96.332 km',
'transmission': 'manual',
'trim': 'Trend',
'vin': None,
'year': 2018}
2026-03-26 04:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704617%27 HTTP/1.1" 200 None
2026-03-26 04:20:01 [adesa.be] INFO: Saving data for 10704617: {'auction_closing_time': 1774513800.0, 'created_time': 1774192572.369175, 'last_price_update_time': 1774498801.488667}
2026-03-26 04:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704617') HTTP/1.1" 204 0
2026-03-26 04:20: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-26 04: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-26 04:20:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b836fdd3-1d19-57bc-a189-5d49052bc5c9 with identifier: 10704609
2026-03-26 04:20:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b836fdd3-1d19-57bc-a189-5d49052bc5c9 with scrape type 2
2026-03-26 04:20:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b836fdd3-1d19-57bc-a189-5d49052bc5c9 with scrape type 2
2026-03-26 04:20:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: b836fdd3-1d19-57bc-a189-5d49052bc5c9, identifier: 10704609
2026-03-26 04:20:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: b836fdd3-1d19-57bc-a189-5d49052bc5c9 with identifier: 10704609
2026-03-26 04:20:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: b836fdd3-1d19-57bc-a189-5d49052bc5c9 with identifier: 10704609
2026-03-26 04:20:01 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: b836fdd3-1d19-57bc-a189-5d49052bc5c9 with identifier: 10704609 to the API
2026-03-26 04:20:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704609>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': 'Estate',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 120,
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'Diesel',
'id': 'b836fdd3-1d19-57bc-a189-5d49052bc5c9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YTE045',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704609',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Ford',
'model': 'Focus',
'odometer': 168850,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 5400,
'price_includes_vat': True,
'registration_date': '2020-11-26',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Ford Focus 1.5 EcoBlue Titanium - Diesel - Automatic - 120 hp - '
'168.850 km',
'transmission': 'automatic',
'trim': 'Titanium',
'vin': None,
'year': 2020}
2026-03-26 04:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704609%27 HTTP/1.1" 200 None
2026-03-26 04:20:01 [adesa.be] INFO: Saving data for 10704609: {'auction_closing_time': 1774513800.0, 'created_time': 1774217742.906865, 'last_price_update_time': 1774498801.913413}
2026-03-26 04:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704609') HTTP/1.1" 204 0
2026-03-26 04:20:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704619> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04:20:01 [adesa.be] INFO: Found listing with ID: 10704648
2026-03-26 04:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704648%27 HTTP/1.1" 200 None
2026-03-26 04:20:01 [adesa.be] INFO: Scrape type for 10704648: 0
2026-03-26 04:20:01 [adesa.be] INFO: Skipping item 10704648 url https://www.openlane.eu/en/carv6/auction/10704648
2026-03-26 04:20:01 [adesa.be] INFO: Found listing with ID: 10704650
2026-03-26 04:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704650%27 HTTP/1.1" 200 None
2026-03-26 04:20:01 [adesa.be] INFO: Scrape type for 10704650: 0
2026-03-26 04:20:01 [adesa.be] INFO: Skipping item 10704650 url https://www.openlane.eu/en/carv6/auction/10704650
2026-03-26 04:20:01 [adesa.be] INFO: Found listing with ID: 10704649
2026-03-26 04:20:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704649%27 HTTP/1.1" 200 None
2026-03-26 04:20:01 [adesa.be] INFO: Scrape type for 10704649: 0
2026-03-26 04:20:01 [adesa.be] INFO: Skipping item 10704649 url https://www.openlane.eu/en/carv6/auction/10704649
2026-03-26 04:20:01 [adesa.be] INFO: Found listing with ID: 10704653
2026-03-26 04:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704653%27 HTTP/1.1" 200 None
2026-03-26 04:20:02 [adesa.be] INFO: Scrape type for 10704653: 2
2026-03-26 04:20:02 [adesa.be] INFO: Scraping item 10704653 url https://www.openlane.eu/en/carv6/auction/10704653
2026-03-26 04:20:02 [adesa.be] INFO: Found listing with ID: 10704655
2026-03-26 04:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704655%27 HTTP/1.1" 200 None
2026-03-26 04:20:02 [adesa.be] INFO: Scrape type for 10704655: 2
2026-03-26 04:20:02 [adesa.be] INFO: Scraping item 10704655 url https://www.openlane.eu/en/carv6/auction/10704655
2026-03-26 04:20:02 [adesa.be] INFO: Found listing with ID: 10704654
2026-03-26 04:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704654%27 HTTP/1.1" 200 None
2026-03-26 04:20:02 [adesa.be] INFO: Scrape type for 10704654: 2
2026-03-26 04:20:02 [adesa.be] INFO: Scraping item 10704654 url https://www.openlane.eu/en/carv6/auction/10704654
2026-03-26 04:20:02 [adesa.be] INFO: Found listing with ID: 10704656
2026-03-26 04:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704656%27 HTTP/1.1" 200 None
2026-03-26 04:20:02 [adesa.be] INFO: Scrape type for 10704656: 2
2026-03-26 04:20:02 [adesa.be] INFO: Scraping item 10704656 url https://www.openlane.eu/en/carv6/auction/10704656
2026-03-26 04:20:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a974201-af3b-526c-a349-18643fd6cc67 with identifier: 10704619
2026-03-26 04:20:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a974201-af3b-526c-a349-18643fd6cc67 with scrape type 2
2026-03-26 04:20:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a974201-af3b-526c-a349-18643fd6cc67 with scrape type 2
2026-03-26 04:20:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 0a974201-af3b-526c-a349-18643fd6cc67, identifier: 10704619
2026-03-26 04:20:02 [adesa.be] INFO: Found listing with ID: 10704657
2026-03-26 04:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704657%27 HTTP/1.1" 200 None
2026-03-26 04:20:02 [adesa.be] INFO: Scrape type for 10704657: 2
2026-03-26 04:20:02 [adesa.be] INFO: Scraping item 10704657 url https://www.openlane.eu/en/carv6/auction/10704657
2026-03-26 04:20:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 0a974201-af3b-526c-a349-18643fd6cc67 with identifier: 10704619
2026-03-26 04:20:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 0a974201-af3b-526c-a349-18643fd6cc67 with identifier: 10704619
2026-03-26 04:20:02 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 0a974201-af3b-526c-a349-18643fd6cc67 with identifier: 10704619 to the API
2026-03-26 04:20:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704619>
{'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': 180,
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'Hybrid',
'id': '0a974201-af3b-526c-a349-18643fd6cc67',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BSR730',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704619',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 26765,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 18500,
'price_includes_vat': True,
'registration_date': '2022-03-09',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Hyundai Tucson 1.6 T-GDI Shine - AWD - Hybrid - Automatic - 180 hp '
'- 26.765 km',
'transmission': 'automatic',
'trim': 'Shine',
'vin': None,
'year': 2022}
2026-03-26 04:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704619%27 HTTP/1.1" 200 None
2026-03-26 04:20:02 [adesa.be] INFO: Saving data for 10704619: {'auction_closing_time': 1774513800.0, 'created_time': 1774192555.435041, 'last_price_update_time': 1774498802.440841}
2026-03-26 04:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704619') HTTP/1.1" 204 0
2026-03-26 04:20:02 [adesa.be] INFO: Found listing with ID: 10704658
2026-03-26 04:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704658%27 HTTP/1.1" 200 None
2026-03-26 04:20:02 [adesa.be] INFO: Scrape type for 10704658: 2
2026-03-26 04:20:02 [adesa.be] INFO: Scraping item 10704658 url https://www.openlane.eu/en/carv6/auction/10704658
2026-03-26 04:20:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704612> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704611> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:02 [adesa.be] INFO: Found listing with ID: 10704659
2026-03-26 04:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704659%27 HTTP/1.1" 200 None
2026-03-26 04:20:02 [adesa.be] INFO: Scrape type for 10704659: 2
2026-03-26 04:20:02 [adesa.be] INFO: Scraping item 10704659 url https://www.openlane.eu/en/carv6/auction/10704659
2026-03-26 04: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-26 04: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-26 04:20:02 [adesa.be] INFO: Found listing with ID: 10704662
2026-03-26 04:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704662%27 HTTP/1.1" 200 None
2026-03-26 04:20:02 [adesa.be] INFO: Scrape type for 10704662: 2
2026-03-26 04:20:02 [adesa.be] INFO: Scraping item 10704662 url https://www.openlane.eu/en/carv6/auction/10704662
2026-03-26 04:20:02 [adesa.be] INFO: Found listing with ID: 10704663
2026-03-26 04:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704663%27 HTTP/1.1" 200 None
2026-03-26 04:20:02 [adesa.be] INFO: Scrape type for 10704663: 2
2026-03-26 04:20:02 [adesa.be] INFO: Scraping item 10704663 url https://www.openlane.eu/en/carv6/auction/10704663
2026-03-26 04:20:02 [adesa.be] INFO: Found listing with ID: 10704664
2026-03-26 04:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704664%27 HTTP/1.1" 200 None
2026-03-26 04:20:02 [adesa.be] INFO: Scrape type for 10704664: 0
2026-03-26 04:20:02 [adesa.be] INFO: Skipping item 10704664 url https://www.openlane.eu/en/carv6/auction/10704664
2026-03-26 04:20:02 [adesa.be] INFO: Found listing with ID: 10704667
2026-03-26 04:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704667%27 HTTP/1.1" 200 None
2026-03-26 04:20:02 [adesa.be] INFO: Scrape type for 10704667: 0
2026-03-26 04:20:02 [adesa.be] INFO: Skipping item 10704667 url https://www.openlane.eu/en/carv6/auction/10704667
2026-03-26 04:20:02 [adesa.be] INFO: Found listing with ID: 10704668
2026-03-26 04:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704668%27 HTTP/1.1" 200 None
2026-03-26 04:20:02 [adesa.be] INFO: Scrape type for 10704668: 0
2026-03-26 04:20:02 [adesa.be] INFO: Skipping item 10704668 url https://www.openlane.eu/en/carv6/auction/10704668
2026-03-26 04:20:02 [adesa.be] INFO: Found listing with ID: 10704677
2026-03-26 04:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704677%27 HTTP/1.1" 200 None
2026-03-26 04:20:02 [adesa.be] INFO: Scrape type for 10704677: 0
2026-03-26 04:20:02 [adesa.be] INFO: Skipping item 10704677 url https://www.openlane.eu/en/carv6/auction/10704677
2026-03-26 04:20:02 [adesa.be] INFO: Found listing with ID: 10704678
2026-03-26 04:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704678%27 HTTP/1.1" 200 None
2026-03-26 04:20:02 [adesa.be] INFO: Scrape type for 10704678: 2
2026-03-26 04:20:02 [adesa.be] INFO: Scraping item 10704678 url https://www.openlane.eu/en/carv6/auction/10704678
2026-03-26 04:20:02 [adesa.be] INFO: Found listing with ID: 10704676
2026-03-26 04:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704676%27 HTTP/1.1" 200 None
2026-03-26 04:20:02 [adesa.be] INFO: Scrape type for 10704676: 2
2026-03-26 04:20:02 [adesa.be] INFO: Scraping item 10704676 url https://www.openlane.eu/en/carv6/auction/10704676
2026-03-26 04:20:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704607> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b537de54-e4d5-50c8-a178-b86cbe66eb1a with identifier: 10704612
2026-03-26 04:20:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b537de54-e4d5-50c8-a178-b86cbe66eb1a with scrape type 2
2026-03-26 04:20:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b537de54-e4d5-50c8-a178-b86cbe66eb1a with scrape type 2
2026-03-26 04:20:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: b537de54-e4d5-50c8-a178-b86cbe66eb1a, identifier: 10704612
2026-03-26 04:20:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5411166-541e-5e0e-9016-7a38b49b13dc with identifier: 10704611
2026-03-26 04:20:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5411166-541e-5e0e-9016-7a38b49b13dc with scrape type 2
2026-03-26 04:20:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a5411166-541e-5e0e-9016-7a38b49b13dc with scrape type 2
2026-03-26 04:20:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: a5411166-541e-5e0e-9016-7a38b49b13dc, identifier: 10704611
2026-03-26 04:20:02 [adesa.be] INFO: Found listing with ID: 10704679
2026-03-26 04:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704679%27 HTTP/1.1" 200 None
2026-03-26 04:20:02 [adesa.be] INFO: Scrape type for 10704679: 2
2026-03-26 04:20:02 [adesa.be] INFO: Scraping item 10704679 url https://www.openlane.eu/en/carv6/auction/10704679
2026-03-26 04: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-26 04:20:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: b537de54-e4d5-50c8-a178-b86cbe66eb1a with identifier: 10704612
2026-03-26 04:20:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: b537de54-e4d5-50c8-a178-b86cbe66eb1a with identifier: 10704612
2026-03-26 04:20:03 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: b537de54-e4d5-50c8-a178-b86cbe66eb1a with identifier: 10704612 to the API
2026-03-26 04:20:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704612>
{'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-26T08:30:00Z',
'fuel_type': 'Diesel',
'id': 'b537de54-e4d5-50c8-a178-b86cbe66eb1a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2AET481',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704612',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Ford',
'model': 'Kuga',
'odometer': 243771,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 6100,
'price_includes_vat': True,
'registration_date': '2021-03-11',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Ford Kuga 1.5 TDCI Trend - Diesel - Automatic - 120 hp - 243.771 km',
'transmission': 'automatic',
'trim': 'Trend',
'vin': None,
'year': 2021}
2026-03-26 04:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704612%27 HTTP/1.1" 200 None
2026-03-26 04:20:03 [adesa.be] INFO: Saving data for 10704612: {'auction_closing_time': 1774513800.0, 'created_time': 1774192570.947108, 'last_price_update_time': 1774498803.192195}
2026-03-26 04:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704612') HTTP/1.1" 204 0
2026-03-26 04:20:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: a5411166-541e-5e0e-9016-7a38b49b13dc with identifier: 10704611
2026-03-26 04:20:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: a5411166-541e-5e0e-9016-7a38b49b13dc with identifier: 10704611
2026-03-26 04:20:03 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: a5411166-541e-5e0e-9016-7a38b49b13dc with identifier: 10704611 to the API
2026-03-26 04:20:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704611>
{'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-26T08:30: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=10704611',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Ford',
'model': 'Kuga',
'odometer': 131988,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 11500,
'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-26 04:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704611%27 HTTP/1.1" 200 None
2026-03-26 04:20:03 [adesa.be] INFO: Saving data for 10704611: {'auction_closing_time': 1774513800.0, 'created_time': 1774279569.308595, 'last_price_update_time': 1774498803.556668}
2026-03-26 04:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704611') HTTP/1.1" 204 0
2026-03-26 04:20:03 [adesa.be] INFO: Found listing with ID: 10704680
2026-03-26 04:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704680%27 HTTP/1.1" 200 None
2026-03-26 04:20:03 [adesa.be] INFO: Scrape type for 10704680: 2
2026-03-26 04:20:03 [adesa.be] INFO: Scraping item 10704680 url https://www.openlane.eu/en/carv6/auction/10704680
2026-03-26 04:20:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704606> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04:20:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b05d6476-d1d8-5853-82c4-34b476a28877 with identifier: 10704607
2026-03-26 04:20:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b05d6476-d1d8-5853-82c4-34b476a28877 with scrape type 2
2026-03-26 04:20:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b05d6476-d1d8-5853-82c4-34b476a28877 with scrape type 2
2026-03-26 04:20:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: b05d6476-d1d8-5853-82c4-34b476a28877, identifier: 10704607
2026-03-26 04:20:03 [adesa.be] INFO: Found listing with ID: 10704681
2026-03-26 04:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704681%27 HTTP/1.1" 200 None
2026-03-26 04:20:03 [adesa.be] INFO: Scrape type for 10704681: 2
2026-03-26 04:20:03 [adesa.be] INFO: Scraping item 10704681 url https://www.openlane.eu/en/carv6/auction/10704681
2026-03-26 04:20:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: b05d6476-d1d8-5853-82c4-34b476a28877 with identifier: 10704607
2026-03-26 04:20:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: b05d6476-d1d8-5853-82c4-34b476a28877 with identifier: 10704607
2026-03-26 04:20:03 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: b05d6476-d1d8-5853-82c4-34b476a28877 with identifier: 10704607 to the API
2026-03-26 04:20:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704607>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'engine_horse_power': 204,
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'Hybrid',
'id': 'b05d6476-d1d8-5853-82c4-34b476a28877',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2EXN861',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704607',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Cupra',
'model': 'Leon',
'odometer': 97,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 17100,
'price_includes_vat': True,
'registration_date': '2024-02-28',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Cupra Leon 1.4 e-Hybrid - Hybrid - Automatic - 204 hp - 97 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2024}
2026-03-26 04:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704607%27 HTTP/1.1" 200 None
2026-03-26 04:20:03 [adesa.be] INFO: Saving data for 10704607: {'auction_closing_time': 1774513800.0, 'created_time': 1774281025.864742, 'last_price_update_time': 1774498803.99665}
2026-03-26 04:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704607') HTTP/1.1" 204 0
2026-03-26 04:20:04 [adesa.be] INFO: Found listing with ID: 10704682
2026-03-26 04:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704682%27 HTTP/1.1" 200 None
2026-03-26 04:20:04 [adesa.be] INFO: Scrape type for 10704682: 2
2026-03-26 04:20:04 [adesa.be] INFO: Scraping item 10704682 url https://www.openlane.eu/en/carv6/auction/10704682
2026-03-26 04:20:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704496> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04:20:04 [adesa.be] INFO: Found listing with ID: 10704684
2026-03-26 04:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704684%27 HTTP/1.1" 200 None
2026-03-26 04:20:04 [adesa.be] INFO: Scrape type for 10704684: 2
2026-03-26 04:20:04 [adesa.be] INFO: Scraping item 10704684 url https://www.openlane.eu/en/carv6/auction/10704684
2026-03-26 04:20:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f98051dd-f2f6-5249-a729-d61e4846cc6a with identifier: 10704606
2026-03-26 04:20:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f98051dd-f2f6-5249-a729-d61e4846cc6a with scrape type 2
2026-03-26 04:20:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f98051dd-f2f6-5249-a729-d61e4846cc6a with scrape type 2
2026-03-26 04:20:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: f98051dd-f2f6-5249-a729-d61e4846cc6a, identifier: 10704606
2026-03-26 04:20:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: f98051dd-f2f6-5249-a729-d61e4846cc6a with identifier: 10704606
2026-03-26 04:20:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: f98051dd-f2f6-5249-a729-d61e4846cc6a with identifier: 10704606
2026-03-26 04:20:04 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: f98051dd-f2f6-5249-a729-d61e4846cc6a with identifier: 10704606 to the API
2026-03-26 04:20:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704606>
{'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': 131,
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'Petrol',
'id': 'f98051dd-f2f6-5249-a729-d61e4846cc6a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BLG853',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704606',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Citroën',
'model': 'C5',
'odometer': 47312,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 8500,
'price_includes_vat': True,
'registration_date': '2022-01-03',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Citroën C5 Aircross 1.2i Business - Petrol - Manual - 131 hp - '
'47.312 km',
'transmission': 'manual',
'trim': 'Business',
'vin': None,
'year': 2022}
2026-03-26 04:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704606%27 HTTP/1.1" 200 None
2026-03-26 04:20:04 [adesa.be] INFO: Saving data for 10704606: {'auction_closing_time': 1774513800.0, 'created_time': 1774217742.132273, 'last_price_update_time': 1774498804.498292}
2026-03-26 04:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704606') HTTP/1.1" 204 0
2026-03-26 04:20:04 [adesa.be] INFO: Found listing with ID: 10724876
2026-03-26 04:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724876%27 HTTP/1.1" 200 None
2026-03-26 04:20:04 [adesa.be] INFO: Scrape type for 10724876: 0
2026-03-26 04:20:04 [adesa.be] INFO: Skipping item 10724876 url https://www.openlane.eu/en/carv6/auction/10724876
2026-03-26 04:20:04 [adesa.be] INFO: Found listing with ID: 10724814
2026-03-26 04:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724814%27 HTTP/1.1" 200 None
2026-03-26 04:20:04 [adesa.be] INFO: Scrape type for 10724814: 0
2026-03-26 04:20:04 [adesa.be] INFO: Skipping item 10724814 url https://www.openlane.eu/en/carv6/auction/10724814
2026-03-26 04:20:04 [adesa.be] INFO: Found listing with ID: 10724853
2026-03-26 04:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724853%27 HTTP/1.1" 200 None
2026-03-26 04:20:04 [adesa.be] INFO: Scrape type for 10724853: 0
2026-03-26 04:20:04 [adesa.be] INFO: Skipping item 10724853 url https://www.openlane.eu/en/carv6/auction/10724853
2026-03-26 04:20:04 [adesa.be] INFO: Found listing with ID: 10724837
2026-03-26 04:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724837%27 HTTP/1.1" 200 None
2026-03-26 04:20:04 [adesa.be] INFO: Scrape type for 10724837: 0
2026-03-26 04:20:04 [adesa.be] INFO: Skipping item 10724837 url https://www.openlane.eu/en/carv6/auction/10724837
2026-03-26 04:20:04 [adesa.be] INFO: Found listing with ID: 10724869
2026-03-26 04:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724869%27 HTTP/1.1" 200 None
2026-03-26 04:20:04 [adesa.be] INFO: Scrape type for 10724869: 0
2026-03-26 04:20:04 [adesa.be] INFO: Skipping item 10724869 url https://www.openlane.eu/en/carv6/auction/10724869
2026-03-26 04:20:04 [adesa.be] INFO: Found listing with ID: 10724849
2026-03-26 04:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724849%27 HTTP/1.1" 200 None
2026-03-26 04:20:04 [adesa.be] INFO: Scrape type for 10724849: 0
2026-03-26 04:20:04 [adesa.be] INFO: Skipping item 10724849 url https://www.openlane.eu/en/carv6/auction/10724849
2026-03-26 04:20:04 [adesa.be] INFO: Found listing with ID: 10724863
2026-03-26 04:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724863%27 HTTP/1.1" 200 None
2026-03-26 04:20:04 [adesa.be] INFO: Scrape type for 10724863: 0
2026-03-26 04:20:04 [adesa.be] INFO: Skipping item 10724863 url https://www.openlane.eu/en/carv6/auction/10724863
2026-03-26 04:20:04 [adesa.be] INFO: Found listing with ID: 10724867
2026-03-26 04:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724867%27 HTTP/1.1" 200 None
2026-03-26 04:20:04 [adesa.be] INFO: Scrape type for 10724867: 0
2026-03-26 04:20:04 [adesa.be] INFO: Skipping item 10724867 url https://www.openlane.eu/en/carv6/auction/10724867
2026-03-26 04:20:04 [adesa.be] INFO: Found listing with ID: 10724850
2026-03-26 04:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724850%27 HTTP/1.1" 200 None
2026-03-26 04:20:04 [adesa.be] INFO: Scrape type for 10724850: 0
2026-03-26 04:20:04 [adesa.be] INFO: Skipping item 10724850 url https://www.openlane.eu/en/carv6/auction/10724850
2026-03-26 04:20:04 [adesa.be] INFO: Found listing with ID: 10724842
2026-03-26 04:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724842%27 HTTP/1.1" 200 None
2026-03-26 04:20:04 [adesa.be] INFO: Scrape type for 10724842: 0
2026-03-26 04:20:04 [adesa.be] INFO: Skipping item 10724842 url https://www.openlane.eu/en/carv6/auction/10724842
2026-03-26 04:20:04 [adesa.be] INFO: Found listing with ID: 10724818
2026-03-26 04:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724818%27 HTTP/1.1" 200 None
2026-03-26 04:20:04 [adesa.be] INFO: Scrape type for 10724818: 0
2026-03-26 04:20:04 [adesa.be] INFO: Skipping item 10724818 url https://www.openlane.eu/en/carv6/auction/10724818
2026-03-26 04:20:04 [adesa.be] INFO: Found listing with ID: 10724838
2026-03-26 04:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724838%27 HTTP/1.1" 200 None
2026-03-26 04:20:04 [adesa.be] INFO: Scrape type for 10724838: 0
2026-03-26 04:20:04 [adesa.be] INFO: Skipping item 10724838 url https://www.openlane.eu/en/carv6/auction/10724838
2026-03-26 04:20:04 [adesa.be] INFO: Found listing with ID: 10724813
2026-03-26 04:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724813%27 HTTP/1.1" 200 None
2026-03-26 04:20:04 [adesa.be] INFO: Scrape type for 10724813: 0
2026-03-26 04:20:04 [adesa.be] INFO: Skipping item 10724813 url https://www.openlane.eu/en/carv6/auction/10724813
2026-03-26 04:20:04 [adesa.be] INFO: Found listing with ID: 10724811
2026-03-26 04:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724811%27 HTTP/1.1" 200 None
2026-03-26 04:20:04 [adesa.be] INFO: Scrape type for 10724811: 0
2026-03-26 04:20:04 [adesa.be] INFO: Skipping item 10724811 url https://www.openlane.eu/en/carv6/auction/10724811
2026-03-26 04:20:04 [adesa.be] INFO: Found listing with ID: 10724879
2026-03-26 04:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724879%27 HTTP/1.1" 200 None
2026-03-26 04:20:04 [adesa.be] INFO: Scrape type for 10724879: 0
2026-03-26 04:20:04 [adesa.be] INFO: Skipping item 10724879 url https://www.openlane.eu/en/carv6/auction/10724879
2026-03-26 04:20:04 [adesa.be] INFO: Found listing with ID: 10724881
2026-03-26 04:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724881%27 HTTP/1.1" 200 None
2026-03-26 04:20:04 [adesa.be] INFO: Scrape type for 10724881: 0
2026-03-26 04:20:04 [adesa.be] INFO: Skipping item 10724881 url https://www.openlane.eu/en/carv6/auction/10724881
2026-03-26 04:20:04 [adesa.be] INFO: Found listing with ID: 10724822
2026-03-26 04:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724822%27 HTTP/1.1" 200 None
2026-03-26 04:20:04 [adesa.be] INFO: Scrape type for 10724822: 0
2026-03-26 04:20:04 [adesa.be] INFO: Skipping item 10724822 url https://www.openlane.eu/en/carv6/auction/10724822
2026-03-26 04:20:04 [adesa.be] INFO: Found listing with ID: 10724851
2026-03-26 04:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724851%27 HTTP/1.1" 200 None
2026-03-26 04:20:04 [adesa.be] INFO: Scrape type for 10724851: 0
2026-03-26 04:20:04 [adesa.be] INFO: Skipping item 10724851 url https://www.openlane.eu/en/carv6/auction/10724851
2026-03-26 04:20:04 [adesa.be] INFO: Found listing with ID: 10724820
2026-03-26 04:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724820%27 HTTP/1.1" 200 None
2026-03-26 04:20:04 [adesa.be] INFO: Scrape type for 10724820: 0
2026-03-26 04:20:04 [adesa.be] INFO: Skipping item 10724820 url https://www.openlane.eu/en/carv6/auction/10724820
2026-03-26 04:20:04 [adesa.be] INFO: Found listing with ID: 10724870
2026-03-26 04:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724870%27 HTTP/1.1" 200 None
2026-03-26 04:20:04 [adesa.be] INFO: Scrape type for 10724870: 0
2026-03-26 04:20:04 [adesa.be] INFO: Skipping item 10724870 url https://www.openlane.eu/en/carv6/auction/10724870
2026-03-26 04:20:04 [adesa.be] INFO: Found listing with ID: 10724875
2026-03-26 04:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724875%27 HTTP/1.1" 200 None
2026-03-26 04:20:04 [adesa.be] INFO: Scrape type for 10724875: 0
2026-03-26 04:20:04 [adesa.be] INFO: Skipping item 10724875 url https://www.openlane.eu/en/carv6/auction/10724875
2026-03-26 04:20:04 [adesa.be] INFO: Found listing with ID: 10724864
2026-03-26 04:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724864%27 HTTP/1.1" 200 None
2026-03-26 04:20:04 [adesa.be] INFO: Scrape type for 10724864: 0
2026-03-26 04:20:04 [adesa.be] INFO: Skipping item 10724864 url https://www.openlane.eu/en/carv6/auction/10724864
2026-03-26 04:20:04 [adesa.be] INFO: Found listing with ID: 10724852
2026-03-26 04:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724852%27 HTTP/1.1" 200 None
2026-03-26 04:20:04 [adesa.be] INFO: Scrape type for 10724852: 0
2026-03-26 04:20:04 [adesa.be] INFO: Skipping item 10724852 url https://www.openlane.eu/en/carv6/auction/10724852
2026-03-26 04:20:04 [adesa.be] INFO: Found listing with ID: 10724828
2026-03-26 04:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724828%27 HTTP/1.1" 200 None
2026-03-26 04:20:04 [adesa.be] INFO: Scrape type for 10724828: 0
2026-03-26 04:20:04 [adesa.be] INFO: Skipping item 10724828 url https://www.openlane.eu/en/carv6/auction/10724828
2026-03-26 04:20:04 [adesa.be] INFO: Found listing with ID: 10724841
2026-03-26 04:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724841%27 HTTP/1.1" 200 None
2026-03-26 04:20:04 [adesa.be] INFO: Scrape type for 10724841: 0
2026-03-26 04:20:04 [adesa.be] INFO: Skipping item 10724841 url https://www.openlane.eu/en/carv6/auction/10724841
2026-03-26 04:20:04 [adesa.be] INFO: Found listing with ID: 10724825
2026-03-26 04:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724825%27 HTTP/1.1" 200 None
2026-03-26 04:20:04 [adesa.be] INFO: Scrape type for 10724825: 0
2026-03-26 04:20:04 [adesa.be] INFO: Skipping item 10724825 url https://www.openlane.eu/en/carv6/auction/10724825
2026-03-26 04:20:04 [adesa.be] INFO: Found listing with ID: 10724829
2026-03-26 04:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724829%27 HTTP/1.1" 200 None
2026-03-26 04:20:04 [adesa.be] INFO: Scrape type for 10724829: 0
2026-03-26 04:20:04 [adesa.be] INFO: Skipping item 10724829 url https://www.openlane.eu/en/carv6/auction/10724829
2026-03-26 04:20:04 [adesa.be] INFO: Found listing with ID: 10724821
2026-03-26 04:20:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724821%27 HTTP/1.1" 200 None
2026-03-26 04:20:04 [adesa.be] INFO: Scrape type for 10724821: 0
2026-03-26 04:20:04 [adesa.be] INFO: Skipping item 10724821 url https://www.openlane.eu/en/carv6/auction/10724821
2026-03-26 04:20:04 [adesa.be] INFO: Found listing with ID: 10724858
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724858%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724858: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724858 url https://www.openlane.eu/en/carv6/auction/10724858
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724865
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724865%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724865: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724865 url https://www.openlane.eu/en/carv6/auction/10724865
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724831
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724831%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724831: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724831 url https://www.openlane.eu/en/carv6/auction/10724831
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724827
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724827%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724827: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724827 url https://www.openlane.eu/en/carv6/auction/10724827
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724868
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724868%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724868: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724868 url https://www.openlane.eu/en/carv6/auction/10724868
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724824
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724824%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724824: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724824 url https://www.openlane.eu/en/carv6/auction/10724824
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724835
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724835%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724835: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724835 url https://www.openlane.eu/en/carv6/auction/10724835
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724855
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724855%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724855: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724855 url https://www.openlane.eu/en/carv6/auction/10724855
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724843
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724843%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724843: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724843 url https://www.openlane.eu/en/carv6/auction/10724843
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724832
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724832%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724832: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724832 url https://www.openlane.eu/en/carv6/auction/10724832
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724846
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724846%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724846: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724846 url https://www.openlane.eu/en/carv6/auction/10724846
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724836
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724836%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724836: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724836 url https://www.openlane.eu/en/carv6/auction/10724836
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724812
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724812%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724812: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724812 url https://www.openlane.eu/en/carv6/auction/10724812
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724861
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724861%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724861: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724861 url https://www.openlane.eu/en/carv6/auction/10724861
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724819
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724819%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724819: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724819 url https://www.openlane.eu/en/carv6/auction/10724819
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724866
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724866%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724866: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724866 url https://www.openlane.eu/en/carv6/auction/10724866
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724877
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724877%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724877: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724877 url https://www.openlane.eu/en/carv6/auction/10724877
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724871
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724871%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724871: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724871 url https://www.openlane.eu/en/carv6/auction/10724871
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724833
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724833%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724833: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724833 url https://www.openlane.eu/en/carv6/auction/10724833
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724834
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724834%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724834: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724834 url https://www.openlane.eu/en/carv6/auction/10724834
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724859
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724859%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724859: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724859 url https://www.openlane.eu/en/carv6/auction/10724859
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724826
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724826%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724826: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724826 url https://www.openlane.eu/en/carv6/auction/10724826
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724845
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724845%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724845: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724845 url https://www.openlane.eu/en/carv6/auction/10724845
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724815
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724815%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724815: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724815 url https://www.openlane.eu/en/carv6/auction/10724815
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724880
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724880%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724880: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724880 url https://www.openlane.eu/en/carv6/auction/10724880
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724857
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724857%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724857: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724857 url https://www.openlane.eu/en/carv6/auction/10724857
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724854
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724854%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724854: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724854 url https://www.openlane.eu/en/carv6/auction/10724854
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724830
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724830%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724830: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724830 url https://www.openlane.eu/en/carv6/auction/10724830
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724873
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724873%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724873: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724873 url https://www.openlane.eu/en/carv6/auction/10724873
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724844
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724844%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724844: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724844 url https://www.openlane.eu/en/carv6/auction/10724844
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724816
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724816%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724816: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724816 url https://www.openlane.eu/en/carv6/auction/10724816
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724878
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724878%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724878: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724878 url https://www.openlane.eu/en/carv6/auction/10724878
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724810
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724810%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724810: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724810 url https://www.openlane.eu/en/carv6/auction/10724810
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724809
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724809%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724809: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724809 url https://www.openlane.eu/en/carv6/auction/10724809
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724847
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724847%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724847: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724847 url https://www.openlane.eu/en/carv6/auction/10724847
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724839
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724839%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724839: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724839 url https://www.openlane.eu/en/carv6/auction/10724839
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724860
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724860%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724860: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724860 url https://www.openlane.eu/en/carv6/auction/10724860
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724823
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724823%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724823: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724823 url https://www.openlane.eu/en/carv6/auction/10724823
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724817
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724817%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724817: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724817 url https://www.openlane.eu/en/carv6/auction/10724817
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724848
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724848%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724848: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724848 url https://www.openlane.eu/en/carv6/auction/10724848
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724856
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724856%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724856: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724856 url https://www.openlane.eu/en/carv6/auction/10724856
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724840
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724840%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724840: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724840 url https://www.openlane.eu/en/carv6/auction/10724840
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724872
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724872%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724872: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724872 url https://www.openlane.eu/en/carv6/auction/10724872
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724874
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724874%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724874: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724874 url https://www.openlane.eu/en/carv6/auction/10724874
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724862
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724862%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724862: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724862 url https://www.openlane.eu/en/carv6/auction/10724862
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10723826
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710723826%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10723826: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10723826 url https://www.openlane.eu/en/carv6/auction/10723826
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10724755
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724755%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10724755: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10724755 url https://www.openlane.eu/en/carv6/auction/10724755
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10722745
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710722745%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10722745: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10722745 url https://www.openlane.eu/en/carv6/auction/10722745
2026-03-26 04:20:05 [adesa.be] INFO: Found listing with ID: 10716579
2026-03-26 04:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716579%27 HTTP/1.1" 200 None
2026-03-26 04:20:05 [adesa.be] INFO: Scrape type for 10716579: 0
2026-03-26 04:20:05 [adesa.be] INFO: Skipping item 10716579 url https://www.openlane.eu/en/carv6/auction/10716579
2026-03-26 04:20:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704499> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704633> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704494> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04: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-26 04: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-26 04:20:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704497> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704605> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704493> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50ef0aa1-901b-57fc-80c4-0b56a17ce6b2 with identifier: 10704496
2026-03-26 04:20:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50ef0aa1-901b-57fc-80c4-0b56a17ce6b2 with scrape type 2
2026-03-26 04:20:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50ef0aa1-901b-57fc-80c4-0b56a17ce6b2 with scrape type 2
2026-03-26 04:20:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 50ef0aa1-901b-57fc-80c4-0b56a17ce6b2, identifier: 10704496
2026-03-26 04: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-26 04: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-26 04: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-26 04:20:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 50ef0aa1-901b-57fc-80c4-0b56a17ce6b2 with identifier: 10704496
2026-03-26 04:20:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 50ef0aa1-901b-57fc-80c4-0b56a17ce6b2 with identifier: 10704496
2026-03-26 04:20:06 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 50ef0aa1-901b-57fc-80c4-0b56a17ce6b2 with identifier: 10704496 to the API
2026-03-26 04:20:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704496>
{'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-26T08:30:00Z',
'fuel_type': 'Hybrid',
'id': '50ef0aa1-901b-57fc-80c4-0b56a17ce6b2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BQA268',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704496',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'A3',
'odometer': 117199,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13400,
'price_includes_vat': True,
'registration_date': '2022-02-10',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Audi A3 Sportback 40 TFSIe S Line - Hybrid - Automatic - 150 hp - '
'117.199 km',
'transmission': 'automatic',
'trim': 'S Line',
'vin': None,
'year': 2022}
2026-03-26 04:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704496%27 HTTP/1.1" 200 None
2026-03-26 04:20:06 [adesa.be] INFO: Saving data for 10704496: {'auction_closing_time': 1774513800.0, 'created_time': 1774192534.712442, 'last_price_update_time': 1774498806.487643}
2026-03-26 04:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704496') HTTP/1.1" 204 0
2026-03-26 04:20:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5775e1ca-7e9a-5482-b898-80e5a3f28dd6 with identifier: 10704499
2026-03-26 04:20:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5775e1ca-7e9a-5482-b898-80e5a3f28dd6 with scrape type 2
2026-03-26 04:20:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5775e1ca-7e9a-5482-b898-80e5a3f28dd6 with scrape type 2
2026-03-26 04:20:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 5775e1ca-7e9a-5482-b898-80e5a3f28dd6, identifier: 10704499
2026-03-26 04:20:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5ef7cb6-af6f-5a94-9949-6fbd1de84484 with identifier: 10704633
2026-03-26 04:20:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5ef7cb6-af6f-5a94-9949-6fbd1de84484 with scrape type 2
2026-03-26 04:20:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5ef7cb6-af6f-5a94-9949-6fbd1de84484 with scrape type 2
2026-03-26 04:20:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: e5ef7cb6-af6f-5a94-9949-6fbd1de84484, identifier: 10704633
2026-03-26 04:20:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0a38cba-4c97-5f46-abd5-737256960eeb with identifier: 10704494
2026-03-26 04:20:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0a38cba-4c97-5f46-abd5-737256960eeb with scrape type 2
2026-03-26 04:20:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0a38cba-4c97-5f46-abd5-737256960eeb with scrape type 2
2026-03-26 04:20:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: d0a38cba-4c97-5f46-abd5-737256960eeb, identifier: 10704494
2026-03-26 04:20:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a56080a6-7a11-512c-b938-654bb1973c20 with identifier: 10704497
2026-03-26 04:20:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a56080a6-7a11-512c-b938-654bb1973c20 with scrape type 2
2026-03-26 04:20:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a56080a6-7a11-512c-b938-654bb1973c20 with scrape type 2
2026-03-26 04:20:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: a56080a6-7a11-512c-b938-654bb1973c20, identifier: 10704497
2026-03-26 04:20:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14394a97-2dcd-527f-8e62-c51fcfebd4c6 with identifier: 10704605
2026-03-26 04:20:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14394a97-2dcd-527f-8e62-c51fcfebd4c6 with scrape type 2
2026-03-26 04:20:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14394a97-2dcd-527f-8e62-c51fcfebd4c6 with scrape type 2
2026-03-26 04:20:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 14394a97-2dcd-527f-8e62-c51fcfebd4c6, identifier: 10704605
2026-03-26 04:20:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3fad4c7-de15-538b-9e60-f544926202fe with identifier: 10704493
2026-03-26 04:20:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3fad4c7-de15-538b-9e60-f544926202fe with scrape type 2
2026-03-26 04:20:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3fad4c7-de15-538b-9e60-f544926202fe with scrape type 2
2026-03-26 04:20:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: a3fad4c7-de15-538b-9e60-f544926202fe, identifier: 10704493
2026-03-26 04:20:07 [scrapy.extensions.logstats] INFO: Crawled 197 pages (at 45 pages/min), scraped 162 items (at 30 items/min)
2026-03-26 04:20:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 169MiB
2026-03-26 04:20:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 5775e1ca-7e9a-5482-b898-80e5a3f28dd6 with identifier: 10704499
2026-03-26 04:20:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 5775e1ca-7e9a-5482-b898-80e5a3f28dd6 with identifier: 10704499
2026-03-26 04:20:07 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 5775e1ca-7e9a-5482-b898-80e5a3f28dd6 with identifier: 10704499 to the API
2026-03-26 04:20:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704499>
{'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': 136,
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'Diesel',
'id': '5775e1ca-7e9a-5482-b898-80e5a3f28dd6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YWB148',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704499',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'A4',
'odometer': 124094,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 11700,
'price_includes_vat': True,
'registration_date': '2021-01-07',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Audi A4 30 TDI Business - Diesel - Automatic - 136 hp - 124.094 km',
'transmission': 'automatic',
'trim': 'Business',
'vin': None,
'year': 2021}
2026-03-26 04:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704499%27 HTTP/1.1" 200 None
2026-03-26 04:20:07 [adesa.be] INFO: Saving data for 10704499: {'auction_closing_time': 1774513800.0, 'created_time': 1774192535.602796, 'last_price_update_time': 1774498807.40902}
2026-03-26 04:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704499') HTTP/1.1" 204 0
2026-03-26 04:20:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: e5ef7cb6-af6f-5a94-9949-6fbd1de84484 with identifier: 10704633
2026-03-26 04:20:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: e5ef7cb6-af6f-5a94-9949-6fbd1de84484 with identifier: 10704633
2026-03-26 04:20:07 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: e5ef7cb6-af6f-5a94-9949-6fbd1de84484 with identifier: 10704633 to the API
2026-03-26 04:20:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704633>
{'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-26T08:30:00Z',
'fuel_type': 'Electric',
'id': 'e5ef7cb6-af6f-5a94-9949-6fbd1de84484',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2DLX030',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704633',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'EQB',
'odometer': 50520,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 21600,
'price_includes_vat': True,
'registration_date': '2023-04-20',
'seats_number': 7,
'seller_name': 'Ayvens-BE',
'title': 'Mercedes-Benz EQB 250 Business Line - Electric - Automatic - 190 hp '
'- 50.520 km',
'transmission': 'automatic',
'trim': 'Business Line',
'vin': None,
'year': 2023}
2026-03-26 04:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704633%27 HTTP/1.1" 200 None
2026-03-26 04:20:07 [adesa.be] INFO: Saving data for 10704633: {'auction_closing_time': 1774513800.0, 'created_time': 1774239335.750333, 'last_price_update_time': 1774498807.684814}
2026-03-26 04:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704633') HTTP/1.1" 204 0
2026-03-26 04:20:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: d0a38cba-4c97-5f46-abd5-737256960eeb with identifier: 10704494
2026-03-26 04:20:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: d0a38cba-4c97-5f46-abd5-737256960eeb with identifier: 10704494
2026-03-26 04:20:07 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: d0a38cba-4c97-5f46-abd5-737256960eeb with identifier: 10704494 to the API
2026-03-26 04:20:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704494>
{'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-26T08:30:00Z',
'fuel_type': 'Hybrid',
'id': 'd0a38cba-4c97-5f46-abd5-737256960eeb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2ARX883',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704494',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'A3',
'odometer': 54454,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13000,
'price_includes_vat': True,
'registration_date': '2021-06-25',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Audi A3 Sportback 40 TFSIe Advanced - Hybrid - Automatic - 150 hp - '
'54.454 km',
'transmission': 'automatic',
'trim': 'Advanced',
'vin': None,
'year': 2021}
2026-03-26 04:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704494%27 HTTP/1.1" 200 None
2026-03-26 04:20:07 [adesa.be] INFO: Saving data for 10704494: {'auction_closing_time': 1774513800.0, 'created_time': 1774192528.624634, 'last_price_update_time': 1774498807.955707}
2026-03-26 04:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704494') HTTP/1.1" 204 0
2026-03-26 04:20:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: a56080a6-7a11-512c-b938-654bb1973c20 with identifier: 10704497
2026-03-26 04:20:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: a56080a6-7a11-512c-b938-654bb1973c20 with identifier: 10704497
2026-03-26 04:20:08 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: a56080a6-7a11-512c-b938-654bb1973c20 with identifier: 10704497 to the API
2026-03-26 04:20:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704497>
{'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-26T08:30:00Z',
'fuel_type': 'Petrol',
'id': 'a56080a6-7a11-512c-b938-654bb1973c20',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BNA695',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704497',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'A3',
'odometer': 60925,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 12800,
'price_includes_vat': True,
'registration_date': '2022-01-20',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Audi A3 Sportback 35 TFSI Attraction - Petrol - Automatic - 150 hp '
'- 60.925 km',
'transmission': 'automatic',
'trim': 'Attraction',
'vin': None,
'year': 2022}
2026-03-26 04:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704497%27 HTTP/1.1" 200 None
2026-03-26 04:20:08 [adesa.be] INFO: Saving data for 10704497: {'auction_closing_time': 1774513800.0, 'created_time': 1774192535.966478, 'last_price_update_time': 1774498808.220961}
2026-03-26 04:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704497') HTTP/1.1" 204 0
2026-03-26 04:20:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 14394a97-2dcd-527f-8e62-c51fcfebd4c6 with identifier: 10704605
2026-03-26 04:20:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 14394a97-2dcd-527f-8e62-c51fcfebd4c6 with identifier: 10704605
2026-03-26 04:20:08 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 14394a97-2dcd-527f-8e62-c51fcfebd4c6 with identifier: 10704605 to the API
2026-03-26 04:20:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704605>
{'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': 82,
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'Petrol',
'id': '14394a97-2dcd-527f-8e62-c51fcfebd4c6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1XAH574',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704605',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Citroën',
'model': 'C3',
'odometer': 92849,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 4800,
'price_includes_vat': True,
'registration_date': '2019-10-18',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Citroën C3 Aircross 1.2i Feel - Petrol - Manual - 82 hp - 92.849 km',
'transmission': 'manual',
'trim': 'Feel',
'vin': None,
'year': 2019}
2026-03-26 04:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704605%27 HTTP/1.1" 200 None
2026-03-26 04:20:08 [adesa.be] INFO: Saving data for 10704605: {'auction_closing_time': 1774513800.0, 'created_time': 1774217744.64499, 'last_price_update_time': 1774498808.492475}
2026-03-26 04:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704605') HTTP/1.1" 204 0
2026-03-26 04:20:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: a3fad4c7-de15-538b-9e60-f544926202fe with identifier: 10704493
2026-03-26 04:20:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: a3fad4c7-de15-538b-9e60-f544926202fe with identifier: 10704493
2026-03-26 04:20:08 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: a3fad4c7-de15-538b-9e60-f544926202fe with identifier: 10704493 to the API
2026-03-26 04:20:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704493>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'engine_horse_power': 150,
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'Petrol',
'id': 'a3fad4c7-de15-538b-9e60-f544926202fe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BUG360',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704493',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'A3',
'odometer': 116952,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 12900,
'price_includes_vat': True,
'registration_date': '2022-03-24',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Audi A3 35 TFSI Sport - Petrol - Automatic - 150 hp - 116.952 km',
'transmission': 'automatic',
'trim': 'Sport',
'vin': None,
'year': 2022}
2026-03-26 04:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704493%27 HTTP/1.1" 200 None
2026-03-26 04:20:08 [adesa.be] INFO: Saving data for 10704493: {'auction_closing_time': 1774513800.0, 'created_time': 1774192533.842661, 'last_price_update_time': 1774498808.902852}
2026-03-26 04:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704493') HTTP/1.1" 204 0
2026-03-26 04:20:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704490> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704492> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04: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-26 04:20:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e66bc9cb-2d97-50f8-80ca-7743bb7c065a with identifier: 10704490
2026-03-26 04:20:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e66bc9cb-2d97-50f8-80ca-7743bb7c065a with scrape type 2
2026-03-26 04:20:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e66bc9cb-2d97-50f8-80ca-7743bb7c065a with scrape type 2
2026-03-26 04:20:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: e66bc9cb-2d97-50f8-80ca-7743bb7c065a, identifier: 10704490
2026-03-26 04:20:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1967070a-2213-5428-b966-a1985ef8198a with identifier: 10704492
2026-03-26 04:20:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1967070a-2213-5428-b966-a1985ef8198a with scrape type 2
2026-03-26 04:20:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1967070a-2213-5428-b966-a1985ef8198a with scrape type 2
2026-03-26 04:20:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 1967070a-2213-5428-b966-a1985ef8198a, identifier: 10704492
2026-03-26 04:20:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: e66bc9cb-2d97-50f8-80ca-7743bb7c065a with identifier: 10704490
2026-03-26 04:20:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: e66bc9cb-2d97-50f8-80ca-7743bb7c065a with identifier: 10704490
2026-03-26 04:20:09 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: e66bc9cb-2d97-50f8-80ca-7743bb7c065a with identifier: 10704490 to the API
2026-03-26 04:20:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704490>
{'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': 95,
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'Petrol',
'id': 'e66bc9cb-2d97-50f8-80ca-7743bb7c065a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BRW528',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704490',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'A1',
'odometer': 102472,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 9600,
'price_includes_vat': True,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Audi A1 Sportback 25 TFSI Advanced - Petrol - Manual - 95 hp - '
'102.472 km',
'transmission': 'manual',
'trim': 'Advanced',
'vin': None,
'year': 2022}
2026-03-26 04:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704490%27 HTTP/1.1" 200 None
2026-03-26 04:20:09 [adesa.be] INFO: Saving data for 10704490: {'auction_closing_time': 1774513800.0, 'created_time': 1774192540.532178, 'last_price_update_time': 1774498809.449751}
2026-03-26 04:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704490') HTTP/1.1" 204 0
2026-03-26 04:20:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 1967070a-2213-5428-b966-a1985ef8198a with identifier: 10704492
2026-03-26 04:20:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 1967070a-2213-5428-b966-a1985ef8198a with identifier: 10704492
2026-03-26 04:20:09 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 1967070a-2213-5428-b966-a1985ef8198a with identifier: 10704492 to the API
2026-03-26 04:20:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704492>
{'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': 116,
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'Diesel',
'id': '1967070a-2213-5428-b966-a1985ef8198a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2ADM343',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704492',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'A3',
'odometer': 108930,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 11100,
'price_includes_vat': True,
'registration_date': '2021-03-01',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Audi A3 2.0 TDI S Line - Diesel - Manual - 116 hp - 108.930 km',
'transmission': 'manual',
'trim': 'S Line',
'vin': None,
'year': 2021}
2026-03-26 04:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704492%27 HTTP/1.1" 200 None
2026-03-26 04:20:09 [adesa.be] INFO: Saving data for 10704492: {'auction_closing_time': 1774513800.0, 'created_time': 1774192550.296536, 'last_price_update_time': 1774498809.730838}
2026-03-26 04:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704492') HTTP/1.1" 204 0
2026-03-26 04:20:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704658> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04:20:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704665> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04:20:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f4ab57c-a9c3-5c69-aa40-7bd747949233 with identifier: 10704658
2026-03-26 04:20:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f4ab57c-a9c3-5c69-aa40-7bd747949233 with scrape type 2
2026-03-26 04:20:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f4ab57c-a9c3-5c69-aa40-7bd747949233 with scrape type 2
2026-03-26 04:20:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 7f4ab57c-a9c3-5c69-aa40-7bd747949233, identifier: 10704658
2026-03-26 04:20:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 7f4ab57c-a9c3-5c69-aa40-7bd747949233 with identifier: 10704658
2026-03-26 04:20:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): translate.google.com:443
2026-03-26 04:20:09 [urllib3.connectionpool] DEBUG: https://translate.google.com:443 "GET /m?tl=en&sl=auto&q=Orange HTTP/1.1" 200 None
2026-03-26 04:20:10 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-26 04:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='auto',RowKey='auto') HTTP/1.1" 204 0
2026-03-26 04:20:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 7f4ab57c-a9c3-5c69-aa40-7bd747949233 with identifier: 10704658
2026-03-26 04:20:10 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 7f4ab57c-a9c3-5c69-aa40-7bd747949233 with identifier: 10704658 to the API
2026-03-26 04:20:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704658>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Orange',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'engine_horse_power': 91,
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'Hybrid',
'id': '7f4ab57c-a9c3-5c69-aa40-7bd747949233',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2AAU277A',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704658',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Renault',
'model': 'Captur',
'odometer': 127028,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 9800,
'price_includes_vat': True,
'registration_date': '2021-02-03',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Renault Captur 1.6 Initiale Paris - Hybrid - Automatic - 91 hp - '
'127.028 km',
'transmission': 'automatic',
'trim': 'Initiale Paris',
'vin': None,
'year': 2021}
2026-03-26 04:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704658%27 HTTP/1.1" 200 None
2026-03-26 04:20:10 [adesa.be] INFO: Saving data for 10704658: {'auction_closing_time': 1774513800.0, 'created_time': 1774088130.844579, 'last_price_update_time': 1774498810.32656}
2026-03-26 04:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704658') HTTP/1.1" 204 0
2026-03-26 04:20:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704657> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704686> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04: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-26 04:20:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704676> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04:20:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ba1811d-a7f3-5518-b51a-3f3c1c5960b2 with identifier: 10704665
2026-03-26 04:20:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ba1811d-a7f3-5518-b51a-3f3c1c5960b2 with scrape type 2
2026-03-26 04:20:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ba1811d-a7f3-5518-b51a-3f3c1c5960b2 with scrape type 2
2026-03-26 04:20:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 2ba1811d-a7f3-5518-b51a-3f3c1c5960b2, identifier: 10704665
2026-03-26 04:20:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 2ba1811d-a7f3-5518-b51a-3f3c1c5960b2 with identifier: 10704665
2026-03-26 04:20:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 2ba1811d-a7f3-5518-b51a-3f3c1c5960b2 with identifier: 10704665
2026-03-26 04:20:10 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 2ba1811d-a7f3-5518-b51a-3f3c1c5960b2 with identifier: 10704665 to the API
2026-03-26 04:20:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704665>
{'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': 95,
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'Petrol',
'id': '2ba1811d-a7f3-5518-b51a-3f3c1c5960b2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2DGC091',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704665',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Fabia',
'odometer': 100491,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 7600,
'price_includes_vat': True,
'registration_date': '2023-03-08',
'seats_number': 5,
'seller_name': 'Ayvens-BE',
'title': 'Skoda Fabia 1.0 TSI Clever - Petrol - Manual - 95 hp - 100.491 km',
'transmission': 'manual',
'trim': 'Clever',
'vin': None,
'year': 2023}
2026-03-26 04:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704665%27 HTTP/1.1" 200 None
2026-03-26 04:20:10 [adesa.be] INFO: Saving data for 10704665: {'auction_closing_time': 1774513800.0, 'created_time': 1774239330.223666, 'last_price_update_time': 1774498810.701329}
2026-03-26 04:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704665') HTTP/1.1" 204 0
2026-03-26 04:20:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 158dc9a2-af0a-50c0-9004-86ddfd4dac25 with identifier: 10704657
2026-03-26 04:20:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 158dc9a2-af0a-50c0-9004-86ddfd4dac25 with scrape type 2
2026-03-26 04:20:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 158dc9a2-af0a-50c0-9004-86ddfd4dac25 with scrape type 2
2026-03-26 04:20:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 158dc9a2-af0a-50c0-9004-86ddfd4dac25, identifier: 10704657
2026-03-26 04:20:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3db8e259-de8a-53ce-991f-67bc8bcf1cf8 with identifier: 10704686
2026-03-26 04:20:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3db8e259-de8a-53ce-991f-67bc8bcf1cf8 with scrape type 2
2026-03-26 04:20:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3db8e259-de8a-53ce-991f-67bc8bcf1cf8 with scrape type 2
2026-03-26 04:20:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 3db8e259-de8a-53ce-991f-67bc8bcf1cf8, identifier: 10704686
2026-03-26 04:20:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad7b6271-9ade-5908-9fa4-fab66dcce956 with identifier: 10704676
2026-03-26 04:20:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad7b6271-9ade-5908-9fa4-fab66dcce956 with scrape type 2
2026-03-26 04:20:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad7b6271-9ade-5908-9fa4-fab66dcce956 with scrape type 2
2026-03-26 04:20:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: ad7b6271-9ade-5908-9fa4-fab66dcce956, identifier: 10704676
2026-03-26 04:20:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 158dc9a2-af0a-50c0-9004-86ddfd4dac25 with identifier: 10704657
2026-03-26 04:20:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 158dc9a2-af0a-50c0-9004-86ddfd4dac25 with identifier: 10704657
2026-03-26 04:20:11 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 158dc9a2-af0a-50c0-9004-86ddfd4dac25 with identifier: 10704657 to the API
2026-03-26 04:20:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704657>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 408,
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'Electric',
'id': '158dc9a2-af0a-50c0-9004-86ddfd4dac25',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YTQ488',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704657',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Polestar',
'model': '2',
'odometer': 76912,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 14000,
'price_includes_vat': True,
'registration_date': '2020-12-09',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Polestar 2 79 kWh - Dual Motor - Electric - Automatic - 408 hp - '
'76.912 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2020}
2026-03-26 04:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704657%27 HTTP/1.1" 200 None
2026-03-26 04:20:11 [adesa.be] INFO: Saving data for 10704657: {'auction_closing_time': 1774513800.0, 'created_time': 1774088124.785661, 'last_price_update_time': 1774498811.251522}
2026-03-26 04:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704657') HTTP/1.1" 204 0
2026-03-26 04:20:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 3db8e259-de8a-53ce-991f-67bc8bcf1cf8 with identifier: 10704686
2026-03-26 04:20:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 3db8e259-de8a-53ce-991f-67bc8bcf1cf8 with identifier: 10704686
2026-03-26 04:20:11 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 3db8e259-de8a-53ce-991f-67bc8bcf1cf8 with identifier: 10704686 to the API
2026-03-26 04:20:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704686>
{'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-26T08:30: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=10704686',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volvo',
'model': 'XC40',
'odometer': 83978,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 12600,
'price_includes_vat': True,
'registration_date': '2021-10-27',
'seats_number': 5,
'seller_name': 'Ayvens-BE',
'title': 'Volvo XC40 1.5 T4 Inscription - Hybrid - Automatic - 129 hp - '
'83.978 km',
'transmission': 'automatic',
'trim': 'Inscription',
'vin': None,
'year': 2021}
2026-03-26 04:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704686%27 HTTP/1.1" 200 None
2026-03-26 04:20:11 [adesa.be] INFO: Saving data for 10704686: {'auction_closing_time': 1774513800.0, 'created_time': 1774239330.609087, 'last_price_update_time': 1774498811.51662}
2026-03-26 04:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704686') HTTP/1.1" 204 0
2026-03-26 04:20:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: ad7b6271-9ade-5908-9fa4-fab66dcce956 with identifier: 10704676
2026-03-26 04:20:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: ad7b6271-9ade-5908-9fa4-fab66dcce956 with identifier: 10704676
2026-03-26 04:20:11 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: ad7b6271-9ade-5908-9fa4-fab66dcce956 with identifier: 10704676 to the API
2026-03-26 04:20:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704676>
{'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': 116,
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'Diesel',
'id': 'ad7b6271-9ade-5908-9fa4-fab66dcce956',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BAW624',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704676',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 124195,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 10500,
'price_includes_vat': True,
'registration_date': '2021-09-14',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volkswagen Golf Variant 2.0 TDI Life - Diesel - Manual - 116 hp - '
'124.195 km',
'transmission': 'manual',
'trim': 'Life',
'vin': None,
'year': 2021}
2026-03-26 04:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704676%27 HTTP/1.1" 200 None
2026-03-26 04:20:11 [adesa.be] INFO: Saving data for 10704676: {'auction_closing_time': 1774513800.0, 'created_time': 1774217735.759663, 'last_price_update_time': 1774498811.785658}
2026-03-26 04:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704676') HTTP/1.1" 204 0
2026-03-26 04:20:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704679> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704682> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04: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-26 04:20:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab72dd5c-9cf8-54e6-a53a-91d243d7c44c with identifier: 10704679
2026-03-26 04:20:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab72dd5c-9cf8-54e6-a53a-91d243d7c44c with scrape type 2
2026-03-26 04:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab72dd5c-9cf8-54e6-a53a-91d243d7c44c with scrape type 2
2026-03-26 04:20:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: ab72dd5c-9cf8-54e6-a53a-91d243d7c44c, identifier: 10704679
2026-03-26 04:20:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b40914b6-171a-5df7-8398-46d56dacdfbf with identifier: 10704682
2026-03-26 04:20:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b40914b6-171a-5df7-8398-46d56dacdfbf with scrape type 2
2026-03-26 04:20:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b40914b6-171a-5df7-8398-46d56dacdfbf with scrape type 2
2026-03-26 04:20:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: b40914b6-171a-5df7-8398-46d56dacdfbf, identifier: 10704682
2026-03-26 04:20:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: ab72dd5c-9cf8-54e6-a53a-91d243d7c44c with identifier: 10704679
2026-03-26 04:20:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: ab72dd5c-9cf8-54e6-a53a-91d243d7c44c with identifier: 10704679
2026-03-26 04:20:12 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: ab72dd5c-9cf8-54e6-a53a-91d243d7c44c with identifier: 10704679 to the API
2026-03-26 04:20:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:20: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-26 04:20:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704679>
{'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': 150,
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'Diesel',
'id': 'ab72dd5c-9cf8-54e6-a53a-91d243d7c44c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1XQW589',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704679',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Passat',
'odometer': 120357,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 11500,
'price_includes_vat': True,
'registration_date': '2020-03-11',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volkswagen Passat Variant 2.0 TDI Style Business - Diesel - '
'Automatic - 150 hp - 120.357 km',
'transmission': 'automatic',
'trim': 'Style Business',
'vin': None,
'year': 2020}
2026-03-26 04:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704679%27 HTTP/1.1" 200 None
2026-03-26 04:20:12 [adesa.be] INFO: Saving data for 10704679: {'auction_closing_time': 1774513800.0, 'created_time': 1774217734.968765, 'last_price_update_time': 1774498812.334122}
2026-03-26 04:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704679') HTTP/1.1" 204 0
2026-03-26 04:20:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: b40914b6-171a-5df7-8398-46d56dacdfbf with identifier: 10704682
2026-03-26 04:20:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: b40914b6-171a-5df7-8398-46d56dacdfbf with identifier: 10704682
2026-03-26 04:20:12 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: b40914b6-171a-5df7-8398-46d56dacdfbf with identifier: 10704682 to the API
2026-03-26 04:20:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:20: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-26 04:20:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704682>
{'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-26T08:30:00Z',
'fuel_type': 'Diesel',
'id': 'b40914b6-171a-5df7-8398-46d56dacdfbf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1WKX542',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704682',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 187764,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13000,
'price_includes_vat': True,
'registration_date': '2019-06-27',
'seats_number': 7,
'seller_name': 'Ayvens België',
'title': 'Volkswagen Tiguan Allspace 2.0 TDI Highline - Diesel - Automatic - '
'150 hp - 187.764 km',
'transmission': 'automatic',
'trim': 'Highline',
'vin': None,
'year': 2019}
2026-03-26 04:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704682%27 HTTP/1.1" 200 None
2026-03-26 04:20:12 [adesa.be] INFO: Saving data for 10704682: {'auction_closing_time': 1774513800.0, 'created_time': 1774217746.732026, 'last_price_update_time': 1774498812.610039}
2026-03-26 04:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704682') HTTP/1.1" 204 0
2026-03-26 04:20:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704680> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:12 [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-26 04:20:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704678> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704684> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04: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-26 04: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-26 04: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-26 04:20:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1966b366-1455-5942-8d08-0536e93b106d with identifier: 10704680
2026-03-26 04:20:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1966b366-1455-5942-8d08-0536e93b106d with scrape type 2
2026-03-26 04:20:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1966b366-1455-5942-8d08-0536e93b106d with scrape type 2
2026-03-26 04:20:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 1966b366-1455-5942-8d08-0536e93b106d, identifier: 10704680
2026-03-26 04:20:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 1966b366-1455-5942-8d08-0536e93b106d with identifier: 10704680
2026-03-26 04:20:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 1966b366-1455-5942-8d08-0536e93b106d with identifier: 10704680
2026-03-26 04:20:12 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 1966b366-1455-5942-8d08-0536e93b106d with identifier: 10704680 to the API
2026-03-26 04:20:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:20: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-26 04:20:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704680>
{'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-26T08:30: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=10704680',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 16043,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 11000,
'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-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710704680%27 HTTP/1.1" 200 None
2026-03-26 04:20:13 [adesa.be] INFO: Saving data for 10704680: {'auction_closing_time': 1774513800.0, 'created_time': 1774279527.615921, 'last_price_update_time': 1774498813.110483}
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704680') HTTP/1.1" 204 0
2026-03-26 04:20:13 [adesa.be] INFO: Found listing with ID: 10723821
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723821%27 HTTP/1.1" 200 None
2026-03-26 04:20:13 [adesa.be] INFO: Scrape type for 10723821: 0
2026-03-26 04:20:13 [adesa.be] INFO: Skipping item 10723821 url https://www.openlane.eu/en/carv6/auction/10723821
2026-03-26 04:20:13 [adesa.be] INFO: Found listing with ID: 10722733
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722733%27 HTTP/1.1" 200 None
2026-03-26 04:20:13 [adesa.be] INFO: Scrape type for 10722733: 0
2026-03-26 04:20:13 [adesa.be] INFO: Skipping item 10722733 url https://www.openlane.eu/en/carv6/auction/10722733
2026-03-26 04:20:13 [adesa.be] INFO: Found listing with ID: 10723820
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723820%27 HTTP/1.1" 200 None
2026-03-26 04:20:13 [adesa.be] INFO: Scrape type for 10723820: 0
2026-03-26 04:20:13 [adesa.be] INFO: Skipping item 10723820 url https://www.openlane.eu/en/carv6/auction/10723820
2026-03-26 04:20:13 [adesa.be] INFO: Found listing with ID: 10722747
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722747%27 HTTP/1.1" 200 None
2026-03-26 04:20:13 [adesa.be] INFO: Scrape type for 10722747: 0
2026-03-26 04:20:13 [adesa.be] INFO: Skipping item 10722747 url https://www.openlane.eu/en/carv6/auction/10722747
2026-03-26 04:20:13 [adesa.be] INFO: Found listing with ID: 10724686
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724686%27 HTTP/1.1" 200 None
2026-03-26 04:20:13 [adesa.be] INFO: Scrape type for 10724686: 0
2026-03-26 04:20:13 [adesa.be] INFO: Skipping item 10724686 url https://www.openlane.eu/en/carv6/auction/10724686
2026-03-26 04:20:13 [adesa.be] INFO: Found listing with ID: 10722748
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722748%27 HTTP/1.1" 200 None
2026-03-26 04:20:13 [adesa.be] INFO: Scrape type for 10722748: 0
2026-03-26 04:20:13 [adesa.be] INFO: Skipping item 10722748 url https://www.openlane.eu/en/carv6/auction/10722748
2026-03-26 04:20:13 [adesa.be] INFO: Found listing with ID: 10724751
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724751%27 HTTP/1.1" 200 None
2026-03-26 04:20:13 [adesa.be] INFO: Scrape type for 10724751: 0
2026-03-26 04:20:13 [adesa.be] INFO: Skipping item 10724751 url https://www.openlane.eu/en/carv6/auction/10724751
2026-03-26 04:20:13 [adesa.be] INFO: Found listing with ID: 10722744
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722744%27 HTTP/1.1" 200 None
2026-03-26 04:20:13 [adesa.be] INFO: Scrape type for 10722744: 0
2026-03-26 04:20:13 [adesa.be] INFO: Skipping item 10722744 url https://www.openlane.eu/en/carv6/auction/10722744
2026-03-26 04:20:13 [adesa.be] INFO: Found listing with ID: 10724753
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724753%27 HTTP/1.1" 200 None
2026-03-26 04:20:13 [adesa.be] INFO: Scrape type for 10724753: 0
2026-03-26 04:20:13 [adesa.be] INFO: Skipping item 10724753 url https://www.openlane.eu/en/carv6/auction/10724753
2026-03-26 04:20:13 [adesa.be] INFO: Found listing with ID: 10723872
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723872%27 HTTP/1.1" 200 None
2026-03-26 04:20:13 [adesa.be] INFO: Scrape type for 10723872: 0
2026-03-26 04:20:13 [adesa.be] INFO: Skipping item 10723872 url https://www.openlane.eu/en/carv6/auction/10723872
2026-03-26 04:20:13 [adesa.be] INFO: Found listing with ID: 10724685
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724685%27 HTTP/1.1" 200 None
2026-03-26 04:20:13 [adesa.be] INFO: Scrape type for 10724685: 0
2026-03-26 04:20:13 [adesa.be] INFO: Skipping item 10724685 url https://www.openlane.eu/en/carv6/auction/10724685
2026-03-26 04:20:13 [adesa.be] INFO: Found listing with ID: 10723823
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723823%27 HTTP/1.1" 200 None
2026-03-26 04:20:13 [adesa.be] INFO: Scrape type for 10723823: 0
2026-03-26 04:20:13 [adesa.be] INFO: Skipping item 10723823 url https://www.openlane.eu/en/carv6/auction/10723823
2026-03-26 04:20:13 [adesa.be] INFO: Found listing with ID: 10716680
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710716680%27 HTTP/1.1" 200 None
2026-03-26 04:20:13 [adesa.be] INFO: Scrape type for 10716680: 0
2026-03-26 04:20:13 [adesa.be] INFO: Skipping item 10716680 url https://www.openlane.eu/en/carv6/auction/10716680
2026-03-26 04:20:13 [adesa.be] INFO: Found listing with ID: 10723829
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723829%27 HTTP/1.1" 200 None
2026-03-26 04:20:13 [adesa.be] INFO: Scrape type for 10723829: 0
2026-03-26 04:20:13 [adesa.be] INFO: Skipping item 10723829 url https://www.openlane.eu/en/carv6/auction/10723829
2026-03-26 04:20:13 [adesa.be] INFO: Found listing with ID: 10716578
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710716578%27 HTTP/1.1" 200 None
2026-03-26 04:20:13 [adesa.be] INFO: Scrape type for 10716578: 0
2026-03-26 04:20:13 [adesa.be] INFO: Skipping item 10716578 url https://www.openlane.eu/en/carv6/auction/10716578
2026-03-26 04:20:13 [adesa.be] INFO: Found listing with ID: 10724752
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724752%27 HTTP/1.1" 200 None
2026-03-26 04:20:13 [adesa.be] INFO: Scrape type for 10724752: 0
2026-03-26 04:20:13 [adesa.be] INFO: Skipping item 10724752 url https://www.openlane.eu/en/carv6/auction/10724752
2026-03-26 04:20:13 [adesa.be] INFO: Found listing with ID: 10723825
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723825%27 HTTP/1.1" 200 None
2026-03-26 04:20:13 [adesa.be] INFO: Scrape type for 10723825: 0
2026-03-26 04:20:13 [adesa.be] INFO: Skipping item 10723825 url https://www.openlane.eu/en/carv6/auction/10723825
2026-03-26 04:20:13 [adesa.be] INFO: Found listing with ID: 10721437
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710721437%27 HTTP/1.1" 200 None
2026-03-26 04:20:13 [adesa.be] INFO: Scrape type for 10721437: 0
2026-03-26 04:20:13 [adesa.be] INFO: Skipping item 10721437 url https://www.openlane.eu/en/carv6/auction/10721437
2026-03-26 04:20:13 [adesa.be] INFO: Found listing with ID: 10723866
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723866%27 HTTP/1.1" 200 None
2026-03-26 04:20:13 [adesa.be] INFO: Scrape type for 10723866: 0
2026-03-26 04:20:13 [adesa.be] INFO: Skipping item 10723866 url https://www.openlane.eu/en/carv6/auction/10723866
2026-03-26 04:20:13 [adesa.be] INFO: Found listing with ID: 10722746
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710722746%27 HTTP/1.1" 200 None
2026-03-26 04:20:13 [adesa.be] INFO: Scrape type for 10722746: 0
2026-03-26 04:20:13 [adesa.be] INFO: Skipping item 10722746 url https://www.openlane.eu/en/carv6/auction/10722746
2026-03-26 04:20:13 [adesa.be] INFO: Found listing with ID: 10723868
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723868%27 HTTP/1.1" 200 None
2026-03-26 04:20:13 [adesa.be] INFO: Scrape type for 10723868: 0
2026-03-26 04:20:13 [adesa.be] INFO: Skipping item 10723868 url https://www.openlane.eu/en/carv6/auction/10723868
2026-03-26 04:20:13 [adesa.be] INFO: Found listing with ID: 10723818
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723818%27 HTTP/1.1" 200 None
2026-03-26 04:20:13 [adesa.be] INFO: Scrape type for 10723818: 0
2026-03-26 04:20:13 [adesa.be] INFO: Skipping item 10723818 url https://www.openlane.eu/en/carv6/auction/10723818
2026-03-26 04:20:13 [adesa.be] INFO: Found listing with ID: 10723816
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723816%27 HTTP/1.1" 200 None
2026-03-26 04:20:13 [adesa.be] INFO: Scrape type for 10723816: 0
2026-03-26 04:20:13 [adesa.be] INFO: Skipping item 10723816 url https://www.openlane.eu/en/carv6/auction/10723816
2026-03-26 04:20:13 [adesa.be] INFO: Found listing with ID: 10723822
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723822%27 HTTP/1.1" 200 None
2026-03-26 04:20:13 [adesa.be] INFO: Scrape type for 10723822: 0
2026-03-26 04:20:13 [adesa.be] INFO: Skipping item 10723822 url https://www.openlane.eu/en/carv6/auction/10723822
2026-03-26 04:20:13 [adesa.be] INFO: Found listing with ID: 10723824
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723824%27 HTTP/1.1" 200 None
2026-03-26 04:20:13 [adesa.be] INFO: Scrape type for 10723824: 0
2026-03-26 04:20:13 [adesa.be] INFO: Skipping item 10723824 url https://www.openlane.eu/en/carv6/auction/10723824
2026-03-26 04:20:13 [adesa.be] INFO: Found listing with ID: 10724793
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724793%27 HTTP/1.1" 200 None
2026-03-26 04:20:13 [adesa.be] INFO: Scrape type for 10724793: 0
2026-03-26 04:20:13 [adesa.be] INFO: Skipping item 10724793 url https://www.openlane.eu/en/carv6/auction/10724793
2026-03-26 04:20:13 [adesa.be] INFO: Found listing with ID: 10726473
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710726473%27 HTTP/1.1" 200 None
2026-03-26 04:20:13 [adesa.be] INFO: Scrape type for 10726473: 0
2026-03-26 04:20:13 [adesa.be] INFO: Skipping item 10726473 url https://www.openlane.eu/en/carv6/auction/10726473
2026-03-26 04:20:13 [adesa.be] INFO: Found listing with ID: 10723828
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723828%27 HTTP/1.1" 200 None
2026-03-26 04:20:13 [adesa.be] INFO: Scrape type for 10723828: 0
2026-03-26 04:20:13 [adesa.be] INFO: Skipping item 10723828 url https://www.openlane.eu/en/carv6/auction/10723828
2026-03-26 04:20:13 [adesa.be] INFO: Found listing with ID: 10723867
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723867%27 HTTP/1.1" 200 None
2026-03-26 04:20:13 [adesa.be] INFO: Scrape type for 10723867: 0
2026-03-26 04:20:13 [adesa.be] INFO: Skipping item 10723867 url https://www.openlane.eu/en/carv6/auction/10723867
2026-03-26 04:20:13 [adesa.be] INFO: Found listing with ID: 10723831
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723831%27 HTTP/1.1" 200 None
2026-03-26 04:20:13 [adesa.be] INFO: Scrape type for 10723831: 0
2026-03-26 04:20:13 [adesa.be] INFO: Skipping item 10723831 url https://www.openlane.eu/en/carv6/auction/10723831
2026-03-26 04:20:13 [adesa.be] INFO: Found listing with ID: 10721436
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710721436%27 HTTP/1.1" 200 None
2026-03-26 04:20:13 [adesa.be] INFO: Scrape type for 10721436: 0
2026-03-26 04:20:13 [adesa.be] INFO: Skipping item 10721436 url https://www.openlane.eu/en/carv6/auction/10721436
2026-03-26 04:20:13 [adesa.be] INFO: Found listing with ID: 10723817
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710723817%27 HTTP/1.1" 200 None
2026-03-26 04:20:13 [adesa.be] INFO: Scrape type for 10723817: 0
2026-03-26 04:20:13 [adesa.be] INFO: Skipping item 10723817 url https://www.openlane.eu/en/carv6/auction/10723817
2026-03-26 04:20:13 [adesa.be] INFO: Found listing with ID: 10724754
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710724754%27 HTTP/1.1" 200 None
2026-03-26 04:20:13 [adesa.be] INFO: Scrape type for 10724754: 0
2026-03-26 04:20:13 [adesa.be] INFO: Skipping item 10724754 url https://www.openlane.eu/en/carv6/auction/10724754
2026-03-26 04:20:13 [adesa.be] INFO: Found listing with ID: 10691301
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710691301%27 HTTP/1.1" 200 None
2026-03-26 04:20:13 [adesa.be] INFO: Scrape type for 10691301: 0
2026-03-26 04:20:13 [adesa.be] INFO: Skipping item 10691301 url https://www.openlane.eu/en/carv6/auction/10691301
2026-03-26 04:20:13 [adesa.be] INFO: Found listing with ID: 10691295
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710691295%27 HTTP/1.1" 200 None
2026-03-26 04:20:13 [adesa.be] INFO: Scrape type for 10691295: 0
2026-03-26 04:20:13 [adesa.be] INFO: Skipping item 10691295 url https://www.openlane.eu/en/carv6/auction/10691295
2026-03-26 04:20:13 [adesa.be] INFO: Found listing with ID: 10691302
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710691302%27 HTTP/1.1" 200 None
2026-03-26 04:20:13 [adesa.be] INFO: Scrape type for 10691302: 0
2026-03-26 04:20:13 [adesa.be] INFO: Skipping item 10691302 url https://www.openlane.eu/en/carv6/auction/10691302
2026-03-26 04:20:13 [adesa.be] INFO: Found listing with ID: 10717300
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710717300%27 HTTP/1.1" 200 None
2026-03-26 04:20:13 [adesa.be] INFO: Scrape type for 10717300: 0
2026-03-26 04:20:13 [adesa.be] INFO: Skipping item 10717300 url https://www.openlane.eu/en/carv6/auction/10717300
2026-03-26 04:20:13 [adesa.be] INFO: Found listing with ID: 10691297
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710691297%27 HTTP/1.1" 200 None
2026-03-26 04:20:13 [adesa.be] INFO: Scrape type for 10691297: 0
2026-03-26 04:20:13 [adesa.be] INFO: Skipping item 10691297 url https://www.openlane.eu/en/carv6/auction/10691297
2026-03-26 04:20:13 [adesa.be] INFO: Found listing with ID: 10691296
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710691296%27 HTTP/1.1" 200 None
2026-03-26 04:20:13 [adesa.be] INFO: Scrape type for 10691296: 0
2026-03-26 04:20:13 [adesa.be] INFO: Skipping item 10691296 url https://www.openlane.eu/en/carv6/auction/10691296
2026-03-26 04:20:13 [adesa.be] INFO: Found listing with ID: 10691298
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710691298%27 HTTP/1.1" 200 None
2026-03-26 04:20:13 [adesa.be] INFO: Scrape type for 10691298: 2
2026-03-26 04:20:13 [adesa.be] INFO: Scraping item 10691298 url https://www.openlane.eu/en/carv6/auction/10691298
2026-03-26 04:20:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8249cb3b-3b5b-567e-97d7-778e508a0d83 with identifier: 10704678
2026-03-26 04:20:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8249cb3b-3b5b-567e-97d7-778e508a0d83 with scrape type 2
2026-03-26 04:20:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8249cb3b-3b5b-567e-97d7-778e508a0d83 with scrape type 2
2026-03-26 04:20:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 8249cb3b-3b5b-567e-97d7-778e508a0d83, identifier: 10704678
2026-03-26 04:20:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b06c52b4-f5c5-5d40-bbcd-cc5e37474fac with identifier: 10704684
2026-03-26 04:20:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b06c52b4-f5c5-5d40-bbcd-cc5e37474fac with scrape type 2
2026-03-26 04:20:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b06c52b4-f5c5-5d40-bbcd-cc5e37474fac with scrape type 2
2026-03-26 04:20:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: b06c52b4-f5c5-5d40-bbcd-cc5e37474fac, identifier: 10704684
2026-03-26 04:20:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 8249cb3b-3b5b-567e-97d7-778e508a0d83 with identifier: 10704678
2026-03-26 04:20:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 8249cb3b-3b5b-567e-97d7-778e508a0d83 with identifier: 10704678
2026-03-26 04:20:14 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 8249cb3b-3b5b-567e-97d7-778e508a0d83 with identifier: 10704678 to the API
2026-03-26 04:20:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704678>
{'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': 116,
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'Diesel',
'id': '8249cb3b-3b5b-567e-97d7-778e508a0d83',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BLG329',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704678',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 127943,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 9700,
'price_includes_vat': True,
'registration_date': '2022-01-03',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Volkswagen Golf Variant 2.0 TDI Life - Diesel - Automatic - 116 hp '
'- 127.943 km',
'transmission': 'automatic',
'trim': 'Life',
'vin': None,
'year': 2022}
2026-03-26 04:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704678%27 HTTP/1.1" 200 None
2026-03-26 04:20:14 [adesa.be] INFO: Saving data for 10704678: {'auction_closing_time': 1774513800.0, 'created_time': 1774217736.598067, 'last_price_update_time': 1774498814.447316}
2026-03-26 04:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704678') HTTP/1.1" 204 0
2026-03-26 04:20:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: b06c52b4-f5c5-5d40-bbcd-cc5e37474fac with identifier: 10704684
2026-03-26 04:20:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: b06c52b4-f5c5-5d40-bbcd-cc5e37474fac with identifier: 10704684
2026-03-26 04:20:14 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: b06c52b4-f5c5-5d40-bbcd-cc5e37474fac with identifier: 10704684 to the API
2026-03-26 04:20:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704684>
{'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-26T08:30: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=10704684',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Transporter',
'odometer': 178778,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 8000,
'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-26 04:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704684%27 HTTP/1.1" 200 None
2026-03-26 04:20:14 [adesa.be] INFO: Saving data for 10704684: {'auction_closing_time': 1774513800.0, 'created_time': 1774217728.506273, 'last_price_update_time': 1774498814.806374}
2026-03-26 04:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704684') HTTP/1.1" 204 0
2026-03-26 04:20:14 [adesa.be] INFO: Found listing with ID: 10717309
2026-03-26 04:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717309%27 HTTP/1.1" 200 None
2026-03-26 04:20:14 [adesa.be] INFO: Scrape type for 10717309: 0
2026-03-26 04:20:14 [adesa.be] INFO: Skipping item 10717309 url https://www.openlane.eu/en/carv6/auction/10717309
2026-03-26 04:20:14 [adesa.be] INFO: Found listing with ID: 10691299
2026-03-26 04:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710691299%27 HTTP/1.1" 200 None
2026-03-26 04:20:14 [adesa.be] INFO: Scrape type for 10691299: 2
2026-03-26 04:20:14 [adesa.be] INFO: Scraping item 10691299 url https://www.openlane.eu/en/carv6/auction/10691299
2026-03-26 04:20:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704663> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704662> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704681> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:14 [adesa.be] INFO: Found listing with ID: 10691300
2026-03-26 04:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710691300%27 HTTP/1.1" 200 None
2026-03-26 04:20:14 [adesa.be] INFO: Scrape type for 10691300: 2
2026-03-26 04:20:14 [adesa.be] INFO: Scraping item 10691300 url https://www.openlane.eu/en/carv6/auction/10691300
2026-03-26 04: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-26 04: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-26 04: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-26 04:20:14 [adesa.be] INFO: Found listing with ID: 10717286
2026-03-26 04:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717286%27 HTTP/1.1" 200 None
2026-03-26 04:20:14 [adesa.be] INFO: Scrape type for 10717286: 0
2026-03-26 04:20:14 [adesa.be] INFO: Skipping item 10717286 url https://www.openlane.eu/en/carv6/auction/10717286
2026-03-26 04:20:14 [adesa.be] INFO: Found listing with ID: 10717280
2026-03-26 04:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717280%27 HTTP/1.1" 200 None
2026-03-26 04:20:14 [adesa.be] INFO: Scrape type for 10717280: 0
2026-03-26 04:20:14 [adesa.be] INFO: Skipping item 10717280 url https://www.openlane.eu/en/carv6/auction/10717280
2026-03-26 04:20:14 [adesa.be] INFO: Found listing with ID: 10717262
2026-03-26 04:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717262%27 HTTP/1.1" 200 None
2026-03-26 04:20:14 [adesa.be] INFO: Scrape type for 10717262: 0
2026-03-26 04:20:14 [adesa.be] INFO: Skipping item 10717262 url https://www.openlane.eu/en/carv6/auction/10717262
2026-03-26 04:20:14 [adesa.be] INFO: Found listing with ID: 10717251
2026-03-26 04:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717251%27 HTTP/1.1" 200 None
2026-03-26 04:20:14 [adesa.be] INFO: Scrape type for 10717251: 0
2026-03-26 04:20:14 [adesa.be] INFO: Skipping item 10717251 url https://www.openlane.eu/en/carv6/auction/10717251
2026-03-26 04:20:14 [adesa.be] INFO: Found listing with ID: 10717265
2026-03-26 04:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717265%27 HTTP/1.1" 200 None
2026-03-26 04:20:14 [adesa.be] INFO: Scrape type for 10717265: 0
2026-03-26 04:20:14 [adesa.be] INFO: Skipping item 10717265 url https://www.openlane.eu/en/carv6/auction/10717265
2026-03-26 04:20:14 [adesa.be] INFO: Found listing with ID: 10717254
2026-03-26 04:20:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717254%27 HTTP/1.1" 200 None
2026-03-26 04:20:14 [adesa.be] INFO: Scrape type for 10717254: 0
2026-03-26 04:20:14 [adesa.be] INFO: Skipping item 10717254 url https://www.openlane.eu/en/carv6/auction/10717254
2026-03-26 04:20:14 [adesa.be] INFO: Found listing with ID: 10717243
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717243%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717243: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717243 url https://www.openlane.eu/en/carv6/auction/10717243
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717252
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717252%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717252: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717252 url https://www.openlane.eu/en/carv6/auction/10717252
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717249
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717249%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717249: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717249 url https://www.openlane.eu/en/carv6/auction/10717249
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717229
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717229%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717229: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717229 url https://www.openlane.eu/en/carv6/auction/10717229
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717303
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717303%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717303: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717303 url https://www.openlane.eu/en/carv6/auction/10717303
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717237
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717237%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717237: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717237 url https://www.openlane.eu/en/carv6/auction/10717237
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717244
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717244%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717244: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717244 url https://www.openlane.eu/en/carv6/auction/10717244
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717256
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717256%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717256: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717256 url https://www.openlane.eu/en/carv6/auction/10717256
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717240
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717240%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717240: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717240 url https://www.openlane.eu/en/carv6/auction/10717240
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717255
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717255%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717255: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717255 url https://www.openlane.eu/en/carv6/auction/10717255
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717230
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717230%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717230: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717230 url https://www.openlane.eu/en/carv6/auction/10717230
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717247
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717247%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717247: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717247 url https://www.openlane.eu/en/carv6/auction/10717247
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717271
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717271%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717271: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717271 url https://www.openlane.eu/en/carv6/auction/10717271
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717245
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717245%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717245: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717245 url https://www.openlane.eu/en/carv6/auction/10717245
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717231
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717231%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717231: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717231 url https://www.openlane.eu/en/carv6/auction/10717231
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717290
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717290%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717290: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717290 url https://www.openlane.eu/en/carv6/auction/10717290
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717287
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717287%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717287: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717287 url https://www.openlane.eu/en/carv6/auction/10717287
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717294
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717294%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717294: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717294 url https://www.openlane.eu/en/carv6/auction/10717294
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717241
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717241%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717241: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717241 url https://www.openlane.eu/en/carv6/auction/10717241
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717239
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717239%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717239: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717239 url https://www.openlane.eu/en/carv6/auction/10717239
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717226
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717226%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717226: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717226 url https://www.openlane.eu/en/carv6/auction/10717226
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717306
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717306%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717306: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717306 url https://www.openlane.eu/en/carv6/auction/10717306
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717284
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717284%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717284: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717284 url https://www.openlane.eu/en/carv6/auction/10717284
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717282
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717282%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717282: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717282 url https://www.openlane.eu/en/carv6/auction/10717282
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717266
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717266%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717266: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717266 url https://www.openlane.eu/en/carv6/auction/10717266
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717283
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717283%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717283: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717283 url https://www.openlane.eu/en/carv6/auction/10717283
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717277
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717277%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717277: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717277 url https://www.openlane.eu/en/carv6/auction/10717277
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717302
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717302%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717302: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717302 url https://www.openlane.eu/en/carv6/auction/10717302
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717270
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717270%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717270: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717270 url https://www.openlane.eu/en/carv6/auction/10717270
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717269
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717269%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717269: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717269 url https://www.openlane.eu/en/carv6/auction/10717269
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717274
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717274%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717274: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717274 url https://www.openlane.eu/en/carv6/auction/10717274
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717258
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717258%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717258: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717258 url https://www.openlane.eu/en/carv6/auction/10717258
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717298
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717298%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717298: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717298 url https://www.openlane.eu/en/carv6/auction/10717298
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717291
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717291%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717291: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717291 url https://www.openlane.eu/en/carv6/auction/10717291
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717308
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717308%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717308: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717308 url https://www.openlane.eu/en/carv6/auction/10717308
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717311
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717311%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717311: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717311 url https://www.openlane.eu/en/carv6/auction/10717311
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717310
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717310%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717310: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717310 url https://www.openlane.eu/en/carv6/auction/10717310
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717292
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717292%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717292: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717292 url https://www.openlane.eu/en/carv6/auction/10717292
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717299
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717299%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717299: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717299 url https://www.openlane.eu/en/carv6/auction/10717299
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717263
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717263%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717263: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717263 url https://www.openlane.eu/en/carv6/auction/10717263
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717304
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717304%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717304: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717304 url https://www.openlane.eu/en/carv6/auction/10717304
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717281
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717281%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717281: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717281 url https://www.openlane.eu/en/carv6/auction/10717281
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717285
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717285%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717285: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717285 url https://www.openlane.eu/en/carv6/auction/10717285
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717278
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717278%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717278: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717278 url https://www.openlane.eu/en/carv6/auction/10717278
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717279
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717279%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717279: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717279 url https://www.openlane.eu/en/carv6/auction/10717279
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717276
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717276%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717276: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717276 url https://www.openlane.eu/en/carv6/auction/10717276
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717234
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717234%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717234: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717234 url https://www.openlane.eu/en/carv6/auction/10717234
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717242
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717242%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717242: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717242 url https://www.openlane.eu/en/carv6/auction/10717242
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717296
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717296%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717296: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717296 url https://www.openlane.eu/en/carv6/auction/10717296
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717293
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717293%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717293: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717293 url https://www.openlane.eu/en/carv6/auction/10717293
2026-03-26 04:20:15 [adesa.be] INFO: Found listing with ID: 10717289
2026-03-26 04:20:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717289%27 HTTP/1.1" 200 None
2026-03-26 04:20:15 [adesa.be] INFO: Scrape type for 10717289: 0
2026-03-26 04:20:15 [adesa.be] INFO: Skipping item 10717289 url https://www.openlane.eu/en/carv6/auction/10717289
2026-03-26 04:20:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704656> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:20:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 935ab860-6d51-52d0-a0ba-02337902ff31 with identifier: 10704663
2026-03-26 04:20:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 935ab860-6d51-52d0-a0ba-02337902ff31 with scrape type 2
2026-03-26 04:20:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 935ab860-6d51-52d0-a0ba-02337902ff31 with scrape type 2
2026-03-26 04:20:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 935ab860-6d51-52d0-a0ba-02337902ff31, identifier: 10704663
2026-03-26 04:20:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22550e54-e8c0-552a-8b7d-70bca547b5d0 with identifier: 10704662
2026-03-26 04:20:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22550e54-e8c0-552a-8b7d-70bca547b5d0 with scrape type 2
2026-03-26 04:20:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22550e54-e8c0-552a-8b7d-70bca547b5d0 with scrape type 2
2026-03-26 04:20:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 22550e54-e8c0-552a-8b7d-70bca547b5d0, identifier: 10704662
2026-03-26 04:20:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75da0e35-f0cf-57e3-b2c8-4e4ce94f5420 with identifier: 10704681
2026-03-26 04:20:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75da0e35-f0cf-57e3-b2c8-4e4ce94f5420 with scrape type 2
2026-03-26 04:20:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75da0e35-f0cf-57e3-b2c8-4e4ce94f5420 with scrape type 2
2026-03-26 04:20:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 75da0e35-f0cf-57e3-b2c8-4e4ce94f5420, identifier: 10704681
2026-03-26 04:20:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 935ab860-6d51-52d0-a0ba-02337902ff31 with identifier: 10704663
2026-03-26 04:20:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 935ab860-6d51-52d0-a0ba-02337902ff31 with identifier: 10704663
2026-03-26 04:20:16 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 935ab860-6d51-52d0-a0ba-02337902ff31 with identifier: 10704663 to the API
2026-03-26 04:20:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704663>
{'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-26T08:30: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=10704663',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Seat',
'model': 'Arona',
'odometer': 39857,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 7500,
'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-26 04:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704663%27 HTTP/1.1" 200 None
2026-03-26 04:20:16 [adesa.be] INFO: Saving data for 10704663: {'auction_closing_time': 1774513800.0, 'created_time': 1774217745.486835, 'last_price_update_time': 1774498816.549831}
2026-03-26 04:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704663') HTTP/1.1" 204 0
2026-03-26 04:20:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 22550e54-e8c0-552a-8b7d-70bca547b5d0 with identifier: 10704662
2026-03-26 04:20:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 22550e54-e8c0-552a-8b7d-70bca547b5d0 with identifier: 10704662
2026-03-26 04:20:16 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 22550e54-e8c0-552a-8b7d-70bca547b5d0 with identifier: 10704662 to the API
2026-03-26 04:20:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704662>
{'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': 120,
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'Diesel',
'id': '22550e54-e8c0-552a-8b7d-70bca547b5d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BCP014',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704662',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Renault',
'model': 'Trafic',
'odometer': 123003,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 8300,
'price_includes_vat': True,
'registration_date': '2021-10-01',
'seats_number': 3,
'seller_name': 'Ayvens België',
'title': 'Renault Trafic L1H1 2.0 DCI Grand Comfort - Diesel - Manual - 120 '
'hp - 123.003 km',
'transmission': 'manual',
'trim': 'Grand Comfort',
'vin': None,
'year': 2021}
2026-03-26 04:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704662%27 HTTP/1.1" 200 None
2026-03-26 04:20:16 [adesa.be] INFO: Saving data for 10704662: {'auction_closing_time': 1774513800.0, 'created_time': 1774217740.041377, 'last_price_update_time': 1774498816.925932}
2026-03-26 04:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704662') HTTP/1.1" 204 0
2026-03-26 04:20:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 75da0e35-f0cf-57e3-b2c8-4e4ce94f5420 with identifier: 10704681
2026-03-26 04:20:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 75da0e35-f0cf-57e3-b2c8-4e4ce94f5420 with identifier: 10704681
2026-03-26 04:20:17 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 75da0e35-f0cf-57e3-b2c8-4e4ce94f5420 with identifier: 10704681 to the API
2026-03-26 04:20:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704681>
{'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': 150,
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'Petrol',
'id': '75da0e35-f0cf-57e3-b2c8-4e4ce94f5420',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2ACN493',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704681',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 136198,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 11000,
'price_includes_vat': True,
'registration_date': '2021-02-19',
'seats_number': 7,
'seller_name': 'Ayvens België',
'title': 'Volkswagen Tiguan Allspace 1.5 TSI Trendline - Petrol - Manual - '
'150 hp - 136.198 km',
'transmission': 'manual',
'trim': 'Trendline',
'vin': None,
'year': 2021}
2026-03-26 04:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704681%27 HTTP/1.1" 200 None
2026-03-26 04:20:17 [adesa.be] INFO: Saving data for 10704681: {'auction_closing_time': 1774513800.0, 'created_time': 1774217734.354564, 'last_price_update_time': 1774498817.280304}
2026-03-26 04:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704681') HTTP/1.1" 204 0
2026-03-26 04:20:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704659> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:17 [zyte_api._retry] DEBUG: Finished call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request' after 4.665(s), this was the 1st time calling it.
2026-03-26 04:20:17 [zyte_api._retry] DEBUG: Retrying zyte_api._async.AsyncZyteAPI.get.<locals>.request in 6.539022765425645 seconds as it raised RequestError: RequestError: 520, message=, headers=<CIMultiDictProxy('Date': 'Thu, 26 Mar 2026 04:20:16 GMT', 'Content-Type': 'application/problem+json', 'Content-Length': '214', 'Connection': 'keep-alive', 'Retry-After': '60', 'Request-Id': 'a31b0e34594ec74d6dc79f456225dcbb', '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=a31b0e34594ec74d6dc79f456225dcbb.
2026-03-26 04: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-26 04:20:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704655> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04:20:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a50c2333-0041-5bf2-9c26-6d4cf859318d with identifier: 10704656
2026-03-26 04:20:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a50c2333-0041-5bf2-9c26-6d4cf859318d with scrape type 2
2026-03-26 04:20:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a50c2333-0041-5bf2-9c26-6d4cf859318d with scrape type 2
2026-03-26 04:20:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: a50c2333-0041-5bf2-9c26-6d4cf859318d, identifier: 10704656
2026-03-26 04:20:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: a50c2333-0041-5bf2-9c26-6d4cf859318d with identifier: 10704656
2026-03-26 04:20:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: a50c2333-0041-5bf2-9c26-6d4cf859318d with identifier: 10704656
2026-03-26 04:20:17 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: a50c2333-0041-5bf2-9c26-6d4cf859318d with identifier: 10704656 to the API
2026-03-26 04:20:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704656>
{'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': 131,
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'Diesel',
'id': 'a50c2333-0041-5bf2-9c26-6d4cf859318d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YDZ958',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704656',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': 'Partner',
'odometer': 153920,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 6000,
'price_includes_vat': True,
'registration_date': '2020-07-31',
'seats_number': 3,
'seller_name': 'Ayvens België',
'title': 'Peugeot Partner 1.5 HDI Asphalt - Diesel - Automatic - 131 hp - '
'153.920 km',
'transmission': 'automatic',
'trim': 'Asphalt',
'vin': None,
'year': 2020}
2026-03-26 04:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704656%27 HTTP/1.1" 200 None
2026-03-26 04:20:17 [adesa.be] INFO: Saving data for 10704656: {'auction_closing_time': 1774513800.0, 'created_time': 1774088120.943615, 'last_price_update_time': 1774498817.645171}
2026-03-26 04:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704656') HTTP/1.1" 204 0
2026-03-26 04:20:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdbb829e-05c7-55f8-a4ae-52530a3da17a with identifier: 10704659
2026-03-26 04:20:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdbb829e-05c7-55f8-a4ae-52530a3da17a with scrape type 2
2026-03-26 04:20:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cdbb829e-05c7-55f8-a4ae-52530a3da17a with scrape type 2
2026-03-26 04:20:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: cdbb829e-05c7-55f8-a4ae-52530a3da17a, identifier: 10704659
2026-03-26 04:20:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36d21a93-0307-58dd-b095-fd3071084f7a with identifier: 10704655
2026-03-26 04:20:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36d21a93-0307-58dd-b095-fd3071084f7a with scrape type 2
2026-03-26 04:20:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36d21a93-0307-58dd-b095-fd3071084f7a with scrape type 2
2026-03-26 04:20:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 36d21a93-0307-58dd-b095-fd3071084f7a, identifier: 10704655
2026-03-26 04:20:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: cdbb829e-05c7-55f8-a4ae-52530a3da17a with identifier: 10704659
2026-03-26 04:20:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: cdbb829e-05c7-55f8-a4ae-52530a3da17a with identifier: 10704659
2026-03-26 04:20:17 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: cdbb829e-05c7-55f8-a4ae-52530a3da17a with identifier: 10704659 to the API
2026-03-26 04:20:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704659>
{'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': 100,
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'Petrol',
'id': 'cdbb829e-05c7-55f8-a4ae-52530a3da17a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YTF724',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704659',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Renault',
'model': 'Clio',
'odometer': 62411,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 6000,
'price_includes_vat': True,
'registration_date': '2020-12-07',
'seats_number': 5,
'seller_name': 'Ayvens België',
'title': 'Renault Clio 1.0 Tce Corporate Edition - Petrol - Manual - 100 hp - '
'62.411 km',
'transmission': 'manual',
'trim': 'Corporate Edition',
'vin': None,
'year': 2020}
2026-03-26 04:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704659%27 HTTP/1.1" 200 None
2026-03-26 04:20:18 [adesa.be] INFO: Saving data for 10704659: {'auction_closing_time': 1774513800.0, 'created_time': 1774088128.434524, 'last_price_update_time': 1774498818.092616}
2026-03-26 04:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704659') HTTP/1.1" 204 0
2026-03-26 04:20:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 36d21a93-0307-58dd-b095-fd3071084f7a with identifier: 10704655
2026-03-26 04:20:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 36d21a93-0307-58dd-b095-fd3071084f7a with identifier: 10704655
2026-03-26 04:20:18 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 36d21a93-0307-58dd-b095-fd3071084f7a with identifier: 10704655 to the API
2026-03-26 04:20:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704655>
{'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': 122,
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'Diesel',
'id': '36d21a93-0307-58dd-b095-fd3071084f7a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1WHM739',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704655',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 112816,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 6600,
'price_includes_vat': True,
'registration_date': '2019-06-07',
'seats_number': 3,
'seller_name': 'Ayvens België',
'title': 'Peugeot Expert L3H1 2.0 HDI Premium - Diesel - Manual - 122 hp - '
'112.816 km',
'transmission': 'manual',
'trim': 'Premium',
'vin': None,
'year': 2019}
2026-03-26 04:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704655%27 HTTP/1.1" 200 None
2026-03-26 04:20:18 [adesa.be] INFO: Saving data for 10704655: {'auction_closing_time': 1774513800.0, 'created_time': 1774088129.870325, 'last_price_update_time': 1774498818.361352}
2026-03-26 04:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704655') HTTP/1.1" 204 0
2026-03-26 04:20:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704653> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704661> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:20:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:20:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704643> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:20:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 399a3c07-30e0-56c0-9970-385cdc9ea517 with identifier: 10704653
2026-03-26 04:20:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 399a3c07-30e0-56c0-9970-385cdc9ea517 with scrape type 2
2026-03-26 04:20:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 399a3c07-30e0-56c0-9970-385cdc9ea517 with scrape type 2
2026-03-26 04:20:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 399a3c07-30e0-56c0-9970-385cdc9ea517, identifier: 10704653
2026-03-26 04:20:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 399a3c07-30e0-56c0-9970-385cdc9ea517 with identifier: 10704653
2026-03-26 04:20:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 399a3c07-30e0-56c0-9970-385cdc9ea517 with identifier: 10704653
2026-03-26 04:20:18 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 399a3c07-30e0-56c0-9970-385cdc9ea517 with identifier: 10704653 to the API
2026-03-26 04:20:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704653>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.2L',
'engine_horse_power': 120,
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'Diesel',
'id': '399a3c07-30e0-56c0-9970-385cdc9ea517',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YQC050',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704653',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': 'Boxer',
'odometer': 102207,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 7000,
'price_includes_vat': True,
'registration_date': '2020-11-02',
'seats_number': 3,
'seller_name': 'Ayvens België',
'title': 'Peugeot Boxer L2H2 2.2 HDI Premium - Diesel - Manual - 120 hp - '
'102.207 km',
'transmission': 'manual',
'trim': 'Premium',
'vin': None,
'year': 2020}
2026-03-26 04:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704653%27 HTTP/1.1" 200 None
2026-03-26 04:20:18 [adesa.be] INFO: Saving data for 10704653: {'auction_closing_time': 1774513800.0, 'created_time': 1774088129.159027, 'last_price_update_time': 1774498818.857538}
2026-03-26 04:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704653') HTTP/1.1" 204 0
2026-03-26 04:20:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0fe3a604-af41-5d1f-a36c-79855dd6928e with identifier: 10704661
2026-03-26 04:20:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0fe3a604-af41-5d1f-a36c-79855dd6928e with scrape type 2
2026-03-26 04:20:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0fe3a604-af41-5d1f-a36c-79855dd6928e with scrape type 2
2026-03-26 04:20:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 0fe3a604-af41-5d1f-a36c-79855dd6928e, identifier: 10704661
2026-03-26 04:20:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 0fe3a604-af41-5d1f-a36c-79855dd6928e with identifier: 10704661
2026-03-26 04:20:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 0fe3a604-af41-5d1f-a36c-79855dd6928e with identifier: 10704661
2026-03-26 04:20:19 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 0fe3a604-af41-5d1f-a36c-79855dd6928e with identifier: 10704661 to the API
2026-03-26 04:20:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704661>
{'auction_title': '',
'c_o_2_emission_value': 212,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '2.3L',
'engine_horse_power': 130,
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'Diesel',
'id': '0fe3a604-af41-5d1f-a36c-79855dd6928e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2FXG483',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704661',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Renault',
'model': 'Master',
'odometer': 48620,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 13700,
'price_includes_vat': True,
'registration_date': '2019-05-10',
'seats_number': 3,
'seller_name': 'Ayvens-BE',
'title': 'Renault Master box 2.3 DCI - Diesel - Manual - 130 hp - 48.620 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2019}
2026-03-26 04:20:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704661%27 HTTP/1.1" 200 None
2026-03-26 04:20:19 [adesa.be] INFO: Saving data for 10704661: {'auction_closing_time': 1774513800.0, 'created_time': 1774217746.370696, 'last_price_update_time': 1774498819.21631}
2026-03-26 04:20:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704661') HTTP/1.1" 204 0
2026-03-26 04:20:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3f3c819-b48f-53d8-97d6-dd66d37a320a with identifier: 10704643
2026-03-26 04:20:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3f3c819-b48f-53d8-97d6-dd66d37a320a with scrape type 2
2026-03-26 04:20:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3f3c819-b48f-53d8-97d6-dd66d37a320a with scrape type 2
2026-03-26 04:20:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: d3f3c819-b48f-53d8-97d6-dd66d37a320a, identifier: 10704643
2026-03-26 04:20:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704639> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704638> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: d3f3c819-b48f-53d8-97d6-dd66d37a320a with identifier: 10704643
2026-03-26 04:20:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: d3f3c819-b48f-53d8-97d6-dd66d37a320a with identifier: 10704643
2026-03-26 04:20:19 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: d3f3c819-b48f-53d8-97d6-dd66d37a320a with identifier: 10704643 to the API
2026-03-26 04:20:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704643>
{'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': 130,
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'Petrol',
'id': 'd3f3c819-b48f-53d8-97d6-dd66d37a320a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2ACR503',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704643',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '2008',
'odometer': 55055,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 8100,
'price_includes_vat': True,
'registration_date': '2021-02-22',
'seats_number': 5,
'seller_name': 'Ayvens-BE',
'title': 'Peugeot 2008 1.2i Allure - Petrol - Manual - 130 hp - 55.055 km',
'transmission': 'manual',
'trim': 'Allure',
'vin': None,
'year': 2021}
2026-03-26 04:20:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704643%27 HTTP/1.1" 200 None
2026-03-26 04:20:19 [adesa.be] INFO: Saving data for 10704643: {'auction_closing_time': 1774513800.0, 'created_time': 1774239333.362949, 'last_price_update_time': 1774498819.603004}
2026-03-26 04:20:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704643') HTTP/1.1" 204 0
2026-03-26 04:20:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:20:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:20:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ea90436-3300-53a6-a4ce-4250f6a6bc5f with identifier: 10704639
2026-03-26 04:20:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ea90436-3300-53a6-a4ce-4250f6a6bc5f with scrape type 2
2026-03-26 04:20:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ea90436-3300-53a6-a4ce-4250f6a6bc5f with scrape type 2
2026-03-26 04:20:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 0ea90436-3300-53a6-a4ce-4250f6a6bc5f, identifier: 10704639
2026-03-26 04:20:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 13d6ecb4-447f-5414-bf7a-519fb4dea5f1 with identifier: 10704638
2026-03-26 04:20:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 13d6ecb4-447f-5414-bf7a-519fb4dea5f1 with scrape type 2
2026-03-26 04:20:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 13d6ecb4-447f-5414-bf7a-519fb4dea5f1 with scrape type 2
2026-03-26 04:20:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 13d6ecb4-447f-5414-bf7a-519fb4dea5f1, identifier: 10704638
2026-03-26 04:20:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 0ea90436-3300-53a6-a4ce-4250f6a6bc5f with identifier: 10704639
2026-03-26 04:20:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 0ea90436-3300-53a6-a4ce-4250f6a6bc5f with identifier: 10704639
2026-03-26 04:20:19 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 0ea90436-3300-53a6-a4ce-4250f6a6bc5f with identifier: 10704639 to the API
2026-03-26 04:20:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704639>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 100,
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'Petrol',
'id': '0ea90436-3300-53a6-a4ce-4250f6a6bc5f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BQK842',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704639',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Opel',
'model': 'Corsa',
'odometer': 96051,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 5000,
'price_includes_vat': True,
'registration_date': '2022-02-15',
'seats_number': 5,
'seller_name': 'Ayvens-BE',
'title': 'Opel Corsa 1.2 Edition - Petrol - Manual - 100 hp - 96.051 km',
'transmission': 'manual',
'trim': 'Edition',
'vin': None,
'year': 2022}
2026-03-26 04:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704639%27 HTTP/1.1" 200 None
2026-03-26 04:20:20 [adesa.be] INFO: Saving data for 10704639: {'auction_closing_time': 1774513800.0, 'created_time': 1774239334.385711, 'last_price_update_time': 1774498820.061335}
2026-03-26 04:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704639') HTTP/1.1" 204 0
2026-03-26 04:20:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 13d6ecb4-447f-5414-bf7a-519fb4dea5f1 with identifier: 10704638
2026-03-26 04:20:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 13d6ecb4-447f-5414-bf7a-519fb4dea5f1 with identifier: 10704638
2026-03-26 04:20:20 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 13d6ecb4-447f-5414-bf7a-519fb4dea5f1 with identifier: 10704638 to the API
2026-03-26 04:20:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704638>
{'auction_title': '',
'c_o_2_emission_value': 93,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'engine_horse_power': 75,
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'Petrol',
'id': '13d6ecb4-447f-5414-bf7a-519fb4dea5f1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2ACR013',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704638',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Opel',
'model': 'Corsa',
'odometer': 105179,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 3500,
'price_includes_vat': True,
'registration_date': '2021-02-22',
'seats_number': 5,
'seller_name': 'Ayvens-BE',
'title': 'Opel Corsa 1.2 Edition - Petrol - Manual - 75 hp - 105.179 km',
'transmission': 'manual',
'trim': 'Edition',
'vin': None,
'year': 2021}
2026-03-26 04:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704638%27 HTTP/1.1" 200 None
2026-03-26 04:20:20 [adesa.be] INFO: Saving data for 10704638: {'auction_closing_time': 1774513800.0, 'created_time': 1774239326.957, 'last_price_update_time': 1774498820.382979}
2026-03-26 04:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704638') HTTP/1.1" 204 0
2026-03-26 04:20:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704652> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704635> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:20:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39f896cd-d11d-5a10-9ee4-be29c49a71f4 with identifier: 10704652
2026-03-26 04:20:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39f896cd-d11d-5a10-9ee4-be29c49a71f4 with scrape type 2
2026-03-26 04:20:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39f896cd-d11d-5a10-9ee4-be29c49a71f4 with scrape type 2
2026-03-26 04:20:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 39f896cd-d11d-5a10-9ee4-be29c49a71f4, identifier: 10704652
2026-03-26 04:20:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd0e86f3-1918-5764-a9bc-a02ae3562c82 with identifier: 10704635
2026-03-26 04:20:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd0e86f3-1918-5764-a9bc-a02ae3562c82 with scrape type 2
2026-03-26 04:20:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd0e86f3-1918-5764-a9bc-a02ae3562c82 with scrape type 2
2026-03-26 04:20:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: fd0e86f3-1918-5764-a9bc-a02ae3562c82, identifier: 10704635
2026-03-26 04:20:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 39f896cd-d11d-5a10-9ee4-be29c49a71f4 with identifier: 10704652
2026-03-26 04:20:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 39f896cd-d11d-5a10-9ee4-be29c49a71f4 with identifier: 10704652
2026-03-26 04:20:20 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 39f896cd-d11d-5a10-9ee4-be29c49a71f4 with identifier: 10704652 to the API
2026-03-26 04:20:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704652>
{'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': 131,
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'Diesel',
'id': '39f896cd-d11d-5a10-9ee4-be29c49a71f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1XAK099',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704652',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': 'Boxer',
'odometer': 104846,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 7000,
'price_includes_vat': True,
'registration_date': '2019-10-24',
'seats_number': 3,
'seller_name': 'Ayvens-BE',
'title': 'Peugeot Boxer L2H2 2.0 HDI Premium - Diesel - Manual - 131 hp - '
'104.846 km',
'transmission': 'manual',
'trim': 'Premium',
'vin': None,
'year': 2019}
2026-03-26 04:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704652%27 HTTP/1.1" 200 None
2026-03-26 04:20:20 [adesa.be] INFO: Saving data for 10704652: {'auction_closing_time': 1774513800.0, 'created_time': 1774088125.208067, 'last_price_update_time': 1774498820.944883}
2026-03-26 04:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704652') HTTP/1.1" 204 0
2026-03-26 04:20:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: fd0e86f3-1918-5764-a9bc-a02ae3562c82 with identifier: 10704635
2026-03-26 04:20:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: fd0e86f3-1918-5764-a9bc-a02ae3562c82 with identifier: 10704635
2026-03-26 04:20:21 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: fd0e86f3-1918-5764-a9bc-a02ae3562c82 with identifier: 10704635 to the API
2026-03-26 04:20:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704635>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'engine_horse_power': 163,
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'Diesel',
'id': 'fd0e86f3-1918-5764-a9bc-a02ae3562c82',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BRT635',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704635',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'Vito',
'odometer': 152255,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 12100,
'price_includes_vat': True,
'registration_date': '2022-02-28',
'seats_number': 5,
'seller_name': 'Ayvens-BE',
'title': 'Mercedes-Benz Vito L2 116 CDI - Diesel - Automatic - 163 hp - '
'152.255 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-26 04:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704635%27 HTTP/1.1" 200 None
2026-03-26 04:20:21 [adesa.be] INFO: Saving data for 10704635: {'auction_closing_time': 1774513800.0, 'created_time': 1774239331.85669, 'last_price_update_time': 1774498821.212303}
2026-03-26 04:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704635') HTTP/1.1" 204 0
2026-03-26 04:20:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704636> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe1fc5f5-1886-59c6-b3da-8a491b15bb8d with identifier: 10704636
2026-03-26 04:20:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe1fc5f5-1886-59c6-b3da-8a491b15bb8d with scrape type 2
2026-03-26 04:20:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe1fc5f5-1886-59c6-b3da-8a491b15bb8d with scrape type 2
2026-03-26 04:20:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: fe1fc5f5-1886-59c6-b3da-8a491b15bb8d, identifier: 10704636
2026-03-26 04:20:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: fe1fc5f5-1886-59c6-b3da-8a491b15bb8d with identifier: 10704636
2026-03-26 04:20:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: fe1fc5f5-1886-59c6-b3da-8a491b15bb8d with identifier: 10704636
2026-03-26 04:20:21 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: fe1fc5f5-1886-59c6-b3da-8a491b15bb8d with identifier: 10704636 to the API
2026-03-26 04:20:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704636>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'engine_horse_power': 136,
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'Diesel',
'id': 'fe1fc5f5-1886-59c6-b3da-8a491b15bb8d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YBM095A',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704636',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'Vito',
'odometer': 264875,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 5200,
'price_includes_vat': True,
'registration_date': '2020-07-07',
'seats_number': 3,
'seller_name': 'Ayvens-BE',
'title': 'Mercedes-Benz Vito 114 - Diesel - Automatic - 136 hp - 264.875 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2020}
2026-03-26 04:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704636%27 HTTP/1.1" 200 None
2026-03-26 04:20:21 [adesa.be] INFO: Saving data for 10704636: {'auction_closing_time': 1774513800.0, 'created_time': 1774239327.547653, 'last_price_update_time': 1774498821.675521}
2026-03-26 04:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704636') HTTP/1.1" 204 0
2026-03-26 04:20:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10691298> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb39e1b4-5702-50f1-8ce5-3c26cbca7e04 with identifier: 10691298
2026-03-26 04:20:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb39e1b4-5702-50f1-8ce5-3c26cbca7e04 with scrape type 2
2026-03-26 04:20:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb39e1b4-5702-50f1-8ce5-3c26cbca7e04 with scrape type 2
2026-03-26 04:20:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: cb39e1b4-5702-50f1-8ce5-3c26cbca7e04, identifier: 10691298
2026-03-26 04:20:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: cb39e1b4-5702-50f1-8ce5-3c26cbca7e04 with identifier: 10691298
2026-03-26 04:20:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: cb39e1b4-5702-50f1-8ce5-3c26cbca7e04 with identifier: 10691298
2026-03-26 04:20:22 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: cb39e1b4-5702-50f1-8ce5-3c26cbca7e04 with identifier: 10691298 to the API
2026-03-26 04:20:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10691298>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 160,
'expiration_date': '2026-03-27T09:20:00Z',
'fuel_type': 'Hybrid',
'id': 'cb39e1b4-5702-50f1-8ce5-3c26cbca7e04',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YWH526',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10691298',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'A',
'odometer': 89875,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 17600,
'price_includes_vat': True,
'registration_date': '2021-01-11',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-Benz A 250e - Hybrid - Automatic - 160 hp - 89.875 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2021}
2026-03-26 04:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710691298%27 HTTP/1.1" 200 None
2026-03-26 04:20:22 [adesa.be] INFO: Saving data for 10691298: {'auction_closing_time': 1774603200.0, 'created_time': 1774001780.027645, 'last_price_update_time': 1774498822.397092}
2026-03-26 04:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10691298') HTTP/1.1" 204 0
2026-03-26 04:20:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10691299> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0002817-3e8d-5f87-952e-8045846155e3 with identifier: 10691299
2026-03-26 04:20:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0002817-3e8d-5f87-952e-8045846155e3 with scrape type 2
2026-03-26 04:20:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0002817-3e8d-5f87-952e-8045846155e3 with scrape type 2
2026-03-26 04:20:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: a0002817-3e8d-5f87-952e-8045846155e3, identifier: 10691299
2026-03-26 04:20:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: a0002817-3e8d-5f87-952e-8045846155e3 with identifier: 10691299
2026-03-26 04:20:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: a0002817-3e8d-5f87-952e-8045846155e3 with identifier: 10691299
2026-03-26 04:20:23 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: a0002817-3e8d-5f87-952e-8045846155e3 with identifier: 10691299 to the API
2026-03-26 04:20:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:20: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-26 04:20:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10691299>
{'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-03-27T09:20:00Z',
'fuel_type': 'Diesel',
'id': 'a0002817-3e8d-5f87-952e-8045846155e3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2AEY202',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10691299',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '3008',
'odometer': 177038,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 8400,
'price_includes_vat': True,
'registration_date': '2021-03-12',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 1.5 HDI Active Pack - Diesel - Automatic - 130 hp - '
'177.038 km',
'transmission': 'automatic',
'trim': 'Active Pack',
'vin': None,
'year': 2021}
2026-03-26 04:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710691299%27 HTTP/1.1" 200 None
2026-03-26 04:20:23 [adesa.be] INFO: Saving data for 10691299: {'auction_closing_time': 1774603200.0, 'created_time': 1774001776.411107, 'last_price_update_time': 1774498823.329713}
2026-03-26 04:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10691299') HTTP/1.1" 204 0
2026-03-26 04:20:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10691300> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31e6932e-ce95-5c08-9200-99ce13918a2e with identifier: 10691300
2026-03-26 04:20:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31e6932e-ce95-5c08-9200-99ce13918a2e with scrape type 2
2026-03-26 04:20:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31e6932e-ce95-5c08-9200-99ce13918a2e with scrape type 2
2026-03-26 04:20:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 31e6932e-ce95-5c08-9200-99ce13918a2e, identifier: 10691300
2026-03-26 04:20:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 31e6932e-ce95-5c08-9200-99ce13918a2e with identifier: 10691300
2026-03-26 04:20:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 31e6932e-ce95-5c08-9200-99ce13918a2e with identifier: 10691300
2026-03-26 04:20:23 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 31e6932e-ce95-5c08-9200-99ce13918a2e with identifier: 10691300 to the API
2026-03-26 04:20:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:20: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-26 04:20:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10691300>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'Brown',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 190,
'expiration_date': '2026-03-27T09:20:00Z',
'fuel_type': 'Petrol',
'id': '31e6932e-ce95-5c08-9200-99ce13918a2e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2ARA606',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10691300',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Passat',
'odometer': 187912,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 9500,
'price_includes_vat': True,
'registration_date': '2021-06-17',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Passat 2.0 TSI Elegance Business - Petrol - Automatic - '
'190 hp - 187.912 km',
'transmission': 'automatic',
'trim': 'Elegance Business',
'vin': None,
'year': 2021}
2026-03-26 04:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710691300%27 HTTP/1.1" 200 None
2026-03-26 04:20:23 [adesa.be] INFO: Saving data for 10691300: {'auction_closing_time': 1774603200.0, 'created_time': 1774001777.451461, 'last_price_update_time': 1774498823.989536}
2026-03-26 04:20:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10691300') HTTP/1.1" 204 0
2026-03-26 04:20:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 2nd time calling it.
2026-03-26 04:20:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704654> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41df2cea-afc5-5c4e-939d-8b9cce9518b6 with identifier: 10704654
2026-03-26 04:20:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41df2cea-afc5-5c4e-939d-8b9cce9518b6 with scrape type 2
2026-03-26 04:20:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41df2cea-afc5-5c4e-939d-8b9cce9518b6 with scrape type 2
2026-03-26 04:20:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 41df2cea-afc5-5c4e-939d-8b9cce9518b6, identifier: 10704654
2026-03-26 04:20:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 41df2cea-afc5-5c4e-939d-8b9cce9518b6 with identifier: 10704654
2026-03-26 04:20:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 41df2cea-afc5-5c4e-939d-8b9cce9518b6 with identifier: 10704654
2026-03-26 04:20:25 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 41df2cea-afc5-5c4e-939d-8b9cce9518b6 with identifier: 10704654 to the API
2026-03-26 04:20:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:20: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-26 04:20:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704654>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 136,
'expiration_date': '2026-03-26T08:30:00Z',
'fuel_type': 'Electric',
'id': '41df2cea-afc5-5c4e-939d-8b9cce9518b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2DAJ440',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704654',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 27577,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 11000,
'price_includes_vat': True,
'registration_date': '2023-01-13',
'seats_number': 3,
'seller_name': 'Ayvens België',
'title': 'Peugeot Expert Long Asphalt - Electric - Automatic - 136 hp - '
'27.577 km',
'transmission': 'automatic',
'trim': 'Asphalt',
'vin': None,
'year': 2023}
2026-03-26 04:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710704654%27 HTTP/1.1" 200 None
2026-03-26 04:20:25 [adesa.be] INFO: Saving data for 10704654: {'auction_closing_time': 1774513800.0, 'created_time': 1774279558.193819, 'last_price_update_time': 1774498825.6105}
2026-03-26 04:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704654') HTTP/1.1" 204 0
2026-03-26 04: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-26 04:20:39 [adesa.be] INFO: Found listing with ID: 10717297
2026-03-26 04:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717297%27 HTTP/1.1" 200 None
2026-03-26 04:20:39 [adesa.be] INFO: Scrape type for 10717297: 0
2026-03-26 04:20:39 [adesa.be] INFO: Skipping item 10717297 url https://www.openlane.eu/en/carv6/auction/10717297
2026-03-26 04:20:39 [adesa.be] INFO: Found listing with ID: 10717246
2026-03-26 04:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717246%27 HTTP/1.1" 200 None
2026-03-26 04:20:39 [adesa.be] INFO: Scrape type for 10717246: 0
2026-03-26 04:20:39 [adesa.be] INFO: Skipping item 10717246 url https://www.openlane.eu/en/carv6/auction/10717246
2026-03-26 04:20:39 [adesa.be] INFO: Found listing with ID: 10717257
2026-03-26 04:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717257%27 HTTP/1.1" 200 None
2026-03-26 04:20:39 [adesa.be] INFO: Scrape type for 10717257: 0
2026-03-26 04:20:39 [adesa.be] INFO: Skipping item 10717257 url https://www.openlane.eu/en/carv6/auction/10717257
2026-03-26 04:20:39 [adesa.be] INFO: Found listing with ID: 10717272
2026-03-26 04:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717272%27 HTTP/1.1" 200 None
2026-03-26 04:20:39 [adesa.be] INFO: Scrape type for 10717272: 0
2026-03-26 04:20:39 [adesa.be] INFO: Skipping item 10717272 url https://www.openlane.eu/en/carv6/auction/10717272
2026-03-26 04:20:39 [adesa.be] INFO: Found listing with ID: 10717301
2026-03-26 04:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717301%27 HTTP/1.1" 200 None
2026-03-26 04:20:39 [adesa.be] INFO: Scrape type for 10717301: 0
2026-03-26 04:20:39 [adesa.be] INFO: Skipping item 10717301 url https://www.openlane.eu/en/carv6/auction/10717301
2026-03-26 04:20:39 [adesa.be] INFO: Found listing with ID: 10717259
2026-03-26 04:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717259%27 HTTP/1.1" 200 None
2026-03-26 04:20:39 [adesa.be] INFO: Scrape type for 10717259: 0
2026-03-26 04:20:39 [adesa.be] INFO: Skipping item 10717259 url https://www.openlane.eu/en/carv6/auction/10717259
2026-03-26 04:20:39 [adesa.be] INFO: Found listing with ID: 10717236
2026-03-26 04:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717236%27 HTTP/1.1" 200 None
2026-03-26 04:20:39 [adesa.be] INFO: Scrape type for 10717236: 0
2026-03-26 04:20:39 [adesa.be] INFO: Skipping item 10717236 url https://www.openlane.eu/en/carv6/auction/10717236
2026-03-26 04:20:39 [adesa.be] INFO: Found listing with ID: 10717267
2026-03-26 04:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717267%27 HTTP/1.1" 200 None
2026-03-26 04:20:39 [adesa.be] INFO: Scrape type for 10717267: 0
2026-03-26 04:20:39 [adesa.be] INFO: Skipping item 10717267 url https://www.openlane.eu/en/carv6/auction/10717267
2026-03-26 04:20:39 [adesa.be] INFO: Found listing with ID: 10717235
2026-03-26 04:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717235%27 HTTP/1.1" 200 None
2026-03-26 04:20:39 [adesa.be] INFO: Scrape type for 10717235: 0
2026-03-26 04:20:39 [adesa.be] INFO: Skipping item 10717235 url https://www.openlane.eu/en/carv6/auction/10717235
2026-03-26 04:20:39 [adesa.be] INFO: Found listing with ID: 10717238
2026-03-26 04:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710717238%27 HTTP/1.1" 200 None
2026-03-26 04:20:39 [adesa.be] INFO: Scrape type for 10717238: 0
2026-03-26 04:20:39 [adesa.be] INFO: Skipping item 10717238 url https://www.openlane.eu/en/carv6/auction/10717238
2026-03-26 04:20:39 [adesa.be] INFO: Found listing with ID: 10246550
2026-03-26 04:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710246550%27 HTTP/1.1" 200 None
2026-03-26 04:20:39 [adesa.be] INFO: Scrape type for 10246550: 0
2026-03-26 04:20:39 [adesa.be] INFO: Skipping item 10246550 url https://www.openlane.eu/en/carv6/auction/10246550
2026-03-26 04:20:39 [adesa.be] INFO: Found listing with ID: 10609372
2026-03-26 04:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710609372%27 HTTP/1.1" 200 None
2026-03-26 04:20:39 [adesa.be] INFO: Scrape type for 10609372: 0
2026-03-26 04:20:39 [adesa.be] INFO: Skipping item 10609372 url https://www.openlane.eu/en/carv6/auction/10609372
2026-03-26 04:20:39 [adesa.be] INFO: Found listing with ID: 10421410
2026-03-26 04:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710421410%27 HTTP/1.1" 200 None
2026-03-26 04:20:39 [adesa.be] INFO: Scrape type for 10421410: 0
2026-03-26 04:20:39 [adesa.be] INFO: Skipping item 10421410 url https://www.openlane.eu/en/carv6/auction/10421410
2026-03-26 04:20:39 [adesa.be] INFO: Found listing with ID: 10616519
2026-03-26 04:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710616519%27 HTTP/1.1" 200 None
2026-03-26 04:20:39 [adesa.be] INFO: Scrape type for 10616519: 0
2026-03-26 04:20:39 [adesa.be] INFO: Skipping item 10616519 url https://www.openlane.eu/en/carv6/auction/10616519
2026-03-26 04:20:39 [adesa.be] INFO: Found listing with ID: 10609365
2026-03-26 04:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710609365%27 HTTP/1.1" 200 None
2026-03-26 04:20:39 [adesa.be] INFO: Scrape type for 10609365: 0
2026-03-26 04:20:39 [adesa.be] INFO: Skipping item 10609365 url https://www.openlane.eu/en/carv6/auction/10609365
2026-03-26 04:20:39 [adesa.be] INFO: Found listing with ID: 10704038
2026-03-26 04:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704038%27 HTTP/1.1" 200 None
2026-03-26 04:20:39 [adesa.be] INFO: Scrape type for 10704038: 0
2026-03-26 04:20:39 [adesa.be] INFO: Skipping item 10704038 url https://www.openlane.eu/en/carv6/auction/10704038
2026-03-26 04:20:39 [adesa.be] INFO: Found listing with ID: 10568036
2026-03-26 04:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710568036%27 HTTP/1.1" 200 None
2026-03-26 04:20:39 [adesa.be] INFO: Scrape type for 10568036: 0
2026-03-26 04:20:39 [adesa.be] INFO: Skipping item 10568036 url https://www.openlane.eu/en/carv6/auction/10568036
2026-03-26 04:20:39 [adesa.be] INFO: Found listing with ID: 10421414
2026-03-26 04:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710421414%27 HTTP/1.1" 200 None
2026-03-26 04:20:39 [adesa.be] INFO: Scrape type for 10421414: 0
2026-03-26 04:20:39 [adesa.be] INFO: Skipping item 10421414 url https://www.openlane.eu/en/carv6/auction/10421414
2026-03-26 04:20:39 [adesa.be] INFO: Found listing with ID: 10616500
2026-03-26 04:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710616500%27 HTTP/1.1" 200 None
2026-03-26 04:20:39 [adesa.be] INFO: Scrape type for 10616500: 0
2026-03-26 04:20:39 [adesa.be] INFO: Skipping item 10616500 url https://www.openlane.eu/en/carv6/auction/10616500
2026-03-26 04:20:39 [adesa.be] INFO: Found listing with ID: 10704031
2026-03-26 04:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704031%27 HTTP/1.1" 200 None
2026-03-26 04:20:39 [adesa.be] INFO: Scrape type for 10704031: 0
2026-03-26 04:20:39 [adesa.be] INFO: Skipping item 10704031 url https://www.openlane.eu/en/carv6/auction/10704031
2026-03-26 04:20:39 [adesa.be] INFO: Found listing with ID: 10148717
2026-03-26 04:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710148717%27 HTTP/1.1" 200 None
2026-03-26 04:20:39 [adesa.be] INFO: Scrape type for 10148717: 0
2026-03-26 04:20:39 [adesa.be] INFO: Skipping item 10148717 url https://www.openlane.eu/en/carv6/auction/10148717
2026-03-26 04:20:39 [adesa.be] INFO: Found listing with ID: 10602488
2026-03-26 04:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710602488%27 HTTP/1.1" 200 None
2026-03-26 04:20:39 [adesa.be] INFO: Scrape type for 10602488: 0
2026-03-26 04:20:39 [adesa.be] INFO: Skipping item 10602488 url https://www.openlane.eu/en/carv6/auction/10602488
2026-03-26 04:20:39 [adesa.be] INFO: Found listing with ID: 10421420
2026-03-26 04:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710421420%27 HTTP/1.1" 200 None
2026-03-26 04:20:39 [adesa.be] INFO: Scrape type for 10421420: 0
2026-03-26 04:20:39 [adesa.be] INFO: Skipping item 10421420 url https://www.openlane.eu/en/carv6/auction/10421420
2026-03-26 04:20:39 [adesa.be] INFO: Found listing with ID: 10685427
2026-03-26 04:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710685427%27 HTTP/1.1" 200 None
2026-03-26 04:20:39 [adesa.be] INFO: Scrape type for 10685427: 2
2026-03-26 04:20:39 [adesa.be] INFO: Scraping item 10685427 url https://www.openlane.eu/en/carv6/auction/10685427
2026-03-26 04:20:39 [adesa.be] INFO: Found listing with ID: 10616517
2026-03-26 04:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710616517%27 HTTP/1.1" 200 None
2026-03-26 04:20:39 [adesa.be] INFO: Scrape type for 10616517: 0
2026-03-26 04:20:39 [adesa.be] INFO: Skipping item 10616517 url https://www.openlane.eu/en/carv6/auction/10616517
2026-03-26 04:20:39 [adesa.be] INFO: Found listing with ID: 10568035
2026-03-26 04:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710568035%27 HTTP/1.1" 200 None
2026-03-26 04:20:39 [adesa.be] INFO: Scrape type for 10568035: 0
2026-03-26 04:20:39 [adesa.be] INFO: Skipping item 10568035 url https://www.openlane.eu/en/carv6/auction/10568035
2026-03-26 04:20:39 [adesa.be] INFO: Found listing with ID: 10533797
2026-03-26 04:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710533797%27 HTTP/1.1" 200 None
2026-03-26 04:20:39 [adesa.be] INFO: Scrape type for 10533797: 0
2026-03-26 04:20:39 [adesa.be] INFO: Skipping item 10533797 url https://www.openlane.eu/en/carv6/auction/10533797
2026-03-26 04:20:39 [adesa.be] INFO: Found listing with ID: 10616536
2026-03-26 04:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710616536%27 HTTP/1.1" 200 None
2026-03-26 04:20:39 [adesa.be] INFO: Scrape type for 10616536: 0
2026-03-26 04:20:39 [adesa.be] INFO: Skipping item 10616536 url https://www.openlane.eu/en/carv6/auction/10616536
2026-03-26 04:20:39 [adesa.be] INFO: Found listing with ID: 10678216
2026-03-26 04:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710678216%27 HTTP/1.1" 200 None
2026-03-26 04:20:39 [adesa.be] INFO: Scrape type for 10678216: 0
2026-03-26 04:20:39 [adesa.be] INFO: Skipping item 10678216 url https://www.openlane.eu/en/carv6/auction/10678216
2026-03-26 04:20:39 [adesa.be] INFO: Found listing with ID: 10662986
2026-03-26 04:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710662986%27 HTTP/1.1" 200 None
2026-03-26 04:20:39 [adesa.be] INFO: Scrape type for 10662986: 0
2026-03-26 04:20:39 [adesa.be] INFO: Skipping item 10662986 url https://www.openlane.eu/en/carv6/auction/10662986
2026-03-26 04:20:39 [adesa.be] INFO: Found listing with ID: 10711811
2026-03-26 04:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710711811%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10711811: 2
2026-03-26 04:20:40 [adesa.be] INFO: Scraping item 10711811 url https://www.openlane.eu/en/carv6/auction/10711811
2026-03-26 04:20:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10616502
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710616502%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10616502: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10616502 url https://www.openlane.eu/en/carv6/auction/10616502
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10659576
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710659576%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10659576: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10659576 url https://www.openlane.eu/en/carv6/auction/10659576
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10679617
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710679617%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10679617: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10679617 url https://www.openlane.eu/en/carv6/auction/10679617
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10616514
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710616514%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10616514: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10616514 url https://www.openlane.eu/en/carv6/auction/10616514
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10679616
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710679616%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10679616: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10679616 url https://www.openlane.eu/en/carv6/auction/10679616
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10704037
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704037%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10704037: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10704037 url https://www.openlane.eu/en/carv6/auction/10704037
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10652155
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710652155%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10652155: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10652155 url https://www.openlane.eu/en/carv6/auction/10652155
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10672563
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710672563%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10672563: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10672563 url https://www.openlane.eu/en/carv6/auction/10672563
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10501019
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710501019%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10501019: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10501019 url https://www.openlane.eu/en/carv6/auction/10501019
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10191297
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710191297%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10191297: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10191297 url https://www.openlane.eu/en/carv6/auction/10191297
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10481271
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710481271%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10481271: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10481271 url https://www.openlane.eu/en/carv6/auction/10481271
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10594091
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710594091%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10594091: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10594091 url https://www.openlane.eu/en/carv6/auction/10594091
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10659575
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710659575%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10659575: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10659575 url https://www.openlane.eu/en/carv6/auction/10659575
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10680082
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710680082%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10680082: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10680082 url https://www.openlane.eu/en/carv6/auction/10680082
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10146442
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710146442%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10146442: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10146442 url https://www.openlane.eu/en/carv6/auction/10146442
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10616503
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710616503%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10616503: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10616503 url https://www.openlane.eu/en/carv6/auction/10616503
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10617284
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710617284%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10617284: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10617284 url https://www.openlane.eu/en/carv6/auction/10617284
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10146432
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710146432%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10146432: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10146432 url https://www.openlane.eu/en/carv6/auction/10146432
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10553908
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710553908%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10553908: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10553908 url https://www.openlane.eu/en/carv6/auction/10553908
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10616549
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710616549%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10616549: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10616549 url https://www.openlane.eu/en/carv6/auction/10616549
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10148704
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710148704%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10148704: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10148704 url https://www.openlane.eu/en/carv6/auction/10148704
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10704033
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704033%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10704033: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10704033 url https://www.openlane.eu/en/carv6/auction/10704033
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10623062
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710623062%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10623062: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10623062 url https://www.openlane.eu/en/carv6/auction/10623062
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10644780
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710644780%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10644780: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10644780 url https://www.openlane.eu/en/carv6/auction/10644780
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10609371
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710609371%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10609371: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10609371 url https://www.openlane.eu/en/carv6/auction/10609371
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10508349
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710508349%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10508349: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10508349 url https://www.openlane.eu/en/carv6/auction/10508349
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10609367
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710609367%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10609367: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10609367 url https://www.openlane.eu/en/carv6/auction/10609367
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10662983
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710662983%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10662983: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10662983 url https://www.openlane.eu/en/carv6/auction/10662983
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10630093
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710630093%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10630093: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10630093 url https://www.openlane.eu/en/carv6/auction/10630093
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10466780
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710466780%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10466780: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10466780 url https://www.openlane.eu/en/carv6/auction/10466780
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10539976
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710539976%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10539976: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10539976 url https://www.openlane.eu/en/carv6/auction/10539976
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10616509
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710616509%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10616509: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10616509 url https://www.openlane.eu/en/carv6/auction/10616509
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10148725
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710148725%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10148725: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10148725 url https://www.openlane.eu/en/carv6/auction/10148725
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10616538
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710616538%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10616538: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10616538 url https://www.openlane.eu/en/carv6/auction/10616538
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10575628
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710575628%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10575628: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10575628 url https://www.openlane.eu/en/carv6/auction/10575628
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10704036
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704036%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10704036: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10704036 url https://www.openlane.eu/en/carv6/auction/10704036
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10616513
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710616513%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10616513: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10616513 url https://www.openlane.eu/en/carv6/auction/10616513
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10662989
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710662989%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10662989: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10662989 url https://www.openlane.eu/en/carv6/auction/10662989
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10623054
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710623054%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10623054: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10623054 url https://www.openlane.eu/en/carv6/auction/10623054
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10617283
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710617283%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10617283: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10617283 url https://www.openlane.eu/en/carv6/auction/10617283
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10488779
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710488779%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10488779: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10488779 url https://www.openlane.eu/en/carv6/auction/10488779
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10679615
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710679615%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10679615: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10679615 url https://www.openlane.eu/en/carv6/auction/10679615
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10704034
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704034%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10704034: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10704034 url https://www.openlane.eu/en/carv6/auction/10704034
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10575621
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710575621%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10575621: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10575621 url https://www.openlane.eu/en/carv6/auction/10575621
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10508347
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710508347%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10508347: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10508347 url https://www.openlane.eu/en/carv6/auction/10508347
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10609370
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710609370%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10609370: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10609370 url https://www.openlane.eu/en/carv6/auction/10609370
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10442555
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710442555%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10442555: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10442555 url https://www.openlane.eu/en/carv6/auction/10442555
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10616521
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710616521%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10616521: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10616521 url https://www.openlane.eu/en/carv6/auction/10616521
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10187738
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710187738%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10187738: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10187738 url https://www.openlane.eu/en/carv6/auction/10187738
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10616501
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710616501%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10616501: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10616501 url https://www.openlane.eu/en/carv6/auction/10616501
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10146430
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710146430%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10146430: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10146430 url https://www.openlane.eu/en/carv6/auction/10146430
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10146429
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710146429%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10146429: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10146429 url https://www.openlane.eu/en/carv6/auction/10146429
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10575636
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710575636%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10575636: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10575636 url https://www.openlane.eu/en/carv6/auction/10575636
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10711809
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710711809%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10711809: 2
2026-03-26 04:20:40 [adesa.be] INFO: Scraping item 10711809 url https://www.openlane.eu/en/carv6/auction/10711809
2026-03-26 04:20:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10616507
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710616507%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10616507: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10616507 url https://www.openlane.eu/en/carv6/auction/10616507
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10616504
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710616504%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10616504: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10616504 url https://www.openlane.eu/en/carv6/auction/10616504
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10523677
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710523677%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10523677: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10523677 url https://www.openlane.eu/en/carv6/auction/10523677
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10623055
2026-03-26 04:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710623055%27 HTTP/1.1" 200 None
2026-03-26 04:20:40 [adesa.be] INFO: Scrape type for 10623055: 0
2026-03-26 04:20:40 [adesa.be] INFO: Skipping item 10623055 url https://www.openlane.eu/en/carv6/auction/10623055
2026-03-26 04:20:40 [adesa.be] INFO: Found listing with ID: 10659578
2026-03-26 04:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710659578%27 HTTP/1.1" 200 None
2026-03-26 04:20:41 [adesa.be] INFO: Scrape type for 10659578: 0
2026-03-26 04:20:41 [adesa.be] INFO: Skipping item 10659578 url https://www.openlane.eu/en/carv6/auction/10659578
2026-03-26 04:20:41 [adesa.be] INFO: Found listing with ID: 10350820
2026-03-26 04:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710350820%27 HTTP/1.1" 200 None
2026-03-26 04:20:41 [adesa.be] INFO: Scrape type for 10350820: 0
2026-03-26 04:20:41 [adesa.be] INFO: Skipping item 10350820 url https://www.openlane.eu/en/carv6/auction/10350820
2026-03-26 04:20:41 [adesa.be] INFO: Found listing with ID: 10662988
2026-03-26 04:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710662988%27 HTTP/1.1" 200 None
2026-03-26 04:20:41 [adesa.be] INFO: Scrape type for 10662988: 0
2026-03-26 04:20:41 [adesa.be] INFO: Skipping item 10662988 url https://www.openlane.eu/en/carv6/auction/10662988
2026-03-26 04:20:41 [adesa.be] INFO: Found listing with ID: 10678215
2026-03-26 04:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710678215%27 HTTP/1.1" 200 None
2026-03-26 04:20:41 [adesa.be] INFO: Scrape type for 10678215: 0
2026-03-26 04:20:41 [adesa.be] INFO: Skipping item 10678215 url https://www.openlane.eu/en/carv6/auction/10678215
2026-03-26 04:20:41 [adesa.be] INFO: Found listing with ID: 10575624
2026-03-26 04:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710575624%27 HTTP/1.1" 200 None
2026-03-26 04:20:41 [adesa.be] INFO: Scrape type for 10575624: 0
2026-03-26 04:20:41 [adesa.be] INFO: Skipping item 10575624 url https://www.openlane.eu/en/carv6/auction/10575624
2026-03-26 04:20:41 [adesa.be] INFO: Found listing with ID: 10588783
2026-03-26 04:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710588783%27 HTTP/1.1" 200 None
2026-03-26 04:20:41 [adesa.be] INFO: Scrape type for 10588783: 0
2026-03-26 04:20:41 [adesa.be] INFO: Skipping item 10588783 url https://www.openlane.eu/en/carv6/auction/10588783
2026-03-26 04:20:41 [adesa.be] INFO: Found listing with ID: 10623059
2026-03-26 04:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710623059%27 HTTP/1.1" 200 None
2026-03-26 04:20:41 [adesa.be] INFO: Scrape type for 10623059: 0
2026-03-26 04:20:41 [adesa.be] INFO: Skipping item 10623059 url https://www.openlane.eu/en/carv6/auction/10623059
2026-03-26 04:20:41 [adesa.be] INFO: Found listing with ID: 10616497
2026-03-26 04:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710616497%27 HTTP/1.1" 200 None
2026-03-26 04:20:41 [adesa.be] INFO: Scrape type for 10616497: 0
2026-03-26 04:20:41 [adesa.be] INFO: Skipping item 10616497 url https://www.openlane.eu/en/carv6/auction/10616497
2026-03-26 04:20:41 [adesa.be] INFO: Found listing with ID: 10644776
2026-03-26 04:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710644776%27 HTTP/1.1" 200 None
2026-03-26 04:20:41 [adesa.be] INFO: Scrape type for 10644776: 0
2026-03-26 04:20:41 [adesa.be] INFO: Skipping item 10644776 url https://www.openlane.eu/en/carv6/auction/10644776
2026-03-26 04:20:41 [adesa.be] INFO: Found listing with ID: 10396492
2026-03-26 04:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710396492%27 HTTP/1.1" 200 None
2026-03-26 04:20:41 [adesa.be] INFO: Scrape type for 10396492: 0
2026-03-26 04:20:41 [adesa.be] INFO: Skipping item 10396492 url https://www.openlane.eu/en/carv6/auction/10396492
2026-03-26 04:20:41 [adesa.be] INFO: Found listing with ID: 10246890
2026-03-26 04:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710246890%27 HTTP/1.1" 200 None
2026-03-26 04:20:41 [adesa.be] INFO: Scrape type for 10246890: 0
2026-03-26 04:20:41 [adesa.be] INFO: Skipping item 10246890 url https://www.openlane.eu/en/carv6/auction/10246890
2026-03-26 04:20:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10704687> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04: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-26 04: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-26 04:20:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 089abd77-8d15-5792-980a-f811c316af2c with identifier: 10704687
2026-03-26 04:20:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 089abd77-8d15-5792-980a-f811c316af2c with scrape type 2
2026-03-26 04:20:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 089abd77-8d15-5792-980a-f811c316af2c with scrape type 2
2026-03-26 04:20:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 089abd77-8d15-5792-980a-f811c316af2c, identifier: 10704687
2026-03-26 04:20:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 089abd77-8d15-5792-980a-f811c316af2c with identifier: 10704687
2026-03-26 04:20:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 089abd77-8d15-5792-980a-f811c316af2c with identifier: 10704687
2026-03-26 04:20:41 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 089abd77-8d15-5792-980a-f811c316af2c with identifier: 10704687 to the API
2026-03-26 04:20:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:20: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-26 04:20:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10704687>
{'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-26T08:30:00Z',
'fuel_type': 'Hybrid',
'id': '089abd77-8d15-5792-980a-f811c316af2c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BJM088',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10704687',
'listing': 'auction',
'location': 'Bilzen (Belgium)',
'make': 'Volvo',
'model': 'XC40',
'odometer': 98641,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 15900,
'price_includes_vat': True,
'registration_date': '2021-12-06',
'seats_number': 5,
'seller_name': 'Ayvens-BE',
'title': 'Volvo XC40 1.5 T4 Inscription - Hybrid - Automatic - 129 hp - '
'98.641 km',
'transmission': 'automatic',
'trim': 'Inscription',
'vin': None,
'year': 2021}
2026-03-26 04:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704687%27 HTTP/1.1" 200 None
2026-03-26 04:20:41 [adesa.be] INFO: Saving data for 10704687: {'auction_closing_time': 1774513800.0, 'created_time': 1774239328.494616, 'last_price_update_time': 1774498841.989745}
2026-03-26 04:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10704687') HTTP/1.1" 204 0
2026-03-26 04:20:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10711809> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b6fb322-ea11-5b05-9c42-93b251a89bde with identifier: 10711809
2026-03-26 04:20:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b6fb322-ea11-5b05-9c42-93b251a89bde with scrape type 2
2026-03-26 04:20:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b6fb322-ea11-5b05-9c42-93b251a89bde with scrape type 2
2026-03-26 04:20:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 0b6fb322-ea11-5b05-9c42-93b251a89bde, identifier: 10711809
2026-03-26 04:20:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 0b6fb322-ea11-5b05-9c42-93b251a89bde with identifier: 10711809
2026-03-26 04:20:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 0b6fb322-ea11-5b05-9c42-93b251a89bde with identifier: 10711809
2026-03-26 04:20:43 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 0b6fb322-ea11-5b05-9c42-93b251a89bde with identifier: 10711809 to the API
2026-03-26 04:20:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10711809>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 179,
'expiration_date': '2027-01-31T10:45:00Z',
'fuel_type': 'Diesel',
'id': '0b6fb322-ea11-5b05-9c42-93b251a89bde',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': '1bqe704',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10711809',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Land Rover',
'model': 'Range Rover',
'odometer': 171337,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 16950,
'price_includes_vat': True,
'registration_date': '2019-06-21',
'seats_number': 5,
'seller_name': None,
'title': 'Land Rover Range Rover Velar 2.0d R-Dynamic S - AWD - Diesel - '
'Automatic - 179 hp - 171.337 km',
'transmission': 'automatic',
'trim': 'R-Dynamic S',
'vin': None,
'year': 2019}
2026-03-26 04:20:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710711809%27 HTTP/1.1" 200 None
2026-03-26 04:20:44 [adesa.be] INFO: Saving data for 10711809: {'auction_closing_time': 1801392300.0, 'created_time': 1774280065.014869, 'last_price_update_time': 1774498844.134637}
2026-03-26 04:20:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10711809') HTTP/1.1" 204 0
2026-03-26 04:20:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10685427> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec08c0ee-1038-5299-9033-7c14916225dc with identifier: 10685427
2026-03-26 04:20:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec08c0ee-1038-5299-9033-7c14916225dc with scrape type 2
2026-03-26 04:20:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec08c0ee-1038-5299-9033-7c14916225dc with scrape type 2
2026-03-26 04:20:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: ec08c0ee-1038-5299-9033-7c14916225dc, identifier: 10685427
2026-03-26 04:20:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: ec08c0ee-1038-5299-9033-7c14916225dc with identifier: 10685427
2026-03-26 04:20:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: ec08c0ee-1038-5299-9033-7c14916225dc with identifier: 10685427
2026-03-26 04:20:44 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: ec08c0ee-1038-5299-9033-7c14916225dc with identifier: 10685427 to the API
2026-03-26 04:20:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10685427>
{'auction_title': '',
'c_o_2_emission_value': 308,
'category': 'Coupé',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '5.8L',
'engine_horse_power': 634,
'expiration_date': '2027-01-31T10:45:00Z',
'fuel_type': 'Petrol',
'id': 'ec08c0ee-1038-5299-9033-7c14916225dc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': 'TETRODON',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10685427',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Bentley',
'model': 'Continental',
'odometer': 103374,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 92300,
'price_includes_vat': True,
'registration_date': '2018-11-29',
'seats_number': 4,
'seller_name': None,
'title': 'Bentley Continental GT 6.0i Mulliner Edition - AWD - Petrol - '
'Automatic - 634 hp - 103.374 km',
'transmission': 'automatic',
'trim': 'Mulliner Edition',
'vin': None,
'year': 2018}
2026-03-26 04:20:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:44 [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-26 04:20:44 [adesa.be] INFO: Saving data for 10685427: {'auction_closing_time': 1801392300.0, 'created_time': 1773762534.0858, 'last_price_update_time': 1774498844.588245}
2026-03-26 04:20:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10685427') HTTP/1.1" 204 0
2026-03-26 04:20:44 [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-26 04:20:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10711811> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:44 [adesa.be] INFO: Found listing with ID: 10488794
2026-03-26 04:20:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:44 [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-26 04:20:44 [adesa.be] INFO: Scrape type for 10488794: 0
2026-03-26 04:20:44 [adesa.be] INFO: Skipping item 10488794 url https://www.openlane.eu/en/carv6/auction/10488794
2026-03-26 04:20:44 [adesa.be] INFO: Found listing with ID: 10674346
2026-03-26 04:20:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:44 [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-26 04:20:44 [adesa.be] INFO: Scrape type for 10674346: 0
2026-03-26 04:20:44 [adesa.be] INFO: Skipping item 10674346 url https://www.openlane.eu/en/carv6/auction/10674346
2026-03-26 04:20:44 [adesa.be] INFO: Found listing with ID: 10616516
2026-03-26 04:20:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:44 [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-26 04:20:44 [adesa.be] INFO: Scrape type for 10616516: 0
2026-03-26 04:20:44 [adesa.be] INFO: Skipping item 10616516 url https://www.openlane.eu/en/carv6/auction/10616516
2026-03-26 04:20:44 [adesa.be] INFO: Found listing with ID: 10678211
2026-03-26 04:20:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:44 [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-26 04:20:44 [adesa.be] INFO: Scrape type for 10678211: 0
2026-03-26 04:20:44 [adesa.be] INFO: Skipping item 10678211 url https://www.openlane.eu/en/carv6/auction/10678211
2026-03-26 04:20:44 [adesa.be] INFO: Found listing with ID: 10616539
2026-03-26 04:20:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:44 [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-26 04:20:44 [adesa.be] INFO: Scrape type for 10616539: 0
2026-03-26 04:20:44 [adesa.be] INFO: Skipping item 10616539 url https://www.openlane.eu/en/carv6/auction/10616539
2026-03-26 04:20:44 [adesa.be] INFO: Found listing with ID: 10652154
2026-03-26 04:20:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:44 [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-26 04:20:44 [adesa.be] INFO: Scrape type for 10652154: 0
2026-03-26 04:20:44 [adesa.be] INFO: Skipping item 10652154 url https://www.openlane.eu/en/carv6/auction/10652154
2026-03-26 04:20:44 [adesa.be] INFO: Found listing with ID: 10662984
2026-03-26 04:20:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:44 [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-26 04:20:44 [adesa.be] INFO: Scrape type for 10662984: 2
2026-03-26 04:20:44 [adesa.be] INFO: Scraping item 10662984 url https://www.openlane.eu/en/carv6/auction/10662984
2026-03-26 04:20:44 [adesa.be] INFO: Found listing with ID: 10623068
2026-03-26 04:20:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:44 [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-26 04:20:44 [adesa.be] INFO: Scrape type for 10623068: 0
2026-03-26 04:20:44 [adesa.be] INFO: Skipping item 10623068 url https://www.openlane.eu/en/carv6/auction/10623068
2026-03-26 04:20:44 [adesa.be] INFO: Found listing with ID: 10623056
2026-03-26 04:20:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:44 [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-26 04:20:44 [adesa.be] INFO: Scrape type for 10623056: 0
2026-03-26 04:20:44 [adesa.be] INFO: Skipping item 10623056 url https://www.openlane.eu/en/carv6/auction/10623056
2026-03-26 04:20:44 [adesa.be] INFO: Found listing with ID: 10344428
2026-03-26 04:20:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:44 [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-26 04:20:44 [adesa.be] INFO: Scrape type for 10344428: 2
2026-03-26 04:20:44 [adesa.be] INFO: Scraping item 10344428 url https://www.openlane.eu/en/carv6/auction/10344428
2026-03-26 04:20:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 154016ed-8b54-5868-b0f5-c297b170786e with identifier: 10711811
2026-03-26 04:20:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 154016ed-8b54-5868-b0f5-c297b170786e with scrape type 2
2026-03-26 04:20:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 154016ed-8b54-5868-b0f5-c297b170786e with scrape type 2
2026-03-26 04:20:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 154016ed-8b54-5868-b0f5-c297b170786e, identifier: 10711811
2026-03-26 04: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-26 04:20:45 [adesa.be] INFO: Found listing with ID: 10609369
2026-03-26 04:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710609369%27 HTTP/1.1" 200 None
2026-03-26 04:20:45 [adesa.be] INFO: Scrape type for 10609369: 0
2026-03-26 04:20:45 [adesa.be] INFO: Skipping item 10609369 url https://www.openlane.eu/en/carv6/auction/10609369
2026-03-26 04:20:45 [adesa.be] INFO: Found listing with ID: 10616533
2026-03-26 04:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710616533%27 HTTP/1.1" 200 None
2026-03-26 04:20:45 [adesa.be] INFO: Scrape type for 10616533: 0
2026-03-26 04:20:45 [adesa.be] INFO: Skipping item 10616533 url https://www.openlane.eu/en/carv6/auction/10616533
2026-03-26 04:20:45 [adesa.be] INFO: Found listing with ID: 10704032
2026-03-26 04:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710704032%27 HTTP/1.1" 200 None
2026-03-26 04:20:45 [adesa.be] INFO: Scrape type for 10704032: 0
2026-03-26 04:20:45 [adesa.be] INFO: Skipping item 10704032 url https://www.openlane.eu/en/carv6/auction/10704032
2026-03-26 04:20:45 [adesa.be] INFO: Found listing with ID: 10662987
2026-03-26 04:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710662987%27 HTTP/1.1" 200 None
2026-03-26 04:20:45 [adesa.be] INFO: Scrape type for 10662987: 0
2026-03-26 04:20:45 [adesa.be] INFO: Skipping item 10662987 url https://www.openlane.eu/en/carv6/auction/10662987
2026-03-26 04:20:45 [adesa.be] INFO: Found listing with ID: 10616541
2026-03-26 04:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710616541%27 HTTP/1.1" 200 None
2026-03-26 04:20:45 [adesa.be] INFO: Scrape type for 10616541: 0
2026-03-26 04:20:45 [adesa.be] INFO: Skipping item 10616541 url https://www.openlane.eu/en/carv6/auction/10616541
2026-03-26 04:20:45 [adesa.be] INFO: Found listing with ID: 10630592
2026-03-26 04:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710630592%27 HTTP/1.1" 200 None
2026-03-26 04:20:45 [adesa.be] INFO: Scrape type for 10630592: 0
2026-03-26 04:20:45 [adesa.be] INFO: Skipping item 10630592 url https://www.openlane.eu/en/carv6/auction/10630592
2026-03-26 04:20:45 [adesa.be] INFO: Found listing with ID: 10553902
2026-03-26 04:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710553902%27 HTTP/1.1" 200 None
2026-03-26 04:20:45 [adesa.be] INFO: Scrape type for 10553902: 0
2026-03-26 04:20:45 [adesa.be] INFO: Skipping item 10553902 url https://www.openlane.eu/en/carv6/auction/10553902
2026-03-26 04:20:45 [adesa.be] INFO: Found listing with ID: 10616523
2026-03-26 04:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710616523%27 HTTP/1.1" 200 None
2026-03-26 04:20:45 [adesa.be] INFO: Scrape type for 10616523: 0
2026-03-26 04:20:45 [adesa.be] INFO: Skipping item 10616523 url https://www.openlane.eu/en/carv6/auction/10616523
2026-03-26 04:20:45 [adesa.be] INFO: Found listing with ID: 10588785
2026-03-26 04:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710588785%27 HTTP/1.1" 200 None
2026-03-26 04:20:45 [adesa.be] INFO: Scrape type for 10588785: 0
2026-03-26 04:20:45 [adesa.be] INFO: Skipping item 10588785 url https://www.openlane.eu/en/carv6/auction/10588785
2026-03-26 04:20:45 [adesa.be] INFO: Found listing with ID: 10344429
2026-03-26 04:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710344429%27 HTTP/1.1" 200 None
2026-03-26 04:20:45 [adesa.be] INFO: Scrape type for 10344429: 0
2026-03-26 04:20:45 [adesa.be] INFO: Skipping item 10344429 url https://www.openlane.eu/en/carv6/auction/10344429
2026-03-26 04:20:45 [adesa.be] INFO: Found listing with ID: 10146436
2026-03-26 04:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710146436%27 HTTP/1.1" 200 None
2026-03-26 04:20:45 [adesa.be] INFO: Scrape type for 10146436: 0
2026-03-26 04:20:45 [adesa.be] INFO: Skipping item 10146436 url https://www.openlane.eu/en/carv6/auction/10146436
2026-03-26 04:20:45 [adesa.be] INFO: Found listing with ID: 10616525
2026-03-26 04:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710616525%27 HTTP/1.1" 200 None
2026-03-26 04:20:45 [adesa.be] INFO: Scrape type for 10616525: 0
2026-03-26 04:20:45 [adesa.be] INFO: Skipping item 10616525 url https://www.openlane.eu/en/carv6/auction/10616525
2026-03-26 04:20:45 [adesa.be] INFO: Found listing with ID: 10191279
2026-03-26 04:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710191279%27 HTTP/1.1" 200 None
2026-03-26 04:20:45 [adesa.be] INFO: Scrape type for 10191279: 0
2026-03-26 04:20:45 [adesa.be] INFO: Skipping item 10191279 url https://www.openlane.eu/en/carv6/auction/10191279
2026-03-26 04:20:45 [adesa.be] INFO: Found listing with ID: 10616544
2026-03-26 04:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710616544%27 HTTP/1.1" 200 None
2026-03-26 04:20:45 [adesa.be] INFO: Scrape type for 10616544: 0
2026-03-26 04:20:45 [adesa.be] INFO: Skipping item 10616544 url https://www.openlane.eu/en/carv6/auction/10616544
2026-03-26 04:20:45 [adesa.be] INFO: Found listing with ID: 10616489
2026-03-26 04:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710616489%27 HTTP/1.1" 200 None
2026-03-26 04:20:45 [adesa.be] INFO: Scrape type for 10616489: 0
2026-03-26 04:20:45 [adesa.be] INFO: Skipping item 10616489 url https://www.openlane.eu/en/carv6/auction/10616489
2026-03-26 04:20:45 [adesa.be] INFO: Found listing with ID: 10616491
2026-03-26 04:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710616491%27 HTTP/1.1" 200 None
2026-03-26 04:20:45 [adesa.be] INFO: Scrape type for 10616491: 0
2026-03-26 04:20:45 [adesa.be] INFO: Skipping item 10616491 url https://www.openlane.eu/en/carv6/auction/10616491
2026-03-26 04:20:45 [adesa.be] INFO: Found listing with ID: 10623067
2026-03-26 04:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710623067%27 HTTP/1.1" 200 None
2026-03-26 04:20:45 [adesa.be] INFO: Scrape type for 10623067: 0
2026-03-26 04:20:45 [adesa.be] INFO: Skipping item 10623067 url https://www.openlane.eu/en/carv6/auction/10623067
2026-03-26 04:20:45 [adesa.be] INFO: Found listing with ID: 10575620
2026-03-26 04:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710575620%27 HTTP/1.1" 200 None
2026-03-26 04:20:45 [adesa.be] INFO: Scrape type for 10575620: 0
2026-03-26 04:20:45 [adesa.be] INFO: Skipping item 10575620 url https://www.openlane.eu/en/carv6/auction/10575620
2026-03-26 04:20:45 [adesa.be] INFO: Found listing with ID: 10616494
2026-03-26 04:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710616494%27 HTTP/1.1" 200 None
2026-03-26 04:20:45 [adesa.be] INFO: Scrape type for 10616494: 0
2026-03-26 04:20:45 [adesa.be] INFO: Skipping item 10616494 url https://www.openlane.eu/en/carv6/auction/10616494
2026-03-26 04:20:45 [adesa.be] INFO: Found listing with ID: 10679619
2026-03-26 04:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710679619%27 HTTP/1.1" 200 None
2026-03-26 04:20:45 [adesa.be] INFO: Scrape type for 10679619: 2
2026-03-26 04:20:45 [adesa.be] INFO: Scraping item 10679619 url https://www.openlane.eu/en/carv6/auction/10679619
2026-03-26 04:20:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 154016ed-8b54-5868-b0f5-c297b170786e with identifier: 10711811
2026-03-26 04:20:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 154016ed-8b54-5868-b0f5-c297b170786e with identifier: 10711811
2026-03-26 04:20:45 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 154016ed-8b54-5868-b0f5-c297b170786e with identifier: 10711811 to the API
2026-03-26 04:20:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10711811>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Saloon',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 190,
'expiration_date': '2027-01-31T10:45:00Z',
'fuel_type': 'Diesel',
'id': '154016ed-8b54-5868-b0f5-c297b170786e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': '1YWC353',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10711811',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': '5 Series',
'odometer': 243893,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 10400,
'price_includes_vat': True,
'registration_date': '2015-12-22',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 5 Series 520d - Diesel - Automatic - 190 hp - 243.893 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2015}
2026-03-26 04:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710711811%27 HTTP/1.1" 200 None
2026-03-26 04:20:45 [adesa.be] INFO: Saving data for 10711811: {'auction_closing_time': 1801392300.0, 'created_time': 1774280089.43947, 'last_price_update_time': 1774498845.631089}
2026-03-26 04:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10711811') HTTP/1.1" 204 0
2026-03-26 04: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-26 04:20:45 [adesa.be] INFO: Found listing with ID: 10659574
2026-03-26 04:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710659574%27 HTTP/1.1" 200 None
2026-03-26 04:20:45 [adesa.be] INFO: Scrape type for 10659574: 0
2026-03-26 04:20:45 [adesa.be] INFO: Skipping item 10659574 url https://www.openlane.eu/en/carv6/auction/10659574
2026-03-26 04:20:45 [adesa.be] INFO: Found listing with ID: 10396491
2026-03-26 04:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710396491%27 HTTP/1.1" 200 None
2026-03-26 04:20:45 [adesa.be] INFO: Scrape type for 10396491: 0
2026-03-26 04:20:45 [adesa.be] INFO: Skipping item 10396491 url https://www.openlane.eu/en/carv6/auction/10396491
2026-03-26 04:20:45 [adesa.be] INFO: Found listing with ID: 10623061
2026-03-26 04:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710623061%27 HTTP/1.1" 200 None
2026-03-26 04:20:45 [adesa.be] INFO: Scrape type for 10623061: 0
2026-03-26 04:20:45 [adesa.be] INFO: Skipping item 10623061 url https://www.openlane.eu/en/carv6/auction/10623061
2026-03-26 04:20:45 [adesa.be] INFO: Found listing with ID: 10533800
2026-03-26 04:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710533800%27 HTTP/1.1" 200 None
2026-03-26 04:20:45 [adesa.be] INFO: Scrape type for 10533800: 0
2026-03-26 04:20:45 [adesa.be] INFO: Skipping item 10533800 url https://www.openlane.eu/en/carv6/auction/10533800
2026-03-26 04:20:45 [adesa.be] INFO: Found listing with ID: 10574079
2026-03-26 04:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710574079%27 HTTP/1.1" 200 None
2026-03-26 04:20:45 [adesa.be] INFO: Scrape type for 10574079: 0
2026-03-26 04:20:45 [adesa.be] INFO: Skipping item 10574079 url https://www.openlane.eu/en/carv6/auction/10574079
2026-03-26 04:20:45 [adesa.be] INFO: Found listing with ID: 10678217
2026-03-26 04:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710678217%27 HTTP/1.1" 200 None
2026-03-26 04:20:45 [adesa.be] INFO: Scrape type for 10678217: 2
2026-03-26 04:20:45 [adesa.be] INFO: Scraping item 10678217 url https://www.openlane.eu/en/carv6/auction/10678217
2026-03-26 04: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-26 04:20:45 [adesa.be] INFO: Found listing with ID: 10672561
2026-03-26 04:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710672561%27 HTTP/1.1" 200 None
2026-03-26 04:20:45 [adesa.be] INFO: Scrape type for 10672561: 0
2026-03-26 04:20:45 [adesa.be] INFO: Skipping item 10672561 url https://www.openlane.eu/en/carv6/auction/10672561
2026-03-26 04:20:45 [adesa.be] INFO: Found listing with ID: 10616547
2026-03-26 04:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710616547%27 HTTP/1.1" 200 None
2026-03-26 04:20:45 [adesa.be] INFO: Scrape type for 10616547: 0
2026-03-26 04:20:45 [adesa.be] INFO: Skipping item 10616547 url https://www.openlane.eu/en/carv6/auction/10616547
2026-03-26 04:20:45 [adesa.be] INFO: Found listing with ID: 10588787
2026-03-26 04:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710588787%27 HTTP/1.1" 200 None
2026-03-26 04:20:45 [adesa.be] INFO: Scrape type for 10588787: 0
2026-03-26 04:20:45 [adesa.be] INFO: Skipping item 10588787 url https://www.openlane.eu/en/carv6/auction/10588787
2026-03-26 04:20:45 [adesa.be] INFO: Found listing with ID: 10575629
2026-03-26 04:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710575629%27 HTTP/1.1" 200 None
2026-03-26 04:20:45 [adesa.be] INFO: Scrape type for 10575629: 0
2026-03-26 04:20:45 [adesa.be] INFO: Skipping item 10575629 url https://www.openlane.eu/en/carv6/auction/10575629
2026-03-26 04:20:45 [adesa.be] INFO: Found listing with ID: 10588788
2026-03-26 04:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710588788%27 HTTP/1.1" 200 None
2026-03-26 04:20:45 [adesa.be] INFO: Scrape type for 10588788: 0
2026-03-26 04:20:45 [adesa.be] INFO: Skipping item 10588788 url https://www.openlane.eu/en/carv6/auction/10588788
2026-03-26 04:20:45 [adesa.be] INFO: Found listing with ID: 10616556
2026-03-26 04:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710616556%27 HTTP/1.1" 200 None
2026-03-26 04:20:45 [adesa.be] INFO: Scrape type for 10616556: 0
2026-03-26 04:20:45 [adesa.be] INFO: Skipping item 10616556 url https://www.openlane.eu/en/carv6/auction/10616556
2026-03-26 04:20:45 [adesa.be] INFO: Found listing with ID: 10454083
2026-03-26 04:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710454083%27 HTTP/1.1" 200 None
2026-03-26 04:20:45 [adesa.be] INFO: Scrape type for 10454083: 0
2026-03-26 04:20:45 [adesa.be] INFO: Skipping item 10454083 url https://www.openlane.eu/en/carv6/auction/10454083
2026-03-26 04:20:45 [adesa.be] INFO: Found listing with ID: 10616540
2026-03-26 04:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710616540%27 HTTP/1.1" 200 None
2026-03-26 04:20:45 [adesa.be] INFO: Scrape type for 10616540: 0
2026-03-26 04:20:45 [adesa.be] INFO: Skipping item 10616540 url https://www.openlane.eu/en/carv6/auction/10616540
2026-03-26 04:20:45 [adesa.be] INFO: Found listing with ID: 10616546
2026-03-26 04:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710616546%27 HTTP/1.1" 200 None
2026-03-26 04:20:45 [adesa.be] INFO: Scrape type for 10616546: 0
2026-03-26 04:20:45 [adesa.be] INFO: Skipping item 10616546 url https://www.openlane.eu/en/carv6/auction/10616546
2026-03-26 04:20:45 [adesa.be] INFO: Found listing with ID: 10522382
2026-03-26 04:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710522382%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10522382: 0
2026-03-26 04:20:46 [adesa.be] INFO: Skipping item 10522382 url https://www.openlane.eu/en/carv6/auction/10522382
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10616548
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710616548%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10616548: 0
2026-03-26 04:20:46 [adesa.be] INFO: Skipping item 10616548 url https://www.openlane.eu/en/carv6/auction/10616548
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10616542
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710616542%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10616542: 0
2026-03-26 04:20:46 [adesa.be] INFO: Skipping item 10616542 url https://www.openlane.eu/en/carv6/auction/10616542
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10616554
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710616554%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10616554: 0
2026-03-26 04:20:46 [adesa.be] INFO: Skipping item 10616554 url https://www.openlane.eu/en/carv6/auction/10616554
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10662985
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710662985%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10662985: 0
2026-03-26 04:20:46 [adesa.be] INFO: Skipping item 10662985 url https://www.openlane.eu/en/carv6/auction/10662985
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10616530
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710616530%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10616530: 0
2026-03-26 04:20:46 [adesa.be] INFO: Skipping item 10616530 url https://www.openlane.eu/en/carv6/auction/10616530
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10148707
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710148707%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10148707: 0
2026-03-26 04:20:46 [adesa.be] INFO: Skipping item 10148707 url https://www.openlane.eu/en/carv6/auction/10148707
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10616529
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710616529%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10616529: 0
2026-03-26 04:20:46 [adesa.be] INFO: Skipping item 10616529 url https://www.openlane.eu/en/carv6/auction/10616529
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10371581
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710371581%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10371581: 0
2026-03-26 04:20:46 [adesa.be] INFO: Skipping item 10371581 url https://www.openlane.eu/en/carv6/auction/10371581
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10616555
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710616555%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10616555: 0
2026-03-26 04:20:46 [adesa.be] INFO: Skipping item 10616555 url https://www.openlane.eu/en/carv6/auction/10616555
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10488791
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710488791%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10488791: 0
2026-03-26 04:20:46 [adesa.be] INFO: Skipping item 10488791 url https://www.openlane.eu/en/carv6/auction/10488791
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10616510
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710616510%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10616510: 0
2026-03-26 04:20:46 [adesa.be] INFO: Skipping item 10616510 url https://www.openlane.eu/en/carv6/auction/10616510
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10428543
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710428543%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10428543: 0
2026-03-26 04:20:46 [adesa.be] INFO: Skipping item 10428543 url https://www.openlane.eu/en/carv6/auction/10428543
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10616506
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710616506%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10616506: 0
2026-03-26 04:20:46 [adesa.be] INFO: Skipping item 10616506 url https://www.openlane.eu/en/carv6/auction/10616506
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10533798
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710533798%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10533798: 0
2026-03-26 04:20:46 [adesa.be] INFO: Skipping item 10533798 url https://www.openlane.eu/en/carv6/auction/10533798
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10363951
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710363951%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10363951: 0
2026-03-26 04:20:46 [adesa.be] INFO: Skipping item 10363951 url https://www.openlane.eu/en/carv6/auction/10363951
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10623057
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710623057%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10623057: 0
2026-03-26 04:20:46 [adesa.be] INFO: Skipping item 10623057 url https://www.openlane.eu/en/carv6/auction/10623057
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10724804
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724804%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10724804: 0
2026-03-26 04:20:46 [adesa.be] INFO: Skipping item 10724804 url https://www.openlane.eu/en/carv6/auction/10724804
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10711810
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710711810%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10711810: 2
2026-03-26 04:20:46 [adesa.be] INFO: Scraping item 10711810 url https://www.openlane.eu/en/carv6/auction/10711810
2026-03-26 04:20:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10711806
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710711806%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10711806: 2
2026-03-26 04:20:46 [adesa.be] INFO: Scraping item 10711806 url https://www.openlane.eu/en/carv6/auction/10711806
2026-03-26 04:20:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10719145
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719145%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10719145: 0
2026-03-26 04:20:46 [adesa.be] INFO: Skipping item 10719145 url https://www.openlane.eu/en/carv6/auction/10719145
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10711805
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710711805%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10711805: 2
2026-03-26 04:20:46 [adesa.be] INFO: Scraping item 10711805 url https://www.openlane.eu/en/carv6/auction/10711805
2026-03-26 04:20:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10724806
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724806%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10724806: 0
2026-03-26 04:20:46 [adesa.be] INFO: Skipping item 10724806 url https://www.openlane.eu/en/carv6/auction/10724806
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10711804
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710711804%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10711804: 2
2026-03-26 04:20:46 [adesa.be] INFO: Scraping item 10711804 url https://www.openlane.eu/en/carv6/auction/10711804
2026-03-26 04:20:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10724800
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724800%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10724800: 0
2026-03-26 04:20:46 [adesa.be] INFO: Skipping item 10724800 url https://www.openlane.eu/en/carv6/auction/10724800
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10684380
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710684380%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10684380: 2
2026-03-26 04:20:46 [adesa.be] INFO: Scraping item 10684380 url https://www.openlane.eu/en/carv6/auction/10684380
2026-03-26 04:20:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10644781
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710644781%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10644781: 0
2026-03-26 04:20:46 [adesa.be] INFO: Skipping item 10644781 url https://www.openlane.eu/en/carv6/auction/10644781
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10684381
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710684381%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10684381: 2
2026-03-26 04:20:46 [adesa.be] INFO: Scraping item 10684381 url https://www.openlane.eu/en/carv6/auction/10684381
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10724807
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724807%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10724807: 0
2026-03-26 04:20:46 [adesa.be] INFO: Skipping item 10724807 url https://www.openlane.eu/en/carv6/auction/10724807
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10711812
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710711812%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10711812: 2
2026-03-26 04:20:46 [adesa.be] INFO: Scraping item 10711812 url https://www.openlane.eu/en/carv6/auction/10711812
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10724799
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724799%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10724799: 0
2026-03-26 04:20:46 [adesa.be] INFO: Skipping item 10724799 url https://www.openlane.eu/en/carv6/auction/10724799
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10724805
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724805%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10724805: 0
2026-03-26 04:20:46 [adesa.be] INFO: Skipping item 10724805 url https://www.openlane.eu/en/carv6/auction/10724805
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10684384
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710684384%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10684384: 2
2026-03-26 04:20:46 [adesa.be] INFO: Scraping item 10684384 url https://www.openlane.eu/en/carv6/auction/10684384
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10488781
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710488781%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10488781: 0
2026-03-26 04:20:46 [adesa.be] INFO: Skipping item 10488781 url https://www.openlane.eu/en/carv6/auction/10488781
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10684379
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710684379%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10684379: 2
2026-03-26 04:20:46 [adesa.be] INFO: Scraping item 10684379 url https://www.openlane.eu/en/carv6/auction/10684379
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10684383
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710684383%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10684383: 2
2026-03-26 04:20:46 [adesa.be] INFO: Scraping item 10684383 url https://www.openlane.eu/en/carv6/auction/10684383
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10711808
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710711808%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10711808: 2
2026-03-26 04:20:46 [adesa.be] INFO: Scraping item 10711808 url https://www.openlane.eu/en/carv6/auction/10711808
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10691862
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710691862%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10691862: 0
2026-03-26 04:20:46 [adesa.be] INFO: Skipping item 10691862 url https://www.openlane.eu/en/carv6/auction/10691862
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10719146
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710719146%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10719146: 0
2026-03-26 04:20:46 [adesa.be] INFO: Skipping item 10719146 url https://www.openlane.eu/en/carv6/auction/10719146
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10724802
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710724802%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10724802: 0
2026-03-26 04:20:46 [adesa.be] INFO: Skipping item 10724802 url https://www.openlane.eu/en/carv6/auction/10724802
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10713342
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710713342%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10713342: 2
2026-03-26 04:20:46 [adesa.be] INFO: Scraping item 10713342 url https://www.openlane.eu/en/carv6/auction/10713342
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10684378
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710684378%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10684378: 2
2026-03-26 04:20:46 [adesa.be] INFO: Scraping item 10684378 url https://www.openlane.eu/en/carv6/auction/10684378
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10684382
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710684382%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10684382: 2
2026-03-26 04:20:46 [adesa.be] INFO: Scraping item 10684382 url https://www.openlane.eu/en/carv6/auction/10684382
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10713341
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710713341%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10713341: 2
2026-03-26 04:20:46 [adesa.be] INFO: Scraping item 10713341 url https://www.openlane.eu/en/carv6/auction/10713341
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10456216
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710456216%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10456216: 0
2026-03-26 04:20:46 [adesa.be] INFO: Skipping item 10456216 url https://www.openlane.eu/en/carv6/auction/10456216
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10489921
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710489921%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10489921: 0
2026-03-26 04:20:46 [adesa.be] INFO: Skipping item 10489921 url https://www.openlane.eu/en/carv6/auction/10489921
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10504979
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710504979%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10504979: 0
2026-03-26 04:20:46 [adesa.be] INFO: Skipping item 10504979 url https://www.openlane.eu/en/carv6/auction/10504979
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10375913
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710375913%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10375913: 0
2026-03-26 04:20:46 [adesa.be] INFO: Skipping item 10375913 url https://www.openlane.eu/en/carv6/auction/10375913
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10505014
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710505014%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10505014: 0
2026-03-26 04:20:46 [adesa.be] INFO: Skipping item 10505014 url https://www.openlane.eu/en/carv6/auction/10505014
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10505007
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710505007%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10505007: 0
2026-03-26 04:20:46 [adesa.be] INFO: Skipping item 10505007 url https://www.openlane.eu/en/carv6/auction/10505007
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10505001
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710505001%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10505001: 0
2026-03-26 04:20:46 [adesa.be] INFO: Skipping item 10505001 url https://www.openlane.eu/en/carv6/auction/10505001
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10505013
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710505013%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10505013: 0
2026-03-26 04:20:46 [adesa.be] INFO: Skipping item 10505013 url https://www.openlane.eu/en/carv6/auction/10505013
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10505002
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710505002%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10505002: 0
2026-03-26 04:20:46 [adesa.be] INFO: Skipping item 10505002 url https://www.openlane.eu/en/carv6/auction/10505002
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10504971
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710504971%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10504971: 0
2026-03-26 04:20:46 [adesa.be] INFO: Skipping item 10504971 url https://www.openlane.eu/en/carv6/auction/10504971
2026-03-26 04:20:46 [adesa.be] INFO: Found listing with ID: 10504970
2026-03-26 04:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710504970%27 HTTP/1.1" 200 None
2026-03-26 04:20:46 [adesa.be] INFO: Scrape type for 10504970: 0
2026-03-26 04:20:46 [adesa.be] INFO: Skipping item 10504970 url https://www.openlane.eu/en/carv6/auction/10504970
2026-03-26 04:20:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10662984> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:20:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10679619> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:20:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4fe3056-e828-5fc5-8272-b77969d9205a with identifier: 10662984
2026-03-26 04:20:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4fe3056-e828-5fc5-8272-b77969d9205a with scrape type 2
2026-03-26 04:20:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4fe3056-e828-5fc5-8272-b77969d9205a with scrape type 2
2026-03-26 04:20:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: f4fe3056-e828-5fc5-8272-b77969d9205a, identifier: 10662984
2026-03-26 04:20:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: f4fe3056-e828-5fc5-8272-b77969d9205a with identifier: 10662984
2026-03-26 04:20:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: f4fe3056-e828-5fc5-8272-b77969d9205a with identifier: 10662984
2026-03-26 04:20:47 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: f4fe3056-e828-5fc5-8272-b77969d9205a with identifier: 10662984 to the API
2026-03-26 04:20:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10662984>
{'auction_title': '',
'c_o_2_emission_value': 159,
'category': 'Estate',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'engine_horse_power': 131,
'expiration_date': '2027-01-31T10:45:00Z',
'fuel_type': 'Diesel',
'id': 'f4fe3056-e828-5fc5-8272-b77969d9205a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': 'XXXXX',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10662984',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Opel',
'model': 'Insignia',
'odometer': 218654,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 2500,
'price_includes_vat': True,
'registration_date': '2009-07-07',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Insignia Sports Tourer 2.0 CDTI Edition - Diesel - Manual - '
'131 hp - 218.654 km',
'transmission': 'manual',
'trim': 'Edition',
'vin': None,
'year': 2009}
2026-03-26 04:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710662984%27 HTTP/1.1" 200 None
2026-03-26 04:20:48 [adesa.be] INFO: Saving data for 10662984: {'auction_closing_time': 1801392300.0, 'created_time': 1773331088.764198, 'last_price_update_time': 1774498848.957855}
2026-03-26 04:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10662984') HTTP/1.1" 204 0
2026-03-26 04:20:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10344428> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10711805> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10711806> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:20:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:20:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:20:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10678217> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10711804> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10711810> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:20:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:20:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:20:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57c691ff-5f16-5fa2-9200-aaf20b8ff3ce with identifier: 10679619
2026-03-26 04:20:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57c691ff-5f16-5fa2-9200-aaf20b8ff3ce with scrape type 2
2026-03-26 04:20:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57c691ff-5f16-5fa2-9200-aaf20b8ff3ce with scrape type 2
2026-03-26 04:20:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 57c691ff-5f16-5fa2-9200-aaf20b8ff3ce, identifier: 10679619
2026-03-26 04:20:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 57c691ff-5f16-5fa2-9200-aaf20b8ff3ce with identifier: 10679619
2026-03-26 04:20:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 57c691ff-5f16-5fa2-9200-aaf20b8ff3ce with identifier: 10679619
2026-03-26 04:20:49 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 57c691ff-5f16-5fa2-9200-aaf20b8ff3ce with identifier: 10679619 to the API
2026-03-26 04:20:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10679619>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Estate',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.9L',
'engine_horse_power': 330,
'expiration_date': '2027-01-31T10:45:00Z',
'fuel_type': 'Hybrid',
'id': '57c691ff-5f16-5fa2-9200-aaf20b8ff3ce',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': '1TGE825',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10679619',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Porsche',
'model': 'Panamera',
'odometer': 226346,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 34200,
'price_includes_vat': True,
'registration_date': '2017-10-26',
'seats_number': 5,
'seller_name': None,
'title': 'Porsche Panamera 4 2.9i - Hybrid - Automatic - 330 hp - 226.346 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2017}
2026-03-26 04:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710679619%27 HTTP/1.1" 200 None
2026-03-26 04:20:49 [adesa.be] INFO: Saving data for 10679619: {'auction_closing_time': 1801392300.0, 'created_time': 1773677278.927383, 'last_price_update_time': 1774498849.448383}
2026-03-26 04:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10679619') HTTP/1.1" 204 0
2026-03-26 04:20:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6208a678-427e-5e31-a414-c7594ab31785 with identifier: 10344428
2026-03-26 04:20:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6208a678-427e-5e31-a414-c7594ab31785 with scrape type 2
2026-03-26 04:20:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6208a678-427e-5e31-a414-c7594ab31785 with scrape type 2
2026-03-26 04:20:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 6208a678-427e-5e31-a414-c7594ab31785, identifier: 10344428
2026-03-26 04:20:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28b42a8e-13ab-5ce2-8dd3-96d7dbe5b945 with identifier: 10711805
2026-03-26 04:20:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28b42a8e-13ab-5ce2-8dd3-96d7dbe5b945 with scrape type 2
2026-03-26 04:20:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 28b42a8e-13ab-5ce2-8dd3-96d7dbe5b945 with scrape type 2
2026-03-26 04:20:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 28b42a8e-13ab-5ce2-8dd3-96d7dbe5b945, identifier: 10711805
2026-03-26 04:20:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38e64f03-50db-5796-9d31-423367176818 with identifier: 10711806
2026-03-26 04:20:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38e64f03-50db-5796-9d31-423367176818 with scrape type 2
2026-03-26 04:20:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38e64f03-50db-5796-9d31-423367176818 with scrape type 2
2026-03-26 04:20:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 38e64f03-50db-5796-9d31-423367176818, identifier: 10711806
2026-03-26 04:20:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 933f3017-df46-51fa-9efb-78f0e5f533ec with identifier: 10678217
2026-03-26 04:20:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 933f3017-df46-51fa-9efb-78f0e5f533ec with scrape type 2
2026-03-26 04:20:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 933f3017-df46-51fa-9efb-78f0e5f533ec with scrape type 2
2026-03-26 04:20:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 933f3017-df46-51fa-9efb-78f0e5f533ec, identifier: 10678217
2026-03-26 04:20:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5485814d-5e30-5232-a214-319da230c00a with identifier: 10711804
2026-03-26 04:20:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5485814d-5e30-5232-a214-319da230c00a with scrape type 2
2026-03-26 04:20:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5485814d-5e30-5232-a214-319da230c00a with scrape type 2
2026-03-26 04:20:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 5485814d-5e30-5232-a214-319da230c00a, identifier: 10711804
2026-03-26 04:20:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec3c039c-a899-5be2-838c-d97ad10a1c86 with identifier: 10711810
2026-03-26 04:20:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec3c039c-a899-5be2-838c-d97ad10a1c86 with scrape type 2
2026-03-26 04:20:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec3c039c-a899-5be2-838c-d97ad10a1c86 with scrape type 2
2026-03-26 04:20:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: ec3c039c-a899-5be2-838c-d97ad10a1c86, identifier: 10711810
2026-03-26 04:20:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 6208a678-427e-5e31-a414-c7594ab31785 with identifier: 10344428
2026-03-26 04:20:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 6208a678-427e-5e31-a414-c7594ab31785 with identifier: 10344428
2026-03-26 04:20:50 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 6208a678-427e-5e31-a414-c7594ab31785 with identifier: 10344428 to the API
2026-03-26 04:20:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10344428>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'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': '6208a678-427e-5e31-a414-c7594ab31785',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YQL312',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10344428',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '208',
'odometer': 213174,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': True,
'registration_date': '2020-11-05',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 208 1.5 HDI Active - Diesel - Manual - 102 hp - 213.174 km',
'transmission': 'manual',
'trim': 'Active',
'vin': None,
'year': 2020}
2026-03-26 04:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710344428%27 HTTP/1.1" 200 None
2026-03-26 04:20:50 [adesa.be] INFO: Saving data for 10344428: {'auction_closing_time': 1801392300.0, 'created_time': 1773236135.001054, 'last_price_update_time': 1774498850.384581}
2026-03-26 04:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10344428') HTTP/1.1" 204 0
2026-03-26 04:20:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 28b42a8e-13ab-5ce2-8dd3-96d7dbe5b945 with identifier: 10711805
2026-03-26 04:20:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 28b42a8e-13ab-5ce2-8dd3-96d7dbe5b945 with identifier: 10711805
2026-03-26 04:20:50 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 28b42a8e-13ab-5ce2-8dd3-96d7dbe5b945 with identifier: 10711805 to the API
2026-03-26 04:20:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10711805>
{'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': 136,
'expiration_date': '2027-01-31T10:45:00Z',
'fuel_type': 'Petrol',
'id': '28b42a8e-13ab-5ce2-8dd3-96d7dbe5b945',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2elk804',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10711805',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': 'X1',
'odometer': 52336,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 26100,
'price_includes_vat': True,
'registration_date': '2023-11-10',
'seats_number': 5,
'seller_name': 'Car Eyes Consulting srl',
'title': 'BMW X1 18i X Line - Petrol - Automatic - 136 hp - 52.336 km',
'transmission': 'automatic',
'trim': 'X Line',
'vin': None,
'year': 2023}
2026-03-26 04:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710711805%27 HTTP/1.1" 200 None
2026-03-26 04:20:50 [adesa.be] INFO: Saving data for 10711805: {'auction_closing_time': 1801392300.0, 'created_time': 1774280098.619347, 'last_price_update_time': 1774498850.674111}
2026-03-26 04:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10711805') HTTP/1.1" 204 0
2026-03-26 04:20:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 38e64f03-50db-5796-9d31-423367176818 with identifier: 10711806
2026-03-26 04:20:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 38e64f03-50db-5796-9d31-423367176818 with identifier: 10711806
2026-03-26 04:20:50 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 38e64f03-50db-5796-9d31-423367176818 with identifier: 10711806 to the API
2026-03-26 04:20:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10711806>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Coupé',
'color': 'Black',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'engine_horse_power': 272,
'expiration_date': '2027-01-31T10:45:00Z',
'fuel_type': 'Diesel',
'id': '38e64f03-50db-5796-9d31-423367176818',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': '1FCP324',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10711806',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'A5',
'odometer': 153511,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 23600,
'price_includes_vat': True,
'registration_date': '2017-03-27',
'seats_number': 4,
'seller_name': 'Car Eyes Consulting srl',
'title': 'Audi A5 3.0 TDI S Line - Quattro - Diesel - Automatic - 272 hp - '
'153.511 km',
'transmission': 'automatic',
'trim': 'S Line',
'vin': None,
'year': 2017}
2026-03-26 04:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710711806%27 HTTP/1.1" 200 None
2026-03-26 04:20:50 [adesa.be] INFO: Saving data for 10711806: {'auction_closing_time': 1801392300.0, 'created_time': 1774280085.873815, 'last_price_update_time': 1774498850.964535}
2026-03-26 04:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10711806') HTTP/1.1" 204 0
2026-03-26 04:20:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 933f3017-df46-51fa-9efb-78f0e5f533ec with identifier: 10678217
2026-03-26 04:20:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 933f3017-df46-51fa-9efb-78f0e5f533ec with identifier: 10678217
2026-03-26 04:20:51 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 933f3017-df46-51fa-9efb-78f0e5f533ec with identifier: 10678217 to the API
2026-03-26 04:20:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10678217>
{'auction_title': '',
'c_o_2_emission_value': 26,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'engine_horse_power': 150,
'expiration_date': '2027-01-31T10:45:00Z',
'fuel_type': 'Hybrid',
'id': '933f3017-df46-51fa-9efb-78f0e5f533ec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BMD970',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10678217',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Seat',
'model': 'Leon',
'odometer': 35740,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 19000,
'price_includes_vat': True,
'registration_date': '2022-01-11',
'seats_number': 5,
'seller_name': None,
'title': 'Seat Leon 1.4 - Hybrid - Automatic - 150 hp - 35.740 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-26 04:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710678217%27 HTTP/1.1" 200 None
2026-03-26 04:20:51 [adesa.be] INFO: Saving data for 10678217: {'auction_closing_time': 1801392300.0, 'created_time': 1773677274.618023, 'last_price_update_time': 1774498851.244023}
2026-03-26 04:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10678217') HTTP/1.1" 204 0
2026-03-26 04:20:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 5485814d-5e30-5232-a214-319da230c00a with identifier: 10711804
2026-03-26 04:20:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 5485814d-5e30-5232-a214-319da230c00a with identifier: 10711804
2026-03-26 04:20:51 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 5485814d-5e30-5232-a214-319da230c00a with identifier: 10711804 to the API
2026-03-26 04:20:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10711804>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'engine_horse_power': 286,
'expiration_date': '2027-01-31T10:45:00Z',
'fuel_type': 'Hybrid',
'id': '5485814d-5e30-5232-a214-319da230c00a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BEU249',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10711804',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'BMW',
'model': 'X5',
'odometer': 73070,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 42400,
'price_includes_vat': True,
'registration_date': '2021-10-26',
'seats_number': 5,
'seller_name': 'City Automobile srl',
'title': 'BMW X5 45e M-Pack - xDrive - Hybrid - Automatic - 286 hp - 73.070 '
'km',
'transmission': 'automatic',
'trim': 'M-Pack',
'vin': None,
'year': 2021}
2026-03-26 04:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710711804%27 HTTP/1.1" 200 None
2026-03-26 04:20:51 [adesa.be] INFO: Saving data for 10711804: {'auction_closing_time': 1801392300.0, 'created_time': 1774280088.29313, 'last_price_update_time': 1774498851.539116}
2026-03-26 04:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10711804') HTTP/1.1" 204 0
2026-03-26 04:20:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: ec3c039c-a899-5be2-838c-d97ad10a1c86 with identifier: 10711810
2026-03-26 04:20:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: ec3c039c-a899-5be2-838c-d97ad10a1c86 with identifier: 10711810
2026-03-26 04:20:51 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: ec3c039c-a899-5be2-838c-d97ad10a1c86 with identifier: 10711810 to the API
2026-03-26 04:20:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10711810>
{'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': 136,
'expiration_date': '2027-01-31T10:45:00Z',
'fuel_type': 'Diesel',
'id': 'ec3c039c-a899-5be2-838c-d97ad10a1c86',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2AHX144',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10711810',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Audi',
'model': 'A4',
'odometer': 156587,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 12600,
'price_includes_vat': True,
'registration_date': '2021-04-09',
'seats_number': 5,
'seller_name': 'Dinçer Ibrahim',
'title': 'Audi A4 Avant 30 TDI Business - Diesel - Automatic - 136 hp - '
'156.587 km',
'transmission': 'automatic',
'trim': 'Business',
'vin': None,
'year': 2021}
2026-03-26 04:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710711810%27 HTTP/1.1" 200 None
2026-03-26 04:20:51 [adesa.be] INFO: Saving data for 10711810: {'auction_closing_time': 1801392300.0, 'created_time': 1774280086.549753, 'last_price_update_time': 1774498851.805661}
2026-03-26 04:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10711810') HTTP/1.1" 204 0
2026-03-26 04:20:51 [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-26 04:20:51 [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-26 04:20:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:20:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:20:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86f0c5c0-d602-5835-a650-09c1099285c6 with identifier: 10684380
2026-03-26 04:20:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86f0c5c0-d602-5835-a650-09c1099285c6 with scrape type 2
2026-03-26 04:20:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86f0c5c0-d602-5835-a650-09c1099285c6 with scrape type 2
2026-03-26 04:20:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 86f0c5c0-d602-5835-a650-09c1099285c6, identifier: 10684380
2026-03-26 04:20:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc5dc6a4-058e-5b0f-95d5-b861041d943d with identifier: 10684381
2026-03-26 04:20:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc5dc6a4-058e-5b0f-95d5-b861041d943d with scrape type 2
2026-03-26 04:20:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc5dc6a4-058e-5b0f-95d5-b861041d943d with scrape type 2
2026-03-26 04:20:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: cc5dc6a4-058e-5b0f-95d5-b861041d943d, identifier: 10684381
2026-03-26 04:20:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 86f0c5c0-d602-5835-a650-09c1099285c6 with identifier: 10684380
2026-03-26 04:20:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 86f0c5c0-d602-5835-a650-09c1099285c6 with identifier: 10684380
2026-03-26 04:20:52 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 86f0c5c0-d602-5835-a650-09c1099285c6 with identifier: 10684380 to the API
2026-03-26 04:20:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10684380>
{'auction_title': '',
'c_o_2_emission_value': None,
'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': 8550,
'price_includes_vat': True,
'registration_date': '2021-11-09',
'seats_number': 5,
'seller_name': 'Car Investment Belgium BV',
'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-26 04:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710684380%27 HTTP/1.1" 200 None
2026-03-26 04:20:52 [adesa.be] INFO: Saving data for 10684380: {'auction_closing_time': 1801392300.0, 'created_time': 1773762527.198786, 'last_price_update_time': 1774498852.404269}
2026-03-26 04:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10684380') HTTP/1.1" 204 0
2026-03-26 04:20:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: cc5dc6a4-058e-5b0f-95d5-b861041d943d with identifier: 10684381
2026-03-26 04:20:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: cc5dc6a4-058e-5b0f-95d5-b861041d943d with identifier: 10684381
2026-03-26 04:20:52 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: cc5dc6a4-058e-5b0f-95d5-b861041d943d with identifier: 10684381 to the API
2026-03-26 04:20:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10684381>
{'auction_title': '',
'c_o_2_emission_value': None,
'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': 14950,
'price_includes_vat': True,
'registration_date': '2019-08-08',
'seats_number': 3,
'seller_name': 'Car Investment Belgium BV',
'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-26 04:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710684381%27 HTTP/1.1" 200 None
2026-03-26 04:20:52 [adesa.be] INFO: Saving data for 10684381: {'auction_closing_time': 1801392300.0, 'created_time': 1773762530.894079, 'last_price_update_time': 1774498852.674363}
2026-03-26 04:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10684381') HTTP/1.1" 204 0
2026-03-26 04:20:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10684384> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10711808> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:20:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:20:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10713342> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08c23f78-7a75-555b-ac52-1600a54a286c with identifier: 10684384
2026-03-26 04:20:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08c23f78-7a75-555b-ac52-1600a54a286c with scrape type 2
2026-03-26 04:20:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08c23f78-7a75-555b-ac52-1600a54a286c with scrape type 2
2026-03-26 04:20:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 08c23f78-7a75-555b-ac52-1600a54a286c, identifier: 10684384
2026-03-26 04:20:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 08c23f78-7a75-555b-ac52-1600a54a286c with identifier: 10684384
2026-03-26 04:20:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 08c23f78-7a75-555b-ac52-1600a54a286c with identifier: 10684384
2026-03-26 04:20:52 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 08c23f78-7a75-555b-ac52-1600a54a286c with identifier: 10684384 to the API
2026-03-26 04:20:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10684384>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'engine_horse_power': 136,
'expiration_date': '2027-01-31T10:45:00Z',
'fuel_type': 'Petrol',
'id': '08c23f78-7a75-555b-ac52-1600a54a286c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YXA058',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10684384',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Mercedes-Benz',
'model': 'GLA',
'odometer': 127993,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 11800,
'price_includes_vat': True,
'registration_date': '2021-01-18',
'seats_number': 5,
'seller_name': 'Car Investment Belgium BV',
'title': 'Mercedes-Benz GLA 180 Business Solution - Petrol - Automatic - 136 '
'hp - 127.993 km',
'transmission': 'automatic',
'trim': 'Business Solution',
'vin': None,
'year': 2021}
2026-03-26 04:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710684384%27 HTTP/1.1" 200 None
2026-03-26 04:20:53 [adesa.be] INFO: Saving data for 10684384: {'auction_closing_time': 1801392300.0, 'created_time': 1773762531.3192, 'last_price_update_time': 1774498853.152497}
2026-03-26 04:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10684384') HTTP/1.1" 204 0
2026-03-26 04:20:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bcb0db8d-7071-5a62-af97-6e4073ba17e3 with identifier: 10711808
2026-03-26 04:20:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bcb0db8d-7071-5a62-af97-6e4073ba17e3 with scrape type 2
2026-03-26 04:20:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bcb0db8d-7071-5a62-af97-6e4073ba17e3 with scrape type 2
2026-03-26 04:20:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: bcb0db8d-7071-5a62-af97-6e4073ba17e3, identifier: 10711808
2026-03-26 04:20:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10684383> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: bcb0db8d-7071-5a62-af97-6e4073ba17e3 with identifier: 10711808
2026-03-26 04:20:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: bcb0db8d-7071-5a62-af97-6e4073ba17e3 with identifier: 10711808
2026-03-26 04:20:53 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: bcb0db8d-7071-5a62-af97-6e4073ba17e3 with identifier: 10711808 to the API
2026-03-26 04:20:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10711808>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 407,
'expiration_date': '2027-01-31T10:45:00Z',
'fuel_type': 'Electric',
'id': 'bcb0db8d-7071-5a62-af97-6e4073ba17e3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BRH820',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10711808',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Polestar',
'model': '2',
'odometer': 89768,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 20800,
'price_includes_vat': True,
'registration_date': '2022-02-23',
'seats_number': 5,
'seller_name': 'Dinçer Ibrahim',
'title': 'Polestar 2 67 kWh - Electric - Automatic - 407 hp - 89.768 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2022}
2026-03-26 04:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710711808%27 HTTP/1.1" 200 None
2026-03-26 04:20:53 [adesa.be] INFO: Saving data for 10711808: {'auction_closing_time': 1801392300.0, 'created_time': 1774280062.912297, 'last_price_update_time': 1774498853.515416}
2026-03-26 04:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10711808') HTTP/1.1" 204 0
2026-03-26 04:20:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1aaa60f2-d271-504d-b1d0-b7208d48285a with identifier: 10713342
2026-03-26 04:20:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1aaa60f2-d271-504d-b1d0-b7208d48285a with scrape type 2
2026-03-26 04:20:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1aaa60f2-d271-504d-b1d0-b7208d48285a with scrape type 2
2026-03-26 04:20:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 1aaa60f2-d271-504d-b1d0-b7208d48285a, identifier: 10713342
2026-03-26 04:20:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 1aaa60f2-d271-504d-b1d0-b7208d48285a with identifier: 10713342
2026-03-26 04:20:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 1aaa60f2-d271-504d-b1d0-b7208d48285a with identifier: 10713342
2026-03-26 04:20:53 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 1aaa60f2-d271-504d-b1d0-b7208d48285a with identifier: 10713342 to the API
2026-03-26 04:20:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10713342>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.9L',
'engine_horse_power': 105,
'expiration_date': '2027-01-31T10:45:00Z',
'fuel_type': 'Diesel',
'id': '1aaa60f2-d271-504d-b1d0-b7208d48285a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': '1SJF493',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10713342',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Superb',
'odometer': 438400,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 1800,
'price_includes_vat': True,
'registration_date': '2009-06-30',
'seats_number': 5,
'seller_name': 'Rizq Occasions',
'title': 'Skoda Superb 1.9 TDI - Diesel - Manual - 105 hp - 438.400 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2009}
2026-03-26 04:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710713342%27 HTTP/1.1" 200 None
2026-03-26 04:20:53 [adesa.be] INFO: Saving data for 10713342: {'auction_closing_time': 1801392300.0, 'created_time': 1774280081.46135, 'last_price_update_time': 1774498853.909033}
2026-03-26 04:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10713342') HTTP/1.1" 204 0
2026-03-26 04:20:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae75569e-f2a2-56ca-b0a5-4badd6f91500 with identifier: 10684383
2026-03-26 04:20:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae75569e-f2a2-56ca-b0a5-4badd6f91500 with scrape type 2
2026-03-26 04:20:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae75569e-f2a2-56ca-b0a5-4badd6f91500 with scrape type 2
2026-03-26 04:20:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: ae75569e-f2a2-56ca-b0a5-4badd6f91500, identifier: 10684383
2026-03-26 04:20:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10711812> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: ae75569e-f2a2-56ca-b0a5-4badd6f91500 with identifier: 10684383
2026-03-26 04:20:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: ae75569e-f2a2-56ca-b0a5-4badd6f91500 with identifier: 10684383
2026-03-26 04:20:54 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: ae75569e-f2a2-56ca-b0a5-4badd6f91500 with identifier: 10684383 to the API
2026-03-26 04:20:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:20: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-26 04:20:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10684383>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Light truck',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.2L',
'engine_horse_power': 165,
'expiration_date': '2027-01-31T10:45:00Z',
'fuel_type': 'Diesel',
'id': 'ae75569e-f2a2-56ca-b0a5-4badd6f91500',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '1YCD891',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10684383',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': 'Boxer',
'odometer': 148383,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 4800,
'price_includes_vat': True,
'registration_date': '2020-07-13',
'seats_number': 3,
'seller_name': 'Car Investment Belgium BV',
'title': 'Peugeot Boxer L2H2 2.2 HDI Premium - Diesel - Manual - 165 hp - '
'148.383 km',
'transmission': 'manual',
'trim': 'Premium',
'vin': None,
'year': 2020}
2026-03-26 04:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710684383%27 HTTP/1.1" 200 None
2026-03-26 04:20:54 [adesa.be] INFO: Saving data for 10684383: {'auction_closing_time': 1801392300.0, 'created_time': 1773762527.888634, 'last_price_update_time': 1774498854.269089}
2026-03-26 04:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10684383') HTTP/1.1" 204 0
2026-03-26 04:20:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10713341> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25587e55-b65d-585a-aca9-a21b17692d57 with identifier: 10711812
2026-03-26 04:20:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25587e55-b65d-585a-aca9-a21b17692d57 with scrape type 2
2026-03-26 04:20:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 25587e55-b65d-585a-aca9-a21b17692d57 with scrape type 2
2026-03-26 04:20:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 25587e55-b65d-585a-aca9-a21b17692d57, identifier: 10711812
2026-03-26 04:20:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 25587e55-b65d-585a-aca9-a21b17692d57 with identifier: 10711812
2026-03-26 04:20:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 25587e55-b65d-585a-aca9-a21b17692d57 with identifier: 10711812
2026-03-26 04:20:54 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 25587e55-b65d-585a-aca9-a21b17692d57 with identifier: 10711812 to the API
2026-03-26 04:20:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:20: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-26 04:20:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10711812>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 119,
'expiration_date': '2027-01-31T10:45:00Z',
'fuel_type': 'Petrol',
'id': '25587e55-b65d-585a-aca9-a21b17692d57',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': '1WLX203',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10711812',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Kia',
'model': 'Ceed',
'odometer': 146131,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 7400,
'price_includes_vat': True,
'registration_date': '2019-07-05',
'seats_number': 5,
'seller_name': 'Dinçer Ibrahim',
'title': 'Kia Ceed 1.0 - Petrol - Manual - 119 hp - 146.131 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2019}
2026-03-26 04:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710711812%27 HTTP/1.1" 200 None
2026-03-26 04:20:54 [adesa.be] INFO: Saving data for 10711812: {'auction_closing_time': 1801392300.0, 'created_time': 1774280069.868992, 'last_price_update_time': 1774498854.653082}
2026-03-26 04:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10711812') HTTP/1.1" 204 0
2026-03-26 04:20:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10684378> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a2fd5d8-b38e-5b59-8e3f-cda8eb98f078 with identifier: 10713341
2026-03-26 04:20:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a2fd5d8-b38e-5b59-8e3f-cda8eb98f078 with scrape type 2
2026-03-26 04:20:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a2fd5d8-b38e-5b59-8e3f-cda8eb98f078 with scrape type 2
2026-03-26 04:20:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 7a2fd5d8-b38e-5b59-8e3f-cda8eb98f078, identifier: 10713341
2026-03-26 04:20:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 7a2fd5d8-b38e-5b59-8e3f-cda8eb98f078 with identifier: 10713341
2026-03-26 04:20:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 7a2fd5d8-b38e-5b59-8e3f-cda8eb98f078 with identifier: 10713341
2026-03-26 04:20:54 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 7a2fd5d8-b38e-5b59-8e3f-cda8eb98f078 with identifier: 10713341 to the API
2026-03-26 04:20:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:20: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-26 04:20:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10713341>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Cabrio car',
'color': 'Brown',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 4',
'engine': '1.6L',
'engine_horse_power': 115,
'expiration_date': '2027-01-31T10:45:00Z',
'fuel_type': 'Petrol',
'id': '7a2fd5d8-b38e-5b59-8e3f-cda8eb98f078',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': True,
'license_plate': '1SRD897',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10713341',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Eos',
'odometer': 233356,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 2100,
'price_includes_vat': True,
'registration_date': '2007-04-27',
'seats_number': 4,
'seller_name': 'Rizq Occasions',
'title': 'Volkswagen Eos 1.6 FSI - Petrol - Manual - 115 hp - 233.356 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2007}
2026-03-26 04:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:55 [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-26 04:20:55 [adesa.be] INFO: Saving data for 10713341: {'auction_closing_time': 1801392300.0, 'created_time': 1774280063.635062, 'last_price_update_time': 1774498855.0196}
2026-03-26 04:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10713341') HTTP/1.1" 204 0
2026-03-26 04:20:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ce6320e-1c23-5287-b2ed-ab8507999896 with identifier: 10684378
2026-03-26 04:20:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ce6320e-1c23-5287-b2ed-ab8507999896 with scrape type 2
2026-03-26 04:20:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ce6320e-1c23-5287-b2ed-ab8507999896 with scrape type 2
2026-03-26 04:20:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 3ce6320e-1c23-5287-b2ed-ab8507999896, identifier: 10684378
2026-03-26 04:20:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 3ce6320e-1c23-5287-b2ed-ab8507999896 with identifier: 10684378
2026-03-26 04:20:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 3ce6320e-1c23-5287-b2ed-ab8507999896 with identifier: 10684378
2026-03-26 04:20:55 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 3ce6320e-1c23-5287-b2ed-ab8507999896 with identifier: 10684378 to the API
2026-03-26 04:20:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:20: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-26 04:20:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10684378>
{'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': '2027-01-31T10:45:00Z',
'fuel_type': 'Hybrid',
'id': '3ce6320e-1c23-5287-b2ed-ab8507999896',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2APU881',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10684378',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Skoda',
'model': 'Superb',
'odometer': 136024,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 11250,
'price_includes_vat': True,
'registration_date': '2021-06-07',
'seats_number': 5,
'seller_name': 'Car Investment Belgium BV',
'title': 'Skoda Superb Combi 1.4 TSI Clever - Hybrid - Automatic - 156 hp - '
'136.024 km',
'transmission': 'automatic',
'trim': 'Clever',
'vin': None,
'year': 2021}
2026-03-26 04:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:55 [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-26 04:20:55 [adesa.be] INFO: Saving data for 10684378: {'auction_closing_time': 1801392300.0, 'created_time': 1773762527.576982, 'last_price_update_time': 1774498855.372744}
2026-03-26 04:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10684378') HTTP/1.1" 204 0
2026-03-26 04:20:55 [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-26 04:20:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10684382> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:55 [adesa.be] INFO: Found listing with ID: 10504982
2026-03-26 04:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:55 [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-26 04:20:55 [adesa.be] INFO: Scrape type for 10504982: 0
2026-03-26 04:20:55 [adesa.be] INFO: Skipping item 10504982 url https://www.openlane.eu/en/carv6/auction/10504982
2026-03-26 04:20:55 [adesa.be] INFO: Found listing with ID: 10505031
2026-03-26 04:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:55 [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-26 04:20:55 [adesa.be] INFO: Scrape type for 10505031: 0
2026-03-26 04:20:55 [adesa.be] INFO: Skipping item 10505031 url https://www.openlane.eu/en/carv6/auction/10505031
2026-03-26 04:20:55 [adesa.be] INFO: Found listing with ID: 10504965
2026-03-26 04:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:55 [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-26 04:20:55 [adesa.be] INFO: Scrape type for 10504965: 0
2026-03-26 04:20:55 [adesa.be] INFO: Skipping item 10504965 url https://www.openlane.eu/en/carv6/auction/10504965
2026-03-26 04:20:55 [adesa.be] INFO: Found listing with ID: 10493753
2026-03-26 04:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:55 [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-26 04:20:55 [adesa.be] INFO: Scrape type for 10493753: 0
2026-03-26 04:20:55 [adesa.be] INFO: Skipping item 10493753 url https://www.openlane.eu/en/carv6/auction/10493753
2026-03-26 04:20:55 [adesa.be] INFO: Found listing with ID: 10373755
2026-03-26 04:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:55 [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-26 04:20:55 [adesa.be] INFO: Scrape type for 10373755: 0
2026-03-26 04:20:55 [adesa.be] INFO: Skipping item 10373755 url https://www.openlane.eu/en/carv6/auction/10373755
2026-03-26 04:20:55 [adesa.be] INFO: Found listing with ID: 10438524
2026-03-26 04:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:55 [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-26 04:20:55 [adesa.be] INFO: Scrape type for 10438524: 0
2026-03-26 04:20:55 [adesa.be] INFO: Skipping item 10438524 url https://www.openlane.eu/en/carv6/auction/10438524
2026-03-26 04:20:55 [adesa.be] INFO: Found listing with ID: 10392677
2026-03-26 04:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:55 [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-26 04:20:55 [adesa.be] INFO: Scrape type for 10392677: 0
2026-03-26 04:20:55 [adesa.be] INFO: Skipping item 10392677 url https://www.openlane.eu/en/carv6/auction/10392677
2026-03-26 04:20:55 [adesa.be] INFO: Found listing with ID: 10355068
2026-03-26 04:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:55 [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-26 04:20:55 [adesa.be] INFO: Scrape type for 10355068: 0
2026-03-26 04:20:55 [adesa.be] INFO: Skipping item 10355068 url https://www.openlane.eu/en/carv6/auction/10355068
2026-03-26 04:20:55 [adesa.be] INFO: Found listing with ID: 10458307
2026-03-26 04:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:55 [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-26 04:20:55 [adesa.be] INFO: Scrape type for 10458307: 0
2026-03-26 04:20:55 [adesa.be] INFO: Skipping item 10458307 url https://www.openlane.eu/en/carv6/auction/10458307
2026-03-26 04:20:55 [adesa.be] INFO: Found listing with ID: 10438746
2026-03-26 04:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:55 [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-26 04:20:55 [adesa.be] INFO: Scrape type for 10438746: 0
2026-03-26 04:20:55 [adesa.be] INFO: Skipping item 10438746 url https://www.openlane.eu/en/carv6/auction/10438746
2026-03-26 04:20:55 [adesa.be] INFO: Found listing with ID: 10531348
2026-03-26 04:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:55 [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-26 04:20:55 [adesa.be] INFO: Scrape type for 10531348: 0
2026-03-26 04:20:55 [adesa.be] INFO: Skipping item 10531348 url https://www.openlane.eu/en/carv6/auction/10531348
2026-03-26 04:20:55 [adesa.be] INFO: Found listing with ID: 10386880
2026-03-26 04:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:55 [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-26 04:20:55 [adesa.be] INFO: Scrape type for 10386880: 0
2026-03-26 04:20:55 [adesa.be] INFO: Skipping item 10386880 url https://www.openlane.eu/en/carv6/auction/10386880
2026-03-26 04:20:55 [adesa.be] INFO: Found listing with ID: 10258076
2026-03-26 04:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:55 [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-26 04:20:55 [adesa.be] INFO: Scrape type for 10258076: 0
2026-03-26 04:20:55 [adesa.be] INFO: Skipping item 10258076 url https://www.openlane.eu/en/carv6/auction/10258076
2026-03-26 04:20:55 [adesa.be] INFO: Found listing with ID: 10507414
2026-03-26 04:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:55 [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-26 04:20:55 [adesa.be] INFO: Scrape type for 10507414: 0
2026-03-26 04:20:55 [adesa.be] INFO: Skipping item 10507414 url https://www.openlane.eu/en/carv6/auction/10507414
2026-03-26 04:20:55 [adesa.be] INFO: Found listing with ID: 10507960
2026-03-26 04:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:55 [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-26 04:20:55 [adesa.be] INFO: Scrape type for 10507960: 2
2026-03-26 04:20:55 [adesa.be] INFO: Scraping item 10507960 url https://www.openlane.eu/en/carv6/auction/10507960
2026-03-26 04:20:55 [adesa.be] INFO: Found listing with ID: 10351033
2026-03-26 04:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:55 [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-26 04:20:55 [adesa.be] INFO: Scrape type for 10351033: 0
2026-03-26 04:20:55 [adesa.be] INFO: Skipping item 10351033 url https://www.openlane.eu/en/carv6/auction/10351033
2026-03-26 04:20:55 [adesa.be] INFO: Found listing with ID: 10497157
2026-03-26 04:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:55 [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-26 04:20:55 [adesa.be] INFO: Scrape type for 10497157: 0
2026-03-26 04:20:55 [adesa.be] INFO: Skipping item 10497157 url https://www.openlane.eu/en/carv6/auction/10497157
2026-03-26 04:20:55 [adesa.be] INFO: Found listing with ID: 10497158
2026-03-26 04:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:55 [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-26 04:20:55 [adesa.be] INFO: Scrape type for 10497158: 0
2026-03-26 04:20:55 [adesa.be] INFO: Skipping item 10497158 url https://www.openlane.eu/en/carv6/auction/10497158
2026-03-26 04:20:55 [adesa.be] INFO: Found listing with ID: 10258053
2026-03-26 04:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:55 [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-26 04:20:55 [adesa.be] INFO: Scrape type for 10258053: 0
2026-03-26 04:20:55 [adesa.be] INFO: Skipping item 10258053 url https://www.openlane.eu/en/carv6/auction/10258053
2026-03-26 04:20:55 [adesa.be] INFO: Found listing with ID: 10258077
2026-03-26 04:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:55 [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-26 04:20:55 [adesa.be] INFO: Scrape type for 10258077: 0
2026-03-26 04:20:55 [adesa.be] INFO: Skipping item 10258077 url https://www.openlane.eu/en/carv6/auction/10258077
2026-03-26 04:20:55 [adesa.be] INFO: Found listing with ID: 10258066
2026-03-26 04:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:55 [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-26 04:20:55 [adesa.be] INFO: Scrape type for 10258066: 0
2026-03-26 04:20:55 [adesa.be] INFO: Skipping item 10258066 url https://www.openlane.eu/en/carv6/auction/10258066
2026-03-26 04:20:55 [adesa.be] INFO: Found listing with ID: 10497156
2026-03-26 04:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:55 [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-26 04:20:55 [adesa.be] INFO: Scrape type for 10497156: 0
2026-03-26 04:20:55 [adesa.be] INFO: Skipping item 10497156 url https://www.openlane.eu/en/carv6/auction/10497156
2026-03-26 04:20:55 [adesa.be] INFO: Found listing with ID: 10423997
2026-03-26 04:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:55 [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-26 04:20:55 [adesa.be] INFO: Scrape type for 10423997: 0
2026-03-26 04:20:55 [adesa.be] INFO: Skipping item 10423997 url https://www.openlane.eu/en/carv6/auction/10423997
2026-03-26 04:20:55 [adesa.be] INFO: Found listing with ID: 10664085
2026-03-26 04:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27adesa.be%27%20and%20RowKey%20eq%20%2710664085%27 HTTP/1.1" 200 None
2026-03-26 04:20:55 [adesa.be] INFO: Scrape type for 10664085: 0
2026-03-26 04:20:55 [adesa.be] INFO: Skipping item 10664085 url https://www.openlane.eu/en/carv6/auction/10664085
2026-03-26 04:20:55 [adesa.be] INFO: Found listing with ID: 10704548
2026-03-26 04:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:55 [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-26 04:20:55 [adesa.be] INFO: Scrape type for 10704548: 0
2026-03-26 04:20:55 [adesa.be] INFO: Skipping item 10704548 url https://www.openlane.eu/en/carv6/auction/10704548
2026-03-26 04:20:55 [adesa.be] INFO: Found listing with ID: 10591847
2026-03-26 04:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:55 [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-26 04:20:55 [adesa.be] INFO: Scrape type for 10591847: 0
2026-03-26 04:20:55 [adesa.be] INFO: Skipping item 10591847 url https://www.openlane.eu/en/carv6/auction/10591847
2026-03-26 04:20:55 [adesa.be] INFO: Found listing with ID: 10591845
2026-03-26 04:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:55 [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-26 04:20:55 [adesa.be] INFO: Scrape type for 10591845: 0
2026-03-26 04:20:55 [adesa.be] INFO: Skipping item 10591845 url https://www.openlane.eu/en/carv6/auction/10591845
2026-03-26 04:20:55 [adesa.be] INFO: Found listing with ID: 10595474
2026-03-26 04:20:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:55 [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-26 04:20:55 [adesa.be] INFO: Scrape type for 10595474: 0
2026-03-26 04:20:55 [adesa.be] INFO: Skipping item 10595474 url https://www.openlane.eu/en/carv6/auction/10595474
2026-03-26 04:20:55 [adesa.be] INFO: Found listing with ID: 10580437
2026-03-26 04:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710580437%27 HTTP/1.1" 200 None
2026-03-26 04:20:56 [adesa.be] INFO: Scrape type for 10580437: 0
2026-03-26 04:20:56 [adesa.be] INFO: Skipping item 10580437 url https://www.openlane.eu/en/carv6/auction/10580437
2026-03-26 04:20:56 [adesa.be] INFO: Found listing with ID: 10326185
2026-03-26 04:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710326185%27 HTTP/1.1" 200 None
2026-03-26 04:20:56 [adesa.be] INFO: Scrape type for 10326185: 0
2026-03-26 04:20:56 [adesa.be] INFO: Skipping item 10326185 url https://www.openlane.eu/en/carv6/auction/10326185
2026-03-26 04:20:56 [adesa.be] INFO: Found listing with ID: 10623491
2026-03-26 04:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710623491%27 HTTP/1.1" 200 None
2026-03-26 04:20:56 [adesa.be] INFO: Scrape type for 10623491: 0
2026-03-26 04:20:56 [adesa.be] INFO: Skipping item 10623491 url https://www.openlane.eu/en/carv6/auction/10623491
2026-03-26 04:20:56 [adesa.be] INFO: Found listing with ID: 10623492
2026-03-26 04:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710623492%27 HTTP/1.1" 200 None
2026-03-26 04:20:56 [adesa.be] INFO: Scrape type for 10623492: 0
2026-03-26 04:20:56 [adesa.be] INFO: Skipping item 10623492 url https://www.openlane.eu/en/carv6/auction/10623492
2026-03-26 04:20:56 [adesa.be] INFO: Found listing with ID: 10623490
2026-03-26 04:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710623490%27 HTTP/1.1" 200 None
2026-03-26 04:20:56 [adesa.be] INFO: Scrape type for 10623490: 0
2026-03-26 04:20:56 [adesa.be] INFO: Skipping item 10623490 url https://www.openlane.eu/en/carv6/auction/10623490
2026-03-26 04:20:56 [adesa.be] INFO: Found listing with ID: 10614624
2026-03-26 04:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710614624%27 HTTP/1.1" 200 None
2026-03-26 04:20:56 [adesa.be] INFO: Scrape type for 10614624: 0
2026-03-26 04:20:56 [adesa.be] INFO: Skipping item 10614624 url https://www.openlane.eu/en/carv6/auction/10614624
2026-03-26 04:20:56 [adesa.be] INFO: Found listing with ID: 10614622
2026-03-26 04:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710614622%27 HTTP/1.1" 200 None
2026-03-26 04:20:56 [adesa.be] INFO: Scrape type for 10614622: 0
2026-03-26 04:20:56 [adesa.be] INFO: Skipping item 10614622 url https://www.openlane.eu/en/carv6/auction/10614622
2026-03-26 04:20:56 [adesa.be] INFO: Found listing with ID: 10716649
2026-03-26 04:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716649%27 HTTP/1.1" 200 None
2026-03-26 04:20:56 [adesa.be] INFO: Scrape type for 10716649: 0
2026-03-26 04:20:56 [adesa.be] INFO: Skipping item 10716649 url https://www.openlane.eu/en/carv6/auction/10716649
2026-03-26 04:20:56 [adesa.be] INFO: Found listing with ID: 10585106
2026-03-26 04:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710585106%27 HTTP/1.1" 200 None
2026-03-26 04:20:56 [adesa.be] INFO: Scrape type for 10585106: 0
2026-03-26 04:20:56 [adesa.be] INFO: Skipping item 10585106 url https://www.openlane.eu/en/carv6/auction/10585106
2026-03-26 04:20:56 [adesa.be] INFO: Found listing with ID: 10627573
2026-03-26 04:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710627573%27 HTTP/1.1" 200 None
2026-03-26 04:20:56 [adesa.be] INFO: Scrape type for 10627573: 0
2026-03-26 04:20:56 [adesa.be] INFO: Skipping item 10627573 url https://www.openlane.eu/en/carv6/auction/10627573
2026-03-26 04:20:56 [adesa.be] INFO: Found listing with ID: 10628352
2026-03-26 04:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710628352%27 HTTP/1.1" 200 None
2026-03-26 04:20:56 [adesa.be] INFO: Scrape type for 10628352: 0
2026-03-26 04:20:56 [adesa.be] INFO: Skipping item 10628352 url https://www.openlane.eu/en/carv6/auction/10628352
2026-03-26 04:20:56 [adesa.be] INFO: Found listing with ID: 10628351
2026-03-26 04:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710628351%27 HTTP/1.1" 200 None
2026-03-26 04:20:56 [adesa.be] INFO: Scrape type for 10628351: 0
2026-03-26 04:20:56 [adesa.be] INFO: Skipping item 10628351 url https://www.openlane.eu/en/carv6/auction/10628351
2026-03-26 04:20:56 [adesa.be] INFO: Found listing with ID: 10627594
2026-03-26 04:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710627594%27 HTTP/1.1" 200 None
2026-03-26 04:20:56 [adesa.be] INFO: Scrape type for 10627594: 0
2026-03-26 04:20:56 [adesa.be] INFO: Skipping item 10627594 url https://www.openlane.eu/en/carv6/auction/10627594
2026-03-26 04:20:56 [adesa.be] INFO: Found listing with ID: 10666275
2026-03-26 04:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710666275%27 HTTP/1.1" 200 None
2026-03-26 04:20:56 [adesa.be] INFO: Scrape type for 10666275: 2
2026-03-26 04:20:56 [adesa.be] INFO: Scraping item 10666275 url https://www.openlane.eu/en/carv6/auction/10666275
2026-03-26 04:20:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d910773-e8d2-57c7-a67e-f45b3e335d83 with identifier: 10684382
2026-03-26 04:20:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d910773-e8d2-57c7-a67e-f45b3e335d83 with scrape type 2
2026-03-26 04:20:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d910773-e8d2-57c7-a67e-f45b3e335d83 with scrape type 2
2026-03-26 04:20:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 9d910773-e8d2-57c7-a67e-f45b3e335d83, identifier: 10684382
2026-03-26 04:20:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:20:56 [adesa.be] INFO: Found listing with ID: 10627569
2026-03-26 04:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710627569%27 HTTP/1.1" 200 None
2026-03-26 04:20:56 [adesa.be] INFO: Scrape type for 10627569: 2
2026-03-26 04:20:56 [adesa.be] INFO: Scraping item 10627569 url https://www.openlane.eu/en/carv6/auction/10627569
2026-03-26 04:20:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 9d910773-e8d2-57c7-a67e-f45b3e335d83 with identifier: 10684382
2026-03-26 04:20:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 9d910773-e8d2-57c7-a67e-f45b3e335d83 with identifier: 10684382
2026-03-26 04:20:56 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 9d910773-e8d2-57c7-a67e-f45b3e335d83 with identifier: 10684382 to the API
2026-03-26 04:20:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:20:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10684382>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Compact',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'engine_horse_power': 71,
'expiration_date': '2027-01-31T10:45:00Z',
'fuel_type': 'Petrol',
'id': '9d910773-e8d2-57c7-a67e-f45b3e335d83',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2BVN651',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10684382',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Smart',
'model': 'Forfour',
'odometer': 98687,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 6700,
'price_includes_vat': True,
'registration_date': '2019-11-13',
'seats_number': 4,
'seller_name': 'Car Investment Belgium BV',
'title': 'Smart Forfour 1.0i - Petrol - Manual - 71 hp - 98.687 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2019}
2026-03-26 04:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710684382%27 HTTP/1.1" 200 None
2026-03-26 04:20:56 [adesa.be] INFO: Saving data for 10684382: {'auction_closing_time': 1801392300.0, 'created_time': 1773762534.847567, 'last_price_update_time': 1774498856.709343}
2026-03-26 04:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10684382') HTTP/1.1" 204 0
2026-03-26 04:20:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:20:56 [adesa.be] INFO: Found listing with ID: 10655596
2026-03-26 04:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710655596%27 HTTP/1.1" 200 None
2026-03-26 04:20:56 [adesa.be] INFO: Scrape type for 10655596: 0
2026-03-26 04:20:56 [adesa.be] INFO: Skipping item 10655596 url https://www.openlane.eu/en/carv6/auction/10655596
2026-03-26 04:20:56 [adesa.be] INFO: Found listing with ID: 10627563
2026-03-26 04:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710627563%27 HTTP/1.1" 200 None
2026-03-26 04:20:56 [adesa.be] INFO: Scrape type for 10627563: 0
2026-03-26 04:20:56 [adesa.be] INFO: Skipping item 10627563 url https://www.openlane.eu/en/carv6/auction/10627563
2026-03-26 04:20:56 [adesa.be] INFO: Found listing with ID: 10627562
2026-03-26 04:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710627562%27 HTTP/1.1" 200 None
2026-03-26 04:20:56 [adesa.be] INFO: Scrape type for 10627562: 0
2026-03-26 04:20:56 [adesa.be] INFO: Skipping item 10627562 url https://www.openlane.eu/en/carv6/auction/10627562
2026-03-26 04:20:56 [adesa.be] INFO: Found listing with ID: 10627580
2026-03-26 04:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710627580%27 HTTP/1.1" 200 None
2026-03-26 04:20:56 [adesa.be] INFO: Scrape type for 10627580: 0
2026-03-26 04:20:56 [adesa.be] INFO: Skipping item 10627580 url https://www.openlane.eu/en/carv6/auction/10627580
2026-03-26 04:20:56 [adesa.be] INFO: Found listing with ID: 10627590
2026-03-26 04:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710627590%27 HTTP/1.1" 200 None
2026-03-26 04:20:56 [adesa.be] INFO: Scrape type for 10627590: 0
2026-03-26 04:20:56 [adesa.be] INFO: Skipping item 10627590 url https://www.openlane.eu/en/carv6/auction/10627590
2026-03-26 04:20:56 [adesa.be] INFO: Found listing with ID: 10627582
2026-03-26 04:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710627582%27 HTTP/1.1" 200 None
2026-03-26 04:20:56 [adesa.be] INFO: Scrape type for 10627582: 0
2026-03-26 04:20:56 [adesa.be] INFO: Skipping item 10627582 url https://www.openlane.eu/en/carv6/auction/10627582
2026-03-26 04:20:56 [adesa.be] INFO: Found listing with ID: 10627564
2026-03-26 04:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710627564%27 HTTP/1.1" 200 None
2026-03-26 04:20:56 [adesa.be] INFO: Scrape type for 10627564: 0
2026-03-26 04:20:56 [adesa.be] INFO: Skipping item 10627564 url https://www.openlane.eu/en/carv6/auction/10627564
2026-03-26 04:20:56 [adesa.be] INFO: Found listing with ID: 10627586
2026-03-26 04:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710627586%27 HTTP/1.1" 200 None
2026-03-26 04:20:56 [adesa.be] INFO: Scrape type for 10627586: 0
2026-03-26 04:20:56 [adesa.be] INFO: Skipping item 10627586 url https://www.openlane.eu/en/carv6/auction/10627586
2026-03-26 04:20:56 [adesa.be] INFO: Found listing with ID: 10627588
2026-03-26 04:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710627588%27 HTTP/1.1" 200 None
2026-03-26 04:20:56 [adesa.be] INFO: Scrape type for 10627588: 0
2026-03-26 04:20:56 [adesa.be] INFO: Skipping item 10627588 url https://www.openlane.eu/en/carv6/auction/10627588
2026-03-26 04:20:56 [adesa.be] INFO: Found listing with ID: 10627584
2026-03-26 04:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710627584%27 HTTP/1.1" 200 None
2026-03-26 04:20:56 [adesa.be] INFO: Scrape type for 10627584: 0
2026-03-26 04:20:56 [adesa.be] INFO: Skipping item 10627584 url https://www.openlane.eu/en/carv6/auction/10627584
2026-03-26 04:20:56 [adesa.be] INFO: Found listing with ID: 10627579
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710627579%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10627579: 0
2026-03-26 04:20:57 [adesa.be] INFO: Skipping item 10627579 url https://www.openlane.eu/en/carv6/auction/10627579
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10627585
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710627585%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10627585: 0
2026-03-26 04:20:57 [adesa.be] INFO: Skipping item 10627585 url https://www.openlane.eu/en/carv6/auction/10627585
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10615315
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710615315%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10615315: 0
2026-03-26 04:20:57 [adesa.be] INFO: Skipping item 10615315 url https://www.openlane.eu/en/carv6/auction/10615315
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10615312
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710615312%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10615312: 0
2026-03-26 04:20:57 [adesa.be] INFO: Skipping item 10615312 url https://www.openlane.eu/en/carv6/auction/10615312
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10373756
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710373756%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10373756: 0
2026-03-26 04:20:57 [adesa.be] INFO: Skipping item 10373756 url https://www.openlane.eu/en/carv6/auction/10373756
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10580439
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710580439%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10580439: 0
2026-03-26 04:20:57 [adesa.be] INFO: Skipping item 10580439 url https://www.openlane.eu/en/carv6/auction/10580439
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10562284
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710562284%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10562284: 0
2026-03-26 04:20:57 [adesa.be] INFO: Skipping item 10562284 url https://www.openlane.eu/en/carv6/auction/10562284
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10630787
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710630787%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10630787: 0
2026-03-26 04:20:57 [adesa.be] INFO: Skipping item 10630787 url https://www.openlane.eu/en/carv6/auction/10630787
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10576365
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710576365%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10576365: 0
2026-03-26 04:20:57 [adesa.be] INFO: Skipping item 10576365 url https://www.openlane.eu/en/carv6/auction/10576365
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10405235
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710405235%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10405235: 0
2026-03-26 04:20:57 [adesa.be] INFO: Skipping item 10405235 url https://www.openlane.eu/en/carv6/auction/10405235
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10461938
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710461938%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10461938: 0
2026-03-26 04:20:57 [adesa.be] INFO: Skipping item 10461938 url https://www.openlane.eu/en/carv6/auction/10461938
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10366783
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710366783%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10366783: 0
2026-03-26 04:20:57 [adesa.be] INFO: Skipping item 10366783 url https://www.openlane.eu/en/carv6/auction/10366783
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10520202
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710520202%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10520202: 0
2026-03-26 04:20:57 [adesa.be] INFO: Skipping item 10520202 url https://www.openlane.eu/en/carv6/auction/10520202
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10666627
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710666627%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10666627: 0
2026-03-26 04:20:57 [adesa.be] INFO: Skipping item 10666627 url https://www.openlane.eu/en/carv6/auction/10666627
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10682815
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710682815%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10682815: 0
2026-03-26 04:20:57 [adesa.be] INFO: Skipping item 10682815 url https://www.openlane.eu/en/carv6/auction/10682815
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10698828
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710698828%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10698828: 2
2026-03-26 04:20:57 [adesa.be] INFO: Scraping item 10698828 url https://www.openlane.eu/en/carv6/auction/10698828
2026-03-26 04:20:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10688261
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710688261%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10688261: 0
2026-03-26 04:20:57 [adesa.be] INFO: Skipping item 10688261 url https://www.openlane.eu/en/carv6/auction/10688261
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10258058
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710258058%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10258058: 0
2026-03-26 04:20:57 [adesa.be] INFO: Skipping item 10258058 url https://www.openlane.eu/en/carv6/auction/10258058
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10707957
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710707957%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10707957: 0
2026-03-26 04:20:57 [adesa.be] INFO: Skipping item 10707957 url https://www.openlane.eu/en/carv6/auction/10707957
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10698830
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710698830%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10698830: 2
2026-03-26 04:20:57 [adesa.be] INFO: Scraping item 10698830 url https://www.openlane.eu/en/carv6/auction/10698830
2026-03-26 04:20:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10666057
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710666057%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10666057: 2
2026-03-26 04:20:57 [adesa.be] INFO: Scraping item 10666057 url https://www.openlane.eu/en/carv6/auction/10666057
2026-03-26 04:20:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10583628
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710583628%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10583628: 0
2026-03-26 04:20:57 [adesa.be] INFO: Skipping item 10583628 url https://www.openlane.eu/en/carv6/auction/10583628
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10595467
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710595467%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10595467: 0
2026-03-26 04:20:57 [adesa.be] INFO: Skipping item 10595467 url https://www.openlane.eu/en/carv6/auction/10595467
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10716211
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710716211%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10716211: 0
2026-03-26 04:20:57 [adesa.be] INFO: Skipping item 10716211 url https://www.openlane.eu/en/carv6/auction/10716211
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10580542
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710580542%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10580542: 0
2026-03-26 04:20:57 [adesa.be] INFO: Skipping item 10580542 url https://www.openlane.eu/en/carv6/auction/10580542
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10693707
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710693707%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10693707: 0
2026-03-26 04:20:57 [adesa.be] INFO: Skipping item 10693707 url https://www.openlane.eu/en/carv6/auction/10693707
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10682970
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710682970%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10682970: 2
2026-03-26 04:20:57 [adesa.be] INFO: Scraping item 10682970 url https://www.openlane.eu/en/carv6/auction/10682970
2026-03-26 04:20:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10682969
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710682969%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10682969: 2
2026-03-26 04:20:57 [adesa.be] INFO: Scraping item 10682969 url https://www.openlane.eu/en/carv6/auction/10682969
2026-03-26 04:20:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10627591
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710627591%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10627591: 2
2026-03-26 04:20:57 [adesa.be] INFO: Scraping item 10627591 url https://www.openlane.eu/en/carv6/auction/10627591
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10649237
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710649237%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10649237: 0
2026-03-26 04:20:57 [adesa.be] INFO: Skipping item 10649237 url https://www.openlane.eu/en/carv6/auction/10649237
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10653832
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710653832%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10653832: 0
2026-03-26 04:20:57 [adesa.be] INFO: Skipping item 10653832 url https://www.openlane.eu/en/carv6/auction/10653832
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10602291
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710602291%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10602291: 0
2026-03-26 04:20:57 [adesa.be] INFO: Skipping item 10602291 url https://www.openlane.eu/en/carv6/auction/10602291
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10277379
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710277379%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10277379: 0
2026-03-26 04:20:57 [adesa.be] INFO: Skipping item 10277379 url https://www.openlane.eu/en/carv6/auction/10277379
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10406461
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710406461%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10406461: 0
2026-03-26 04:20:57 [adesa.be] INFO: Skipping item 10406461 url https://www.openlane.eu/en/carv6/auction/10406461
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10258056
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710258056%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10258056: 0
2026-03-26 04:20:57 [adesa.be] INFO: Skipping item 10258056 url https://www.openlane.eu/en/carv6/auction/10258056
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10673713
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710673713%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10673713: 0
2026-03-26 04:20:57 [adesa.be] INFO: Skipping item 10673713 url https://www.openlane.eu/en/carv6/auction/10673713
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10595461
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710595461%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10595461: 0
2026-03-26 04:20:57 [adesa.be] INFO: Skipping item 10595461 url https://www.openlane.eu/en/carv6/auction/10595461
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10595469
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710595469%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10595469: 0
2026-03-26 04:20:57 [adesa.be] INFO: Skipping item 10595469 url https://www.openlane.eu/en/carv6/auction/10595469
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10686921
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710686921%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10686921: 0
2026-03-26 04:20:57 [adesa.be] INFO: Skipping item 10686921 url https://www.openlane.eu/en/carv6/auction/10686921
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10326051
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710326051%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10326051: 0
2026-03-26 04:20:57 [adesa.be] INFO: Skipping item 10326051 url https://www.openlane.eu/en/carv6/auction/10326051
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10595470
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710595470%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10595470: 0
2026-03-26 04:20:57 [adesa.be] INFO: Skipping item 10595470 url https://www.openlane.eu/en/carv6/auction/10595470
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10595468
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710595468%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10595468: 0
2026-03-26 04:20:57 [adesa.be] INFO: Skipping item 10595468 url https://www.openlane.eu/en/carv6/auction/10595468
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10463665
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710463665%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10463665: 0
2026-03-26 04:20:57 [adesa.be] INFO: Skipping item 10463665 url https://www.openlane.eu/en/carv6/auction/10463665
2026-03-26 04:20:57 [adesa.be] INFO: Found listing with ID: 10281434
2026-03-26 04:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710281434%27 HTTP/1.1" 200 None
2026-03-26 04:20:57 [adesa.be] INFO: Scrape type for 10281434: 0
2026-03-26 04:20:57 [adesa.be] INFO: Skipping item 10281434 url https://www.openlane.eu/en/carv6/auction/10281434
2026-03-26 04:20:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10666275> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:20:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10507960> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-26 04:20:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79f7c274-c4ed-5294-bc69-5378d9f77b03 with identifier: 10666275
2026-03-26 04:20:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79f7c274-c4ed-5294-bc69-5378d9f77b03 with scrape type 2
2026-03-26 04:20:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79f7c274-c4ed-5294-bc69-5378d9f77b03 with scrape type 2
2026-03-26 04:20:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 79f7c274-c4ed-5294-bc69-5378d9f77b03, identifier: 10666275
2026-03-26 04:20:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 79f7c274-c4ed-5294-bc69-5378d9f77b03 with identifier: 10666275
2026-03-26 04:20:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 79f7c274-c4ed-5294-bc69-5378d9f77b03 with identifier: 10666275
2026-03-26 04:20:58 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 79f7c274-c4ed-5294-bc69-5378d9f77b03 with identifier: 10666275 to the API
2026-03-26 04:20:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:20: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-26 04:20:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10666275>
{'auction_title': '',
'c_o_2_emission_value': 193,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '1.5L',
'engine_horse_power': 163,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Petrol',
'id': '79f7c274-c4ed-5294-bc69-5378d9f77b03',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '52527',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10666275',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'KGM',
'model': 'Actyon',
'odometer': 4452,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 26050,
'price_includes_vat': True,
'registration_date': '2025-08-14',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'KGM Actyon 1.5 - Petrol - Automatic - 163 hp - 4.452 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2025}
2026-03-26 04:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710666275%27 HTTP/1.1" 200 None
2026-03-26 04:20:59 [adesa.be] INFO: Saving data for 10666275: {'auction_closing_time': 1798675200.0, 'created_time': 1773658251.398055, 'last_price_update_time': 1774498859.073138}
2026-03-26 04:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10666275') HTTP/1.1" 204 0
2026-03-26 04:20:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10682970> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10698830> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10666057> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10627569> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:59 [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-26 04:20:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10698828> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:20:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 479dbb90-d696-5505-8b55-d1dc7836277a with identifier: 10507960
2026-03-26 04:20:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 479dbb90-d696-5505-8b55-d1dc7836277a with scrape type 2
2026-03-26 04:20:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 479dbb90-d696-5505-8b55-d1dc7836277a with scrape type 2
2026-03-26 04:20:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 479dbb90-d696-5505-8b55-d1dc7836277a, identifier: 10507960
2026-03-26 04:20:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 479dbb90-d696-5505-8b55-d1dc7836277a with identifier: 10507960
2026-03-26 04:20:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 479dbb90-d696-5505-8b55-d1dc7836277a with identifier: 10507960
2026-03-26 04:20:59 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 479dbb90-d696-5505-8b55-d1dc7836277a with identifier: 10507960 to the API
2026-03-26 04:20:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:20: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-26 04:20:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10507960>
{'auction_title': '',
'c_o_2_emission_value': 205,
'category': 'Light truck',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 150,
'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': '37799',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10507960',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Volkswagen',
'model': 'Transporter',
'odometer': 50,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 32300,
'price_includes_vat': True,
'registration_date': '2026-03-10',
'seats_number': 3,
'seller_name': None,
'title': 'Volkswagen Transporter 2.0 TDI - Diesel - Automatic - 150 hp - 50 '
'km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2026}
2026-03-26 04:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710507960%27 HTTP/1.1" 200 None
2026-03-26 04:20:59 [adesa.be] INFO: Saving data for 10507960: {'auction_closing_time': 1798675200.0, 'created_time': 1773235831.914508, 'last_price_update_time': 1774498859.530543}
2026-03-26 04:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10507960') HTTP/1.1" 204 0
2026-03-26 04:20:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2eab46c6-1060-5367-bc7b-55bb78574514 with identifier: 10682970
2026-03-26 04:20:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2eab46c6-1060-5367-bc7b-55bb78574514 with scrape type 2
2026-03-26 04:20:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2eab46c6-1060-5367-bc7b-55bb78574514 with scrape type 2
2026-03-26 04:20:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 2eab46c6-1060-5367-bc7b-55bb78574514, identifier: 10682970
2026-03-26 04:20:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bd79753-8065-5bec-ab78-21fb34635108 with identifier: 10698830
2026-03-26 04:20:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bd79753-8065-5bec-ab78-21fb34635108 with scrape type 2
2026-03-26 04:20:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0bd79753-8065-5bec-ab78-21fb34635108 with scrape type 2
2026-03-26 04:20:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 0bd79753-8065-5bec-ab78-21fb34635108, identifier: 10698830
2026-03-26 04:20:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea8a76c4-418d-529f-89b9-bef91c45c1f6 with identifier: 10666057
2026-03-26 04:20:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea8a76c4-418d-529f-89b9-bef91c45c1f6 with scrape type 2
2026-03-26 04:20:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea8a76c4-418d-529f-89b9-bef91c45c1f6 with scrape type 2
2026-03-26 04:20:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: ea8a76c4-418d-529f-89b9-bef91c45c1f6, identifier: 10666057
2026-03-26 04:20:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 744c71a4-5524-558a-a10d-703340c860f0 with identifier: 10627569
2026-03-26 04:20:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 744c71a4-5524-558a-a10d-703340c860f0 with scrape type 2
2026-03-26 04:20:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 744c71a4-5524-558a-a10d-703340c860f0 with scrape type 2
2026-03-26 04:20:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 744c71a4-5524-558a-a10d-703340c860f0, identifier: 10627569
2026-03-26 04:20:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24b57734-420f-5414-a084-cd84b4bf28b0 with identifier: 10684379
2026-03-26 04:20:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24b57734-420f-5414-a084-cd84b4bf28b0 with scrape type 2
2026-03-26 04:20:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24b57734-420f-5414-a084-cd84b4bf28b0 with scrape type 2
2026-03-26 04:21:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 24b57734-420f-5414-a084-cd84b4bf28b0, identifier: 10684379
2026-03-26 04:21:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6411f898-0dd8-539c-84f4-6d40d78ba44d with identifier: 10698828
2026-03-26 04:21:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6411f898-0dd8-539c-84f4-6d40d78ba44d with scrape type 2
2026-03-26 04:21:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6411f898-0dd8-539c-84f4-6d40d78ba44d with scrape type 2
2026-03-26 04:21:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 6411f898-0dd8-539c-84f4-6d40d78ba44d, identifier: 10698828
2026-03-26 04:21:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 2eab46c6-1060-5367-bc7b-55bb78574514 with identifier: 10682970
2026-03-26 04:21:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 2eab46c6-1060-5367-bc7b-55bb78574514 with identifier: 10682970
2026-03-26 04:21:00 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 2eab46c6-1060-5367-bc7b-55bb78574514 with identifier: 10682970 to the API
2026-03-26 04:21:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:21:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10682970>
{'auction_title': '',
'c_o_2_emission_value': 22,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'engine_horse_power': 185,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Hybrid',
'id': '2eab46c6-1060-5367-bc7b-55bb78574514',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '54761',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10682970',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Suzuki',
'model': 'Across',
'odometer': 11624,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 30950,
'price_includes_vat': True,
'registration_date': '2024-04-30',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Suzuki Across 2.5 - AWD - Hybrid - Automatic - 185 hp - 11.624 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2024}
2026-03-26 04:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710682970%27 HTTP/1.1" 200 None
2026-03-26 04:21:00 [adesa.be] INFO: Saving data for 10682970: {'auction_closing_time': 1798675200.0, 'created_time': 1773829297.606015, 'last_price_update_time': 1774498860.373961}
2026-03-26 04:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10682970') HTTP/1.1" 204 0
2026-03-26 04:21:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 0bd79753-8065-5bec-ab78-21fb34635108 with identifier: 10698830
2026-03-26 04:21:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 0bd79753-8065-5bec-ab78-21fb34635108 with identifier: 10698830
2026-03-26 04:21:00 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 0bd79753-8065-5bec-ab78-21fb34635108 with identifier: 10698830 to the API
2026-03-26 04:21:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:21:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10698830>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'engine_horse_power': 214,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Electric',
'id': '0bd79753-8065-5bec-ab78-21fb34635108',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2JCU705',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10698830',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '408',
'odometer': 50,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 30300,
'price_includes_vat': True,
'registration_date': '2026-01-22',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot 408 GT - Electric - Automatic - 214 hp - 50 km',
'transmission': 'automatic',
'trim': 'GT',
'vin': None,
'year': 2026}
2026-03-26 04:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710698830%27 HTTP/1.1" 200 None
2026-03-26 04:21:00 [adesa.be] INFO: Saving data for 10698830: {'auction_closing_time': 1798675200.0, 'created_time': 1774002323.856166, 'last_price_update_time': 1774498860.659766}
2026-03-26 04:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10698830') HTTP/1.1" 204 0
2026-03-26 04:21:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: ea8a76c4-418d-529f-89b9-bef91c45c1f6 with identifier: 10666057
2026-03-26 04:21:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: ea8a76c4-418d-529f-89b9-bef91c45c1f6 with identifier: 10666057
2026-03-26 04:21:00 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: ea8a76c4-418d-529f-89b9-bef91c45c1f6 with identifier: 10666057 to the API
2026-03-26 04:21:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:21:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10666057>
{'auction_title': '',
'c_o_2_emission_value': 200,
'category': 'Light truck',
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'engine_horse_power': 146,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Diesel',
'id': 'ea8a76c4-418d-529f-89b9-bef91c45c1f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '56550',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10666057',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 50,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 26200,
'price_includes_vat': True,
'registration_date': '2025-11-28',
'seats_number': 3,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot Expert 2.0 HDI - Diesel - Automatic - 146 hp - 50 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2025}
2026-03-26 04:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710666057%27 HTTP/1.1" 200 None
2026-03-26 04:21:00 [adesa.be] INFO: Saving data for 10666057: {'auction_closing_time': 1798675200.0, 'created_time': 1773397783.641252, 'last_price_update_time': 1774498860.945618}
2026-03-26 04:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10666057') HTTP/1.1" 204 0
2026-03-26 04:21:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 744c71a4-5524-558a-a10d-703340c860f0 with identifier: 10627569
2026-03-26 04:21:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 744c71a4-5524-558a-a10d-703340c860f0 with identifier: 10627569
2026-03-26 04:21:01 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 744c71a4-5524-558a-a10d-703340c860f0 with identifier: 10627569 to the API
2026-03-26 04:21:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:21:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10627569>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '',
'engine_horse_power': 207,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Electric',
'id': '744c71a4-5524-558a-a10d-703340c860f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '54757',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10627569',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'KGM',
'model': 'Torres',
'odometer': 4597,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 24800,
'price_includes_vat': True,
'registration_date': '2025-03-04',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'KGM Torres - Electric - Automatic - 207 hp - 4.597 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2025}
2026-03-26 04:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710627569%27 HTTP/1.1" 200 None
2026-03-26 04:21:01 [adesa.be] INFO: Saving data for 10627569: {'auction_closing_time': 1798675200.0, 'created_time': 1773235845.99101, 'last_price_update_time': 1774498861.229078}
2026-03-26 04:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10627569') HTTP/1.1" 204 0
2026-03-26 04:21:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 24b57734-420f-5414-a084-cd84b4bf28b0 with identifier: 10684379
2026-03-26 04:21:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 24b57734-420f-5414-a084-cd84b4bf28b0 with identifier: 10684379
2026-03-26 04:21:01 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 24b57734-420f-5414-a084-cd84b4bf28b0 with identifier: 10684379 to the API
2026-03-26 04:21:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:21:01 [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': 10100,
'price_includes_vat': True,
'registration_date': '2023-04-27',
'seats_number': 3,
'seller_name': 'Car Investment Belgium BV',
'title': 'Opel Combo 1.5 - Diesel - Manual - 102 hp - 88.668 km',
'transmission': 'manual',
'trim': '',
'vin': None,
'year': 2023}
2026-03-26 04:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710684379%27 HTTP/1.1" 200 None
2026-03-26 04:21:01 [adesa.be] INFO: Saving data for 10684379: {'auction_closing_time': 1801392300.0, 'created_time': 1773762524.313296, 'last_price_update_time': 1774498861.499721}
2026-03-26 04:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10684379') HTTP/1.1" 204 0
2026-03-26 04:21:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 6411f898-0dd8-539c-84f4-6d40d78ba44d with identifier: 10698828
2026-03-26 04:21:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 6411f898-0dd8-539c-84f4-6d40d78ba44d with identifier: 10698828
2026-03-26 04:21:01 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 6411f898-0dd8-539c-84f4-6d40d78ba44d with identifier: 10698828 to the API
2026-03-26 04:21:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04: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-26 04:21:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10698828>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': 'Hatchback',
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'engine_horse_power': 209,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Electric',
'id': '6411f898-0dd8-539c-84f4-6d40d78ba44d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '2HTG639',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10698828',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Peugeot',
'model': '408',
'odometer': 50,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 27700,
'price_includes_vat': True,
'registration_date': '2025-10-31',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Peugeot 408 Allure - Electric - Automatic - 209 hp - 50 km',
'transmission': 'automatic',
'trim': 'Allure',
'vin': None,
'year': 2025}
2026-03-26 04:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710698828%27 HTTP/1.1" 200 None
2026-03-26 04:21:01 [adesa.be] INFO: Saving data for 10698828: {'auction_closing_time': 1798675200.0, 'created_time': 1774002442.80323, 'last_price_update_time': 1774498861.780839}
2026-03-26 04:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:21:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10698828') HTTP/1.1" 204 0
2026-03-26 04:21:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10682969> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:21:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://www.openlane.eu/en/carv6/auction/10627591> (referer: https://www.openlane.eu/en/findcar/advanced) ['zyte-api']
2026-03-26 04:21:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f1e7b39-ae10-574c-8cc7-1266f3b1a4ed with identifier: 10682969
2026-03-26 04:21:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f1e7b39-ae10-574c-8cc7-1266f3b1a4ed with scrape type 2
2026-03-26 04:21:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f1e7b39-ae10-574c-8cc7-1266f3b1a4ed with scrape type 2
2026-03-26 04:21:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: 4f1e7b39-ae10-574c-8cc7-1266f3b1a4ed, identifier: 10682969
2026-03-26 04:21:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: 4f1e7b39-ae10-574c-8cc7-1266f3b1a4ed with identifier: 10682969
2026-03-26 04:21:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: 4f1e7b39-ae10-574c-8cc7-1266f3b1a4ed with identifier: 10682969
2026-03-26 04:21:02 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: 4f1e7b39-ae10-574c-8cc7-1266f3b1a4ed with identifier: 10682969 to the API
2026-03-26 04:21:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:21: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-26 04:21:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10682969>
{'auction_title': '',
'c_o_2_emission_value': 22,
'category': 'SUV',
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'engine_horse_power': 185,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Hybrid',
'id': '4f1e7b39-ae10-574c-8cc7-1266f3b1a4ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '54759',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10682969',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Suzuki',
'model': 'Across',
'odometer': 29984,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 28650,
'price_includes_vat': True,
'registration_date': '2023-12-27',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Suzuki Across 2.5 - AWD - Hybrid - Automatic - 185 hp - 29.984 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2023}
2026-03-26 04:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710682969%27 HTTP/1.1" 200 None
2026-03-26 04:21:02 [adesa.be] INFO: Saving data for 10682969: {'auction_closing_time': 1798675200.0, 'created_time': 1773829298.966512, 'last_price_update_time': 1774498862.26281}
2026-03-26 04:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10682969') HTTP/1.1" 204 0
2026-03-26 04:21:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dce9f51a-f311-59cd-b82c-3d09dc55f862 with identifier: 10627591
2026-03-26 04:21:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dce9f51a-f311-59cd-b82c-3d09dc55f862 with scrape type 2
2026-03-26 04:21:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dce9f51a-f311-59cd-b82c-3d09dc55f862 with scrape type 2
2026-03-26 04:21:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: adesa.be, Processed item id: dce9f51a-f311-59cd-b82c-3d09dc55f862, identifier: 10627591
2026-03-26 04:21:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: adesa.be, Translating item: dce9f51a-f311-59cd-b82c-3d09dc55f862 with identifier: 10627591
2026-03-26 04:21:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: adesa.be, Applying rules to item: dce9f51a-f311-59cd-b82c-3d09dc55f862 with identifier: 10627591
2026-03-26 04:21:02 [crawlers.pipelines.post_to_api] INFO: Spider: adesa.be, Posting item: dce9f51a-f311-59cd-b82c-3d09dc55f862 with identifier: 10627591 to the API
2026-03-26 04:21:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-26 04:21: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-26 04:21:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://www.openlane.eu/en/carv6/auction/10627591>
{'auction_title': '',
'c_o_2_emission_value': 22,
'category': 'SUV',
'color': 'Gray',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'nb',
'engine': '2.5L',
'engine_horse_power': 185,
'expiration_date': '2026-12-31T00:00:00Z',
'fuel_type': 'Hybrid',
'id': 'dce9f51a-f311-59cd-b82c-3d09dc55f862',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': False,
'license_plate': '52525',
'link_to_web_offer': 'https://www.openlane.eu/en/car/info?auctionId=10627591',
'listing': 'auctionplusdirectbuy',
'location': 'Bilzen (Belgium)',
'make': 'Suzuki',
'model': 'Across',
'odometer': 36265,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 29800,
'price_includes_vat': True,
'registration_date': '2025-01-24',
'seats_number': 5,
'seller_name': 'Stockcoach Automotive Marketplace',
'title': 'Suzuki Across 2.5 - AWD - Hybrid - Automatic - 185 hp - 36.265 km',
'transmission': 'automatic',
'trim': '',
'vin': None,
'year': 2025}
2026-03-26 04:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04: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%2710627591%27 HTTP/1.1" 200 None
2026-03-26 04:21:02 [adesa.be] INFO: Saving data for 10627591: {'auction_closing_time': 1798675200.0, 'created_time': 1773235806.33069, 'last_price_update_time': 1774498862.640549}
2026-03-26 04:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='adesa.be',RowKey='10627591') HTTP/1.1" 204 0
2026-03-26 04:21:02 [scrapy.core.engine] INFO: Closing spider (finished)
2026-03-26 04:21:02 [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-26 04:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-26 04:21:02 [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%201774066862 HTTP/1.1" 200 None
2026-03-26 04:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10616524') HTTP/1.1" 204 0
2026-03-26 04:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10659577') HTTP/1.1" 204 0
2026-03-26 04:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10696473') HTTP/1.1" 204 0
2026-03-26 04:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10696529') HTTP/1.1" 204 0
2026-03-26 04:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10697026') HTTP/1.1" 204 0
2026-03-26 04:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10702122') HTTP/1.1" 204 0
2026-03-26 04:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10703164') HTTP/1.1" 204 0
2026-03-26 04:21:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10703174') HTTP/1.1" 204 0
2026-03-26 04:21:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "DELETE /ScrapedListings(PartitionKey='adesa.be',RowKey='10704035') HTTP/1.1" 204 0
2026-03-26 04:21:03 [scrapy.extensions.feedexport] INFO: Stored jsonlines feed (230 items) in: file:///var/lib/scrapyd/items/sourcing_v2/adesa.be/task_31_2026-03-26T04_15_00.jl
2026-03-26 04:21:03 [scrapy.statscollectors] INFO: Dumping Scrapy stats:
{'downloader/exception_count': 1,
'downloader/exception_type_count/zyte_api._errors.RequestError': 1,
'downloader/request_bytes': 275073,
'downloader/request_count': 284,
'downloader/request_method_count/GET': 251,
'downloader/request_method_count/POST': 33,
'downloader/response_bytes': 33864621,
'downloader/response_count': 283,
'downloader/response_status_count/200': 283,
'elapsed_time_seconds': 356.312617,
'feedexport/success_count/FileFeedStorage': 1,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2026, 3, 26, 4, 21, 3, 7796, tzinfo=datetime.timezone.utc),
'item_scraped_count': 230,
'log_count/DEBUG': 8947,
'log_count/ERROR': 1,
'log_count/INFO': 11943,
'memusage/max': 177831936,
'memusage/startup': 147693568,
'photo_download_count': 20,
'request_depth_max': 33,
'response_received_count': 263,
'scheduler/dequeued': 284,
'scheduler/dequeued/memory': 284,
'scheduler/enqueued': 284,
'scheduler/enqueued/memory': 284,
'scrape_type/new': 2,
'scrape_type/price_update': 229,
'scrape_type/skipped': 3066,
'scrapy-zyte-api/429': 0,
'scrapy-zyte-api/attempts': 266,
'scrapy-zyte-api/error_ratio': 0.011278195488721804,
'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.141324692836409,
'scrapy-zyte-api/mean_response_seconds': 4.203100754119839,
'scrapy-zyte-api/processed': 264,
'scrapy-zyte-api/request_args/customHttpRequestHeaders': 264,
'scrapy-zyte-api/request_args/experimental.requestCookies': 263,
'scrapy-zyte-api/request_args/experimental.responseCookies': 264,
'scrapy-zyte-api/request_args/httpRequestBody': 33,
'scrapy-zyte-api/request_args/httpRequestMethod': 33,
'scrapy-zyte-api/request_args/httpResponseBody': 264,
'scrapy-zyte-api/request_args/httpResponseHeaders': 264,
'scrapy-zyte-api/request_args/url': 264,
'scrapy-zyte-api/status_codes/200': 263,
'scrapy-zyte-api/status_codes/421': 1,
'scrapy-zyte-api/status_codes/520': 2,
'scrapy-zyte-api/success': 263,
'scrapy-zyte-api/success_ratio': 0.9962121212121212,
'scrapy-zyte-api/throttle_ratio': 0.0,
'source/items_encountered': 3297,
'source/total_available': 3297,
'start_time': datetime.datetime(2026, 3, 26, 4, 15, 6, 695179, tzinfo=datetime.timezone.utc)}
2026-03-26 04:21:03 [scrapy.core.engine] INFO: Spider closed (finished)
2026-03-26 04:21:03 [asyncio] ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7fd4b1bdfbd0>
2026-03-26 04:21:03 [asyncio] ERROR: Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x7fd4b185e390>